﻿@charset "utf-8";
/*
	www.web-age.de
	
 */
 

/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	padding:0px;
	background: #DDDBE9 url(../images/body_bg_lila.png) repeat-y left top;		
}
img {
	border:0px;
}

h1 {
	font-size:1.8em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.8em;
}

hr {
	border:0px solid black;
	border-top:1px dotted #5c548e;
	height:0px;	
	margin: 3px 0 3px 0;
}

ul {
	list-style-type: disc;	
	text-align:left;
}
a:link, a:visited, a:focus, a.active
{
	color:#5c548e;	
	text-decoration:none;	
}
a:hover {
	color:#5c548e;
	text-decoration:none;	
	font-weight:bold;
}
a.extern:link, a.extern:visited, a.extern:focus, a.extern:active {
	background-image:url(../images/_ext2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:black;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed black;
	padding-left:12px;
}
a.extern:hover {
	background-image:url(../images/_ext.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:black;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid black;
	padding-left:12px;
}

a.intern:link, a.intern:visited, a.intern:focus, a.intern.active
{
	color:black;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed black;
}
a.intern:hover {
	color:black;
	text-decoration:none;	
	border-bottom:1px solid black;
	cursor:pointer;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	width:95%;
}
table.half {
	width:50%;
}



caption, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}



html {
	/*background: #626467 url(../images/bg.gif) repeat;	*/
}
.clear{
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}


.underline {
	text-decoration:underline;
}
.italic {
	font-style:	italic;
}
.rightborder { /* Für IMG - Rechtsbündig, mit silbernem Rahmen und 10px Abstand */
	float: right;
	margin: 10px;
	border: 1px silver solid;
}

.leftborder { /* Für IMG - Rechtsbündig, mit silbernem Rahmen und 10px Abstand */
	float: left;
	margin: 10px;
	border: 1px silver solid;
}


/* Anpassungen zu PageComments (FF) */
#Name label, #Comment label {
	margin-bottom:1px;
}

/* INDEX.php */
#home{
	position:absolute;
	height:150px;
	width:165px;
	z-index:2;
	cursor:pointer;
}
#TOP_AD {	
	position:absolute;
	top:20px;
	left:20px;
	width:728px;
	height:90px;
	/*background-color:#CCFFFF;*/
	display:none; /* Wenn dieses DIV sichtbar werden soll, muss TOP von Div MAIN auf 130 gesetzt werden! */
}
#TOPRIGHT_AD {	
	position:absolute;
	top:20px;
	left:770px;
	width:160px;
	height:100px;
	/*background-color:#FFCC00;*/
	display:block;	
}
#RIGHT_AD {	
	position:absolute;
	/*top:140px;*/ /*Original*/
	top:20px;
	left:770px;
	width:160px;
	/*height:600px;*/ /*Original*/
	/*background-color:#66FF99;*/
	display:block;	
}
	.Widget_HEADER {
		position:relative;
		margin-top:0;
		float:left;
		/*background-image:url(../images/sponsorship_header.jpg);*/
		background-image:url(../images/widget_header.png);
		background-repeat:no-repeat;
		width:160px;
		height:20px;
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #ffffff;		
	}
	.Widget_HEADER h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #fff;	
		padding-top:4px;	
		font-weight:normal;
	}

	.Widget_CONTENT {
		padding-top: 2px;
		float:left;
		/*border: 1px solid #A19964;*/
		border: 1px solid #7A83AF;
		border-bottom:none;		
		border-top:none;
		width:158px;	
		overflow:hidden;
		background-color: #ffffff;
	}	
	.Widget_FOOTER {
		position:relative;
		/*padding-top:5px;
		margin-top:10px;*/
		float:left;
		/*background-image:url(../images/sponsorship_footer.jpg);*/
		background-image:url(../images/widget_footer.png);
		background-repeat:no-repeat;
		width:160px;
		height:8px;		
		margin-bottom:10px;
	}

