/* ------------------------------------------------
(c) 2007 BrainWare GmbH
lizapx media design by liza herzig
last update 13.11.2007
CSS Screen
------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../pics/bg_body.gif);
	background-position: 0 2px;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	color: #333;
}

#background {
	background: url(../pics/bg.gif) repeat-x top;
	width: 100%;
	height: 630px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	background-color: #fff;
}

#header {
	height: 100px;
	background: url(../pics/bg_header.gif);
}

#logo {
	float: left;
	width: 210px;
}

/* ------------------------------------------------
Navigation
------------------------------------------------ */

#navi {
	float: right;
	position: relative;
	bottom: 0;
	z-index: 1;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	float: left;
	width: 110px;
	background: url(../pics/bg_navi.gif) no-repeat;
	text-align: center;
	vertical-align: baseline;
	margin-top: 78px;
	margin-left: 2px;
	padding-top: 4px !important;
	padding-top: 5px;
	padding-bottom: 3px !important;
	padding-bottom: 5px;
	font-weight: bold;
}

#navi ul li a {
	color: #fff;
	text-decoration: none;
}

#navi ul li a:hover {
	color: #ffec00;
}

/* ------------------------------------------------
Content (Standard Template)
------------------------------------------------ */

#content_left2 {
	float: left;
	width: 810px;
	padding: 40px 20px;
	z-index: 2;
}

#content_left2 .ulnavi {
	padding-bottom: 10px;
}

#content_left2 .ulnavi li {
	font-weight: bold;
	color: #555;
	line-height: 13px;
	list-style-type: none;
	background: url(../pics/bg_li.gif) no-repeat 0 2px;
	padding-bottom: 15px;
	padding-left: 13px;
}

#content_left2 .ulnavi li a {
	color: #555;
}

#content_left2 .ulnavi li a:hover {
	color: #111;
}

#content_left2 .liste li {
	margin-left: 10px;
	background: url(../pics/bg_li3.gif) no-repeat 0 4px;
}

#content_left2 ul {
	padding-bottom: 13px;
	list-style-type: none;
}

#content_left2 ul li {
	color: #555;
	padding-bottom: 3px;
	padding-left: 13px;
	background: url(../pics/bg_li2.gif) no-repeat;
	background-position: 0 2px;
}

#content_right2 {
	float: left;
	width: 10px;
	padding: 40px 20px;
	z-index: 2;
}

/* ------------------------------------------------
Content (Standard Template + Sidebar)
------------------------------------------------ */

#content {
	clear: both;
	background-color: #fff;
	min-height: 500px;
	z-index: 2;
}

#content_left {
	float: left;
	width: 560px;
	padding: 20px 20px;
	z-index: 2;
}

#content_left ul {
	padding-bottom: 13px;
	list-style-type: none;
}

#content_left ul li {
	color: #555;
	padding-bottom: 3px;
	padding-left: 13px;
	background: url(../pics/bg_li2.gif) no-repeat;
	background-position: 0 2px;
}

#content_left a {
	color: #555;
}

#content_right {
	float: left;
	width: 260px;
	padding: 20px 20px;
	z-index: 2;
}

#content_right ul {
	list-style-type: none;
}

#content_right ul li {
	background: url(../pics/bg_li2.gif) no-repeat 0 2px;
	padding-left: 13px;
	padding-bottom: 12px;
	font-weight: bold;
	color: #666;
}

#content_right a {
	color: #555;
}

#icons {
	background-color: #fff;
	width: 860px;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	font-size: 11px;
}

#icons a {
	color: #474747;
	vertical-align: top;
}

/* ------------------------------------------------
Footer
------------------------------------------------ */

#footer {
	width: 900px;
	clear: left;
	margin: 0 auto;
	padding: 8px 0;
	font-size: 11px;
	color: #444;
}

#footer a {
	color: #333;
}

/* ------------------------------------------------
Headlines
------------------------------------------------ */

h1 {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 20px;
}

h2 {
	font-size: 16px;
	color: #444;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding-bottom: 20px;
}

/* ------------------------------------------------
Paragraphs
------------------------------------------------ */

p {
	padding-bottom: 13px;
	line-height: 16px;
}

/* ------------------------------------------------
Kontaktformular
------------------------------------------------ */

#form-module input {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	width: 200px;
	height: 17px;
	margin-bottom: 12px;
}

#form-module textarea {
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	width: 350px;
	height: 200px;
}

.element {
	clear: both;
	width: 500px;
}

.element label {
	width: 300px;
	display: block;
}

#form-module .submit {
	width: 60px;
	margin-top: 15px;
}

#form-module input.checkbox {
	width: 13px;
	height: 13px;
	border: 0;
	float: left;
	margin-right: 5px;
}

#form-module input.submit {
	width: 49px;
	border: 0;
}
