/*

  BLAU: #003883

*/

body
{
	/*background: #EEE url('bilder/content-hg.jpg') repeat-y center;*/
	background: #EEE;
	
    color: black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    
    margin: 0;
    padding: 0;
    text-align: center;
}

img
{
	border: 0;
}

/* @group Layout */

#bt
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#top
{
	background: url('bilder/hg.jpg');
}

#topL
{
	float: left;
	/*border: 1px solid red;*/
}

#topL #headline
{
	width: 490px;
	height: 20px;
	background: url('bilder/top-headline.jpg') no-repeat;
	
	text-align: center;
	line-height: 19px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 0;
}

#topR
{
	float: right;
	/*visibility: hidden;*/
}

#main
{
 background: #EEE url('bilder/content-hg.jpg') repeat-y center;
 clear: both;
}

#main_top
{
	background: url('bilder/content-top.jpg') no-repeat center;
	height: 24px;
}

#inhalt
{
	padding: 10px 40px;
}

#inhalt h2
{
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #333;
}

#inhalt h3
{
	color: #003883;
	font-size: 14px;

	margin-top: 2em;
}

#inhalt p
{
	line-height: 150%;
	padding-left: 10px;
}

#inhalt a
{
	color: #003883;
	text-decoration: underline;
}

#inhalt a:hover
{
	background: #003883;
	color: white;
	text-decoration: none;
}

#inhalt a.nachoben:hover
{
	background: transparent;
}

#inhalt ul li
{
	line-height: 160%;
}

#clearbottom
{
	clear: both;
	height: 1px;
}

#footer
{
	height: 39px;
	background: url('bilder/footer.jpg') no-repeat center;
	
	text-align: center;
	font-size: 10px;
	color: #333;
	
	clear: both;
}

#footer #inh
{
	padding-top: 14px;
}

#footer a
{
	color: #333;
	text-decoration: none;
}

/* @end */


/* @group Navigation */

#navigation
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation li
{
	padding: 0;
	margin: 0;
	display: inline;
}

#navigation a:hover
{
	color: white;
	cursor: pointer;
}

#navigation a
{
	text-decoration: none;
	color: #003883;
	display: block;
	float: left;
}

#navigation .nL
{
	width: 126px;
	height: 51px;
	background: url('bilder/naviL1.jpg') no-repeat;
	
	text-align: center;
	color: #003883;
	line-height: 45px;
}

#navigation a.nL:hover, #navigation a.nLs
{
	background: url('bilder/naviL2.jpg') no-repeat;
	color: white !important;
}

#navigation .nM
{
	width: 120px;
	height: 51px;
	background: url('bilder/naviM1.jpg') no-repeat;
	
	text-align: center;
	color: #003883;
	line-height: 45px;
}

#navigation a.nM:hover, #navigation a.nMs
{
	background: url('bilder/naviM2.jpg') no-repeat;
	color: white !important;
}



#navigation .nR
{
	width: 124px;
	height: 51px;
	background: url('bilder/naviR1.jpg') no-repeat;
	
	text-align: center;
	color: #003883;
	line-height: 45px;
}

#navigation a.nR:hover, #navigation a.nRs
{
	background: url('bilder/naviR2.jpg') no-repeat;
	color: white !important;
}

/* @end */

/* @group Kontaktformular */


#kontaktlinks
{
 float: left;
}

.rechts
{
 float: right;
 width: 220px;
 margin-left: 20px;	
}

#kontaktrechts
{
 float: right;
 width: 220px;
}

#kontaktrechts .bild
{
	width: 220px;
}

.kontakttab td
{
 vertical-align: top;	
}

.kontakttdl
{
 width: 120px;
 font-weight: bold;
}

.kontaktinput1
{
 width: 300px;	
 border-top: 1px solid #333;
 border-left: 1px solid #333;
 border-right: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 padding: 2px;
}

/* @end */


.tm, .textm
{
	text-align: center;
}

.tr, .textr
{
	text-align: right;
}

.tl, .textl
{
	text-align: left;
}


.kl
{
	font-size: 11px;
}

.cl
{
	clear: both;
}

.block
{
	display: block;
}
