/* STRUKTUR */
html {
	height: 100%;
}

body {
	margin: 0;
	font: 11px/16px tahoma, verdana, sans-serif;	
	background-image: url(../img/verlauf.png);
	height: 100%;	
}

#container {
	margin: 0 auto;
	width: 616px;
	height: 100%;
	background: url(../img/bgContainer.png) no-repeat;
}

#left {
	position: relative;
	top: 45px;
	left: 0px;
	width: 345px;
	padding: 0 15px 0 33px;
	color: #868d1a;
	background: url(../img/bgContainerBottomLeft.png) repeat-y;
}

#right {
	position: absolute;
	top: 171px;
	width: 214px;
	margin: 0 0 0 394px;
	background: url(../img/bgContainerBottomRight.png);	
}

#anfrage {
	position: relative;
	top: 20px;
	left: 9px;
}


/* NAVIGATION */
#right ul {
	list-style: none;
	margin: 0 1px 0 25px;
	padding: 0;
}

#right li {
	margin: 0;
	background: url(../img/list.png) no-repeat right top;
	height: 26px;
}

#right a {
	display: block;
	color: #5c9800;
	text-decoration: none;
	margin: 0 0 0 25px;
}

#right a:hover {
	color: #868d1a;
}


/* TEXT */
#left p {
	padding-left: 15px;
}

#left a {
	color: #868d1a;
}

#right p {
	padding-left: 4px;
}

h1 {
	font: 16px/20px tahoma, verdana, sans-serif;	
}

h2 {
	font: 14px/18px tahoma, verdana, sans-serif;	
}

.red {
	font-size: 8px;
	color: #8d2d1a;
}

img {
	border: 0;
}


/* LOGO */
#logo {
	margin: 0 0 0 240px;
}


/* FORM */
input {
	border: 0 solid #e3e5cb;
	color: #868d1a;
	background-color: #e3e5cb;
	width: 166px;
	height: 13px;
	font-size: 10px;
	margin: 0 0 0 3px;
}

.formInput {
	background: url(../img/input_form.png) no-repeat;
	height: 21px;
}

textarea {
	border: 0 solid #e3e5cb;
	color: #868d1a;
	background-color: #e3e5cb;
	width: 166px;
	height: 90px;
	font: 10px tahoma, verdana, sans-serif;
	margin: 3px 0 0 3px;
}

.formTextarea {
	background: url(../img/textarea_form.png) no-repeat;
	height: 96px;
}

#btnSenden {
	width: 86px;
	margin: 4px 0 0 0;
}

#mouse{
	cursor: pointer;
}