* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	background: #fff url("../images/bg_page1.gif") repeat-y;
	background-position: center top;
	background-attachment: fixed;
	color: #000;
}

html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

img {
	border: none;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clr {
	clear: both;
}

#main {
	width: 880px;
	margin: 0 auto -40px auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    /*border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;*/
}

#header {
	width: 880px;
	height: 120px;
}

#navigation {
	float: left;
	margin: 0 0 2em 0;
	width: 219px;
	background-color: #e9e5e2;
	text-align: left;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#navigation ul li img {
	vertical-align: middle;
}

.navdot {
	margin: 0 5px;
}

#navigation a {
	display: block;
	width: 219px;
	line-height: 2em;
	margin: 0;
    padding: 0;
    text-decoration: none;
    color: #666;
    border-top: 1px solid #F6F7F9;
    border-bottom: 1px solid #a6a6a6;
}

/* Hack for IE */
* html #navigation a {
	padding: 0.4em 0;
}

#navigation a.main_norm {
	font-size: 0.8em;
}

/*#navigation a.main_act_home {
	font-size: 0.8em;
	border-top: 1px solid #a6a6a6;
	background-color: #d8cfca;
    color: #333;
}*/

#navigation a.main_act {
	font-size: 0.8em;
	border-top: 1px solid #d8cfca;
	background-color: #d8cfca;
    color: #333; /* fff */
}

#navigation a.main_actb {
	font-size: 0.8em;
	font-weight: bold;
	border-top: 1px solid #d8cfca;
	background-color: #d8cfca;
    color: #333; /* fff */
}

#navigation a.sub_norm {
	font-size: 0.7em;
}

#navigation a.sub_act {
	font-size: 0.7em;
	border-top: 1px solid #d8cfca;
	background-color: #d8cfca;
    color: #333; /* fff */
}

#navigation a.sub_actb {
	font-size: 0.7em;
	font-weight: bold;
	border-top: 1px solid #d8cfca;
	background-color: #d8cfca;
    color: #333; /* fff */
}

/* Hack for IE */
* html #navigation a.sub_act {
	margin-bottom: -1px;
}

/* Hack for IE */
* html #navigation a.sub_actb {
	margin-bottom: -1px;
}

#navigation a:hover {
    color: #000; /* c00 */
}

#content {
	margin: 30px 30px 0 250px;
	padding-bottom: 60px;
	text-align: left;
	/*font-family: 'Futura Book',Futura,Verdana,Arial,Helvetica,Sans-Serif;*/
	font-size: 1.0em;
}

/* Hack for IE */
* html #content {
	margin: 30px 20px 0 250px;
}

#footer {
	clear: both;
	width: 880px;
	margin: 0 auto;
	height: 40px;
	background: #ddd url("../images/bg_footer.gif") repeat-x;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
}

#footer p {
	margin: 0;
	line-height: 40px;
	color: #333;
	font-size: 10px;
}

#content h1 {
	margin: 20px 0 10px 0;
	font-size: 20px;
	font-weight: lighter;
	color: #b1b1b1;
	/*background: url("../images/haken.gif") center right no-repeat;
	padding-right: 1.2em;*/
}

#content h2 {
	margin: 2.5em 0 1.5em 0;
	font-size: 16px;
	font-weight: lighter;
	color: #b1b1b1;
}

#content h3 {
	margin: 2.5em 0 1.5em 0;
	font-size: 14px;
	font-weight: lighter;
	color: #b1b1b1;
}

#content p {
	margin: 1.5em 0;
	font-size: 13px;
	line-height: 140%;
}

#content ul {
	margin: 0;
	list-style-type: none;
}

#content ul li {
	font-size: 13px;
	padding-left: 15px;
	line-height: 140%;
	background-image: url("../images/list1.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}


table {
	border-collapse: collapse;
}

td {
	padding: 2px;
	font-size: 0.8em;
}

table.employees {
	border-collapse: collapse;
	empty-cells: show;
	width: 600px;
}

table.employees td {
	vertical-align: top;
	padding: 0;
}

table.employees td.image {
	width: 305px;
	text-align: left;
}

table.employees td.text {
	width: 295px;
	text-align: left;
}

table.employees td.text .name {
	font-size: 14px;
	font-weight: bold;
}

table.employees td.text .beruf {
	font-size: 12px;
	font-weight: bold;
}

table.employees td.text .email {
	font-size: 12px;
	color: #cc0000;
}



/* Kontakt-Formular */

input,textarea,select {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
}

table.contactform {
	border-collapse: collapse;
}

table.contactform td.label {
	padding: 2px 2px 2px 0;
	font-size: 0.8em;
}

table.contactform td.input {
	padding: 2px;
	font-size: 0.8em;
}

.errormessage {
	color: red;
	border: 1px solid red;
	padding: 1em;
}

.confirmation {
	color: green;
	border: 1px solid green;
	padding: 1em;
}
