/* CSS Dokument für Heiderhof Center */

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	background-color: #E8E5DD;
	text-align: center;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
}

.aussencontainer {
	width: 1008px;
	margin: auto;
}

.topcontainer {
	width: 960px;
	padding-left: 24px;
	padding-right: 24px;
	height: 359px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/bgr_zwischencontainer.jpg);
	background-repeat: no-repeat;
}

.linkercontainer {
	width: 328px;
	float: left;
}

.schriftbox {
	width: 328px;
	height: 29px;
	padding-top: 44px;
	text-align: left;
	float: left;
}

.navigationbox {
	width: 328px;
	height: 253px;
	padding-top: 33px;
	float: left;
}

.rechtercontainer {
	width: 175px;
	float: left;
}

.kontaktbox {
	width: 175px;
	height: 73px;
	float: left;
}

.logobox {
	width: 175px;
	height: 286px;
	float: left;
}

.bildbox {
	width: 457px;
	height: 359px;
	float: left;
}

.contentbgrcontainer {
	width: 960px;
	padding-left: 24px;
	padding-right: 24px;
	overflow: auto;
	margin: auto;
	background-image: url(img/bgr_contentcontainer.jpg);
	background-repeat: no-repeat;
}

.contentcontainer {
	width: 960px;
	padding-bottom: 20px;
	overflow: auto;
	clear: both;
	margin: auto;
	background-image: url(img/bgr_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.newsbox {
	width: 278px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
	text-align: left;
}

.contentbox {
	width: 590px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 22px;
	float: left;
	text-align: left;
}

.endbox {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 30px;
	background-color: #3C187D;
}

/* Links etc. */

a:link, a.visited {
	color: #3C187D;
	text-decoration: underline;
}

a:hover, a.active {
	color: #885CD6;
	text-decoration: none;
}

.navibutton:link, .navibutton:visited, .navibutton:hover, .navibutton:active {
	width: 278px;
	padding-left: 50px;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	text-decoration: none;
}

.navibutton:link, .navibutton:visited {
	background-image: url(img/navibutton_link.gif);
	color: #DFCDFF;
}

.navibutton:hover, .navibutton:active {
	background-image: url(img/navibutton_hover.gif);
	color: #FFFFFF;
}

/* Sonstiges */

.noborder {
	border: 0px;
}

.rahmen {
	border: 1px solid #969696;
}

.bilderrahmen {
	float: left;
	border: 1px solid #969696;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}


/* Schriften */													/* veränderbarer Teil über Stylesheet */

body {
	font-family: Arial, Helvetica, sans-serif;	
}

.schriftbox {
	font-size: 1em;
	color: #272727;
}

.newsbox {
	color: #636161;
	font-size: 1em;
}

.contentbox {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #272727;
}

h1 {
	font-size: 2em;
	color: #3C187D;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3C187D;
}

.navibutton:link, .navibutton:visited, .navibutton:hover, .navibutton:active {
	font-size: 17px;
	height: 23px;
	padding-top: 3px;
}



