@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100.1%;
}
* html #wrap
   {
	height: 100.1%;
   }

* html #footer
   {
	margin-top: -1em;
   }


body {
	font-size: 62.5%;
	background-color: #5a221f;
	font-family: "Trebuchet MS";
	min-width: 810px;
	height: 100.1%;

}
a {
	text-decoration: none;
	outline:none;
}

#wrap {
	min-height:95%;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #CFCFCF;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	clear: both;
}

#main {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}




#header {
	position: relative;
	height: 70px;
	background-color: #E6E6E6;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#subnav  {
	text-align: right;
	position: absolute;
	width: 200px;
	z-index: 10;
	top: 4px;
	right: 6px;
}
#subnav ul {
	padding-top: 2px;
}

#subnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#subnav a:link, #subnav a:visited {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#subnav a:hover, #subnav a:active {
	color: #333333;

}
#subnav span {
	color: #990000;
}

#nav_sub {
	padding-left: 0px;
	padding-top: 25px;
}
#nav_sub ul {
	margin-bottom: 3em;
}

#nav_sub li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav_sub a:link, #nav_sub a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 1.25em;
	display: block;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
}
#nav_sub a:hover, #nav_sub a:active {
	color: #990000;
	background-color: #F1F2F2;
}
#nav_sub span {
	color: #990000;
	font-weight: bold;
}
#nav_sub .on {
	background-color: #F1F2F2;
}




#nav {
	background-color: #CFCFCF;
	height: 33px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


#navi {
	position: absolute;
	top: 8px;
	right: -2px;
	width: 595px;
}
#navi ul {
	list-style-type: none;
}
#navi li  {
	display: inline;
	padding-right: 1.5em;
}
#navi a:link , #navi a:visited{
	font-size: 1.25em;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#navi a:hover, #navi a:active {
	color: #900;
}



#navi   span {
	color: #990000;
	font-weight: bold;
}

#content {
	padding-bottom: 20px;
	position: relative;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}



#content #left {
	width: 213px;
	background-color: #e6e6e6;
	padding-top: 20px;
	float: left;
	margin-right: 2em;
}

#content #right {
	width: 550px;
	padding-top: 40px;
	float: left;
	margin-bottom: 2em;
	padding-right: 40px;
}
#content #right h1 {
	font-size: 1.25em;
	color: #990000;
	font-weight: bolder;
}

#content #right h2 {
	color: #555;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.25em;
}
#content #right h3 {
	font-size: 1.2em;
	color: #990000;
	padding-bottom: 0.5em;
	margin-top: 20px;
	padding-left: 2em;
}



#content #right p {
	font-size: 1.35em;
	line-height: 1.3em;
	margin-bottom: 12px;
}
#content #right .mark {
	font-size: 1.1em;
	color: #666666;
	padding-bottom: 15px;
}
#content #right a:link, #content #right a:visited {
	color: #555;
}
#content #right a:hover, #content #right a:active {
	color: #000000;
}


#content #right .mark a:link, #content #right .mark a:visited {
	color: #333333;
	text-decoration: none;
}
#content #right .mark a:hover, #content #right .mark a:active {
	text-decoration: underline;
}
#content  #right td     {
	font-size: 1
.em;
	padding: 4px;
	line-height: 1.4em;
	font-size: 1.35em;
}



#content #right .h {
	font-weight: bold;

	color: #990000
.em;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 15px;
	color: #990000;
}
#content #right table tr td table tr td {
	font-size: 1em;
}

#content  #right  ul  {
	list-style-type: none;
	padding-right: 60px;
	margin-bottom: 15px;
}
#content  #right  li  {
	font-size: 1
.em;
	background-image: url(../images/liste.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	font-size: 1.25em;
	padding-bottom: 5px;
}
#content #right blockquote {
	width: 460px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 2em;
}
#content #right blockquote p {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#content #right blockquote li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content #right blockquote h2 {
	font-size: 1.2em;
	letter-spacing: 0em;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content #right blockquote h3 {
	font-size: 1.1em;
	color: #333333;
	margin-bottom: 1em;
}

#content  #right  .bildlinks {
	background-color: #E6E6E6;
	border: 1px solid #bbb;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 2px;
}
#content  #right  .bildechts {
	background-color: #E6E6E6;
	float: right;
	border: 1px solid #bbb;
	margin-bottom: 2em;
}


#content #right .box {
	margin-left: 30px;
}
#content #right .top {
	padding-top: 1em;
	margin-bottom: 2em;
}
#content  #right .top a {
	color: #990000;
	text-decoration: none;
	margin-left: 520px;
}







#footer {
	width:830px;
	height: 30px;
	clear: both;
	background-color: #CFCFCF;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #fff;
	position: relative;
}
#footer h1 {
	font-size: 1.1em;
	padding-top: 1em;
	line-height: 1.2em;
	padding-left: 240px;
	font-weight: normal;
}
#footer p {
	font-size: 1.2em;
}
#footer a {
	color: #666666;
}

em {
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.italic {
	font-style: oblique;
	color: #990000;
	padding-left: 22px;
}


.rahmen {
	border: 1px solid #CFCFCF;
}

.rot {
	font-weight: bold;
	color: #990000;
}
.red    {
	color: #990000;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
.overline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFCFCF;
	padding-top: 10px;
}


.term {
	color: #666666;
	letter-spacing: 0.2em;
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}
.linevertical {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
}
.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
.black {
	color: #000000;
}
.italicblack {
	font-style: oblique;
	font-weight: normal;
}

