html{
	height:100%;
}

body  {
	background-color:#2A5F00;
	background-image:url('img/main_back.png');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
}

div {
	margin:0;
	padding:0;
}

img {
	border:0px;
}

tr, td {
	vertical-align:top;
}

/* Hauptkontainer zum zentrieren */
#container {
	width: 950px;
	margin-bottom: 10px;
	margin:0 auto;
	background-color: #ffffff;
	height:100%;
}

table#helper {
	height:100%;
	background-color:#ffffff;
	border:0px;
}

/* Farbverlaeufe */
td#left {
	width:35px;
	background-image:url('img/back_left.png');
	background-repeat:repeat-y;
	vertical-align:top;
}

td#right {
	width:35px;
	background-image:url('img/back_right.png');
	background-repeat:repeat-y;
	vertical-align:top;	
}

td#center {
	background-image:url('img/mnu_back.png');
	background-repeat:repeat-y;		
}

/* Container mit Head */
#header-wrapper {
	background-image:url('img/logo_150_1.jpg');
	height:150px;
}

#top {
	padding:0px;
	text-align:right;
	height: 121px;
}

#menu {
	height:29px;
	text-align:left;
	vertical-align:bottom;
	padding: 0px 0px 0px 200px;
}

/* Container mit Hauptinhalt */
#content-wrapper {
	width:880px;
	text-align:left;
}

#cleft {
	width:200px;
	padding:0px;
	float:left;
}

#cleft_inner {
	padding:10px;
	text-align:right;
}

#cright {
	width:200px;
	padding:10px;
	float:right;
}

#content {
	margin-left:210px;
	padding:10px;
	width:420px;
}

/* About page */
#aboutinfo {
	background-image:url('img/mnu_back.png');
	background-repeat:repeat-y;		
	padding:5px 5px 5px 200px;		
}

#aboutinfo,
#aboutinfo * {
    font-size:8pt;
    color:#AB522A;
    text-align:center;
    vertical-align:bottom;
}
