﻿/* CSS Document */

body {
	background: #e9e7ea url(../images/bgmain.gif) no-repeat center top;;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
.active {
	color: #FF9900;
	text-decoration: none;	
	font-weight: bold;
}

h1{
	color:#000;
	font-size:1.24em;
	padding:0 0 7px 0;
	margin:0;
}

img {
	border: 1px solid #666666;
}

#bg {
	width: 800px;
	margin: auto;
}

#main {
	margin: 0 12px;
}

#top {
	height: 88px;
	background: url(../images/raster1.png) no-repeat right;
}

#title1 {
	font-size: 23px;
	font-weight: bold;
	color: #FF9900;
	position: relative;
	top: 60px;
	width: 150px;
	float: left;
}

#title2 {
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: 60px;
	width: 550px;
	float: left;
}

#left {
	float: left;
	width:124px;
}

#menustart {
	border-bottom: 5px double #CCCCCC;
	background:url(../images/raster2.gif) no-repeat;
	width: 124px;
	height: 48px;
}

#menustop {
	width:124px;
	height: 192px;
	background:url(../images/raster4.png);
}

#menu li {
	display: block;
	text-align: right;
	border-bottom: 5px double #CCCCCC;
	list-style: none;
}

#center {
	width: 411px;
	float: left;
	min-height: 550px;
	background:url(../images/bgcontentleft.png) repeat-y;
}

#hnavi {
	text-align: center;
	margin-top: 10px;
}

#hnavi li {
	display: inline;
	margin: 0px 3px;
	list-style: none;
}

.vlines {
	background: url(../images/linienver.gif) no-repeat center;
	width:5px;
	height: 550px;
	float:left;
}

.hlines {
	background:url(../images/linienhor.gif) no-repeat;
	float:left;
	width:776px;
	height:7px;
}

#right {
	float: left;
	width: 231px;
	min-height: 550px;
	background:url(../images/bgcontentright.png) repeat-y;
}

.content {
	margin: 15px 30px 30px 30px;
}

.image1 {
	float:left;
	margin: 2px 5px 0px 0px;
}

.image2 {
	font-size:11px;
	margin-bottom: 10px;
}

#bottom {
	float: left;
	width: 776px;
	border-bottom: 1px solid #CCCCCC;
}

#bottomleft {
	background:url(../images/raster3.png) no-repeat;
	width: 124px;
	height: 17px;
	float: left;
}

#vlines2 {
	background:url(../images/linienver2.gif) no-repeat center;
	width:5px;
	height:17px;
	float:left;
}

#bottomright {
	width: 647px;
	height: 17px;
	float: left;
	background: url(../images/bgbottom.png);
}

#bottomtext {
	font-size: 11px;
	width:647px;
	text-align:center;
	margin: 2px auto;
}

#bg #main #center #content form {
			padding: 30px 30px 30px 30px;
			margin: 0;
		}

			#bg #main #center #content form label {
				float: left;
				width: 120px;
			}
			
			#bg #main #center #content form .field {
				height: 15px;
				width: 180px;
				border: 1px #999 solid;
				margin-bottom: 4px;
				*margin-bottom: 2px;
				_margin-bottom: 1px;
				color: #000;
			}
			
			#bg #main #center #content form .fieldanzahl {
				height: 15px;
				width: 25px;
				border: 1px #999 solid;
				margin-bottom: 4px;
				*margin-bottom: 2px;
				_margin-bottom: 1px;
				color: #000;
				text-align: right;
			}
			
			#bg #main #center #content form .fieldsubtotal {
				height: 15px;
				width: 60px;
				background:#e8e8e8;
				border-top: 0;
				border-left: 0;
				border-right: 0;
				border-bottom: 1px #999 solid;
				margin-bottom: 4px;
				*margin-bottom: 2px;
				_margin-bottom: 1px;
				color: #000;
				text-align: right;
			}
			
			#bg #main #center #content form .select {
				height: 22px;
				width: 184px;
				border: 1px #999 solid;
				margin-bottom: 4px;
				*margin-bottom: 2px;
				_margin-bottom: 1px;
				color: #000;
			}
			
			#bg #main #center #content form .textfield {
				height: 80px;
				width: 180px;
				border: 1px #999 solid;
				margin-bottom: 4px;
				*margin-bottom: 2px;
				_margin-bottom: 1px;
				color: #000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.09em;
			}
