/* Globales Stylesheet für die Seite */
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -HAUPTFORMATIERUNGEN - POSITIONIERUNG- ///////////////// */
/* ////////////////////////////////////////////////////////////////////// */
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;			
}
div{
	border: none;
	border-width: 0px;
}
table,td,tr{	
	border-width: 0px;
	border: none;
	}
td,tr{
	margin: 0px;
	padding: 0px;
	}
strong,b{
	font-size: .95em;
	font-weight: bold;
	}
body{
	/*background-image: url(images/site_bg.gif);*/
	/* background-image: url(images/famboo_hg_snow.jpg); */
	/*background-repeat: repeat;*/
	background-color: #C60303;
}
/* Globaler Rahmen */
/* -------------------------------------- */
/* --------------------------------------- */
#center{   
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -425px;	
	width: 850px;
	text-align: center;		
}
#site{
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;	
	/*border: 1px solid #CC0000;*/ 
	text-align: left;
	height: 100%;
	width: 100%;
	/*
	background-image: url(images/3ColBg.jpg);
	background-repeat: repeat-y;
	*/	
	background: #fff;
	
}
/* Headerbereich mit Logo und Bannergrafik */
/* --------------------------------------- */
/* --------------------------------------- */
#head{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 850px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#header{
	margin: 0px;
	padding: 0px;
	/* height: 143px; */
}

/*#logo{
	position: relative;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
*/
/*
#rightHead{
	padding-top: 0px;
	float: right;
	right: 0px;	
	margin-right: 0px;	
	color: #888;
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 12px;
	}
*/

#header #banner{
	width: 830px	
	margin: 0px;
	padding: 0px;
}
/*.smallButton{
	background-color: #F219A4;
	width: 100px;
	color: #efefef;	
	margin-bottom: 2px;
	}
.smallButton a:link,.smallButton a:visited{
	text-decoration: none;
	color: #efefef;
	padding: 1px;
	padding-left: 10px;
	display: block;
}
.smallButton a:hover{
	color: #ddd;
}
*/
/* Mittelbereich mit Menu und Content + Wrapper */
/* -------------------------------------------- */
/* -------------------------------------------- */
#strich{
	height: 3px;
	width: 100%;
	clear: both;	
	background-color: #CC0000;
}

#leftCol{	
	float: left;
	padding-top: 0px;
	width: 160px;		
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	background-color: #fff;					
}
#middleCol{
	float: left;
	width: 660px;	
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
	
	background-color: #9F9F9F;
}
/*#rightCol{	
	padding-top: 0px;
	width: 161px;		
	float: left;	
	margin-left: 5px;
	margin-right: 0px;
	
	background-image: url(images/rightColBg.gif);
	background-repeat: repeat-y;
	background-color: #C8C390;	
				
}*/

#menu{			
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	width: 100%;
	/*background-image: url(images/rightColBg.gif);
	background-repeat: repeat-y;*/
	background-color: #9F9F9F;
}
#content{
	padding-top: 0px;
	margin-left: 0px;
	width: 650px;
	margin: 0px;
	background-color: #9F9F9F;
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 13px;	
}
.wrapper{	
	height: 0px;
	font-size: 1px;
	clear: both;	
}
/* Fußnote ------------------------------------ */
/* -------------------------------------------- */
/* -------------------------------------------- */

#footer{
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;	
	width: 817px;		
	color: #fff;
	height: 16px;
	font-family: arial,verdana;
	font-size: 12px;
	/* background-image: url(images/footer_bg.jpg); */
}

/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -DETAILFORMATIERUNG - HAUPTMENÜ- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
#menu ul{	
	margin: 0px;
	padding: 0px;
	
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}		
#menu ul li{	
	border-bottom: 1px solid #fff;
	display: block;
	/*border-left: 1px solid #F219A4;*/
	
	background-color: #9F9F9F;
	/*
	padding-left: 12px;
	background: url(../images/menuList.gif) no-repeat 0px 4px;
	*/
}
#menu ul li.spacer{	
	background-color: #fff;
	border: none;
	height: 5px;
	font-size: 1px;
	/*
	padding-left: 12px;
	background: url(../images/menuList.gif) no-repeat 0px 4px;
	*/
}
#menu ul li.mainSelected{	
	border-bottom: 1px solid #fff;
	display: block;	
	/*
	padding-left: 12px;
	background: url(../images/menuList.gif) no-repeat 0px 4px;
	*/
}

