body {
  /*background: #CACACA url(templates/back.png);*/
  background: #CCCCCC url(/templates/back.jpg);
  background-repeat: repeat-x;
  text-align: center;
}

/*IE Zentrierung*/
div { margin: 0px auto;
      text-align: left;
}

#title {
	/*background: #999999 url(/templates/header.png);*/
	background: #999999 url(/templates/logo.gif);
  	/*background-repeat: repeat-x;*/
	background-repeat: no-repeat;
	background-position: left top;*/
	color: #0068D3;
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
	padding: 0px;
	padding-right: 10px;
	width: 840px;
	height: 76px;
	border: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

#menue {
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

#image {
	background: #999999 url(/templates/header.jpg);
  	background-repeat: repeat-x;*/
	color: #000000;
	background-color: #000000;
	width: 850px;
	height: 80px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

#line {
	/*background: #999999 url(/templates/line.png);
  	background-repeat: repeat-x;*/
	color: #000000;
	background-color: #000000;
	width: 850px;
	height: 8px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

#main {
	background-color: #ffffff;
	width: 850px;
	padding: 0px;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/ 
}

#left {
	float: left;
	background-color: #ffffff;
	width: 160px;
	padding: 10px;
	border-right: 1px dotted #999999;
	/*margin-right: 10px;*/
	margin-bottom: 20px;
}

#content {
	/*clear: both;*/
	font-family: arial;
	font-size: 12px;
	float: left;
	color: #000000;
	background-color: #ffffff;
	width: 620px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid #000000;
	padding-bottom: 30px;
	/* Mindesthöhe in FF und IE
	www.dustindiaz.com/min-height-fast-hack*/
	min-height:400px;
  	height:auto !important;
  	height:400px;
}

#footer {
	float: clear;
	color: #000000;
	background-color: #ffffff;
	width: 850px;
	height: 6px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

#bottom {
	background: #999999 url(/templates/line.png);
  	background-repeat: repeat-x;
	color: #000000;
	background-color: #0068D3;
	width: 850px;
	height: 12px;
	padding: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	overflow: hidden;/*sonst wird die Basic-Box nach unten nicht aufgezogen*/
}

a.topmenue:link, a.topmenue:visited {
  /*display: block;*/
  float: right;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  background-color: #ffffff;
  line-height	   : 24px;
  margin-top	   : 52px;
  padding-left	   : 6px;
  padding-right	   : 6px;
  margin-left	   : 6px;
  text-decoration: none;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

a.topmenue:hover {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	background-color: #000000;
}

#new {
	font-family: arial;
	font-size: 11px;
}

.img {
	padding: 4px;
	margin: 0px;
	border: 1px solid #0068D3;
}

#mainbutton {
	float: left;
	color: #0068D3;
	text-align: right;
	margin-top: 20px;
	/*padding-left: 68px;*/
	padding-left: 48px;
	margin-right: 20px;
	border: 0px solid #0068D3;
}

h2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#alu {
	border: 1px dotted #0068D3;
}

h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link, a:visited {
	font-weight: normal; 
	color: #0068D3;
	text-decoration: none;
	}

a:hover {
	color: #0068D3;
	text-decoration: underline;
	}

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
  padding		   : 2px;
  margin-bottom	   : 10px;
  vertical-align   : top;
}

.address td {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 11px;
}

#box {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
}

