/**
 * Reset defaults
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}


ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, 
q {
	quotes: "" "";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**
 * General
 */
body {
	font: 12px/18px Helvetica, Arial, sans-serif;
}

img {
	display: block;
}

td {
	vertical-align: top;
}

p {
	margin: 0 0 18px 0;
}

h1 {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

h2,
h3 {
	margin: 0 0 18px 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 33px;
}

h2 a,
h2 a:visited {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 a:hover,
h2 a:focus {
	
}

a, 
a:visited {
	color: #e93f9b;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #5a3e1d;
}

/**
 * Structure
 */

#wrapper {
	width: 886px;
	margin: 170px auto 120px;
}

#content-wrapper {
	float: left;
	margin: 0 0 4px 0;
	width: 600px;
}

#content {
	float: left;
	width: 505px;
	padding: 50px 50px 20px 45px;
	background: #fff;
	min-height: 150px;
}

#sidebar {
	float: right;
	width: 180px;
}

#footer {
	float: left;
	width: 600px;
	margin: 0 0 0 103px;
}

#site-switch {
	float: left;
	margin: 40px 4px 0 0;
	width: 99px;
}

#site-switch #kb,
#site-switch #wg {
	display: block;
	margin: 0 0 4px 0;
	width: 99px;
	height: 102px;
	background: url(../images/kb_button_off.png) no-repeat;
	text-indent: -9999px;
}

#site-switch #wg {
	background: url(../images/wg_button_off.png) no-repeat;
}

/**
 * Navigation
 */
#mainnav {
	float: left;
	width: 600px;
	border-bottom: 1px solid #999;
}

#mainnav ul li {
	float: left;
	position: relative;
}

#mainnav a,
#mainanv a:visited {
	display: block;
	padding: 10px 0;
	width: 120px;
	background: url(../images/navi_inactiv_middle.png) no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

#mainnav .li-first a,
#mainnav .li-first a:visited {
	background: url(../images/navi_inactiv_left.png) no-repeat;
}

#mainnav .li-last a,
#mainnav .li-last a:visited {
	margin: 0 0 0 -1px;
	background: url(../images/navi_inactiv_right.png) no-repeat;
}

#mainnav a:hover,
#mainnav a:focus {
	background: url(../images/navi_over_middle.png) no-repeat;
}

#mainnav .li-first a:hover,
#mainnav .li-first a:focus {
	background: url(../images/navi_over_left.png) no-repeat;
}

#mainnav .li-last a:hover,
#mainnav .li-last a:focus {
	background: url(../images/navi_over_right.png) no-repeat;
}

#mainnav span {
	display: block;
	position: absolute;
	top: 2px;
	left: -2px;
	width: 3px;
	height: 34px;
	background: url(../images/navi_beetween.png) no-repeat;
}

.subnav {
	float: left;
	width: 505px;
	padding: 0 50px 0 45px;
	background: #fff;
}

.subnav li {
	float: left;
	margin: 0 0 5px 0;
}

.subnav a,
.subnav a:visited {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	border-right: 1px solid #333;
}

.subnav a:hover,
.subnav a:focus {
	color: #e93f9b;
}

.subnav .active a {
	color: #e93f9b;
}

/**
 * Content
 */
.content-item {
	float: left;
	width: 505px;
	margin: 0 0 20px 0;
	
}

.content-item iframe,
.content-item .object-wrap,
.content-item img  {
	margin: 0 0 20px 0;
}

#news-padding {
	float: left;
	width: 600px;
	height: 30px;
	background: #fff;
}

.news-item,
.background-teaser {
	float: left;
	width: 600px;
	margin: 0 0 5px 0;
}

.news-item {
	position: relative;
	padding: 10px 0 0 0;
	background: #fff;
}

.news-item h2 {
	margin: 0;
	line-height: 22px;
}

.news-heading {
	margin: 0 0 23px 15px;
}

