/* 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-color: #fff;
	background-image: url(images/site_bg.gif);
	/* background-image: url(images/famboo_hg_snow.jpg); */
	/*background-repeat: repeat;*/
	
}
/* Globaler Rahmen */
/* -------------------------------------- */
/* --------------------------------------- */
#center{  
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -492px;
	/*margin-top: -300px;*/	
	width: 985px;
	text-align: center;	
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	/*height: 100%;*/	
}

#site{
	background-color: #fff; 
	padding: 0px;
	margin: 0px;
	position: static;
	/*border: 1px solid #C1C1C1;*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;	
	
	border-left: 40px solid #f3d3f6;
	border-right: 40px solid #f3d3f6;
	height: 100%;
	width: 905px;	
	/*background-image: url(images/);
	background-repeat: no-repeat;*/
	/*background: #fff;*/	
}

/* Headerbereich mit Logo und Bannergrafik */
/* --------------------------------------- */
/* --------------------------------------- */
#head{
	margin: 0px;
	padding: 0px;
	width: 905px;	
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px solid #8a8a8a;
}

#header{
	margin: 0px;
	padding: 0px;
	/* height: 143px; */
}

#logo{
	position: relative;
	text-align: left;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapperLine{
	height: 0px;
	font-size: 0px;
	clear: both;
	border-bottom: 1px solid #555;
	margin-bottom: 20px;
}


#rightHead{
	padding-top: 0px;
	float: right;
	right: 0px;	
	margin-right: 0px;	
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header #banner{
	/*width: 400px;*/	
	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 */
/* -------------------------------------------- */
/* -------------------------------------------- */

#leftCol{	
	float: left;
	width: 120px;
	padding-left: 20px;
	/*background-color: #fff;*/			
}

#middleCol{	
	float: left;
	width: 725px;
	padding-left: 20px;
	/*background-color: #fff;*/
}

/*#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;
	width: 120px;
	padding-bottom: 20px;
	/*background-image: url(images/rightColBg.gif);
	background-repeat: repeat-y;*/
}

#content{
	padding: 0px;					
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 15px;	
}

.wrapper{	
	height: 0px;
	font-size: 0px;
	clear: both;	
}
/* Fu�note ------------------------------------ */
/* -------------------------------------------- */
/* -------------------------------------------- */

#footer{
	margin-bottom: 5px;			
	color: #fff;
	font-family: arial,verdana;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	/* 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 #C1C1C1;*/
	display: block;
	/*border-left: 1px solid #F219A4;*/
	
	/*background-color: #fff;*/
	margin-bottom: 0px;
	/*
	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 #C1C1C1;*/
	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{
	margin: 0px;
	background: none;
	border: 0;
}	
#menu a:link,#menu a:visited,#menu a:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70afc9;
	font-weight: normal;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#menu a.main:link,#menu a.main:visited,#menu a.main:hover{
	
}

#menu a.main:hover{
	color: #5c546c;	
}

#menu a.mainSelected:link,#menu a.mainSelected:visited{
	color: #5c546c;		
}

#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: #96c3c60;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-left: 0px;
	display: block;
	/*border-bottom: 1px solid #fff;*/
	padding-left: 10px;	
}

#menu a.sub:hover{
	color: #5c546c;
}

#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: #5c546c;
	margin-left: 0px;
	margin-right: 0px;
	/*border-top: 1px solid #fff;*/
	/*background-image: url(images/navbild2.jpg);*/
	/* background-image: url(images/famboo_hg_snow.jpg); */
	/*background-repeat: repeat-y;*/
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	padding-left: 10px;
}

#footer a:link,#footer a:visited{
	color: #96c3c6;
	text-decoration: none;
}

#footer a:hover{
	color: #5c546c;
}
/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -DETAILFORMATIERUNG - SONSTIGES- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
p{
	margin: 0px;
	padding: 0px;
}
/* Element um Floating Umgebungen aufzuheben */
.clearing{
	clear: both; 
	font-size: 1px; 
	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: 12px;
	text-decoration: underline;
	color: #444444;	
	/*
	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: #888888;
}
a:link,a:hover,a:visited{
	text-decoration: underline;
	color: #ff0000;		
	border: none;
}

.pages a:link,.pages a:visited{
	font-family: serif,arial;
	font-size: 30px;
	text-decoration: none;
	color: #888;		
	border: none;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}
.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: #BEC402;
	font-size: 13px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	*/
	}
a.more:hover{
	color: #888888;
}
a.download:link, a.download:visited,a.download:hover{
	padding: 0px;
	background: url(images/dnload.gif) no-repeat 0px 2px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 11px;
	text-decoration: none;
	color: #444444;	
	margin: 0px;
	
	/*
	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: #888888;
}

/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -Kontaktformular - SONSTIGES- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
div.contactForm{
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}
.contactForm .error{
	color: #C20008;
	}
.contactForm div{
	padding: 2px;
	}
.contactForm fieldset{
	width: 46%;
	}
.contactForm fieldset.big{
	width: 99%;
	}
.contactTable{
	margin: 0px;
	/*border: 1px solid #fff;*/
	padding: 0px;		
	/* border-collapse: collapse; */	
	/* width: 530px; */
	}
.contactForm input,.contactForm 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;
}

.contactForm select.birthday_y{
	width: 50px;
	}
.contactForm .middle{
	width: 150px;
	}
.contactForm select.birthday_d{
	width: 40px;
	}
.contactForm input.submitButton{
	width: 100px;
	margin-top: 0px;
	}
.contactForm 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;
}
.contactForm fieldset{
	padding-left: 5px;
	}

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