/* CSS Document */

body{
	margin: 0px; 
	padding: 0px;
	background: url(../images/background_uv.jpg) top left repeat;
	font-family: Lucida Sans Unicode, Helvetica, Arial;
	font-size: 12px;
}

.content h1 {
	background-color: #e4e4e4;
	padding: 10px 19px 30px 19px;
	/*text-transform: uppercase;*/
}

.content .contentExplanation
{
    width: 460px;
    padding: 24px 20px 24px 20px;
    background-color: #ffffff;
    margin: 0 0 20px 0;
}

.contentSitemap h1 {
	background-color: #e4e4e4;
	padding: 10px 19px 30px 19px;
	text-transform: uppercase;
}

.content .contentExplanationSitemap
{
    width: 760px;
    padding: 24px 20px 24px 0;
    background-color: #CCCCCC;
    margin: 0 0 20px 0;
}

a.cAnker
{
	color: #BF7007;
	text-decoration: underline;
	/*font-family: Verdana,Helvetica,Arial;*/
}

.toggler a
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/icon_pfeil_orange.png) no-repeat scroll left center;
    color:#f99e05;
    display:block;
    margin:0 0 5px;
    padding:0 0 0 10px;
    text-decoration:none;
}

div.flashVideo{
	width: 760px;
	height: 288px;
	margin-bottom: 20px;
	background-color: #e9e9e9;
	display: block;
}

div.teaserContent{
	width: 500px;
	height: 110px;	
	background-color: #e9e9e9;
	margin-bottom: 10px;
}

div.teaserContent img{
	float: left;
	width: 250px;
}

div.teaserContent div.teaserText{
	width: 224px;	
	float: left;
	padding: 10px 0px 10px 10px;
}

div.faqContent,
div.formContent
{
    background-color: #e4e4e4;
    margin: 10px 0;
    width: 460px;
    padding: 24px 20px 24px 20px;
}

div.teaserContent div.teaserText a,
div.teaserRight a,
div.teaserRightTop a,
div.inNavigationRight a{
	background: url(../images/icon_pfeil_orange.png) 0 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	display: block;
	color: #bf7007;
	text-decoration: none;
}


div.teaserRight{
	width: 230px;
	border: 5px solid #e4e4e4;
	background-color: #ffffff;
	position: absolute; 
	top: 310px;
	left: 510px;
	padding: 10px 5px;
}


div.teaserRightTop
{
	width: 230px;
	border: 5px solid #e4e4e4;
	background-color: #ffffff;
	position: absolute; 
	top: 62px;
	left: 510px;
	padding: 10px 5px;
}

div.navigationRight
{
    width: 240px;
	border: 5px solid #e4e4e4;
	background-color: #e4e4e4;
	position: absolute; 
	top: 62px;
	left: 510px;
	padding: 0 0 0 0;
}

div.inNavigationRight
{
    margin-top:2px;
    width: 220px;
    position: relative; 
    background-color:#FFFFFF;
    padding: 10px;
}

div.navigationRight ul
{
    padding: 0;
    margin: 0;
}

div.navigationRight li
{
    margin: 0px 0px 1px 0px;
    list-style-type: none;
	background-color: #585858;	
	padding: 2px 0 3px 0;
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial;
}

div.navigationRight li p
{
    margin: 0;
}

div.navigationRight li a
{
	background-image: url(../images/link_navi_closed_white.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding: 0px 0px 0px 17px;
	background-color: #585858;
	color: #cccccc;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial;
	display: block;
}

div.navigationRight li.active
{
	background-color: #FB9D00;
}

div.navigationRight li.active a
{
	background-image: url(../images/link_navi_closed_black.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	padding: 0px 0px 0px 17px;
	font-size: 12px;
	background-color: #FB9D00;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial;
}
