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

/*Reset*/

html, body, div, span, img, a img,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, pre, code, abbr, acronym,
ul, ol, li, dl, dt, dd, 
table, th, tr, td,
form, fieldset, input[type=text],input[type=password], textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	}

/*Basic Styles*/

ol, ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

th, td, caption {
	text-align: left;
	vertical-align: top;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
	}

sup {
	vertical-align:text-top;
	}

sub {
	vertical-align:text-bottom;
	}

del {
	text-decoration:line-through;
	}

ins {
	text-decoration:none;
	}

:focus {
	outline: 0;
	}

a {
	color: #3975b0;
	}
	
html {
	height: 100%;
}
	
body {
	font-family: "Lucida Console",Monaco, "Courier New", Verdana, sans-serif;
	font-size: 11px;
	height: 100%;
	}

	
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
	}
	
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	}

h1 {
	font-size:218%;
	}
	
h2 {
	font-size:164%;
	}
	
h3 {
	font-size:120%;
	}
	
h4 {
	font-size:118%;
	letter-spacing: .15em;
	}
	
table {
	font-size:inherit;
	}
caption,th {
	font-weight:bold;
	}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:0.5em;
	}
	
h1,h2 {
	margin-bottom: 0.5em;
}
	
h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:18px; /* Should match font size */
	}

/* Specials */
.nomargin {
	margin: 0;
	padding: 0;
}

.noleft {
	padding-left:0;
	margin-left:0;
}

.noright {
	padding-right:0;
	margin-right:0;
}

strong {
	font-weight: bold;
	color: #3975b0;
}

.upper {
	text-transform:uppercase;
}


a {
	color:#3975b0;
	text-decoration:none;
	border-bottom: 1px dotted #3975b0;
	padding-bottom: 3px;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

a.logo {
	border: none;
}

a img, img {
	border:none;
	}

.light {
	font-size: 0.8em;
	color:#999;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

#contentbox {
	width: 780px;
	margin-top: -170px;
	top:50%;
	position: absolute;
}

#kontaktnavigation {
	margin-top: 40px;
	padding-right: 40px;
	float:right;
}

#kontaktnavigation li{
	float: left;
	padding-right: 20px;
}

#col_1 {
	width: 390px;
	float: left;
}

#col_2 {
	margin-left: 390px;
	position: relative;
}

#contact #col_2{
	overflow-x:auto;
	overflow-y: none;
	height: 345px;
	width: 380px;
	padding-right: 10px;
}

*html #contact #col_2 {
	width: 370px;
}

/*Formular*/
div#col_2 fieldset{
		border: 1px solid #3975b0;
		padding-top: 1.5em;
		padding-right: 1em;
		padding-left: 1em;
		padding-bottom: 1em;
		color: #3975b0;
		font-weight: bold;
	}	
	
	div#col_2 form{
		color:#000000;
		margin-bottom: 3em;
	}
		
	div#col_2 label.formleft{
   		float: left;
   		text-align: right;
   		width: 100px;
   		margin-right: 0.5em;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
		padding-top: 4px;
 	}
 	
	div#col_2 input, textarea, select{
   		border: 1px solid #3975b0;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
		padding: 4px;
   		width: 220px;
   	}
	
	div#col_2  textarea {
		height: 150px;
	}
	
	div#col_2 input:focus, textarea:focus {
		border: 1px solid #006;
		background: #CCC;
	}
   	
   	div#col_2 input.formsubmit{
   		background-color:  #3975b0;
   		color: white;
   		margin-left: 105px !important;
   		margin-left: 7em; /* Kleine Modifikation für IE, da ansonsten der Submit-Button zu weit rechts positioniert wird. */
   		width: auto;
   	}	
   	
   	div#col_2 p.formfeedback{
   		font-weight: bold;
   		margin-bottom: 2em;
   	}
   	
   	div#col_2 p.formerror{
   		font-weight: bold;
   		color: red;
   	}
   
   	div#col_2 li{
   		margin-top: 0.5em;
   		margin-left: 1.5em;
   		margin-bottom: 0.5em;
   		font-size: 0.75em;
   	}
   	
   	div#col_2 li.formerror{
   		font-weight: bold;
   		color: red;
   	}
	


