/*
	--------------------------------------------------------
	
	Created by Frontend Studio - http://www.frontend-studio.de

	TOC:

	- Markup
	- Layout
		- Navigation
	- Font Sizes
	- Helper

	--------------------------------------------------------
*/




/*
	-------------------------------------------------------- 
	MARKUP 
	--------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
	line-height: 140%;
	/*border: 0 none;*/
}

body {
	font: normal 100% arial,helvetica,sans-serif;
	color: #000;
	text-align: center;		 /* for IE */
	background: #e8e8e8;
}
		body * {
			text-align: left;   /* reset center */
		}

ol li { list-style: decimal; }
ul li {	list-style: disc; }

address {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

td, 
th {
	padding: 0;
	vertical-align: top;
}

fieldset {
	border: 0 none;
}

optgroup {
	font-style: normal;
	font-weight: normal;
}
		optgroup option {
			padding: 0 0 0 0.5em;
		}

abbr[title], 
acronym[title] {
   border-bottom: 1px dotted #000; 
   cursor: help;
}

em {
	font-style: italic;
	font-weight: inherit;
}

strong {
	font-style: normal;
	font-weight: bold;
}

pre {
	font-style: normal;
	font-weight: inherit;
}

q, 
cite {
	font-style: italic;
}
		q:before {
			content: "";
		}

		q:after {
			content: "";
		}

img {
	border: 0 solid transparent;
}

hr,
legend,
caption {
	display: none;
}

p {
	margin-bottom: 15px;
}

a {
	color: #b91c25;
	text-decoration: underline;
	outline: none;	/* prevent ugly borders in FF */
}
		a:hover {
			text-decoration: none;
		}

/* HEADLINES */
h1 {
	margin: 0;
	padding: 0;
	position: relative;
}
		h1 span {
			position: absolute;
			top: -10000px;
			left: -10000px;
		}

h2 {
	margin: 0;
	padding: 0;
}




/*
	--------------------------------------------------------
	LAYOUT
	--------------------------------------------------------
*/

#content-wrap-main {
	font-size: 70%;
	width: 985px;
	margin:  0 auto 30px auto;
	background: #fff url(../images/bg_page.gif) repeat-y;
	position: relative;
}
		body.home #content-wrap-main {
			margin-bottom: 30px;
		}
		body.imprint #content-wrap-main {
			background: #fff;
		}

#page-visual {
	height: 286px;
	oveflow: hidden;	/* revent IE spacings */
	background: #fff;
}


/* inner content section */
#content .col {
	float: left;
}
#content .col1  { width: 420px; }
#content .col2  { width: 360px; }
#content .col3  { width: 205px; }
#content .col12 { width: 780px; }

#content .col .inner {
	padding: 15px;
}

#content .col img {
	float: left;
	margin: 0 13px 1px 0;
}

#content .col h2 {
	padding:  0 15px;
	color:  #fff;
}
		#content .col1 h2 { 
			background: #c50919;
			margin-right: 2px;
		}
		
		body.media #content .col3 img,
		body.imprint #content .col3 img {
			float: none;
		}
		
		#content .col2 h2,
		#content .col2 .inner { 
			padding-left: 14px;
			padding-right: 14px;
		}
		
		#content .col2 h2,
		#content .col3 h2,
		#content .col12 h2 { 
			background: url(../images/bg_subhead.gif) repeat-x;
		}
				#content .col3 h2 { 
					margin-left: 3px;
					padding-left: 11px;
				}

/* THE COW */
body.media #content .col1,
body.imprint #content .col1 {
	min-height: 700px;
	background: url(../images/bg_cow.gif) left bottom no-repeat;
}
		* html body.media #content .col1,
		* html body.imprint #content .col1 { 
			height: 700px; 
		}
		body.gallery #content .col1 {
			background: none;
		}

#content .col3 .inner { 
	padding-left: 11px;
	padding-right: 14px;
}

#content a.external {
	/* */
}
		#content a.external img {
			float: none;
			margin: 5px 0 10px 0;
		}

