html, body {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	mnargin: 0px;
	padding: 0px;
	background: #56a3d5 url(images/design_hg.jpg) repeat-x;
	margin: 0px;
}
td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
img, div, a {
	behavior: url(iepngfix.htc);
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #03F;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 12px;
	padding: 0px;
}
h1 {
	font-size: 17px;
	color: #FFF;
	padding: 2px 0px 5px;
}
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;
}
.farbig {
	color: #F9DCD9;
}

.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: 0px;
	padding: 0px;
}
#aussen {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

#main {
	height: 100%;
	width: 970px;
	position: relative;
	margin: auto;
}
#main #header {
	background: url(images/design_01.jpg);
	float: left;
	height: 140px;
	width: 970px;
	position: relative;
}
#main #inhalt {
	float: left;
	height: auto;
	min-height: 402px;
	width: 970px;
	background: url(images/design_inhalthg.jpg);
	position: relative;
}
#main #inhalt #menuaussen {
	float: left;
	height: 402px;
	width: 178px;
	text-align: right;
	background: url(images/design_02.jpg);
	position: relative;
}
#main #inhalt #menuaussen #menu {
	float: left;
	height: 402px;
	width: 178px;
	position: relative;
}
#main #inhalt #contentaussen {
	background: left top;
	float: left;
	height: auto;
	min-height: 348px;
	width: 792px;
	position: relative;
}
#main #inhalt #contentaussen #content {
	float: left;
	height: auto;
	min-height: 348px;
	width: 745px;
	padding-right: 35px;
	padding-left: 12px;
	position: relative;
}
#aussen #main #inhalt #contentaussen #content #postit {
	position: absolute;
	height: 184px;
	width: 226px;
	left: 553px;
	top: 221px;
	z-index: 30;
}

#main #inhalt #contentaussen #content #imageContainer {
	background: url(images/index00.jpg) no-repeat;
	float: left;
	height: 364px;
	width: 560px;
	overflow: hidden;
	margin-top: 0px;
	position: relative;
}
#main #inhalt #contentaussen #content #newsticker  {
	float: left;
	height: 364px;
	width: 175px;
	padding-left: 10px;
	position: relative;
}
#main #inhalt #contentaussen #content #newsticker h4 {
	line-height: 25px;
	text-align: center;
	border-bottom: 1px dotted #FFF;
}
#aussen #main #feater{
	background: url(images/design_04.jpg);
	float: left;
	height: 58px;
	width: 970px;
	font-size: 10px;
	position: relative;
}
#aussen #main #feater td, #aussen #main #feater th {
	font-size: 10px;
}

/* Scroller Box */

.scroller_container_up_down, .scroller_container_left_right {
	overflow: hidden;
	position: relative;
}

.scroller_container_up_down {
	width: 175px;
	height: 150px;
}

.scroller_container_left_right {
 width: 300px;
 height: 60px;
}

.scroller_left_right {
 white-space: nowrap;
 line-height: 60px;
 font-size: 60px;
}

.scroller_up_down  p, .scroller_left_right p {
 padding: 0;
}
/* Scoller Box */

/* Example Divs */
.box1, .box2, .box3 {
 width: 25px;
 height: 25px;
 display: block;
 padding: 0;
 margin: 0;
}

.box1{background: #f00;}

.box2{background: #0f0;}

.box3{background: #00f;}

/* CSS Hack Safari */
#dummy {;# }

.scroller_container_up_down {
 overflow: auto;
}

/* Scoller Box */
