body {
	font-family: verdana;
	font-size: 12px;
	color: #3b6176;
}

h1 {
	font-family: verdana;
	font-size: 14px;
	color: #3b6176;
}

ul {
	list-style-image:url("img/mainpage/krone_16x16.png");
}

b {
	color: #cebb00;
}

input {
	border: 1px #CCCCCC solid;
	width:200px;
}

.content_top {
	width: 900px;
	height:4px;
	background: url("img/mainpage/content_box_top.png") no-repeat top left;
	margin:0px;
}

.content_middle {
	width: 900px;
	background: url("img/mainpage/content_box_middle.png") repeat-y top left;
	margin:0px;
	font-size: 10px;
	color: #3b6176;
}

.content_bottom {
	width: 900px;
	height:4px;
	background: url("img/mainpage/content_box_bottom.png") no-repeat top left;
	margin:0px;
}

a.menu:link 
{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:active {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover{ 
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:link 
{
	font-family: verdana;
	font-size: 10px;
	color: #3b6176;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: verdana;
	font-size: 10px;
	color: #3b6176;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	font-family: verdana;
	font-size: 10px;
	color: #3b6176;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{ 
	font-family: verdana;
	font-size: 10px;
	color: #cebb00;
	text-decoration: underline;
	font-weight: bold;
}

a.size_12:link 
{
	font-family: verdana;
	font-size: 12px;
	color: #3b6176;
	text-decoration: none;
	font-weight: bold;
}

a.size_12:active {
	font-family: verdana;
	font-size: 12px;
	color: #3b6176;
	text-decoration: none;
	font-weight: bold;
}

a.size_12:visited {
	font-family: verdana;
	font-size: 12px;
	color: #3b6176;
	text-decoration: none;
	font-weight: bold;
}

a.size_12:hover{ 
	font-family: verdana;
	font-size: 12px;
	color: #cebb00;
	text-decoration: underline;
	font-weight: bold;
}



.clear {
	clear: both;
}

.center {
	text-align:center;	
}

#page_whole {
	border: 1px #000000 solid;
	padding:0;
	width: 1000px;
	height:auto;
}

#header_whole {
	background-image: url("img/mainpage/header.png"); 
	background-position:top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 142px;
	border: 0px #CCCCCC solid;
}

#content_whole {
	text-align:center;
	padding:10px;
	width: 980px;
	border: 0px #CCCCCC solid;
	background-image: url("img/mainpage/bg_whole_content_top_x.png"); 
	background-position:top left;
	background-repeat: repeat-x;
}

#footer_whole 
{
	text-align:left;
	padding-top:85px;
	padding-left:10px;
	margin-top:5px;
	width: 990px;
	height:30px;
	border: 0px #CCCCCC solid;
	background: url('img/mainpage/bg_footer.png') repeat-x top left;
	text-decoration: none;
	font-weight: bold;
	font-style:italic; 
	font-size:10px;
	color: #FFFFFF;
}
#menu {
	float:right;
	/*width: 397px;*/
	height:37px;
	/*background-color: #CCCCCC;*/
	margin-top:104px;
	margin-right:60px;
	padding:0px;
	font-family: verdana;
	color:#FFFFFF;
	
}

#menu a  { 
	padding-bottom: 0px;
	padding-top:10px;
	width: 85px; 
	height: 25px; 
	/*display: block; */
	float: left; 
	text-align: center;
	/*line-height: 34px;*/
	color: #FFF; 
	font-weight: bold;
	font-style: italic; 
}

.margin_bottom {

	margin-bottom:40px;
	
}

.menu_punkt {
	border: 0px #FFFFFF solid;
	cursor: pointer;
	float:left;
	font-size: 10px;
	padding-top:0px;
	margin-left:10px;
	width:87px;
	height:55px;
}

#img_left {
	float:left;
	padding: 5px;
	width: 100px;
	height: 70px;
	border: 1px #AAAAAA solid;
	margin-right:5px;
}

#img_right {
	float:right;
	padding: 5px;
	width: 100px;
	height: 70px;
	border: 1px #AAAAAA solid;
	margin-left:5px;
}

.prev_img {
	float:left;
	padding: 5px;
	width: 135px;
	height: 100px;
	border: 1px #AAAAAA solid;
	margin:15px;
}