/**
 * Seite: Robert Rimke
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2007-05
 * Autor: Kabs Maria
 ****************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
}

html,
body {
	min-height: 100%;
	height: 100%;
	height: auto;
	background-image:url(../images/hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #edf1f2;
	margin: auto;
	margin-bottom: 1px;
}

#container {
	height: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #333333
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-position: outside;
	margin-left:182px;
}

#sprache {
	width: 80px;
	height: 30px;
	margin-top: 7px;
	margin-left: 10px;
}

#sprache IMG {
	border: none;
}

#navigation_oben {
	margin-top: -40px;
	text-align: right;
	height: 40px;
	line-height: 3.5em;
}

*html #navigation_oben {
	margin-top: -25px;
	height: 25px;
}

#image {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#box {
	height: 20px;
}

#navigation_links {
	float: left;
	width: 230px;
	height: auto;
	line-height: 2em;
	padding-left: 10px;
}

#content {
	position: relative;
	float: right;
	/*top: -165px;*/
	left: -35px;
	width: 720px;
}

#content h1 {
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;	
}

#content bodytext {
	font-size: 12px;
}

#content a {
	color: #FF0000;
}

#content .links {
	float: left;
	width: 170px;
}

#content .links-download {
	float: left;
	width: 250px;
}

#footer {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 30px;
}

