/*#################
name: default.css
date: 2007.15.09
author: M.Fischbach
http://autograv.com
#################*/

* {margin: 0; padding: 0; border: 0;}
* {line-height: 140%;}

.clearer {clear: both; font-size: 0;}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000000;
}

body {
	background: #FFFFFF;
	padding-top: 15px;
	background: url('../images/bg_top.jpg') no-repeat center top;
	background-position: 50% 7px;
}

/* layout */
.inner-container {
	background: #FFFFFF;
	font: normal 0.8em verdana,sans-serif;
	margin: 0 auto;
	width: 800px;
}

.outer-container {
	background: #FFFFFF;
	padding-bottom: 15px;
	background: url('../images/bg_top.jpg') no-repeat center top;
	background-position: 50% -5px; 
  /*background: url('../images/background2.jpg') no-repeat center bottom;*/
}

.logo {
	background: #FFFFFF;
	float: left;
	height: 121px;
}

.header {
	background: #FFFFFF;
	float: right;
	height: 121px;
}

.sprache {
  float: left;
  background: #FFFFFF;
  padding-top: 2px;
	color: #000000;
	font: normal .8em Verdana,sans-serif;
}

/* menu-oben */
.menu-oben {
	background: #FFFFFF;
	color: #000000;
	padding: 2px 5px;
	border-bottom: 1px solid;
	text-align: right;
	text-decoration: none;
	font: normal .8em Verdana,sans-serif;
}

/* main */
.main {
	background: #F3F3F3;
	border-top: 1px solid;
	height: auto !important;  /* Wird von modernen Browsern interpretiert */
	min-height: 500px;        /* min-height für alle anderen Browser */
  height: 500px;            /* Für den IE: wie min-height */
}

/* content */
.content {
	background: #FFFFFF;
	float: right;
	width: 630px;
	padding: 20px 10px;
	min-height: 500px;        /* min-height für alle anderen Browser */
  height: 100%;
}

/* menu-links */
.menu-links {
	background: #F3F3F3;
	font: normal 1em Verdana,sans-serif;
	float: left;
	width: 140px;
	padding: 20px 5px;
}


/* footer */
.footer {
	background: #FFFFFF;
	color: #333333;
	padding: 1px 8px;
	border-top: 1px solid;
	font: normal .8em Verdana,sans-serif;
}

.footer .footermain {
  float: left;
}
.footer .update {
  float: right;
}
