/* CSS - STYLES MAXDOHNER.CH */

body, html {

margin: 0px;
padding: 0px;
height: 100%;
width: 100%;

background-image: url("../images/bg.jpg");
}

#main_container {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}

#center_container {
position: absolute;
width: 920px;
height: 610px;
left: 50%;
top: 50%;
margin-left: -460px;
margin-top: -305px;
background-image: url("../images/flaeche.jpg");
}

#banner_container {
position: absolute;
width: 900px;
height: 400px;
left: 11px;
top: 8px;
background-image: url("../images/banner.jpg");
}

#nav_container {
position: absolute;
width: 540px;
height: 32px;
top: 8px;
right: 8px;
background-image: url("../images/nav_flaeche.jpg");
}

#footer_container {
position: absolute;
right: 8px;
width: 350px;
bottom: 21px;
height: 15px;
background-image: url("../images/nav_flaeche.jpg");

font-family: Verdana, Sans-Serif;
font-size: 10px;
color: beige;
text-align: right;
}

#text_container {
position: absolute;
left: 11px;
top: 400px;
width: 331px;
height: 150px;
background-image: url("../images/text.jpg");
}

#txt_container {
position: absolute;
left: 375px;
top: 60px;
width: 475px;
height: 490px;

font-size: 12px;
font-family: Arial, Verdana, Sans-Serif;
color: #000000;
line-height: 17px;
text-align: justify;
padding-right: 10px;
overflow: auto;
}

a.nav_link {
font-family: Garamond, Times New Roman, Times, Serif;
font-size: 17px;
font-weight: normal;

color: #FFFFFF;
text-decoration: none;
padding-left: 10px;
line-height: 30px;
}

a.txt_link {
font-family: Arial, Verdana, Sans-Serif;
font-size: 12px;
color: #660000;
text-decoration: none;
font-weight: bold;
}

h3 {
display: inline;
}

h1 {
font-size: 20px;
}