/*
 * Common Styles
 */


html,body {
	margin:0;
	padding:0;
}
body {
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,Sans-Serif;
}



.frame {
	background:#000000;
	padding:1px;
}



.head {
	background:#FFFFFF;
	overflow:hidden;
}
.head a {
	display:block;
	position:relative;
}
.logo-main {
	display:inline;
}
.logo-sub {
	display:inline;
}
.content {
	overflow:hidden;
}

.footer {
	background:#FFFFFF;
}
.footer span {
	background: url('../img/bg_button_footer.gif') 0 0 no-repeat;
	padding: 0 0 0 22px;
	font-weight:bold;
}

.footer a.footer-link {
	padding: 0 0 0 20px;
}
.footer a.footer-link,
.footer a.footer-link:link,
.footer a.footer-link:visited {
	background:url('../img/bg_button_footer.gif') 0 0 no-repeat;
}
.footer a.footer-link:hover,
.footer a.footer-link:focus {
	background:url('../img/bg_button_footer_over.gif') 0 0 no-repeat;
}




/** inner content */
.frame .sectioncontent .color-dark,
.frame .sectioncontent .color-dark * {
	color:#000000;
}
.frame .sectioncontent .color-light,
.frame .sectioncontent .color-light * {
	color:#FFFFFF;
}


.links a {
	padding:0 0 0 23px;
	font-weight:bold;
	display:block;
}
.sectioncontent a,
.sectioncontent a:link,
.sectioncontent a:visited {
	background:url('../img/bg_link_out.png') 0 0 no-repeat;
}
.sectioncontent a:focus,
.sectioncontent a:hover {
	background:url('../img/bg_link_over.png') 0 0 no-repeat;
}

.sectionimage {
	float:left;
}
.sectioncontent {
	float:left;
}
li.section {
	display:block;
}
div.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}	
h1, h2, p {
	padding:0;
	margin:-3px 0 0 0;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul li {
	padding:0;
	margin:0;
}
img {
	border:0px;
	margin:0px;
}
.content img {
	border:1px solid #FFFFFF;
	display:block;
	position:relative;
}
a,
a:link,
a:visited,
a:focus,
a:hover {
	text-decoration:none;
}

.footer a,
.footer a:link,
.footer a:visited {
	color:#000000;
}
a:focus,
a:hover,
.footer a:focus,
.footer a:hover,
.frame ul.links li a:focus span,
.frame ul.links li a:hover span,
.frame .sectioncontent a:focus span,
.frame .sectioncontent a:hover span {
	color:#96BF0D;
}

.klicktipps_exportlink {
	position:absolute;
	margin-top:30px;
	padding-bottom:20px;
	left:7px;
	width:200px;
	height:20px;
	text-align:center;
}
.klicktipps_exportlink a {
	display:block;
	background:#96BF0D;
	color:#FF0000;
	border:1px solid #FF0000;
}
.klicktipps_exportlink a:focus,
.klicktipps_exportlink a:hover {
	color:#AA2222;
	border:1px solid #FAB132;
}