html {
height: 100%;	
}

body {
font-family:Verdana;
font-size:8pt;
color:#333333;
background-color:#FFFFFF;
text-align:center;
margin:0px;
height: 100%;
}

h1 {font-size:16pt;color:#003A63;font-weight: bold;margin-bottom:0px;}
h2 {font-size:11pt;color:#003A63;font-weight: bold;margin-top:0px;}
h3 {font-size:14px;color:#333333;}

td {vertical-align:top;}

li {line-height:15px;}

/* Die Hyperlinks */
a:link, a:visited, a:active, a:hover { 
/*text-decoration:underline;*/
text-decoration:none;
font-weight:normal;
color:#999999;
font-size:8pt;
}

a:active, a:hover { 
color:#003A63;
}

/* Die Hyperlinks in der Seitennavigation */
a.leftmenu, a.leftmenu_act {
font-size:11px;	
display:block;
padding:3px;
margin-left:10px;
margin-top:20px;
text-align:left;
text-decoration:none;
font-weight:bold;
}

a.leftmenu:link, a.leftmenu:visited { 
color:#999999;
text-decoration:none;
font-weight:bold;
}

a.leftmenu:active, a.leftmenu:hover { 
color:#003A63; 
font-weight:bold;
}

a.leftmenu_act, a.leftmenu_act:link, a.leftmenu_act:visited, a.leftmenu_act:active, a.leftmenu_act:hover{
color:#003A63;
font-weight:bold;
text-decoration:none;
}


/* Die Hyperlinks in der Hauptnavigation */
a.topmenu:link, a.topmenu:visited { 
font-size:11px;	
color:#999999;
font-weight:bold;
text-decoration:none;
display: inline;
padding-top: 4px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
border-right: 1px solid #003A63;

}

a.topmenu:active, a.topmenu:hover { 
font-size:11px;		
color:#003A63;
font-weight:bold;
}

a.topmenu_act:link, a.topmenu_act:visited, a.topmenu_act:active, a.topmenu_act:hover { 
font-size:11px;	
color:#003A63;
font-weight:bold;
text-decoration:none;
display: inline;
padding-top: 4px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
border-right: 1px solid #003A63;
}

/* Container */
#container {
width:780px;
margin:0px auto;
text-align:left;
background-color:#FFFFFF;
background-image:url(images/bg_full.jpg);	
min-height:100%;
/*border-bottom:1px solid #003A63;*/
}

/* Titel */
#title {
height:175px;
background-image:url(images/bg_top.jpg);
padding:0px;
background-color:#FFFFFF;
border:1px solid #003A63;
}

/* Die Hauptnavigation */
#topnav {
color:#ffffff;
text-align:left;
padding:3px 30px;
/*border-bottom:2px solid #cccccc;*/
}

/* Die Seitennavigation */
#leftnav {
width:150px;
float:left;
}

.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}

.menucontainer {
width:150px;
margin-top:10px;
/*margin:0px;*/
}

/* Der Contentbereich */
#content {
width:600px;
float:right;
padding:20px 10px;
}

/* Linkliste */
img.list {
border:1px solid #999999;
margin:5px;
}
img.produkte {
border:1px solid #999999;
margin:5px;
}
img.thumbs {
border:1px solid #999999;
margin:2px;
}

/* Bilder an der Seite */
#pics {
padding:20px 10px;

float:right;
/*height:305px;*/
height:100%;

}