@charset "utf-8";
/* CSS Document */

/*	==========================
	Betrifft die Gesamte Seite
	==========================*/

body, html {
	height:100%;
	width:	100%;
	background-image:url(../img/bg.gif);
	margin:		0px;
	font-family:Verdana, Geneva, sans-serif;
	color:					#517C59;
}

#layout {
	margin:		0px auto;
	width:		971px;
}

img {
	border:				0px;
}

/*	========================== 
		Betrifft Header
	==========================*/

#headerBox {
	width:		971px;
	height:		228px;
}

#contentBox {
	background-image: 	url(/img/bg-trans.png);
	background-repeat:repeat-y;
	width:		971px;
	height: 	100%;
}


/*	==========================
		Betrifft Content
	==========================*/
	
#content {
	width:		658px; /*= 738 - (2x40(padding))*/
	height:		100%;
	float:		left;
	min-height:	600px;	/* = 600 - 35(padding) - 50(padding)*/
	height:		auto !imnportant;
	padding:	35px 40px 50px 40px;
}
	
/*	==========================
		Betrifft Navigation
	==========================*/
#navigation {
	width:		233px;
	float:		left;
	height:		100%;
	min-height:	600px;
	height:		auto !imnportant;
}

#navigation ul {
	margin:			0px;
	padding:		24px 15px 0px 15px;
}

#navigation ul li {
	list-style-type:		none;
	line-height:			18px;
	font-weight:			bold;
	font-size:				14px;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	text-decoration:		none;
	color:					#517C59;
}

#navigation ul li a:hover,
#navigation ul li a:focus {
	text-decoration:		none;
	color:					#517C59;
}
#navigation .subNavLi {
	font-size:12px;
	font-weight:			bold;
	padding: 0 0 0 10px;
}
#navigation .navSubSub {
	font-size:12px;
	font-weight:			normal;
	padding: 0 0 0 20px;
}

.selectedRoot, .selectedSub {
	font-style:italic;
}

#spacer {
	clear:both;
}

#adresse {
	font-size:				12px;
	width:					218px;
	padding-left:			15px;
	margin-top:				50px;
}

#adresse a:hover,
#adresse a:focus {
	text-decoration:		none;
	color:					#517C59;
}

#adresse a:link,
#adresse a:visited  {
	text-decoration:		none;
	color:					#517C59;
}

/*	==========================
		Betrifft Inhalt
	==========================*/
.article {
	/*width:					100%; /* = 190 - (2x8(padding))*/
	height:					100%; /* = 265 - (2x8(padding))*/
	padding:				8px;
	border-width:			1px;
	border-style:			solid;
	border-color:			#999;
}

#middle {
	margin:					0px 41px;
}

/*	==========================
		Betrifft Text
	==========================*/

p {
	margin:			0px;
	padding:		5px 0px;
	font-size:		11px;
}

#content table td {
	font-size:		11px;
	padding:		2px;
}
#content input,#content select {
	font-size:		11px;
	font-family:Verdana, Geneva, sans-serif;
	border:			1px solid #517C59;
}

.article a:visited,.article td a:link, .article  td a:hover, .article  td a:focus {
 	color:		#517C59; 
}
h2 {
	padding:		0px;
	padding-bottom:	5px;
	margin:			0px;
	font-size:		16px;
}
h3 {
	padding:		0px;
	padding-bottom:	5px;
	margin:			0px;
	font-size:		12px;
}
