/*************************************************************
*                         Layout                        *
*************************************************************/
body {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	background:#fff;
	font-size:16px;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#666666;
}
#wrap{
	width:800px;
	background:transparent;
	margin:0 auto;
}
/***header***/
#header {
	width:800px;
	height:100px;    
	background: url('images/kaiser_logo_neu.jpg') no-repeat;
}
/***left***/
#leftcol {
	float:left;
	width:150px;
	text-align:left;
}
/***content***/
#topimg {
	background:url(images/content.gif);
}
#bottomimg {
	background:url(images/contentbottom.gif);
	height:43px;
}
#container {
	float:right;
background-image:url(images/bl.gif);
	text-align:left;
	width:645px;
	border:#fff;
	margin-top:5px;
}
.box1 {
	margin-left:10px;	
	text-align:justify;
	width:550px;
	height:auto;
	margin-top:5px;
}
.box2 {
	margin-left:0px;

	text-align:center;
	width:auto;
	height:auto;
	margin-top:5px;
}

/*************************************************************
*                               menu                         *
*************************************************************/
#menutop {
	background:url(images/menutop.gif) no-repeat;
	height:45px;
	margin: 5px 0 0 0;
}
#menubottom {
	background:url(images/menubottom.gif) no-repeat;
	height:45px;
}
#navcontainer { 
	width:150px;
background-image:url(images/menue.gif);
	}
#navcontainer ul {
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
}
#navcontainer a {
	display: block;
	width: 150px;
	text-align:left;
	font-weight:bold;
    font-size:16px
}
#navcontainer a:link, #navlist a:visited {
	color:#333333;    
	text-decoration: none;
}
#navcontainer a:hover {
	color: #666666;
}
#navcontainer a .dot{
color:#333333;
background:transparent;
padding:10px;
font-weight:bold;
font-size:20px;}

#navcontainer a:hover .dot{
color:#00CC00;
background:transparent;
padding:10px;
font-weight:bold;
font-size:20px;} 
/*************************************************************
*                            headers                         *
*************************************************************/
h1 {
	margin: 0 50px auto;
	color:#333333;
	text-align:left;
	height:43px;
}
h2 {
    height:1px;
    font-size:1px;
	margin: 0 0px auto;
	color:#ffffff;
	text-align:left;	
}
h3 {
	height:45px;
	padding: 0;
	margin: 0 50px auto;
	color:#fff;
	text-align:left;
}
h4 {
	height:30px;
	padding: 0;
	margin: 0 20px ;
	color:#333333;
	text-align:left;
}
h6 {
		color:#666666;
	text-align:left;
}