#MAIN {
	position:absolute;
	/*top:130px; /*Aktivieren, wenn AD-DIVS angezeigt werden sollen*/
	top:20px;
	left:20px;	
	width:728px;
	height:200px;	
	/*background-color:#ffffff;*/
}
#TOP_LOGO {
	position:relative;
	/*background-image:url(../images/header.jpg);*/
	/*background-image:url(../images/header_20090323.jpg);*/
	background-image:url(../images/header_20090723.png);
	height:140px;	
}
#LOGO_TEXT_LEFT {
	position:relative;
	width:9px;
	height:60px;
	float:left;
	background-color:#ffffff;
	border-left:1px solid #5c548e;
}
#LOGO_TEXT {
	position:relative;
	background-image:url(../images/textlogo.jpg);
	height:60px;
	width:150px;
	background-repeat:no-repeat;	
	float:left;
	z-index:2;
}
#LOGO_TEXT_RIGHT {
	position:relative;
	width:567px;
	height:60px;
	float:left;
	background-color:#ffffff;	
	border-right:1px solid #5c548e;
	overflow:visible;
	z-index:30;
}
#CONTENT {
	position:relative;
	width:726px;				
	float:left;
	background-color:#fff;	
	border-left:1px solid #5c548e;
	border-right:1px solid #5c548e;
	z-index:1;	
	text-align:center;	
}
#CONTENT_TEXT {
	position:relative;
	float:left;
	padding:10px;
	padding-top:0;
	text-align:center;
	/*max-height:600px;
	overflow:auto;*/
	width:707px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

#ZERTIFIZIERUNGEN {
	position:relative;
	background-color: white;
	float:left;
	height:60px;
	width:100%;	
	z-index:1;	
	text-align:center;	
	border-top: 1px #5c548e dotted;
}	

#FOOTER {
	position:relative;
	float:left;
	/*background-image:url(../images/footer.jpg);*/
	background-image:url(../images/footer.png);
	height:20px;
	width:728px;	
	z-index:1;	
	text-align:center;
}
	#FOOTER_TEXT {
		position:relative;
		top:4px;	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #fff;
	}
		#FOOTER_TEXT a:link, #FOOTER_TEXT a:visited, #FOOTER_TEXT a:active  {
			color:white; 
			text-decoration:none;
			border:0px none black;
			font-weight:normal;
		}
		#FOOTER_TEXT a:hover {
			color:white; 
			text-decoration:underline;
			background-color:transparent;
		}
#SUB_FOOTER {
	position:relative;
	float:left;
	width:728px;
	text-align:center;	
}
	#SF_TABLE {
		width:100%;
	}
	#SUB_FOOTER td {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color: #000000;
		font-style: normal;
	}
	#W3C_XHTML {
		background: #fff url(../images/valid-xhtml10.png) no-repeat;
		width:88px;
		height:31px;
		float:right;
	}
	#W3C_CSS {
		background: #fff url(../images/valid-css.png) no-repeat;
		width:88px;
		height:31px;
		float:right;
	}



/* DIVs an absoluter Position mit Ttransparentseffekt */
.infolayer {
	position: absolute;
	left:180px;
	top: 160px;
	z-index:31;
	width:557px;
	height:50px;
	background-color: white;	
	display:none;
	opacity:0.75;
	filter:alpha(opacity=75);
	font-family:  Verdana, Arial,Helvetica, sans-serif;
	font-size:1em;
	font-weight:900;
	color:#F58119;
	padding:5px;
}

