@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body, html { height: 100.01% }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
	font-family: Arial, Helvetica, sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
	margin:0px 0px 0px 0px;
 	/*/*/margin:0px 0px 0px 0px;/**/	
}

body { 
	font-size: 100.01%;
	color: #333;
	text-align: center;
	background: #FFF;
	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/********* Fonts ***************/

div, p, a, th, tr, td, span, label, li {
	font-size: 12px;
	color: #333;
	text-align:left;		

}
td{
	vertical-align:top;
}
p{
	line-height: 16px;
	padding: 0px 0px 20px 0px;
}
a{
	color: #91912c;
	text-decoration: underline;
}
a:hover, a:active{
	text-decoration:none;
}
a { outline : none; -moz-user-focus: none; -moz-outline: none; }

.red{
	color: #91912c;
}
.redbold{
	color: #91912c;
	font-weight: bold;
}

h1	{ font-size:14px; color:#333; font-weight:bold; line-height:18px; }
h2	{ font-size:14px; color:#91912c; font-weight:bold; line-height:18px; }
h3	{ font-size:12px; color:#333; font-weight:bold; line-height:16px; }
h4 	{ font-size:12px; color:#91912c; font-weight:bold; line-height:16px; }
h5 	{ font-size:10px; color:#333; font-weight:bold; line-height:14px; }
h6	{ font-size:10px; color:#91912c; font-weight:bold; line-height:14px; }
h7	{ font-size:10px; color:#666;  line-height:12px; text-decoration: underline; }

h1  { padding: 0px 0px 0px 0px; }
h2  { padding: 0px 0px 0px 0px; }
h3	{ padding: 0px 0px 0px 0px; }
h4	{ padding: 0px 0px 0px 0px; }
h5	{ padding: 0px 0px 0px 0px; }
h6	{ padding: 0px 0px 0px 0px; }
h7	{ padding: 0px 0px 0px 0px; }

#content ul, #content-small ul{
	list-style:square;
	padding: 15px 0px 0px 15px;
}

/********* Main Classes ***************/
#root-start{
	margin-left: -502px;
	margin-top:  -280px;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 1003px;
	min-width: 1003px;
	max-width: 1003px;
	height: 558px;
	min-height: 558px;
	max-height: 558px;
	background: #fff;
	overflow: hidden;
	vertical-align:middle;
}
#start{
	margin: 0 auto;
	text-align: center;
	vertical-align:middle;
	
}
#start a{
	height: 558px;
	min-height: 558px;
	max-height: 558px;
	line-height: 558px;
	border: 1px solid #fff;
}
#start img{
	margin: 0 auto;
	text-align: center;
	vertical-align:middle;
}
#root{
	display: block;
	width: 985px;
	min-width: 985px;
	max-width: 985px;
	background: #fff;
	margin: 0 auto;
	padding-top: 100px;
}
#root:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main{
	display: block;
	width: 975px;
	min-width: 975px;
	max-width: 975px;
	text-align:left;
	overflow: hidden;
	padding-left: 10px;
}
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#navigation{
	float: left;
	width: 140px;
	min-width: 140px;
	max-width: 140px;
}
#content-area{
	float: left;
	width: 830px;
	min-width: 830px;
	max-width: 830px;
}
#headline{
	padding: 65px 0px 44px 0px;
}
#content{
	width: 315px;
	min-width: 315px;
	max-width: 315px;
}
/********* Content-Navigation ***************/
ul.cnavi{
	list-style: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.cnavi li{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
ul.cnavi li a{
	font-size: 11px;
	color: #666;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.cnavi li.act a{
	font-weight: bold;
}
ul.cnavi li a:hover{
	color: #91912c;
}
