/*
font-family: 'Bulldog W01 Regular','Arial Narrow', Helvetica, Geneva, sans-serif;
font-family: 'Bulldog W01 Italic','Arial Narrow', Helvetica, Geneva, sans-serif;
font-family:'Bulldog W01 Medium','Arial Narrow', Helvetica, Geneva, sans-serif;
font-family:'Bulldog W01 Bold','Arial Narrow', Helvetica, Geneva, sans-serif;

font-family: 'BlurWeb-Medium';

magenta #e2007a
cyan #009ee0

*/

/* @group Resetting */
	
	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, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0; 
		padding: 0; 
		border: 0;
	}
	
	a {
		outline: none;
	}
	
/* @end */



/* @group layer */

body {
	font: normal 10px/1.5 'Bulldog W01 Regular','Arial Narrow', Helvetica, Geneva, sans-serif;
	color: #000;
	text-align: center;
	background-color: #fff;
}

#wrapper {
	width: 96em;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #fff;
}

#header {
	position: relative;
	height: 11em;
	border-bottom: 2px solid #000;
}

#logo {
	position: absolute;
	top: 3.6em;
	right: 2em;
}

#logo img {
	width: 149px;
	height: 43px;
}


#navigation {
	border-bottom: 2px solid #000;
	padding-left: 2em;
}

#subnavigation {
	border-bottom: 2px solid #000;
	padding-left: 2em;
}

#contentwrapper {
	width: 100%;
}

#content {
	width: 48em;
}

#contentbig {
	width: 96em;
}

#marginal {
	width: 48em;
}

#contentbigpadding {
	margin: 3em 0 2em 0;
	min-height: 48em;
}

#contentpadding {
	padding: 0;
}

#marginalpadding {
	padding: 0;
}

#footer {
	border-top: 2px solid #000;
	margin-bottom: 50px;
}

/* @end */

/* @group Navigation */

#navigation ul,
#navigation ul li {
	list-style-type: none;
	list-style-image: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	font: normal 1.75em/1 'Bulldog W01 Regular','Arial Narrow', Helvetica, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-right: 1em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}

#navigation ul li a:hover,
#navigation ul li a.selected {
	color: #e2007a;
}

#navigation ul li:nth-child(2n) a:hover,
#navigation ul li:nth-child(2n) a.selected {
	color: #009ee0;
}

/* @end */

/* @group Subnavigation */

#subnavigation ul,
#subnavigation ul li {
	list-style-type: none;
	list-style-image: none;
}

#subnavigation ul.subleft {
	float: left;
}

#subnavigation ul.subright {
	float: right;
}

#subnavigation ul li {
	float: left;
}

#subnavigation ul li a:link,
#subnavigation ul li a:visited {
	font: normal 1.3em/1 'Bulldog W01 Italic','Arial Narrow', Helvetica, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-right: 1.6em;
	padding-top: 0.9em;
	padding-bottom: 0.7em;
}

#subnavigation ul li a:hover,
#subnavigation ul li a.selected {
	color: #e2007a;
}

#subnavigation ul li:nth-child(2n) a:hover,
#subnavigation ul li:nth-child(2n) a.selected {
	color: #009ee0;
}

#subnavigation ul.subright li a:hover,
#subnavigation ul.subright li a.selected {
	color: #000!important;
}

/* @end */

/* @group Footer */

#footer ul,
#footer ul li {
	list-style-type: none;
	list-style-image: none;
	float: right;
}

#footer ul li {
	float: left;
	margin: 1em 1.6em 0 0;
	font: normal 1.3em/1 'Bulldog W01 Regular','Arial Narrow', Helvetica, Geneva, sans-serif;
	color: #000;
}

#footer ul li a:link,
#footer ul li a:visited {
	color: #000;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* @end */

/* @group responsive Video */

.video-container {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 1.4em;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */




/*@media only screen and (max-width: 1260px) {
	body {
		font-size: 10px;
	}
}*/

/* @group Clearing und Fixing */

.clear 	{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* For modern browsers */.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* @end */