#MAIN_MENU {
	position:absolute;
	right:10px;
	/*bottom:0px;*/	
	width:550px;
	text-align:right;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: silver;	
	/*border: 1px solid red;*/
	top:110px;
	z-index:1500;
	height:150px;
	overflow:visible;
}	
	
	a:link .MAIN_MENU_TAB, a:visited .MAIN_MENU_TAB, a:active .MAIN_MENU_TAB {
		color:silver; 
		text-decoration:none;
		border:0px none black;
		font-weight:normal;	
	}
	a.current:link .MAIN_MENU_TAB, a.current:visited .MAIN_MENU_TAB, a.current:active .MAIN_MENU_TAB,
	a.section:link .MAIN_MENU_TAB, a.section:visited .MAIN_MENU_TAB, a.section:active .MAIN_MENU_TAB  {
		color:black; 
		text-decoration:none;
		border:0px none black;
		font-weight:bold;
	}	
	a:hover .MAIN_MENU_TAB, a.current:hover .MAIN_MENU_TAB, a.section:hover .MAIN_MENU_TAB {
		color:black; 
		text-decoration:none;
		/*background-color:red;*/
	}
		a:hover .MMT_LEFT_current, a.current:hover .MMT_LEFT_current, a.section:hover .MMT_LEFT_current,
		a:hover .MMT_LEFT_section, a.current:hover .MMT_LEFT_section, a.section:hover .MMT_LEFT_section,
		a:hover .MMT_LEFT_link, a.current:hover .MMT_LEFT_link, a.section:hover .MMT_LEFT_link {
			position:relative;
			float:left;				
			background: transparent  url(../images/TABS/over_left_orange.png) no-repeat left top;	
			width:5px;
			height:30px;
		}
		a:hover .MMT_MIDDLE_current, a.current:hover .MMT_MIDDLE_current, a.section:hover .MMT_MIDDLE_current,
		a:hover .MMT_MIDDLE_section, a.current:hover .MMT_MIDDLE_section, a.section:hover .MMT_MIDDLE_section,
		a:hover .MMT_MIDDLE_link, a.current:hover .MMT_MIDDLE_link, a.section:hover .MMT_MIDDLE_link{
			position:relative;
			float:left;				
			background: transparent  url(../images/TABS/over_middle_orange.png) repeat-x left top;	
			height:30px;
		}
		a:hover .MMT_RIGHT_current, a.current:hover .MMT_RIGHT_current, a.section:hover .MMT_RIGHT_current,
		a:hover .MMT_RIGHT_section, a.current:hover .MMT_RIGHT_section, a.section:hover .MMT_RIGHT_section,
		a:hover .MMT_RIGHT_link, a.current:hover .MMT_RIGHT_link, a.section:hover .MMT_RIGHT_link{
			position:relative;
			float:left;				
			background: transparent  url(../images/TABS/over_right_orange.png) no-repeat left top;	
			width:5px;
			height:30px;
			/*height:130px;
			background-color:white;
			overflow:visible;
			top:100px;*/
		}

/*WEITER*/
.DDM_L2 {
	background-color:orange;				
}

		.MAIN_MENU_TAB {		
			float:left;	
			cursor:pointer;		
			margin-right:2px;			
		}
			.MMT_LEFT_current, .MMT_LEFT_section  {
				position:relative;
				float:left;				
				background: transparent  url(../images/TABS/act_left.png) no-repeat left top;	
				width:5px;
				height:30px;
			}
			.MMT_MIDDLE_current, .MMT_MIDDLE_section {
				position:relative;
				float:left;	
				height:30px;			
				background: transparent url(../images/TABS/act_middle.png) repeat-x left top;					
			}
				.MMT_TEXT {					
					position:relative;
					top:13px;
				}
			.MMT_RIGHT_current, .MMT_RIGHT_section {
				position:relative;
				float:left;				
				background: transparent  url(../images/TABS/act_right.png) no-repeat left top;	
				width:5px;
				height:30px;
			}
			
			.MMT_LEFT_link, .MMT_LEFT_link  {
				position:relative;
				float:left;				
				background: transparent  url(../images/TABS/norm_left.png) no-repeat left top;	
				width:5px;
				height:30px;
			}
			.MMT_MIDDLE_link, .MMT_MIDDLE_link{
				position:relative;
				float:left;	
				height:30px;			
				background: transparent url(../images/TABS/norm_middle.png) repeat-x left top;					
			}				
			.MMT_RIGHT_link, .MMT_RIGHT_link{
				position:relative;
				float:left;				
				background: transparent  url(../images/TABS/norm_right.png) no-repeat left top;	
				width:5px;
				height:30px;
			}

.SUBMENU_CONTAINER {	
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:orange;
	text-align:left;	
	float:left;
	overflow:hidden;
}
	.SUBMENU_CONTAINER li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: black;		
		list-style-position:inside;
		list-style-image: url(../images/haken.gif)
	}
		.SUBMENU_CONTAINER a:link, .SUBMENU_CONTAINER a:visited, .SUBMENU_CONTAINER a:active  {
			color:black; 
			text-decoration:none;
			border:0px none black;
			font-weight:normal;
		}
		.SUBMENU_CONTAINER a:hover {
			color:black; 
			text-decoration:underline;
		}



/**************
 	Site Container Box
*/
#BgContainer {
	width: 800px;  
	margin: 0 auto; 
}
#Container { 
	width: 800px;
	padding-bottom: 15px;
	background: #fff url(../images/containerbg.gif) repeat-y;
	}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	/*width:538px;*/
	width:100%;
	float: right; 	
	margin-top: 10px;
	text-align: left;	
}	
	#Content p {
		/*color: red;*/
		font-size:1.2em;
		line-height:1.4em;
	}
	
	#Content .remark {
		color: gray;
		font-size:0.9em;
	}


	#Content table {	
		margin: 0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;		
	}
		#Content td li {	
			margin: 10px;
			margin-bottom:0;
			/*margin-left: 190px;*/	
			font-size: 12px;	
			margin-left: 50px;
		}
			#Content td  .left {	
				text-align: left;
			}	
		#Content td .border {	
			padding: 5px;
			border: 1px solid black;		
		}
		
		#Content table p {
			font-size:1.0em;
			line-height:1.4em;
		}
		




