body {
	height: 100%;
	margin: 0;
	background-color: #f9f3e4;
	font-family: verdana, sans-serif;
	font-size:12px;
}

html,body { /* das brauchen die moz-basierten */
	height: 90%;
	margin: 0;
}


#gsg {
	/*background-color: green;*/
	width: 1000px;
	height:auto;
	float: left;
}

#header
{
	margin: 0 auto;
	width:  1000px;
	height: 210px;
	background-image: url(./pics/header.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header_middle_spacer {
	width:  1000px;
	height:   30px;
	float: left;
}

#navi_1_spacer {
	/*background-color: silver;*/
	width:  200px;
	height:  30px;
	
	padding-top: 180px;
	
	float: left;
}

#navi_1 {
	/*background-color: silver;*/
	width:  760px;
	height:  30px;
	
	padding-top: 180px;
	
	float: left;
}

#navi_static {
	width:  40px;
	height: 210px;
	float: left;
}

#middle {
	/*background-color: lime;*/
	width:  960px;
	height: auto;
	float: left;
}

#navi_2 {
	/*background-color: yellow;*/
	width:  185px;
	height: 383px;
	background-image: url(./pics/u-navi02.gif);
	background-repeat: no-repeat;
	float: left;
}
#content {
	/*background-color: red;*/
	width:  515px;
	float: left;
}
#content_border {
	/*background-color: blue;*/
	width:  260px;
	float: left;
}

.bodytext {
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #f3ad05;
}

.csc-textpic-caption {
	font-size:10px;
}