body {
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000;	
}
a {
	text-decoration:none;
	color: #0072a7;
}

a:hover, a:visited:hover {
	color: #0072a7;
	text-decoration: none;
}

hr {
	border: 0px;
	height: 3px;
	background-color: #000;
}

/*
 * Containers
 */

.language, .logo, .topmenu, .submenu {
	top: 13px;
	position: relative;
	float: left;
}	

.logo{
	left: 12px;
	width: 395px;
	height: 123px;
	background-image: url("/img/logo.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.language{
	left: 20px;
	position: absolute;	
}

.topmenu {
	left: 28px;
	width: 225px;
}

.submenu {
	left: 15px;
	width: 205px;
}

.content {
	top: 20px;
	left: 12px;
	width: 805px;
	border-top: 3px solid #000;
	position: relative;
	clear: both;
}

.footer {
	border-top: 3px solid #000;
	clear: both;
}

.contentmenu {
	float: left;
	width: 395px;
}

.contentdata {
	float: right;
	left: 15px;
	width: 395px;
}

.yearReview {
	margin-top: 11px;
	padding-bottom: 12px;
	border-bottom: 3px solid #000;
}

.imgTextContainer {
	text-align: center;
	width: 100%;
}
.imgText {
	padding-bottom: 15px;
}

.legend {
	margin-left: 30px;
	margin-right: 30px;	
}

/* Form Elements */

.input_small_solid_frontpage, .input_small_solid, .input_plz_solid, .input_ort_solid {
	width: 266px;
	border: 1px solid #000;
	height: 21px;
	margin-top: 5px;
	margin-bottom: 5px;	
	font-family: Helvetica, Arial;
	font-size: 15px;	
}
.input_plz_solid {
	width: 60px;
}
.input_ort_solid {
	width: 200px;
}
.input_select_solid {
	margin-top: 15px;
	width: 266px;
}
.input_small_solid_frontpage {
	margin: 0px;
	padding: 0px;
	height: 19px;
}
.form_no_margin {
	margin: 0px; 
	padding: 0px;
	height: 0px;
	margin-top: -8px;
}
.submitfrontpage {
	padding: 0px;
	margin-left: 10px;
	height: 21px;
}