/** Header **/
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/*** Main Nav ***/
#Navigation {
	width: 768px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	background: #4ea3d7 url(../images/headerRounded.gif) no-repeat center bottom;
}
#Navigation ul { 
 	float: right; 
	margin-right: 10px;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin: 0 2px; 
		float: left;
		line-height: 2.8em;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 2.3em; 
			font-size: 1.2em; 
			padding: 0 0 0 10px;
			color: #fff;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding-right: 10px;
			height: 2.3em;
 
		}
			#Navigation ul li a:hover { 
			 	background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; 
				color: #fff;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
				cursor: pointer;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: #fff url(../images/activeTabLeft.png) no-repeat left top; 
			 	color: #444;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: #fff url(../images/activeTabRight.png) no-repeat right top;
				color: #444;
			}
    
/** Breadcrumbs **/
.breadcrumb_top { 	
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 9px;
  	color: #000;
 	background-color: #f8f8f8;
 	border-top: 1px #5c548e dotted;
	border-bottom: 1px #5c548e dotted;
	padding:2px; 			
	height:10px;
	float:left;
	width:722px;
	text-align:center;
}
.bc_correction {
	position:relative;
	top:-2px;
}
.breadcrumb_bottom { 	
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 9px;
  	color: #000;
 	background-color: #f8f8f8;
 	border-top: 1px #5c548e dotted;
	border-bottom: 1px #5c548e dotted;
	padding:0.2em; 	
	bottom:0px;
	height:13px;
	float:left;
	width:722px;
}
	.flag_de {
		position: relative;
		top:2px;
		left:2px;
		background: #fff url(../images/D.gif) no-repeat;	
		width:15px;
		height:10px;
		float:left;	
		cursor:pointer;	
	}
	
	

	

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 150px; 
	float: left;  
	margin: -10px 10px 10px 0;
	padding: 0;
	}
	.sidebarBoxHeader {
		margin: 12px 0 0 0;
		height:12px;
		width:150px;
		background: transparent url(../images/SideBar/top.png) no-repeat left top; 	
		float:left;	
	}
	.sidebarBoxContent {
		margin: 0;
		padding: 0 10px 2px 10px;	
		width:130px;	
		background: transparent url(../images/SideBar/center.png) repeat-y left top; 
		float:left;	
		text-align:left;
		color: white;
	}			
	.sidebarBoxContent a {
		color: white;
			
	}		
		
		a.l2_section:link, 
		a.l2_section:active, 
		a.l2_section:visited,
		a.l3_section:link,
		a.l3_section:active,
		a.l3_section:visited,
		a.l4_section:link, 
		a.l4_section:active, 
		a.l4_section:visited,
		a.l5_section:link, 
		a.l5_section:active, 
		a.l5_section:visited
		 {										
			font-weight:bold;
			color:white;	
			font-family: Verdana, Arial, Helvetica, sans-serif;	
			font-size:0.9em;
			text-decoration:none;
		}
				
		a.l2_current:link,
		a.l2_current:active,
		a.l2_current:visited {
			background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
			margin-left:-10px;	
			padding-left:11px;					
			color:#ffe500;	
			font-family: Verdana, Arial, Helvetica, sans-serif;				
			border:0;		
			font-size:1em;			
			text-decoration:none;

		}			
		a.l2_link:link,
		a.l2_link:active,
		a.l2_link:visited,
		a.l2_section:link,
		a.l2_section:active,
		a.l2_section:visited {			
			color:white; 
			text-decoration:none;
			border:0px none black;
			font-size:1em;	
			padding-left:0px;	
			font-family: Verdana, Arial, Helvetica, sans-serif;			
		}
		a.l2_section:hover, 
		a.l2_current:hover, 
		a.l2_link:hover {
			color:white;
			font-weight:normal;
			background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
			margin-left:-10px;	
			padding-left:11px;	
			width:50px;	
			font-family: Verdana, Arial, Helvetica, sans-serif;	
			font-size:1em;
			text-decoration:underline;
		}
					
			a.l3_current:link,
			a.l3_current:active,
			a.l3_current:visited {
				background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
				margin-left:-10px;	
				padding-left:20px;					
				color:#ffe500;	
				font-family: Verdana, Arial, Helvetica, sans-serif;	
				font-size:0.9em;
				border:0;			
				text-decoration:none;
			}			
			a.l3_link:link,
			a.l3_link:active,
			a.l3_link:visited,
			a.l3_section:link,
			a.l3_section:active,
			a.l3_section:visited {			
				color:white; 
				text-decoration:none;
				border:0px none black;
				font-size:0.9em;	
				padding-left:10px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:0.9em;		
			}
			a.l3_section:hover, 
			a.l3_current:hover, 
			a.l3_link:hover {
				color:white;
				font-weight:normal;	
				background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
				margin-left:-10px;	
				padding-left:20px;	
				width:200px;		
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:0.9em;
				text-decoration:underline;
			}
			
				a.l4_current:link,
				a.l4_current:active,
				a.l4_current:visited {
					background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
					margin-left:-10px;	
					padding-left:30px;					
					color:#ffe500;	
					font-family: Verdana, Arial, Helvetica, sans-serif;	
					font-size:0.9em;
					border:0;		
					text-decoration:none;	
				}			
				a.l4_link:link,
				a.l4_link:active,
				a.l4_link:visited,
				a.l4_section:link,
				a.l4_section:active,
				a.l4_section:visited {			
					color:white; 
					text-decoration:none;
					border:0px none black;
					font-size:0.9em;	
					padding-left:20px;		
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size:0.9em;
				}
				a.l4_section:hover, 
				a.l4_current:hover, 
				a.l4_link:hover {
					color:white;
					font-weight:normal;	
					background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
					margin-left:-10px;	
					padding-left:30px;	
					width:200px;	
					font-family: Verdana, Arial, Helvetica, sans-serif;	
					font-size:0.9em;
					text-decoration:underline;
				}
			
					a.l5_current:link,
					a.l5_current:active,
					a.l5_current:visited {
						background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
						margin-left:-10px;	
						padding-left:40px;					
						color:#ffe500;		
						font-family: Verdana, Arial, Helvetica, sans-serif;	
						font-size:0.9em;	
						border:0;	
						text-decoration:none;
					}			
					a.l5_link:link,
					a.l5_link:active,
					a.l5_link:visited,
					a.l5_section:link,
					a.l5_section:active,
					a.l5_section:visited {			
						color:white; 
						text-decoration:none;
						border:0px none black;
						font-size:0.9em;	
						padding-left:30px;	
						font-family: Verdana, Arial, Helvetica, sans-serif;	
						font-size:0.9em;
					}
					a.l5_section:hover, 
					a.l5_current:hover, 
					a.l5_link:hover {
						color:white;
						font-weight:normal;	
						background: transparent url(../images/SideBar/marker.png) no-repeat left bottom;	
						margin-left:-10px;	
						padding-left:40px;	
						width:200px;
						font-family: Verdana, Arial, Helvetica, sans-serif;	
						font-size:0.9em;
						text-decoration:underline;	
					}

		
	.sidebarBoxFooter {
		margin: 0 0 0 0;
		padding-bottom: 2px;
		height:12px;
		width:150px;
		background: transparent url(../images/SideBar/bottom.png) no-repeat left top; 
		float:left;	
	}


	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}



