body {
	margin:0px;
	padding:0px;
	background-color:#4fa4fe;
	font-family:Verdana, Helvetica, Sans-Serif;	
	font-weight:normal;
	color:#000;
}
p {
	margin-top:2px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:12px;
	font-size:80%;
}

li {
	font-size:80%;
}

h1 {
	background-image:url('images/title_bg.jpg');
	background-repeat:no-repeat;
	background-position:left middle;
	font-size:120%;
	font-weight:bold;
	padding-left:20px;
	margin-top:40px;
	line-height:40px;
	vertical-align:middle;
}

h2 {
	font-size:90%;
	font-weight:bold;
	margin-top:20px;
	color:black;
	padding-left:20px;
}


h3 {
	font-size:80%;
	font-weight:bold;
	margin-top:10px;
	color:black;
	padding-left:20px;
}

a {
	font-family:Verdana, Helvetica, Sans-Serif;
	font-weight:normal;
	color:#132d82;
	text-decoration:none;
}

a:hover {
	font-family:Verdana, Helvetica, Sans-Serif;
	font-weight:normal;
	color:#533da2;
	text-decoration:underline;
}


.title_left_cell {
	text-align:left;
	background-color:#fff;
}
.title_middle_cell {
	text-align:center;
	background-color:#fff;
}
.title_right_cell {
	text-align:right;
	background-color:#fff;
}
.menu_1 {
	background-color:#132d52;
	border-top:1px solid #000;
}
.menu_1_table {
	width:70%;
	text-align:center;
	color:#fff;
}
.menu_2 {
	background-color:#fff;
	border-bottom:1px solid #000;
}
.menu_2_table {
	width:50%;
	text-align:center;
	color:#000;
}
.menu_item {

}
.menu_active_td {
	background-image:url('images/menu_corner_left.gif');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#fff;
}
a.menu_1_link, a.menu_1_link:link, a.menu_1_link:visited, a.menu_1_link:active {
	color:#fff;
	font-weight:bold;
	font-size:80%;
	text-decoration:none;
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
a.menu_1_active, a.menu_1_active:link, a.menu_1_active:visited, a.menu_1_active:active {
	color:#000;
	font-weight:bold;
	font-size:80%;
	text-decoration:none;
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	/* Ecke rechts */
	background-image:url('images/menu_corner_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
a.menu_2_link, a.menu_2_link:link, a.menu_2_link:visited, a.menu_2_link:active {
	color:#555;
	font-weight:bold;
	font-size:75%;
	text-decoration:none;
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
a.menu_2_link_active, a.menu_2_link_active:link, a.menu_2_link_active:visited, a.menu_2_link_active:active {
	color:#000;
	font-weight:bold;
	font-size:75%;
	text-decoration:none;
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}

.content_table {
	width:100%;
	margin:0px;
	padding:0px;
}
.content_left_cell {
	background-color:#c0d5f4;
	width:70%;
	background-image:url('images/content_top_shadow.gif');
	background-repeat:repeat-x;
	padding:0px;
	vertical-align:top;
}
.content_right_cell {
	background-color:#8fa9d1;
	width:30%;
	background-image:url('images/content_top_shadow_2.gif');
	background-repeat:repeat-x;
	padding:20px;
	vertical-align:top;
}



.footer {
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#122c53;
	color:#fff;
	font-size:65%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.footer_shadow {
	background-image:url('images/footer_shadow.gif');
	background-repeat:repeat-x;
	height:32px;
}
a.footer_link, a.footer_link:link, a.footer_link:visited, a.footer_link:active, a.footer_link:hover {
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:100%;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

.box_headline {
	background-color:#c4c7da;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}
.white_bg {
	background-color:#fff;
}
.box_content {
	text-align:center;
}

Input{
  	
  border-top: 1px #aaaaaa solid;
  border-right: 2px #aaaaaa solid;
  border-bottom: 2px #aaaaaa solid;
  border-left: 1px #aaaaaa solid;

}

Textarea{
  	
   font-family: Verdana;
  border-top: 1px #aaaaaa solid;
  border-right: 2px #aaaaaa solid;
  border-bottom: 2px #aaaaaa solid;
  border-left: 1px #aaaaaa solid;

}