#menu ul ul {
	list-style-position: outside;
	list-style-type: none;		
}
#menu ul ul li{
	background: none;
	border: 0;
}	
#menu a.main:link,#menu a.main:visited,#menu a.main:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	display: block;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#menu a.main:hover{
	color: #CC0000;	
	}
#menu a.mainSelected:link,#menu a.mainSelected:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	background-color: #CC0000;
	padding-bottom: 3px;
	margin-right: 0px;
	display: block;
	padding-left: 10px;	
	}

#menu a.sub:link,#menu a.sub:visited,#menu a.sub:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-bottom: 3px;
	font-weight: normal;
	margin-left: 20px;
	display: block;
	border-top: 1px solid #fff;
	padding-left: 0px;
	
	}
#menu a.sub:hover{
	color: #CC0000;
	}
#menu a.subSelected:link,#menu a.subSelected:visited,#menu a.subSelected:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #fff;
	background-color: #CC0000;
	font-weight: normal;
	padding-bottom: 3px;
	display: block;
	padding-left: 20px;
	}
#footer a:link,#footer a:visited{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #ccc;
}
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -DETAILFORMATIERUNG - SONSTIGES- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
p{
	margin: 0px;
	padding: 0px;
}
/* Element um Floating Umgebungen aufzuheben */
.clearing{
	clear: both; 
	font-size: 3px; 
	margin: 0px; 
	padding: 0px; 
	height: 1px;
}
/* BUTTON "EXTLINK" */
p a:link,p a:visited{	
	/*background: url(../images/extLink.gif) no-repeat 0px 4px;*/
	padding-left: 0px;
	text-decoration: none;
	color: #CC0000;	
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	*/
	border: none;
	margin-bottom: 2px;
	
	}
p a:hover{
	/*background: url(../images/extLink.gif) no-repeat 0px 4px;*/
	color: #000;
}
a:link,a:visited{
	text-decoration: none;
	color: #CC0000;		
	border: none;
}

a:hover{
	color: #000;
}

.pages a:link,.pages a:visited{
	font-size: 11px;
	text-decoration: none;
	color: #fff;		
	border: none;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #F219A4;
}
.pages a.selected:link,.pages a.selected:hover,.pages a.selected:visited,.pages a:hover{
	text-decoration: none;
	color: #efefef;		
	border: none;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #333;
}
/* BUTTON "MEHR" */
a.more:link,a.more:visited{	
	/*
	background: url(../images/moreLink2.gif) no-repeat 0px 0px;	
	padding-left: 17px;
	*/
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	*/
	}
a.more:hover{
	color: #CC0000;
}

div.info{
  margin: 5px 0px 10px 0px;
}

a.download:link, a.download:visited,a.download:hover{
	/*background: url(../images/dnload.gif) no-repeat 0px 2px;*/
	padding-left: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #CC0000;	
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	*/
	}
a.download:hover{
	/*background: url(../images/dnload.gif) no-repeat 0px 2px;*/
	color: #fff;
}

/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -Kontaktformular - SONSTIGES- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
div.contactForm{
	margin: 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	background-color: #9F9F9F;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;	
	}
.contactTable{
	margin: 0px;
	/*border: 1px solid #fff;*/
	padding: 0px;		
	/* border-collapse: collapse; */	
	/* width: 530px; */
	}
.contactTable input,.contactTable select{
	border: solid;
	border-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #000000;
	border-right-color: #000000;
	background-color: #efefef;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contactTable select.birthday_y{
	width: 50px;
	}
.contactTable select.birthday_d{
	width: 40px;
	}
.contactTable input.submitButton{
	width: 100px;
	margin-top: 0px;
	}
.contactTable textarea {
	background-color: #efefef;
	border: solid;
	border-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #000000;
	border-right-color: #000000;
	width: 280px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactTable fieldset{
	padding-left: 5px;
	}

.contactTable td.kontakt-links{
	width: 330px;
}