.news-heading small {
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

.news-item .bigteaser-img-wrap {
	float: left;
	width: 280px;
}

.news-item .teaser-text {
	float: right;
	margin: 0 30px 0 0;
	padding: 0 0 40px 0;
	width: 265px;
}

.news-item .smallteaserimg {
	float: left;
	margin: 0 10px 0 0;
}

.background-teaserimg {
	float: left;
}

.background-teaser-content {
	position: relative;
	float: right;
	padding: 15px 75px 10px 10px;
	width: 230px;
	color: #fff;
	overflow: hidden;
}

.background-teaser-content h2 {
	margin: 0 0 10px 0;
	line-height: 22px;
}

.background-teaser-content h2 a,
.background-teaser-content h2 a:visited {
	color: #fff;
}

.more-link {
	position: absolute;
	right: -1px;
	bottom: 0;
	display: block;
	width: 136px;
	height: 30px;
	background: url(../images/kb_news_pfeil.png) no-repeat;
	text-indent: -9999px;
}

.background-teaser-content .more-link {
	background: none;
}

#footer-teaser-wrapper {
	float: left;
	width: 600px;
	margin: 4px 0 0 0;
}

#news-preview-logo {
	float: left;
	width: 200px;
	height: 140px;
	text-align: center;
}

#news-preview-logo h4 {
	margin: 115px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
	text-transform: uppercase;
}

.footer-teaser {
	float: left;
	width: 200px;
	height: 140px;
	overflow: hidden; 
	position: relative;
}

#footer-teaser-wrapper .footer-teaser h2 {
	margin: 30px 20px 20px;
}

#footer-teaser-wrapper .footer-teaser h2 a,
#footer-teaser-wrapper .footer-teaser h2 a:visited {
	font-size: 18px;
	display: block;
	line-height: 20px;
	color: #fff;
}

.footer-teaser img {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
}

.news-content-item {
	float: left;
}

/**
 * Sidebar
 */
 
.sidebar-item {
	margin: 0 0 5px 0;
	padding: 0 0 13px 0;
	background: url(../images/kiosk_bottom.png) no-repeat left bottom;
}

.sidebar-item h3 {
	width: 160px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/kiosk_top.png) no-repeat;
}

.sidebar-item .iframe {
	background: #fff;
}

.sidebar-item .flickr_badge_image {
	width: 180px;
	height: 120px;
	overflow: hidden;
}
 
#newsletter {
	float: left;
	width: 208px;
	height: 90px;
	padding: 54px 10px 0 0;
	margin: 0 0 10px -2px;
	background: url(../images/newsletter.png) no-repeat;
	text-align: right;
}

#newsletter #surname {
	margin: 2px 0 0 0;
	padding: 1px 5px 1px;
}

#newsletter #name {
	margin: 5px 0 0 0;
	padding: 1px 5px 1px;
}

#newsletter #email {
	margin: 5px 0 4px 0;
	padding: 1px 5px 2px;
}

#newsletter input {
	border: none;
	background: none;
	font-size: 11px;
	width: 137px;
	padding: 0 5px;
}

#newsletter label {
	position: absolute;
	left: -9999px;
}

#newsletter #submit {
	float: right;
	margin: 0 -3px 0 0;
	text-indent: -9999px;
	display: block;
	width: 60px;
	height: 25px;
}

#newsletter-confirmation {
	float: left;
	text-align: left;
	margin: 0 4px 0 0;
	background: #fff;
	width: 214px;
}
/**
 * Footer
 */

#brands-wrapper {
	float: left;
	padding: 5px 10px;
	width: 580px;
	margin: 0 0 4px 0;
	background: #fff;
}

#brands-wrapper h4 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

#partners {
	float: left;
	width: 290px
}

#mediapartners {
	float: right;
	width: 290px;
}

.partner-item {
	width: 100px;
	margin: 0 10px 10px 0;
	float: left;
}

#footer-links {
	float: left;
	width: 600px;
	background: #fff;
	text-align: center;
}

#footer-links li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer-links a,
#footer-links a:visited {
	color: #74c6eb;
	font-weight: normal;
	font-size: 12px;
}

#footer-links a:hover {
	text-decoration: underline;
}

