/*
========================================================
basics
========================================================
*/

html, body {
background-color: #c0c0c0;
font-size: 11px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
padding:0px;
margin: 0 0 5px 0;
text-align: center;
}

strong {
font-weight: bold;
}

h1 {
font-weight: bold;
text-decoration: none;
color: #820E0E;
font-size: 18px;
}

h2 {
font-weight: bold;
text-decoration: none;
color: #820E0E;
font-size: 14px;
}

/*
========================================================
links
========================================================
*/

a:link {
color: #912222;
font-weight: bold;
text-decoration : none;
}

a:visited {
color: #912222;
font-weight: bold;
text-decoration : none;
}

a:hover {
text-decoration: underline;
color: #912222;
font-weight: bold;
}
a:active {
color: #912222;
font-weight: bold;
text-decoration: none;
}

/*
========================================================
bilder
========================================================
*/

.noborder {
border: 0;
}

/*
========================================================
layout
========================================================
*/

#page {
margin: 0 auto 0 auto;
width: 980px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 3px solid #000000;
background-color: #ffffff;
background-image: url('../img/page_bg.jpg');
background-repeat: repeat-x;
padding: 0 10px 0 10px;
color: #000000;
}

#head {
width: 500px;
height: 39px;
padding: 119px 0 0 480px;
background-image: url(../img/head.jpg);
}

#head_kunst {
width: 500px;
height: 39px;
padding: 119px 0 0 480px;
background-image: url(../img/head_kunst.jpg);
}

#banner {
font-weight: bold;
padding: 1px 0 1px 0;
}

#banner_angebote {
font-weight: bold;
padding: 1px 0 1px 0;
background-image: url(../img/banner_angebote.jpg);
background-position: 0 1px;
background-repeat: no-repeat;
}

#main {
border-top: 10px solid #d1d1d1;
padding: 15px 0 0 0;
}

#main_left {
float: left;
border-right: 5px solid #d1d1d1;
width: 595px;
padding: 0 5px 0 0;
text-align: left;
margin: 0 0 15px 0;
}

html>body #main_right {
margin: 0 0 0 620px;
}

#main_right {
width: 360px;
margin: 0 0 15px 617px;
text-align: left;
}

#footer {
clear: both;
font-weight: bold;
margin: 10px 0 0 0;
padding: 5px 0 5px 0;
border-top: 10px solid #d1d1d1;
}

#lage {
margin: 5px 0 0 0;
}

.fewo_link {
position: absolute;
top: 0;
margin: 20px 0 0 235px;
}

/*
========================================================
tabellen
========================================================
*/

table {
vertical-align: top;
}

td {
vertical-align: top;
}

/*
========================================================
kontakt formular
========================================================
*/

.form {
margin: 0;
padding: 0;
}

.input {
font-family: helvetica, arial, sans-serif;
font-size: 10px;
color: #820e0e;
width: 200px;
margin: 0px 0px 5px 0px;
background-color: #FFFFFF;
border: 1px solid #c3d2e0;
}

.area {
font-family: helvetica, arial, sans-serif;
font-size: 10px;
color: #820e0e;
width: 275px;
height: 100px;
background-color: #FFFFFF;
margin: 0px 0px 5px 0px;
border: 1px solid #c3d2e0;
}

.submit {
margin: 0px 0px 0px 0px;
width: 100px;
height: 35px;
padding: 0;
border: 0;
background: url(send.jpg) no-repeat;
}

