body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #928E8B;
}
a {
	color: #333;
}
a:hover {
	color: #C00;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 12px;
	padding: 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
h6 {
	font-size: 8px;
	font-weight: normal;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.imgnorm, .imgleft, .imgright {
	background: #FFF;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
input, textarea, select {
	margin: 1px;
	padding: 2px;
	border: 1px solid #504B47;
	background: #F3EEEA;
}



#main {
	height: auto;
	min-height: 600px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main #header {
	float: left;
	height: 202px;
	width: 970px;
	position: relative;
	overflow: hidden;
}


#main #contentaussen {
	float: left;
	height: auto;
	min-height: 353px;
	width: 970px;
	position: relative;
	background: url(images/design_inhalthg.jpg);
}
#main #contentaussen #content {
	background: url(images/design_02.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 333px;
	width: 900px;
	position: relative;
	padding: 10px 35px;
}


#main #contentaussen #content #imageContainer {
	height: 333px;
	width: 512px;
	position: relative;
	overflow: hidden;
	margin: auto;
	border: 2px solid #6B5B4C;
}
#main #contentaussen #content #indexText {
	margin: auto;
	height: 180px;
	width: 512px;
	position: relative;
}
#main #contentaussen #content #indexText h1 {
	margin-top: 6px;
	margin-bottom: 6px;
}
#main #contentaussen-g {
	float: left;
	height: auto;
	min-height: 353px;
	width: 970px;
	position: relative;
	background: url(images/design_g_inhalthg.jpg);
}
#main #contentaussen-g #content-g {
	background: url(images/design_g_02.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 333px;
	width: 900px;
	position: relative;
	padding: 10px 35px;
}
#main #contentaussen-sw {
	float: left;
	height: auto;
	min-height: 353px;
	width: 970px;
	position: relative;
	background: url(images/design_sw_inhalthg.jpg);
}
#main #contentaussen-sw #content-sw {
	background: url(images/design_sw_02.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 333px;
	width: 900px;
	position: relative;
	padding: 10px 35px;
}


#main #feater {
	background: url(images/design_03.jpg);
	float: left;
	height: 45px;
	width: 950px;
	position: relative;
	padding: 0px 10px;
}
#main #feater-g {
	background: url(images/design_g_03.jpg);
	float: left;
	height: 45px;
	width: 950px;
	position: relative;
	padding: 0px 10px;
}
#main #feater-sw {
	background: url(images/design_sw_03.jpg);
	float: left;
	height: 45px;
	width: 950px;
	position: relative;
	padding: 0px 10px;
}


#main #feater a.copy {
	font-size: 10px;
}

