/* 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;
}
/* Globaler Rahmen */
/* -------------------------------------- */
/* --------------------------------------- */
#center{   
	position: absolute;
	width: 956px;
	text-align: center;
	top: 50%; 
	left: 50%;  
	margin-left: -478px;
	margin-top: -300px;
}

#site{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;	
	/* border: 1px solid #CDCBCC; */
	text-align: left;
	height: 100%;
}
/* Headerbereich mit Logo und Bannergrafik */
/* --------------------------------------- */
/* --------------------------------------- */
#header{
}

#head{
}

#logo{
	float: left;
	width: 956px;
	height: 70px;
}

#rightHead{
}

#header #banner{
}
/* Mittelbereich mit Menu und Content + Wrapper */
/* -------------------------------------------- */
/* -------------------------------------------- */
#leftCol{	
	float: left;
	width: 150px;
	height: 454px;
	background-image: url(images/navhindergrund.jpg);
	background-repeat: no-repeat;
	margin-right: 3px;
}

#middleCol{
	float: left;	
	width: 500px;
	height: 454px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 0px;	
	background-color: #474243;
}

#rightCol{		
	float: right;
	width: 300px;
	height: 454px;
	margin-left: 3px;
}

#menu{			
	float: left;	
	width: 150px;
	height: 454px;
	padding-top: 22px;		
}

#content{
	float: left;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 500px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.wrapper{
	width: 956px;
	height: 0px;
	font-size: 0px;
	clear: both;	
}
/* Fußnote ------------------------------------ */
/* -------------------------------------------- */
/* -------------------------------------------- */
#footer{
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;	
	width: 817px;		
	color: #fff;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;
	background-image: url(../images/footer_bg.jpg);
	*/
}

/* ////////////////////////////////////////////////////////////////////// */
/* ////////////  -DETAILFORMATIERUNG - HAUPTMENÜ- /////////////////////// */
/* ////////////////////////////////////////////////////////////////////// */
#menu ul{	
	margin: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}		

#menu ul li{	
	margin: 0px;				
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #666;
	display: block;
	/*
	padding-left: 12px;
	background: url(../images/menuList.gif) no-repeat 0px 4px;
	*/
}

#menu ul li.mainSelected{	
	margin: 0px;				
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #666;
	display: block;	
	/*
	padding-left: 12px;
	background: url(../images/menuList.gif) no-repeat 0px 4px;
	*/
}

#menu ul ul {
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-type: none;		
}

#menu ul ul li{
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	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: #CBCBCB;
	font-weight: normal;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#menu a.main:hover{
	color: #E02D23;	
}

#menu a.mainSelected:link,#menu a.mainSelected:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CBCBCB;
	font-weight: normal;
	background-color: #E02D23;
	padding-top: 3px;
	padding-bottom: 3px;
	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: 13px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	margin-left: 28px;
	display: block;
	border-top: 1px solid #666;
	padding-left: 5px;
	
}

#menu a.sub:hover{
	color: #E02D23;
}

#menu a.subSelected:link,#menu a.subSelected:visited,#menu a.subSelected:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin-left: 20px;
	border-top: 1px solid #666;
	background-color: #E02D23;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	padding-left: 5px;
}

#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{	
	padding: 0px;
	/*background: url(../images/dnload.gif) no-repeat 0px 2px;*/
	padding-left: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #CBCBCB;	
	display: block;
	margin-bottom: 5px;
	width: 30px;
	
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	*/
}

p a:hover{
	/*background: url(../images/extLink.gif) no-repeat 0px 4px;*/
	color: #888888;
}
/* 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: 0px;
	font-size: 11px;
	text-decoration: none;
	color: #CBCBCB;	
	display: block;
	margin-bottom: 5px;
	width: 30px;
	
	/*
	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{
	width: 470px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #474243;
	color: #fff;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;	
}

table.contactTable{
	margin: 0px;
	border: 1px solid #474243;
	padding: 0px;		
	/* border-collapse: collapse; */	
	/* width: 530px; */
}

table.contactTable input {
	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: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.contactTable input.submitButton{
	width: 100px;
	margin-top: 0px;
}

table.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: 240px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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