ul.press-media li,
ul.gallery-links li {
	list-style: none;
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(../images/icon_bullet.gif) 0 5px no-repeat;
}
		ul.gallery-links li {
			background: url(../images/icon_arrow.gif) 0 5px no-repeat;
		}



/* gallery */
ul#shadowboxgallery {
	margin-bottom: 45px;
}
ul#shadowboxgallery li {
	list-style: none;
	float: left;
	margin: 0 0 15px 0;
}
		ul#shadowboxgallery li img {
			float: none;
		}
		


/* partner */
.partner-links .inner {
	padding: 0 !important;
}
.partner-links li {
	list-style: none;
	float: left;
}
		.partner-links li img {
			margin: 0 !important;
			float: none !important;
		}

		.partner-links ul.row {
			margin-left: 31px;
		}
				.partner-links .row1 li { margin: 25px 0; }
				.partner-links .row2 li { margin: 25px 0 7px 0; }
				.partner-links .row3 li { margin: 7px 0 25px 0; }
				.partner-links .row4 li { margin: 25px 0 10px 0; }
				.partner-links .row5 li { margin: 0 0 25px 0; }
				.partner-links .row6 li { margin: 25px 0; }




/* bottom section */
#footer {
	padding: 15px;
	background: #e8e8e8;
}
		#footer,
		#footer a {
			color: #494949;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
		#footer span {
			margin: 0 5px;
		}
		
		body.home #footer {
			margin-top: 150px;
		}




/*
	--------------------------------------------------------
	NAVIGATION
	--------------------------------------------------------
*/

#navigation-main {
	height: 30px;
	border-bottom: 2px solid #fff;
	background: url(../images/navigation/bg_nav_top.gif) repeat-x;
	position:  relative;
}
#navigation-main a span {
	position:  absolute;
	top: -10000px;
	left: -10000px;
}
#navigation-main a {
	float: left;
	height: 30px;
}
#navigation-main a:hover {
	text-decoration: none;
}
		#navigation-main a#home          { background: url(../images/navigation/home.png) no-repeat; width: 63px; }
		#navigation-main a#home.active,
		#navigation-main a#home:hover    { background: url(../images/navigation/home_over.png) no-repeat; }

		#navigation-main a#media         { background: url(../images/navigation/media.png) no-repeat; width: 71px; }
		#navigation-main a#media.active,
		#navigation-main a#media:hover   { background: url(../images/navigation/media_over.png) no-repeat; }

		#navigation-main a#partner       { background: url(../images/navigation/partner.png) no-repeat; width: 157px; }
		#navigation-main a#partner.active,
		#navigation-main a#partner:hover { background: url(../images/navigation/partner_over.png) no-repeat; }

#subnav-media {
	position: absolute;
	top: 30px;
	left: 62px;
	width: 172px;
	height: 251px;
	z-index: 10;
}
		* html #subnav-media {  }

		#subnav-media .wrap {
			padding-top: 4px;
			border: 1px solid #d5d5d4;
			border-top: 0 none;
			background: #eeeeed;
			height: 217px;
		}
		
		#subnav-media .wrap a {
			border-bottom: 1px solid #d5d5d4;
			background: #eeeeed;
			display: block;
			color: #000;
			text-decoration: none;
			padding: 2px 10px;
		}
		#subnav-media .wrap a:hover {
			color: #b3181c;
			background: #fff;
		}

#breadcrumbs {
	margin: 0 15px;
	padding: 7px 0;
	background: #fff;
}
		* html #breadcrumbs { margin-top:  -2px; }

#breadcrumbs a {
	text-decoration: none;
	color: #afafaf;
	margin-right:  5px;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}




/*
	--------------------------------------------------------
	FONT SIZES
	--------------------------------------------------------
*/
h2 {
	font-size: 120%;
}





/*
	--------------------------------------------------------
	HELPER
	--------------------------------------------------------
*/
.clear {
	clear:  both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}


/*
	--------------------------------------------------------
	ERGÄNZUNGEN 2010 / Reister
	--------------------------------------------------------
*/

#content_komplette_breite {width: 980px; text-align: center; padding: 20px 0;}



