html{
	height:100%;
}

body  {
	background-color:#94DAF9;
	background-image:url('img/back_main.png');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
}

* {
	font-size: 13px;
	font-family: Arial,Verdana, SunSans-Regular, Sans-Serif;
	color:#555555;
}

div {
	margin:0;
	padding:0;
}

img {
	border:0px;
}

tr, td {
	vertical-align:top;
}

/* Hauptkontainer zum zentrieren */
#container {
	width: 940px;
	margin-bottom: 10px;
	margin:0 auto;
	background-color: #ffffff;
}

table#helper {
	border:0px;
	/* for background-image see 1col or 2col css */
}

#banner-wrapper {
	height:261px;
	background-repeat:no-repeat;
}

#banner {
	text-align:right;
	padding:15px;
}

/* Farbverlauf links */
#left {
	width:20px;
	background-image:url('img/back_left.png');
	background-repeat:no-repeat;
	vertical-align:top;
}

/* Farbverlauf rechts */
#right {
	width:20px;
	background-image:url('img/back_right.png');
	background-repeat:no-repeat;
	vertical-align:top;	
}

#footer {
	background-image:url('img/footer.png');
	height:20px;
	background-repeat:no-repeat;
}

/* Container mit Hauptinhalt */
#content-wrapper {
	/* for background-image see 1col or 2col css */
	width:900px;
	text-align:left;
	background-color: #ffffff;		
	background-repeat:repeat-y;	
}

#inner-wrapper {
	/* for background-image see 1col or 2col css */
	background-repeat:no-repeat;	
}

#menu-wrapper {
	width:225px;
	float:left;
	background-image:url('img/stars_1c.jpg');
	background-repeat:no-repeat;		
}

#menu {

	padding-top:40px;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:20px;

}

#info-wrapper {
	width:140px;
	float:right;
}

#info {
	padding:10px;
}

#content {
	/*margin-left:240px;*/
	padding:15px;
	min-height:380px;
	float:left;
	margin-top: -5px;
}

#main-wrapper {
	padding:10px;
} 