/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 800px; 
	height: 5em; 
	background: transparent url(../images/footerBottom.gif) no-repeat bottom left; 
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	
	
	
/***********************************************************************************************************************************/

/* AktuellesPage
*****************************************/


.calendar {		
	height:100px;
	width:100px;
	background: transparent url(../images/AktuellesPage/Calendar-100x100.png) no-repeat left top; 	
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
	.calendar .weekday {
		margin: 30px 0 0 20px;
		width:60px;
		text-align:center;	
	}
		.calendar .weekday .kw {	
			font-size:0.7em;
		}
	.calendar .day {
		margin: 0 0 0 25px;
		font-weight:bold;
		font-size:2.5em;
		width:60px;
		text-align:center;
	}
	#So{
		color:red;
	}

	.calendar .monthyear {
		margin: 0 0 0 20px;
		font-weight:bold;		
		width:60px;
		text-align:center;
	}
.aktuellesBild {
	float:right;		
	background-color:#f6f6f6;
	border:1px #cbcbcb solid;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	margin-top:10px;	
	margin-left:10px;
	padding: 3px;
}
	.aktuellesBild img {
		background-color:white;	
		border: 1px solid silver;
		color:black;
		padding:3px;
		width:200px;
	}
	.aktuellesBilduntertitel {
		font-size:0.9em;
		text-transform:uppercase;
	}
	.aktuellesArtikel {
		float:none;
		margin: 10px;
		padding:10px;
		line-height:1.5em;
		font-size:1.1em;
	}
	
