/* FOCUS GERMANY - STYLESHEET */
/* Autor: Patrick Heiser - p@trickheiser.de */


/* Für alle zurücksetzen */
* {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: url(bilder/body.gif) repeat;
}

p {
font-family: arial, helvetica, sans-serif;
font-size: 9pt;
color: #000;
line-height: 150%;
margin-bottom: 8px;
}

h1 {
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #000;
margin-bottom: 10px;
}

a:link, a:visited, a:active { 
font-size: 9pt;
color: #e41f19;
font-weight: normal;
text-decoration: none;
}

a:hover { 
font-size: 9pt;
color: #e41f19;
font-weight: normal;
text-decoration: underline;
}


/* Container */
.container_main {
position: relative;
background: url(bilder/bg_3d.png) no-repeat;
width: 900px;
height: 580px;
text-align: left;
}

.container_members {
position: absolute;
left: 25px;
top: 130px;
margin: 0;
padding: 0;
width: 850px;
height: 60px;
text-align: left;
overflow: hidden;
}

.container_content {
position: absolute;
left: 40px;
top: 210px;
margin: 0;
padding: 0;
width: 555px;
height: 330px;
text-align: left;
overflow: hidden;
text-align: justify;
}

.container_news {
position: absolute;
left: 630px;
top: 210px;
margin: 0;
padding: 0;
width: 230px;
height: 240px;
text-align: left;
overflow: hidden;
}

.container_brochure {
position: absolute;
left: 630px;
top: 465px;
margin: 0;
padding: 0;
width: 230px;
height: 40px;
text-align: center;
overflow: hidden;
}

.container_coproduction {
position: absolute;
left: 630px;
top: 515px;
margin: 0;
padding: 0;
width: 230px;
height: 40px;
text-align: center;
overflow: hidden;
}

.container_brochure a:link, .container_brochure a:visited, .container_brochure a:active, .container_coproduction a:link, .container_coproduction a:visited, .container_coproduction a:active {
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
color: #fff;
font-weight: bold;
text-decoration: none;
}

.container_brochure a:hover, .container_coproduction a:hover {
font-family: arial, helvetica, sans-serif;
font-size: 11pt;
color: #fff;
font-weight: bold;
text-decoration: underline;
}

.container_navi {
position: absolute;
left: 630px;
top: 25px;
margin: 0;
padding: 0;
width: 235px;
height: 25px;
color: #ccc;
text-align: right;
overflow: hidden;
}

.container_navi a:link, .container_navi a:visited, .container_navi a:active {
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #e41f19;
font-weight: bold;
text-decoration: none;
}

.container_navi a:hover {
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #e41f19;
font-weight: bold;
text-decoration: underline;
}