body {
	background-color: #999999;
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-Serif;
	color:#666666;
	padding:0px;
	margin:0px;
	text-align: center;
}

a, a:visited {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

a:active { color:#000000;}

* a img {
	border: 0px;
}

h1 {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	color:#CC3333;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color:#CC3333;
	margin-top: 0px;
}

h3 {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color:#000000;
	margin-top: 0px;
	font-weight: bold;
}

font.highlight {
	color:#CC3333;
}

span.zitat {
	font-weight: bold;
	font-style: italic;
}

span.small {
	font-size: 9px;
}

hr {
	background-color:#CC3333;
	color:#CC3333;
	border: 0px none #CC3333;
	height: 1px;
}

.bordered {
	border: 1px solid #666666;	
}

.colored {
	background-color: #FFF63F;
}

.shadowed {
	background-color: #FFFDD7;
}

table.basic {
	border: 1px solid #D3D3D4;
	border-collapse: separate;
	border-spacing: 1px;
}

table.basic th {
	background-color: #FFF63F;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

div.zitat {
	border-top: 1px solid #DC1911;
	border-right: 0px solid #DC1911;
	border-bottom: 1px solid #DC1911;
	border-left: 0px solid #DC1911;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	background-color: #FDE7D9;
}

div#container{
	width: 863px;
	background-color: #999999;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-y;
	margin: 10px auto 0px auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align:left;
}

div#innercontainer{
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-y;
	margin-left: 17px;
	margin-right: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header {
	height:auto;
	margin:0;
	background-color: #ffffff;
}

div#headlogo {
	float: left;
	background-color: #ffffff;
	height: 128px;
	width: 220px;
/*		border: 1px dashed brown;*/
}

div#headtext {
	text-align: right;
	height: 100px;
/*		border: 1px dashed green;*/
}

div#headmenu {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-top: 5px;
	color: #999999;
/*	border: 1px dashed blue;*/
}


	
div#content{
/*	border: 1px dashed blue;*/
	float:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D4;
	padding: 35px;
	padding-top: 20px;
	height: auto;
	line-height: 1.6em;
	background-image: url(/images/bg-content.jpg);
	background-repeat: no-repeat;
	min-height:380px;
	height:auto;
	_height: 380px; /* ie hack */
	/* IE Box-Model-Bug Hack start */
	width:530px; /* for Mozilla and Co */
	\width: 570px; /* for IE5 */
    w\idth: 530px; /* for IE6 */
	/* IE Box-Model-Bug Hack end */
}
	
div#navigation {
/*	border: 1px dashed brown;*/
	float:left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width:130px; /* for Mozilla and Co */
	\width: 171px; /* for IE5 */
    w\idth: 120px; /* for IE6 */
}

.navigationkopf {
	font-weight: bold;
	color: #333333;
	width: 163px;
	padding: 5px;
	margin-bottom: 2px;
}

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

#navigation li {
	display: block;
	margin-bottom: 2px;
}

#navigation li a, #navigation li a:link {
	text-decoration: none;
	display: block;
	color: #666666;
	padding: 5px;
	width:155px; /* for Mozilla and Co */
	\width: 164px; /* for IE5 */
    w\idth: 155px; /* for IE6 */
}

#navigation li a:visited {
	color: #666666;
}

#navigation li a:hover, #navigation li a:active, #navigation li a:focus {
	color: #CC3333;
	background-color: #FFF63F;
}

#navigation li a.active {
	color: #CC3333;
	background-color: #FFF63F;
	text-decoration: none;
	display: block;
	padding: 5px;
	width:155px; /* for Mozilla and Co */
	\width: 164px; /* for IE5 */
    w\idth: 155px; /* for IE6 */
}
	
div#extra{
	clear:both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D4;
	height: 1px;
}

div#footer{
	padding-left: 228px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D4;
	color: #999999;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
}

div#footer-background{
	vertical-align: middle;
}

div#content p{
	line-height:1.4;
}
div#footer p{
	margin:0px;
	padding:0px 10px 5px;
}
