@font-face {
  font-family: 'Monda';
  font-style: normal;
  font-weight: 400;
  src: local('Monda Regular'), local('Monda-Regular'), url(http://themes.googleusercontent.com/static/fonts/monda/v1/sk05J8GA1NvUxDnk43EgAQ.woff) format('woff');
}

@font-face {
  font-family: 'MondaBold';
  font-style: bold;
  font-weight: 400;
  src: local('Monda Bold'), local('Monda-Bold'), url(http://themes.googleusercontent.com/static/fonts/monda/v1/uCFS-jQepl-zVlhjycME2fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

html,
button,
input,
select,
textarea {
    color: #000;
}

html, body {
    width: 100%;
    background-color: #000;
    letter-spacing: 0.025em;
}

body {
    font-family: 'Monda';
    font-size: 12px;
    line-height: 18px;
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}


hr {
    display: block;
    border: 0;
    border-top: 9px solid #000;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1,
h2 {
    padding-left: 3px;
    padding-right: 3px; 
}

h1 {
    margin: 0 0 20px 0;
}

h2 {
    margin: 0 0 2px 0;
    float: left;
    clear: both;
}

h3 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 0 11px;
}

b, strong {
    font-family: 'MondaBold';
    font-weight: 400;
}

p {
    clear: both;
    margin: 0;
    padding: 0;	
}

a {
	color: #000;
	text-decoration: none;
}

input.button,
input[type="submit"] {
    background-color: #FFF;
    margin: 5px 0 0 85px;
    padding: 0 5px 0 6px;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    line-height: normal;
    float: left;
    height: 18px;
    border: 1px solid black;
    font-style: normal;
}

input.button:hover {
    color: #000000;
    font-size: 11px;
    line-height: normal;
    font-style: italic;
    height: 18px;
}

input[type="text"] {
    background-color: #FFF;
    margin: 0 0 7px 0;
    padding: 0 0 0 3px;
    border: 1px solid black;
    color: #000000;
    height: 15px;
    font-size: 12px;
    width: 297px;
}

textarea {
    background-color: #FFF;
    margin: 2px 0 3px 0;
    padding: 0 0 0 3px;
    border: 1px solid black;
    color: #000000;
    font-size: 12px;
    width: 296px;
    height: 152px;
}

select {
    background-color: #FFF9A8;
    margin: 0 0 8px 0;
    padding: 0 0 0 3px;
    color: #000000;
    font-size: 11px;
    border: 1px solid #FFED00;
}

option {
    background-color: #FFF9A8;
}

input[type="checkbox"] {
    background-color: #FFFFFF;
    margin: 0 4px 0 0;
    padding: 0;
    color: #064413;
}

select{
    font-size: 12px;
}

.form_error,
.form_success {
    float: left;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 8px;
    font-weight: bold;
}

.errors {
    margin-bottom: 1em; 
}

.error {
    color: red; 
}

p.error,
p.success {
    margin-bottom: 5px; 
}

input.formfield_error {
    backg
    round-color: #FFCCCC;
}

label {
    clear: both;
    float: left;
    width: 85px;
    padding-top: 2px;
    font-size: 13px;
}

h1,
h2,
nav a,
nav.sub a,
header nav.sub ul li span {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: normal;
    font-weight: normal;
    color: #000;
}

#topnav {
    margin:0;
    padding:0;
}

#topnav ul {
    margin: 0 0 0 5px;
    padding: 0;
}

#topnav ul li {
    margin: 0;
    padding: 0;
}

#topnav ul li {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url(../img/layout/listStyle.gif);
}

li.active a,
nav a:hover {
    color: #000000;
}

.sub li.active a,
nav.sub a:hover {
    color: #000000;
}

h2 {
	background-color: #fff;
}

