@charset "UTF-8";

* {
padding:0px;
margin:0px;
}

html {
height:100%;
}

body {
height:100%;
width:100%;
background-color:#fff;
background-image:url(../bg/grey.jpg);
background-position:top left;
background-attachment:fixed;
text-align:left;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:15px;
line-height:24px;
}

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

a:hover {
color:#900;
text-decoration:none;
}

h1 {
color:#900;
font-size:24px;
font-weight:bold;
}

hr {
height:1px;
width:200px;
background-color:#ccc;
border:0px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}

.trenner {
position:relative;
clear:both;
height:100px;
width:auto;
}

#container {
position:relative;
height:100%;
width:900px;
z-index:20;
}

#bow {
position:fixed;
bottom:0px;
right:0px;
width:490px;
height:255px;
background-color:transparent;
background-image:url(../bg/bow.png);
z-index:10;
}

#titel {
position:relative;
width:785px;
height:115px;
margin-left:115px;
}

#maincon {
position:relative;
width:785px;
height:auto;
margin-left:115px;
}

#leftcol {
position:relative;
float:left;
width:309px;
height:auto;
background-image:url(../bg/line.jpg);
background-position:top right;
background-repeat:repeat-y;
}

#rightcol {
position:relative;
float:right;
width:375px;
height:auto;
}
