/*
NAME     : Lysimeterstation
VERSION  : 2.0
DATE	 : 20100827
*/

/* GRUNDLEGENDES */

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../img/design/bg.jpg) repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
	text-align:center;
}

#header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	background: url(../img/design/header.jpg) no-repeat left top;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(../img/design/bgwrapper.jpg) repeat-x left top;
}

#page {
	width: 900px;
	margin: 0px auto;
	min-height: 600px;
	padding: 0px 50px 0px 50px;
	background: #FFFFFF;
}

#content {
	float: left;
	width: 900px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

/* SCHRIFT FORMATIERUNG */

a:link { text-decoration: none; color: #516C00; }
a:visited {color: #516C00; }
a:hover { text-decoration: underline; }
h2  a{ text-decoration: none; }

h1, h2, h3 { margin: 0; padding: 0; font-weight: normal; color: #516C00; font-family: Georgia, "Times New Roman", Times, serif;}
h1 { font-size: 2em; }
h2 { font-size: 2.4em; }
h3 { font-size: 1.6em; }
img { border: none; }

.werte {
	height: 19px;
	margin-right: 16px;
	padding: 4px 12px;
	background: #3D2A0B url(../img/design/menu.jpg) repeat-x left top;
	font-size: 12px;
	color: #FFFFFF;
	width: 80px;
}

.red {
	height: 19px;
	margin-right: 16px;
	background: #3D2A0B url(../img/design/wrong.jpg) repeat-x left top;
	padding: 4px 12px;
	font-size: 12px;
	color: #FFFFFF;
}

.title {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #6E8D3D;
	clear:left;
}

/* LISTEN FORMATIERUNG */

#content ul {
	list-style-type: none;
	margin-top: 3px;
	padding: 0 5px;
}

#content ul ul{
	margin: 0 0 0px 15px;
}

#content li {
	padding: 0 0 0 18px;
	margin: 0px 0;
	list-style:none;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* MENÜ */

#menu {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/design/bgmenu.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 34px;
	width: auto;
	margin-left: 10px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../img/design/menu.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	background: url(../img/design/currentmenu.jpg) repeat-x left top;
	color: #493E2B;
}

#menu a.sel, menu a:hover.sel { 
	background: url(../img/design/currentmenu.jpg) repeat-x left top;
	color: #493E2B;
}

/* SUBMENÜ */

#submenu {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top:0px;
	border: 1px solid brown;
	border-top: none;
	float: right;
}

#submenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

#submenu a {
	text-decoration: none;
	font-size: 16px;
	padding-right:5px;
	color: brown;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu a.sel { 
	text-decoration: underline;
}
	
/* VERSIONSMENU */
	
#vmenu  {
	margin-bottom:10px;
}	

#vmenu  a {
	text-decoration: none;
	color: brown;
}	

#vmenu a:hover {
	text-decoration: underline;
}

#vmenu a.sel, a:hover.sel { 
	text-decoration: underline;
}
	
/* TABELLEN */

#tabelle
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid green;
}
#tabelle th
{
	padding: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #516C00;
	text-transform: uppercase;
	border-right: 1px solid #516C00;
	border-top: 1px solid #516C00;
	border-left: 1px solid #516C00;
	border-bottom: 1px solid #fff;
}
#tabelle td
{
	padding: 10px 10px;

	border-right: 1px dashed green;
}

/* FOOTER */

#footer {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	background: url(../img/design/bgfooter.jpg) no-repeat left top;
	font-size: 12px;
	color: white;
	text-align: left;
}

#footer p {
	padding: 60px 50px 0px 50px;
}

#copyright {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#copyright  p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	
}

#copyright  a {
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}