/*DESIGN */
body {
	margin: 10px;   
	padding: 0px;   
	background: url(pics/bodybg.gif) repeat-x;
}
#leftend {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 80px;
	background: url(pics/leftend.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 124px;
	width: 207px;
	background: url(pics/10-gewinnt_logo.gif) no-repeat;
}
#leftarea {
	position: absolute;
	top: 200px;
	left: 15px;
	width: 160px;
	height: 520px; 
}
#leftarea h2 {
	width: 160px;
 	height: 16px;
	color: #ffffff;
	text-align: center;
 	font-size: 14px;
	background: #0067b3 url(pics/lsh3bg.gif) no-repeat left;
	margin: 0px;
	border: none;
}
div.ltaval {
	background-color: #e2f3ff;
	width: 160px;
 	color: #000000; 
	text-align: left;
	padding-top: 5px;
 	padding-bottom: 5px;
	margin-bottom: 15px;
}
div.ltaval p {
	padding-left: 15px;
}
#bottom {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #0067b3 url(pics/rightend.jpg) no-repeat right;
}
#databody {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 570px;
	padding: 0px;
	padding-bottom: 25px;
}
#menu {
	position: absolute;
	top: 60px;
	left: 210px;
}
div.ebene1off, div.ebene1on {
	display: inline;
	border-right: 2px dotted White;
	text-decoration: none;
}
div.ebene1off a, div.ebene1on a {
	font-size: 12px;
	color: #f36f21;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}
div.ebene1on a {
	color: #ffffff;
	background-color: #f36f21;
}
div.ebene1off a:HOVER, div.ebene1on a:HOVER {
	color: #ffffff;
}
p.sitemap, p.sitemap a {
  font-size: 10px;
  color: #AAAAAA;
}
p.sitemap {
  padding-bottom: 15px;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px solid Gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: Black;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* Sonderlayouts */
div.spalte1, div.spalte2 {
  float: left;
  width: 275px;
}
div.spalte1 {
  clear: Both;
  margin-right: 15px;
}
div.clear {
  clear: both;
}
