@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	color:#444444;
	font-family:'Trebuchet MS',Verdana,Arial,Helvetica,Sans-Serif;
	font-size:0.81em;
}

a, a em.file {
    color: #666;
    text-decoration: none;
	font-style: italic;
}
a:hover {
    text-decoration: underline;
}

#top_frame {
	width: 580px;
	margin: 3em auto 0.2em;
	text-align:right;
}

#headline {
	font-family:Georgia,Times,Serif;
	font-weight:400;
	color:#2b62a8;
	font-size:2em;
	font-style:italic;
}

#sub_headline {
	font-family:Georgia,Times,Serif;
	font-weight:400;
	color:#880000;
	font-size:1em;
	font-style:italic;
}

#main_frame {
	width: 625px;
	margin: 0em auto 1em;
	background: url('../img/main_frame_center.png') repeat-y center;
}

#frame_top {
	width: 625px;
	background: url('../img/main_frame_top.png') no-repeat center;
	height: 11px;
}

#frame_bottom {
	width: 625px;
	background: url('../img/main_frame_bottom_2.png') center;
	height: 13px;
}
#frame_center {
	width: 610px;
	left: 8px;
	position: relative
}

#frame_center_left {
	width: 190px;
	float: left;
}

#frame_center_right {
	width: 420px;
	float: left;
}

#content {
	font-style: oblique;
	text-align: justify;
	background: url(../img/content_bg.png) no-repeat;
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,Times,Serif;
	font-weight:400;
}

h2 {
	color:#666677;
	font-size:1.8em;
	letter-spacing:-0.02em;
	margin:0 0 0.25em;
}

h3 {
	color:#FFF;
	font-size:1.5em;
	font-weight: 400;
	letter-spacing:0;
	margin:0 0 0.25em;
	padding:0.15em;
	padding-left:0.25em;
	background: #444;
	text-align: center;
}

h4 {
	color:#FFF;
	font-size:1.1em;
	font-weight: 400;
	letter-spacing:0;
	margin:0 0 0.25em;
	padding:0.10em;
	background: #9abce6;
	text-align: center;
}

h5 {
	color:#888899;
	font-size:1.2em;
	font-style:italic;
	margin:0 0 0.3em;
}

h6 {
	border-bottom:1px solid #d1e3f3;
	color:#888888;
	font-size:1.2em;
	margin:0.3em 0 0.3em;
	padding-top: 0.5em;
	padding-bottom:0.3em;
}

img {
	border: 0px;
}

dl {
	display:block;
	margin:0 0 10px;
	overflow:hidden;
	position:relative;
}

.success {
	display:none;
	font-weight:700;
	margin: auto;
}

.fehler {
	display:none;
	font-weight:700;
	margin: auto;
}

#contactform dt {
	clear:left;
	color:#777777;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	width:70px;
}

#contactform dd {
	margin:0;
	overflow:hidden;
}

#contactform input,textarea {
	width:300px;
}

#copyright_frame {
	margin: 15px auto 0 0;
	padding-top: 3px;
	text-align: center;
	border-top: 1px solid #888899;
	font-style: normal;
}

input,textarea {
	
	border: 1px #888899 solid;
	padding:2px;
	background: url("../img/form_bg.gif") repeat-x scroll 0 0 #fafafa;
	color:#444;
	font-family:'Trebuchet MS',Verdana,Arial,Helvetica,Sans-Serif;
	font-size:81.25%;
}

input:hover,textarea:hover {
	border: 1px #651416 solid;
}

#navi {
	border-bottom: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	list-style-type:none;
	margin: 0.2em 0 1.5em;
	overflow: hidden;
	width: 190px;
	padding-left: 0px;
}

#navi li#title {
	background-color:#FFFFFF;
	border-bottom:4px solid #888888;
	color:#444444;
	font-weight:700;
	padding:3px 0 3px 5px;
	width:185px;
}

#navi li {
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	width:190px;
}

#navi li a {
	background-color:#444444;
	color:#f4f7f4;
	padding-left:10px;
	width:180px;
}

#navi li a:hover {
	background-color:#fff;
	color: #444444;
}

#navi a, #submenu strong {
	background-color:#FFFFFF;
	border-bottom:1px solid #EEEEEE;
	color:#444444;
	display:block;
	padding:3px 0 3px 5px;
	text-decoration:none;
	width:185px;
}

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

#navi li ul li a {
	margin-left: 0px;
	background-color:#777777;
}

#navi li ul {
	padding-left: 0px;
	display:none;
}

#navi #title a {
	background: none;
	color: #444444;
	width: 50px;
	padding: 0px;
	border: none;
	display: inline;
}

#navi li#title {
	color: #CCC;
	font-size: 0.75em;
}

#nav_head {
	color:#888899;
	font-size:1.5em;
	font-style:italic;
	font-family:Georgia,Times,Serif;
	font-weight:400;
	text-align: right;
	padding-right: 3px;
}

.default_image {
	padding:3px;
	border:1px solid #999;
	-moz-border-radius:3px;
	float:right;
	text-align:center;
	width:194px;
	margin-left:8px;
	margin-bottom:5px;
}

#referenz_box {
	border-bottom: 2px solid #888899;
}

#contactform #submit {
	width: 150px;
}
