/* CSS Dokument  --------------------------------------------------------------------- */
/* Copyright by Medienstern e.K. 2008 ------------------------------------------------ */
/* Designer Murat Isik --------------------------------------------------------------- */
form, fieldset {
	border: 0;
	}
.standart {
	display: block;
	line-height:160%;
	width: 100%;
	margin-top: 0.5em;
	}
.input_text {
	width: 90%;
	height: 1.5em;
	background: #b5c4cc;
	border: 1px #748592 solid;
	font-size: 120%;
	line-height: 170%;
	color: #536674;
	padding: 0.5em;
	cursor: pointer;
	}
.input_text:hover {
	background: #a4cfe4;
	color: #748592;
	}	
.input_text:focus {
	background: #ffffff;
	color: #536674;
	}	
textarea {
	margin-top: 0.25em;
	width: 90%;
	height: 9.7em;
	background: #b5c4cc;
	border:1px #999999 solid;
	font-size:120%;
	color:#7f98ab;
	padding:0.5em;
	cursor:pointer;
	}
textarea:hover {
	background: #a4cfe4;
	color: #748592;
	}
textarea:focus {
	background: #ffffff;
	color: #536674;
	}
#sendContactEmail {
	border: 1px #999999 solid;
	width: 93%;
	padding: 0.5em;
	cursor: pointer;
	background: #a4cfe4;
	color: #536674;
	margin-top: 1em;
	}
#sendContactEmail:hover {
	background: #b0e093;
	color: #ffffff;
	}
#checkbox {
	display: block;
	}	
#selfCC {
	margin-top: 0.9em;
	}
form span {
	font-size: 105%;
	width: 93%;
	height: 2em;
	}
form span img {
	float: right
	}	
#FormStatus {
	margin-top: 1em;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	}
#kontakt_content {
	min-width: 57.5em;
	max-width: 920px;
	min-height: 30em;
	max-height: 100%;
	margin: 0 0 10px 0;
	border-left: 1px #b5c4cc solid;
	border-right: 1px #b5c4cc solid;
	padding: 0 1.5em;
	}
#kontakt_content_1 {
	width: 50%;
	float: left;
	border-right: 1px #b5c4cc solid;
	margin-left: 1em;
	}
#kontakt_content_1 h2 {
	margin-bottom: 0.5em;
	border-bottom: 1px #b5c4cc solid;
	font-size: 160%;
	line-height: 180%;
	width: 93%;
	}	
#kontakt_content_2 {
	float: right;
	width: 43.5%;
	margin-right: 1em;
	}		
#kontakt_content_2 h2 {
	margin-bottom: 0.5em;
	border-bottom: 1px #b5c4cc solid;
	font-size: 160%;
	line-height: 180%;
	}
.imprint_ueberschrift {
	border-bottom: 1px #b5c4cc solid;
	margin-top: 2em;
	margin-bottom: 1em;
	}
#inhaber_p {
	width: 48%;
	float:left;
	min-height: 15em;
	max-height: 100%;
	line-height: 180%;
	}
#oeffnung_p {
	width: 48%;
	float:right;
	min-height: 15em;
	max-height: 100%;
	line-height: 180%;
	}
#haftung_p {
	font-size: 90%;
	text-align: justify;
	line-height: 120%;
	letter-spacing: 0;
	}			
#designagentur {
	margin-top: 1px;
	background: #748592 url(../img/farbe_dk_grau.gif) top left;
	min-height: 1.5em;
	color: #ffffff;
	}
#medienagentur {
	margin-top: 1px;
	background: #87ca5d url(../img/farbe_dk_gruen.gif) top left;
	min-height: 1.25em;
	color: #ffffff;
	}
#werbeagentur_design {
	margin-top: 1px;
	background: #a4cfe4 url(../img/farbe_hl_blau.gif) top left;
	min-height: 1em;
	color: #ffffff;
	}