body,html{
	margin:0;
	padding:0;
	height:100%;
	background:#cccccc;
	/* background:url(../images/kachel.gif); */
	background:url(../images/bg_blue.jpg); 
	background-repeat:repeat-x;
	text-align:center;
	font-family: Verdana,sans-serif;
}

#box{
	width:800px;
	margin:0 auto;
	text-align:left;
	/* background:#FAE1AF; */
	background:#ffffff;
	position: relative;
  	min-height: 100%; 
  	height: auto !important; 
 	height: 100%; /* Fuer IE */
	border-color:#000;
	border-style:solid;
	border-width:0 1px 0 1px;
}

#head {
	height:160px;
	background:url(../images/seeleundco_logo.jpg);
}

#logo {
	position:absolute;
	top:10px;
	left:370px;
}

#topmenu {
	width:800px;
	height:24px;
	line-height:24px;
	background:#33cccc;
	font-size:12px;
	border-color:#000;
	border-style:solid;
	border-width:1px 0 1px 0;
	
}

.link a {
	color:#000;
	text-decoration:none;
	float:left;
	padding-left:24px;
}

.link a:hover {
	color:#FFF;
}

#footer {
	position: absolute;
  	bottom:0;
	height:24px;
	background:#33cccc; 
	width:800px;
	border-style:solid;
	border-width:1px 0 0 0;
	border-color:#000;
	font-size:10px;
	line-height:24px;
	text-align:center;
	font-family: Verdana,sans-serif;
}

#footer a {
	color:#000;
}

/* Seiteninhalt */

#content {
	margin:24px;
	font-size:13px;
	line-height:18px;
}

#content h1 {
	font-size:18px;
	color:#33cccc;
}


#content a {
	color:#33cccc;
}

/* Bilder */

.img_left {
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}

.img_right{
	float:right;
	margin-left:10px;
	padding-bottom:10px;
}
