/* CSS Document */
*{
 margin:0px;
 padding:0px;
}

body {
 background:#dbe0e2;
 font-family:arial,verdana,sans-serif;
 font-size:12px;
 color: #676767;
 line-height: 1.7em;
}
html {
 overflow-y: scroll;
}
a:focus {
	outline: none;
}
a img {
 border: 0;
}

a, a:visited, .sublink a:visited, .sublink a {
color: #666666;
text-decoration: none;
}

a:hover, a:hover, .sublink a:hover {
color: #f3af18;
}

.active {
color: #f3af18;
}


a.main  {
color: #f3af18;
text-decoration:underline;
}



/* structure */

#wrap1, #wrap2 {
 background:#fff;
 background-image: url(_images/wrap_bg.gif);
 margin:0 auto;
 padding: 0 20px;
 width:732px;
}

#footer {
 background-image: url(_images/frame_stueck_unten.gif);
 background-repeat: no-repeat;
 margin:0 auto;
 padding: 0;
 width:772px;
 height: 10px;
}

#holy {
background-image:url(_images/footer_schatten.gif);
background-position:top;
background-repeat: no-repeat;
padding-top: 20px;
margin-top:20px;
font-size: 11px;
}

/* header */

#header {
 background-image: url(_images/header_balken.gif);
 background-repeat: no-repeat;
 background-position: bottom;
 width:730px;
 height: 116px;
}

#header_right {
float: right;
width: 500px;
height: 116px;
}

#logo {
float:left;
width: 209;
height: 74px;
padding: 36px 0 6px 10px;
}

#lang {
height: 28px;
text-align: right;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size: 10px;
padding: 64px 10px 4px 0px;
}

#subnav {
height: 16px;
font-size:11px;
color:#666666;
text-align: right;
padding: 0px 10px 0px 0px;
}

#subnav a:link, #subnav a:visited {
font-size:11px;
color:#666666;
text-decoration: none;
}

#subnav a:hover {
font-size:11px;
color:#f3af18;
text-decoration: none;
}


.shadow  {
 background-image: url(_images/header_schatten.gif);
 background-repeat: no-repeat;
 width:730px;
 height: 15px;
}


#main {
width: 730px;
}

/* nav */
#nav {
float:left;
width: 240px;
height: 215px;
background-image:url(_images/navi_schatten.gif);
background-position:bottom;
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

/* content */

#content {
float: left;
width: 490px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: normal;
color: #f3af18;
margin: 18px 0 18px 0;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #f3af18;
margin: 16px 0 6px 0;
}

.bold {
font-weight: bold;
color: #f3af18;
}

p {
margin: 0px 0 10px 0;
}




