@charset "utf-8";
/* CSS Document */

html, body {
background-colour: #ffffff;
background-image:url(grafik/tiny_grid.png);
margin : 0;
padding : 0;
height: 100%;

}

a img { border:0;}

h1 {
font-size: 22px;
color: #931330;
}

h2 {
font-size: 18px;
color: #931330;
}

h3 {
color: #931330;
}

body {
font : 14px/24px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-align : left;
overflow-y:scroll;
}

.container { 
background-color: none; width: 100%; height: 100%; margin-right: auto; margin-left: auto; padding: 0; background-image:url(grafik/navi-bg.png);
background-repeat: repeat-x;}

#logo { 
background-color: none; width: 1024px; height: auto; margin-right: auto; margin-left: auto; padding: 0;}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 00px;
}

#navigation 
{
width : 961px;
height: 83px;
margin : 0 auto;
text-align: right;
padding-top: 39px;
padding-right: 63px;
color: #ffffff;

}

div#navigation a {
color:#ffffff;
font-size:13px;
text-decoration:none;
text-transform: capitalize;
}

div#navigation a:hover {
color : #ffffff;
border-bottom: 1px solid;
border-color: #ffffff;
padding-bottom: 5px;
}

div#navigation #current {
color : #ffffff;
border-bottom: 3px solid;
border-color: #ffffff;
padding-bottom: 5px;
}

#header
{
width : 900px;
height: 310px;
margin: 0 auto;
margin-top: -20px;
}

#wrapper
{
position: relative;
    min-height: 100%;
    width: 900px;
    margin: 0 auto;
    background-color: none;
}

#right { background-color: none; position: relative; right: 0px; width: 300px; float: right;   margin-top: 10px; }

#kontakt
{
width: 260px;
background-color: #ffffff;
padding: 20px;
margin-bottom:10px;
font-size: 12px;
line-height: 120%x;
color: #56443b;
}

div#kontakt a {
color:#56443b;
font-size:12px;
text-decoration:underline; 
}

div#kontakt a:hover {
text-decoration:none; 
}

#referenzen
{
width : 260px;
background-color: #ffffff;
padding: 20px;
margin-bottom:10px;
font-size: 12px;
line-height: 16px;
color: #56443b;
}

div#referenzen a {
color:#56443b;
font-size:12px;
text-decoration:underline; 
}

div#referenzen a:hover {
text-decoration:none; 
}

#service
{
width : 260px;
background-color: #ffffff;
padding: 20px;
margin-bottom:10px;
font-size: 12px;
line-height: 100%;
color: #56443b;
}

#inhalt
{
width : 530px;
float: left; 
position: relative;
background-color: #ffffff;
color : #56443b;
margin-top: 10px;
padding: 30px;
}

a:link
{
color: #931330;
text-decoration: none;
}

a:visited {
	color: #931330;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #931330;
}


/* FORMULAR */
.button { color: #666666; background-color: #f9f7f4; margin-top: 5px; margin-bottom: 15px; border: solid 1px; cursor:pointer }
.inputarea { color: #666666; font-family: arial, Helvetica, Geneva, sans-serif, Swiss, SunSans-Regular; line-height: 130%; text-align: left; margin: 2px 0 5px; padding: 2px; border: solid 1px; }
form { background-position: left 0; width: 500px; display: inline; }