.aktuellesHolderEintrag {
	clear:both;	
	border-top: 1px #5c548e dotted;
	padding-bottom: 5px;;
}
	.calendar_small {		
		height:50px;
		width:50px;
		background: transparent url(../images/AktuellesPage/Calendar-50x50.png) no-repeat left top; 	
		float:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:black;
		margin-right:10px;
	}
		.calendar_small .weekday {
			margin: 15px 0 0 5px;
			width:40px;
			text-align:center;	
			font-size:0.7em;
		}		
		.calendar_small .day {
			margin: 0 0 0 8px;
			font-weight:bold;
			font-size:1.1em;
			width:40px;
			text-align:center;
		}
		#So{
			color:red;
		}
	
		.calendar_small .monthyear {
			margin: 0 0 0 5px;
			font-weight:bold;		
			width:40px;
			text-align:center;
			font-size:0.7em;
		}
	.aktHolderTeaser {
		font-style:italic;	
	}
	.aktHolderArtikel {		
		margin-top: 3px;
		font-size: 0.9em;
	}
	
	
	
/***********************************************************************************************************************************/
/* SitemapPage
*****************************************/
.sitemap {	
	/*background-color: #CECADC;*/
	background-color: #ededed;
	border: 1px #6E6284 solid;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size:1em;
}
	.sitemap h1 {
		color: #9085A9;
		margin-top: 10px;	
		font-size:1.5em;
	}
	.sitemap h2 {
		color: #7C7392;
		margin-left: 20px;	
		font-size:1.4em;
	}
	.sitemap h3 {
		color: #645C75;
		margin-left: 40px;	
		font-size:1.3em;
	}
	.sitemap h4 {
		color: #564F65;
		margin-left: 60px;	
		font-size:1.2em;
	}
	.sitemap h5 {
		color: #494356;
		margin-left: 80px;	
		font-size:1.1em;
	}
	.sitemap h6 {
		color: #373341;
		margin-left: 100px;	
		font-size:1em;
	}	
		#Content p.l1 {
			font-size:1em;
			color:gray;
		}
		#Content p.l2 {
			margin-left: 20px;
			font-size:1em;
			color:gray;
		}
		#Content p.l3 {
			margin-left: 40px;
			font-size:1em;
			color:gray;
		}
		#Content p.l4 {
			margin-left: 60px;
			font-size:1em;
			color:gray;
		}
		#Content p.l5 {
			margin-left: 80px;
			font-size:1em;
			color:gray;
		}
		#Content p.l6 {
			margin-left: 100px;
			font-size:1em;
			color:gray;
		}


/***********************************************************************************************************************************/
/* LageplanPage
*****************************************/

/***********************************************************************************************************************************/
/* KontaktPage
*****************************************/
div.kontakt {
	padding-top:7px;
	width:475px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#kontakttabelle {
	float:right;
	width:475px;
	text-align:left;
}
	#kontakttabelle td {
		text-align:left;
		padding:3px;
		vertical-align:top;
	}
		#kontakttabelle textarea {
			width:380px;
			height:190px;
			font-size: 12px;
			font-weight:normal;
		}
		#kontakttabelle input {
			width:150px;
			border:1px solid #A7A7A7;
			height: 17px;
			font-size: 12px;
		}
		#kontakttabelle input.absenden {
			color: black;	
			background-color:white;
			border:thin silver solid;
			font-size: 0.9em;
			margin-top: 10px;
			height:23px;			
		}
#kontaktmessage {
	width:100%;		
	display:none;
	padding:5px;
}
	#kontaktmessage.error{
		background-color: #ffe2e2;
		border: 3px red solid;	
		display:block;
		color: red;
	}
	#kontaktmessage.sent {
		background-color: #e2ffe2;
		border: 3px green solid;	
		display:block;	
		color: green;
	}




