/* CSS Document */

html, body{
	height:100%;
	margin:0;
	padding:0;
	background-color: #FFF5E9;
}


#center {
	padding:0;
	width: 950px;
	min-height: 650px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -325px 0 0 -475px;
	border: 1px solid #707978;
}

#content {
	height: 474px;
	width: 950px;
}

#footer {
	height: 41px;
	width: 950px;
	background-color: #707978;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF5E9;
	line-height: 40px;
	vertical-align: baseline;
	text-align: center;
}

#startseite {
	height: 616px;
	width: 950px;
	overflow: hidden;
}


/* min-height für den IE */
* html #center {
  height:650px; 
}

	
#kopf {
	height: 135px;
	width: 950px;
}

#logo {
	float: right;
}

#impressum {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-right: 20px;
}

#impressum a:link, #impressum a:visited {
	color: #FFF5E9;
	font-weight: normal;
	text-decoration: none;
}

#impressum a:hover, #impressum a:active {
	color: #FFF5E9;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border: none;
}
	
#bildleiste {
	float: left;
	height: 474px;
	width: 168px;
	background-color: #707978;
	overflow: hidden;
}

#text {
	height: 297px;
	width: 292px;
	margin-top: 157px;
	margin-left: 440px;
	background-color: #FFF5E9;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 10;
	padding-top: 20px;
}
#bildleiste img {
	padding-bottom: 6px;
}

#text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #707978;
}

#text h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #707978;
	margin-bottom: 0px;
}

#text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #707978;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 18px;
}

#hauptbild {
	float: left;
	height: 474px;
	width: 782px;
	overflow: hidden;
	z-index: 5;
	background-image: url(../grafik/fey-wohnkultur.jpg);
}
	
/* Linksfarben */
#text a:link, #text a:visited {
	color: #707978;
	font-weight: normal;
	text-decoration: none;
}

#text a:hover, #text a:active {
	color: #707978;
	font-weight: normal;
	text-decoration: underline;
}

/* Navigation */
#navigation {
	width: 785px;
	padding-top: 62px;
}

/* Klassen */

.fett {
	font-weight: bold;
}

/* Formular */
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#name, #firma, #strasse, #ort, #fon, #mail, #area {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}

#senden {
	float: right;
}

#name input, #firma input, #strasse input, #ort input, #fon input, #mail input, #area  input, textarea {
	border: 2px solid #FFFFFF;
	clear: none;
	float: none;
	margin-left: 65px;
}

input {
	width: 190px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label {
	display: block;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #707978;
	width: 60px;
	line-height: 22px;
	padding-left: 4px;
}

textarea {
	width: 262px;
	margin-left: 0px;
}

#senden input {
	width: 100px;
	background: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #707978;
	border: 1px solid #CCCCCC;
}
