html, body{
	height: 100%;
  width: 100%;
  min-width: 700px;
	scrollbar-3dlight-color: #DCF66FF;
	scrollbar-arrow-color: #336699;
	scrollbar-base-color: #33CCFF;
	scrollbar-darkshadow-color: #336699;
	scrollbar-face-color: #3399CC;
	scrollbar-highlight-color: #DCF6FF;
	scrollbar-shadow-color: #336699;
}
body {
  position: absolute;
	margin-top: 0px;
	padding: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	background-color:#FFFFFF;
	}

#contentcontainer {
	margin-left: 0px;
	margin-top: 0px; /* standard.css in Typo3, margin-top = -2px!!!! 
							Don't know why IE here less margin needs... 
							but here draws a white line between header and 
							content...?? */
	width: 100%;
	position: relative;
	height: auto;
	font-size: 0.7em;
	line-height: 1.4em;
	/* float: left and bg-image, to ensure that bg-image
	has the whole length of our content */
	
}

.content {
margin:10px;
}

.menubox {
width:98%;
height:80px;
border: solid black 1px;
margin-bottom:10px;
}

.lmenubox {  
width:48%;
height:80px;
border: solid black 1px;
margin-bottom:10px;

}

.rmenubox {
float:right;
width:48%;
height:80px;
margin-right: 2%;
border: solid black 1px;
}

.menuform {
float:left;
clear:none;
margin-right:10px;
margin-bottom:10px' 
}


h1 {
	font-size: 1.4em;
	color: #3399CC;
}
h2 {
	font-size: 1.2em;
	color: #3399CC;
}
h3 {
	font-size: 1.1em;
	color: #3399CC;
}
h4 {
	font-size: 1em;
}

#content h1, #content h2, #content h3, #content h4 {
	line-height: normal;
	font-weight: bold;
}
h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 12px; 
}
#content p {
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
a {
	color: #3399CC;
}
a:hover {
	text-decoration: none;
}
table {
	font-size: 1em;
	line-height: 1.4em;
}
li, ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/karo.gif);
}



input, textarea, option, select {
    background-color: #DCF6FF;
    border: 1px solid #3399CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
}
form table td{
    font-weight: bold;
    vertical-align: top;
}