nav.sub a,
header nav.sub ul li span {
	font-size: 10px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dsplno {
    display: none;  
}

.centerContainer {
    margin: 0;
    padding: 19px 29px;
    max-width: 1300px;
    min-width: 325px;
}

header {
    position: relative;
    padding-bottom: 53px;
}

.logo {
    margin-right: 130px;
    float: left;
}

header nav {
    margin-right: 35px;
    float: left;
}

header nav ul {
    margin: 47px 0 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin-right: 22px;
}

header nav ul li:last-child{
    margin-right: 0;
}

header nav.sub {
    margin-right: 0;
}

header nav.sub ul li {
    margin-right: 0;
}

header nav.sub ul li span {
    margin: 0 3px 0 6px;
}

.contentContainer {
    position: relative;
    margin-left: 12px;
    margin-bottom: 60px;
    border: 0;
    z-index: 2;
}

.contentContainer.noBorder {
    border: 0;
}

.contentContainer.smaller {
    max-width: 1073px;
}

article {
	float: left;
    height: 200px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}

.articleBox0 {
	width: 260px;
    height: 180px;
	padding: 10px 20px;
    background: url(../img/layout/news_bg.gif);
    cursor: auto;
}

.articleBox1,
.articleBox2 {
    width: 180px;
    height: 180px;
    padding: 10px 10px;
}

.articleBox1 {
    background: url(../img/layout/entwicklung_bg.gif);
}

.articleBox2 {
    background: url(../img/layout/produktion_bg.gif);
}

.articleLink {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #FFF;
    text-decoration: none;
    display: none;
}

.leftColumn {
	float: left;
	width: 333px;
    border-top: 9px solid #000;
    margin-right: 20px;
    padding-bottom: 20px;
}

.leftColumn.filmType1,
.leftColumn.filmType2 {
    width: 333px;
}

.leftColumn.filmType1 h2,
.leftColumn.filmType2 h2 {
    height: 440px;
    width: 323px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
    background: url(../img/layout/entwicklung_bg.gif);
}

.leftColumn.filmType2 h2 {
    background: url(../img/layout/produktion_bg.gif);
}

.cover {
    margin-bottom: 25px;	
}

.middleColumn{
    float: left;
    width: 427px;
    border-top: 9px solid #000;
    padding: 10px 40px 20px 3px;
}

.rightColumn{
    padding: 10px 0 0;
    float: left;
    width: 250px;
    border-top: 9px solid #000;
}

.leftColumn h1,
.leftColumn h2,
.middleColumn h1,
.middleColumn h2,
.rightColumn h1,
.rightColumn h2 {
    float: none;
    clear: none;
    text-transform: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.leftColumn h2,
.middleColumn h2,
.rightColumn h2 {
    text-transform: uppercase;
}

.leftColumn p,
.middleColumn p,
.rightColumn p {
    clear: none;
    margin: 0 0 15px;
    padding: 0; 
}

.leftColumn ul,
.middleColumn ul,
.rightColumn ul {
    padding: 0;
    list-style: none;
}

.leftColumn ul li:before,
.middleColumn ul li:before,
.rightColumn ul li:before {
    content: '\002A\2000';
}

.leftColumn hr,
.middleColumn hr,
.rightColumn hr {
    margin: 7px 0;
}

.leftColumn p + hr,
.middleColumn p + hr,
.rightColumn p + hr {
    margin-top: -7px;
}

.leftColumnFirstRow4,
.leftColumnRow4,
.leftColumnFirstRow5,
.leftColumnRow5 {
    float: left;
    width: 432px;
    margin-right: 18px;
    margin-bottom: 5px;
}

.leftColumnRow4,
.leftColumnRow5 {
    border-top: 9px solid #000;
    margin-bottom: 20px;
}

.leftColumnRow5 {
    width: 422px;
    padding-left: 10px;
    min-height: 200px;
    margin-bottom: 8px;
}

.leftColumnRow5 h1 {
    padding: 0;
    margin: 10px 0 15px 0;
}

.leftColumnRow5 h2,
.leftColumnRow5 p {
    clear: left;
    text-transform: none;
}

.middleColumnFirstRow4,
.middleColumnRow4,
.middleColumnFirstRow5,
.middleColumnRow5 {
    float: left;
    width: 100%;
    max-width: 620px;
    min-width: 429px;
    padding: 23px 0 0 3px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
}

.middleColumnFirstRow5 {
    padding-top: 18px;
    padding-right: 120px;
    width: auto;
    max-width: 500px;
    min-width: 309px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

.middleColumnRow4,
.middleColumnRow5 {
    min-height: 356px;
    border-top: 9px solid #000;
    border-bottom: 9px solid #000;
    padding: 32px 0 0 3px;
    margin-bottom: 30px;
    font-size: 12px;
}

.middleColumnRow5 {
    min-height: 190px;
    border-bottom: 0;
    margin-bottom: 8px;
    padding: 10px 0 0 3px;
}

.bgColor1 {
    background: url(../img/layout/reihe1_bg.gif);   
}

.bgColor2 {
    background: url(../img/layout/reihe2_bg.gif);   
}

.bgColor3 {
    background: url(../img/layout/reihe3_bg.gif);   
}

footer {
    text-align: center;	
    margin-left: 25px;
    padding-top: 3px;
}

footer.small {
    max-width: 1075px;
}

.menuTop {
    position: absolute;
    margin-left: 475px;
    color: #fff;
    width: 750px;
}

.menuTop > p {
    font-size: 14px;
    padding-top: 12px;
    margin-top: -19px;
    float: left;
    margin-left: 10px;
    padding-left: 9px;
    z-index: 20;
    position: relative;
    width: 247px;
}

.menuTop a {
    color: #fff;
    font-size: 14px;
    display: block;
    float: left;
}

.menuTop ul li.active a, .menuTop a:hover {
    color: #be3333;
}

.menuTop ul .last:before {
    font-size: 18px;
    content: 'I';
    font-family: Arial;
    padding-right: 10px;
    padding-left: 8px;
    float: left;
}

#contentTextContainer {
    font-family:Monda;
    position:absolute;
    top:48px;
    left:85px;
    background-color:#fff;
    padding:20px;
    padding-top:12px;
    padding-left:17px;
    width:423px;
    color:#000;
    line-height: 20px;
    font-size: 11px;
    z-index: 5;
}

#contentTextContainer h1 {
    font-size: 14px;
    margin: 0 0 9px 0;
    padding: 0;
    line-height: auto;
}

#contentTextContainer h2 {
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0;
    line-height: auto;
    float: none;
}

#contentTextContainer table {
    font-size: 11px;
}

#contentTextContainer a, #contentTextContainer a:hover {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
    float: none;
    border-bottom: 1px solid #999;
    line-height: 12px;
}

