body {
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #355BA6;
}
table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#head {font-size:14px;
	font-weight:bold;}
	
h1 {font-size: 14px;
	font-weight:bold;}

.link {
        /* Tabellenrand aussen*/
        border : 1px;
        border-color : #000000;
        border-style : solid;
        }

.tbl_rand2 {
        /* Tabellenrand aussen*/
        border : 1px;
        border-color : #000000;
        border-style : solid;
        }


a img {
	border: none;
	text-decoration:none;
}
a:link, a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}
a:hover, a:active {
	color: #032CAC;
	font-size: 11px;
	text-decoration:none;
}
#site {
  width: 980px;
  margin: 0px auto;
}
#header {
	width: 980px;
	height: 205px;
	background: url(../images/header.jpg) no-repeat;
}

#Footertext {
	text-align: center;
	padding-top: 60px;
	color: #fff;
}
#Footer {
	clear: left;
	height: 138px;
	background: url(../images/footer.jpg) no-repeat;
  width: 100%;
}
#search {
  position: relative;
  top: 20px;
  left: 0px;
  float: left;
  width: 180px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;  
}
#topmenu {
  float: left;
	width: 680px;
	position: relative;
	top: 20px;
	left: 260px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;	
}
#container {
	width: 980px;
  margin: 0px auto;	
	background: url(../images/body.jpg) repeat-y;
}
#content {
	margin: 0px 0px 0px 0px;
	width: 500px;
	min-height: 300px;
	line-height: 150%;
	float: left;
}
#leftmenu {
	margin: 0px 0px 0px 0px;
	padding-left: 60px;
	padding-right: 20px;
	width: 180px;
	float: left;
}
#rightmenu {
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 180px;
	float: left;
}
#clear {
clear: both;
}

