/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/

/* global elements
 *****************************************************/
body {
    background: #727272 url(../img/bg_gradient.jpg) repeat-x top left;
    color: #fff;
    font: 62.5%/1 Arial, sans-serif;
}
a {
    color: #333;
    text-decoration: underline;
}
a:hover { text-decoration: none; }
/* /global elements
 *****************************************************/

/* common elements
 *****************************************************/
.cols, form .item, form .buttons { overflow: hidden; }
.col { float: left; }
.left { float: left; }
.right { float: right; }
.print { display: none; }
.ir {
    display: block;
    overflow: hidden;
    position: relative;
}
.ir span {
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

/* /common elements
 *****************************************************/

/* base layout
 *****************************************************/
#container {
	background: #fff url( ../img/bg_container_top.png ) repeat-x 0 0;
	color: #333;
	margin: 0 auto;
	width: 890px;
}

#container .bg {
	background: transparent url( ../img/bg_container_bottom.png ) repeat-x 0 100%;
}

#container .logo-group {
	margin: 50px 0 20px 193px;
}

#container .facebook {
	position: relative;
	top: -105px;
	left: 45px;
}

#container .meckerzeitung {
	position: relative;
	top: -25px;
	left: -19px;
}

#container #lang-switch {
	margin: 0 0 30px 0;
	text-align: center;
}

#container .image-stripe {
	margin: 0 0 50px 0;
}

#container .logomargin {
	margin: 0 0 0 40px;
}

#logos {
	margin: 0 auto 50px auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #325397;
}

#logos a{
	color: #325397;
}

/*#logos-ct {
	float: left;
	text-align: center;
}*/

/*#logos-sb {
	text-align: center;
}*/

#mood {
	margin: 0 0 25px 0;
	text-align: center;
}

#mood h2 {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#portfolio {
	margin: 0 0 25px 85px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#video {
	width: 640px;
	margin: 0 auto 25px auto;
}

#content-detail {
	font-size: 1.2em;
	padding: 25px 0 0 25px;
	line-height: 1.5em;
	margin: 0 0 25px 0;
}

#switch {
	margin: 0 6px;
	font-size: 1.2em;
	padding: 0 0 15px 0;
	text-align: center;
	clear: both;
}

/* /base layout
 *****************************************************/

/* footer elements
 *****************************************************/
#footer {
	margin: 0 6px 0 6px;
	border-top: 1px solid #333;
	font-size: 1.2em;
	padding: 15px 0 18px;
	text-align: center;
	clear: both;
}

#footer h6 {
	display: inline;
	font-weight: normal;
}
/* /footer elements
 *****************************************************/
