*{
	font-family: arial, georgia, tahoma, verdana,  sans-serif;
}
body{
	font-size:0.8em;
	background:url(gfx/bg.gif);
}
.clear{
	clear:both;
}
.caption{
	font-size:0.9em;
	display:block;
	margin-top:4px;
}
#margin{
	width:780px;
	margin:20px auto;
}
#kiste{
	width:100%;
	background:#FFFFEB;
	/*border:groove 3px #015092;*/	
	border:groove 2px #9BADD3;
}
#logo{
	height:182px;
	width:100%;
	background:#F1F0DB url(gfx/hg_logo.jpg) no-repeat top right;
}
#logoprint{
	display:none;

}
#logo img{
	border:none;
}
#zwischen{
	width:100%;
	height:42px;
	background:url(gfx/bg_zwischen.jpg);
	border-top:1px solid #FBFFFF;
}
#nachmenue{
	clear:left;
	width:100%;
	height:28px;
	background:#FFFFEB;
}
#menue{
	width:100%;
	min-height:32px;
	background:#015092 url(gfx/schatten.gif) repeat-x bottom;
	letter-spacing: 0.15em;
}
#menue ol{
	list-style:none;
	display:inline;
	padding:0;
}
#menue li{
	display:inline;
}
#menue a{
	text-decoration:none;
	display:block;
	float:left;
	width:154px;
	text-align:center;
	padding:4px 0;
	font-weight:bold;
	background:#015092;
	color:#FFF;
	border:1px inset #F7FFFF;
	/*border-left:1px solid #A6ABaB;
	border-right:1px solid #A6ABaB;*/
	
}
#menue a:hover{
	background:url(gfx/a_bg.gif);
	color:#01519A;
	border:1px outset #01519A;
	/*border-left:1px solid #01519A;
	border-right:1px solid #01519A;*/
}
div.aktiv{
	float:left;
	width:154px;
	text-align:center;
	padding:4px 0;
	font-weight:bold;
	background:url(gfx/a_bg.gif);
	color:#01519A;
	border:1px outset #01519A;
	/*border-left:1px solid #01519A;
	border-right:1px solid #01519A;*/
}
.inhalt{
	font-size:1em;
	padding:0 0 15px 15px;
	color:#44362E;
	line-height:160%;
	background:#FFFFEB;
}
.inhalt a{
	color:#44362E;
	text-decoration:none;
	font-style:italic;
}
.inhalt a:hover{
	text-decoration:underline;
}
.veranstaltungen ol{
	list-style:none;
	padding-left:0px;
}
.veranstaltungen span{
	display:block;
}
.veranstaltungen span.datum{
	font-style:italic;
}
.veranstaltungen span.thema{
	font-weight:bold;
}
.veranstaltungen span.referent{
	margin-top:3px;
}
.veranstaltungen li{
	margin-bottom:10px;
}
.inhalt p{
	padding-right:10px;
}
.inhalt img{
	border:none;
}
.inhalt h1{
	font-size:1.2em;
	margin-top:0px;
}
.inhalt h2{
	font-size:1.1em;
	margin-top:0px;
}
.inhalt h3{
	font-size:1.1em;
	margin-top:0px;
}

.bilder ul{
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
}
.bilder li{
	float:left;
	margin:0 51px 30px 0;
	width:140px;
}
.bilder a:hover{
	text-decoration:none;
}
.bilder a .textdeco{
	font-size:0.95em;
}
.bilder a .textdeco:hover{
	text-decoration:underline;
}
.grundrisse img{
	margin:5px 20px 20px 20px;
}
#news{
	float:right;
	width:178px;
	font-size:0.9em;
	background:#E0DDCA;background:#F2F0DB;
	padding:10px 3px 8px 12px;
	margin:0 0 5px 7px;
	color:#221200;
	border:1px outset #44362E;
	
}
#news h1{
	font-size:1em;
}
#news p{
	line-height:160%;
}
#news img{
	border:none;
}
#rechterkastenbild{
	float:right;
	width:193px;
	font-size:0.85em;
	margin:0 1px 5px 5px;
	
}
#rechterkastenbild img{
	border:1px solid #44362E;
}

#news a{
	color:#221200;
	text-decoration:none;
	font-style:italic;
}
#news a:hover{
	text-decoration:underline;
}
#copy{
	font-size:0.9em;
	color:#000;
	text-align:center;
	padding-top:3px;
}
#copy a{
	margin:0 auto;
	color:#000;
	text-decoration:none;
	font-style:italic;
}
/* Kontaktformular */
#anmeldeform{
	color:#44362E;
}
#anmeldeform fieldset{
	border:none;
}
#anmeldeform  legend{
	display:none;
}
.clearleft{
	clear:left;
}
.left{
	display:block;
	float:left;
	clear:left;
	text-align:right;
	width:16em;
	padding:0 5px 5px 0;
}
input.inputnorm{
	width:19em;
}
input.inputnorm, select, textarea{
	border:1px solid black;
}
input#absenden{
	background-color:#015092;
	color:white;
	border:none;
	cursor:pointer;
}
textarea{
	font-size:1em;
}
.fehler{
color:red;
}

