body {
background: #7A7A77;
padding: 0px;
margin: 0px;
font-family: verdana, sans-serif;
}

img {
border: 0px;
}

.exhibitions {
background: url(front.jpg);
min-height: 940px;
}

td {
padding: 10px 20px 0px 0px;
}



/* HEAD */

.head {
background-color: #B3B3B1;
margin: 0px;
padding: 10px;
}

.head img {
position: absolute;
top: 10px;
left: 20px;
}

.head h1, .head h2 {
color: #ff0000;
text-align: right;
text-transform: uppercase;
font-weight: normal;
}

.head h1 {
margin: 10px 100px 10px 0px;
font-size: 32px;
}

.head h2 {
margin: 10px 50px 5px 0px;
font-size: 22px;
}



/* NAVIGATION */

.navigation {
margin: 0px;
padding: 10px 0px 15px 50px;
border-top: solid 4px #E6F409;
background: #404040;
font-size: 14px;
}

.navigation li {
display: inline;
margin: 0px 30px 0px 0px;
}

.navigation a {
text-transform: uppercase;
font-size: 20px;
color: #ff0000;
text-decoration: none;
}

.navigation a:hover {
border-bottom: solid #E6F409 2px;
}



/* INHALT */

.inhalt {
margin: 90px auto 50px auto;
padding: 20px;
background: #61615D;
width: 600px;
color: #cccccc;
font-size: 14px;
text-align: justify;
min-height: 400px;
}

.inhalt h1 {
text-transform: uppercase;
font-weight: normal;
margin: 0px 0px 20px 0px;
font-size: 22px;
color: #FCAD03;
border-left: 10px solid #fcad03;
padding-left: 10px;
}

.inhalt h2 {
text-transform: uppercase;
font-weight: normal;
color: #FCAD03;
font-size: 15px;
}

ul.about_text {
margin: 0px;
padding: 0px;
text-align: right;
}

.about_text li {
display: inline;
margin-right: 5px;
}

a {
color: #FCAD03;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.about_text a {
text-transform: uppercase;
font-size: 11px;
}

.feedback {
margin-top: 50px;
}



/* Form */

input, textarea {
border: solid 1px #cccccc;
color: #333333;
}

form p {
margin: 5px 0px 5px 0px;
}

input[type="submit"] {
border: solid 1px #FCAD03;
}



/* FOOT */

.foot {
text-align: right;
margin: 10px;
font-size: 10px;
color: #333333;
}

.foot a {
color: #333333;
text-decoration: underline;
}

.foot a:hover {
text-decoration: none;
}