/*-----uebergeordnetes layout-----*/
body{
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
background-color:#881111;
}


.haupttabelle{
width:680px;
height:460px;
border-style:solid;
border-color:#000000;
border-width:4px;
}
.hauptspaltelinks{
background-color:#000000;
vertical-align:middle;
text-align:center;
}
.hauptspalterechts{
width:590px;
height:460px;
font-family:'Courier New';
font-size:20px;
color:#123456;
background-color:#ffffff;
}
/*-----untergeordnetes layout-----*/
.spalte{
width:230px;
height:400px;
background-color:#dddddd;
vertical-align:top;
text-align:left;
}
.logo{
width:90px;
height:463px;	
}
.banner{
height:60px;
background-color:#cccccc;
vertical-align:top;
text-align:right;
padding:2px;
background-image:url(images/kamin.jpg);
}
.liste{
width:230px;
vertical-align:top;
text-align:left;
}
/*-----text formatierung-----*/
h1,h2,h3,h4,p{
	font-family:arial;
	font-size:11px;
}
h1{
	font-size:11px;
	font-weight:bold;
}
.listenpunkt{
font-family:Arial,'sans-serif';
font-size:11px;
width:210px;
color:#666666;
padding:4px;
}
input,select{
font-family:Arial,'sans-serif';
font-size:11px;
width:262px;
height:20px;
color:#666666;
padding:1px;
background-color:#eeeeee;
border-style:solid;
border-width:1px;
border-color:#ffffff;
margin:0px;
}
textarea{
font-family:Arial,'sans-serif';
font-size:11px;
width:262px;
height:290px;
color:#666666;
padding:1px;
background-color:#eeeeee;
border-style:solid;
border-width:1px;
border-color:#ffffff;
margin:0px;
}
.listensymbol{
font-family:Webdings;
font-size:12px;
color:#666;
width:20px;
padding:2px;
}
a{
text-decoration:none;
color:#666666;
}
a:hover{
text-decoration:none;
color:#666;
font-weight:bold;
}
