@charset "UTF-8";
/*
	KONTOR3 Werbeagentur
	KONTOR3 Veranstaltungen GmbH
*/
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	min-height:100%;
	height:100%;
}
html {
	overflow-y:scroll;
}
body {
	background:#000 url(../img/k3_bg_verlauf.jpg) no-repeat center top;
	font-size:0.9em;
}
img {
	border:none;
}
#wrap {
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	overflow:hidden;
	background:#EEE url(../img/k3_main.png) repeat-y;
	width:700px;
	margin:0 auto;
	vertical-align:top;
}
/*
	Header
*/
#header {
	width:100%;
	height:70px;
	text-align:left;
	color:#333;
	padding:5px 5px 0 0;
}
#header h1 {
	font-size:1em;
	line-height:1.7em;
	font-weight:bold;
	font-style:italic;
	margin: 18px 0 0 60px;
}
#header p {
	font-size:0.76em;
	margin: 0 7px 0 0;
}
/*
	Imagebalken
*/
#image {
	width:100%;
	height:150px;
}
/*
	Content
*/
#content {
	width:100%;
	padding:30px 20px 0 60px;
}
a {
	color:#F00;
	text-decoration:none;
}
.eintrag a {
	color:#F00;
}
.adressblock a {
	color:#333;
}
a:hover {
	text-decoration:underline;
}
.eintrag {
	width:500px;
	clear:both;
	float:left;
	margin:0 0 20px 0;
	height:auto;
}
.eintrag h2, .eintrag p {
	vertical-align:top;
	font-size:0.76em;
	line-height:1.7em;
	color:#333;
	margin:0 0 0.76em 0;
}
.eintrag h2 {
	margin:0 0 1.4em 0;
}
.adressblock {
	width:200px;
	clear:both;
	float:right;
	text-align:right;
	margin:0 45px 0 0;
}
.adressblock p {
	color:#333;
	font-size:0.76em;
	line-height:1.76em;
}
#hidden {
	visibility:hidden;
	margin:0;
	padding:0;
}
	
/* Footer? */