body {
	background-color: #6d8095;
	color:#002f62;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body a {
	color:#103f72;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
	color:#103f72;
}
hr {
	border:0px;
	border-top:1px solid #103f72;
}

#frame_top {
	background-image: url(images/frame_top.png);
	background-repeat: no-repeat;
	height: 145px;
	width: 980px;
}
.buttonlink {
	color:#fff !important;
	text-decoration:none !important;
	display:block;
}

.button a:visited { 
	color:#fff !important;
}

.button {
	background-repeat:no-repeat;
	background-position: 0px 10px;
	height:75px;
	width:185px;
	color:#fff;	
	text-decoration:none;	
}
.shine {
	background-image: url(images/buttonglanz.png);
}
.normal {
	background-image: url(images/button.png);
}
#background_gradient {
	background-image: url(images/main_gradient_hg.png);
	background-repeat: repeat-x;
	height: 500px;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}

#wrapper {
	position:absolute;
	width: 980px;
	margin-left:-480px;
	left: 50%;
}
* html #wrapper {
	margin-left:0;	
}
#frame_bottom {
	background-image: url(images/frame_bottom.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 980px;
}
#frame_middle {
	background-image: url(images/frame_middle.png);
	background-repeat: repeat-y;
	width: 980px;
	padding-left: 10px ;
}

#picture {
	height:200px;
	width:960px;
}
#content {
	background-image: url(images/picture_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	width:920px;
	padding:20px;
}
#content2 {
	padding: 0 20px;
	margin:0px;     
}
#content2 a {
	color:#103f72;
	text-decoration:underline;
}
#content2 a:hover {
	text-decoration:underline;
	color:#6d8095;
}

#nav1 {
	background-image:url(images/nav1_hg.png);
	background-repeat: repeat-x;
	height:37px;
	width:960px;
	margin:0;
	padding:0;
}

#nav1 ul {
	margin:0px;
	padding:0px;
	padding:0px;
}
#nav1 ul li {
	float: left;
	list-style-type: none;
	margin-top:0;
	margin-right:0px;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
	height: 37px;
	line-height: 37px;	
}
#loginLink {
  height:37px;
  float:right;
}
#loginLink a {
  display: block;
  height: 37px;
  line-height: 37px;
  padding-right: 30px;
  font-weight:bold;
}
#nav1 ul li a {
	font-weight:bold;
}
#nav1_placeholder {
	background-image:url(images/nav2_hg.png);
	background-repeat: repeat-x;
	height:36px;
	width:960px;
	margin:0;
	padding:0;
}
#nav2 ul {
	margin:0px;
	padding:0px;
	padding:0px;
}


#nav2 ul  {
	padding-left:20px;
	margin-right:20px;
}
#nav2 ul li {
	list-style-type: none;
	display: block;
	vertical-align: middle;
	padding-bottom:10px;
	
}

.nav2_border_right {
	border-right:  1px dotted #002f62;
	width:150px;

}

.input_txt {
	border:1px solid #103f72;
}
.input_error {
	border:1px solid #A00;
}
.error_message {
	font-size:10px;
	color:#A00;
}
