html {
	width: 100%;
	height:100%;
}

body {
	width: 100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(../img/bg.jpg);
	
}


 table.aussen { 
	 width:100%; 
	 height:100%;
 }


table.innen {
	margin-left:auto; 
	margin-right:auto; 
}
.content_grau {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

a.link_nav_global:link {
	font-family: Arial;
	font-size: 13px;
	color: #0060a9;
	text-decoration: none;
}
a.link_nav_global:visited {
	font-family: Arial;
	font-size: 13px;
	color: #0060a9;
	text-decoration: none;
}
a.link_nav_global:hover{
	font-family: Arial;
	font-size: 13px;
	color: #0060a9;
	text-decoration: underline;
}

.nav_global_active{
	font-family: Arial;
	font-size: 13px;
	color: #0060a9;
	text-decoration: none;
	font-weight: bold;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
}
.content_weiss {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
li {
	list-style-image: url(../img/bullets.gif);
}


ul {
	margin-left: 0;
	padding-left: 1.4em;
}

.content_blau {
	font-family: Arial;
	font-size: 11px;
	color: #0060a9;
}

a.link_content_blau:link {
	font-family: Arial;
	font-size: 11px;
	color: #0060a9;
	text-decoration: none;
	font-weight: bold;

}
a.link_content_blau:visited {
	font-family: Arial;
	font-size: 11px;
	color: #0060a9;
	text-decoration: none;
	font-weight: bold;

}
a.link_content_blau:hover{
	font-family: Arial;
	font-size: 11px;
	color: #0060a9;
	text-decoration: underline;
	font-weight: bold;

}

a.link_content_weiss:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.link_content_weiss:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.link_content_weiss:hover{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}

.rahmen {
	border: 1px solid #FFFFFF;
}

.content_weiss_11 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

a.link_content_weiss_11:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}
a.link_content_weiss_11:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;

}
a.link_content_weiss_11:hover{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

input.formularfelder{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	height:13px;
	width:280px;
	text-indent: 3px;
	background-color: #ccdfee;
	border: 1px solid #FFFFFF;
}


 
 
textarea {
	font-family: Arial;
	font-size: 12px;
	height:80px;
	width:280px;
	color: #000000;
	text-indent: 3px;
	background-color: #ccdfee;
                scrollbar-base-color:#ccdfee;
                scrollbar-face-color:#ccdfee;
                scrollbar-arrow-color:#ccdfee;
                scrollbar-shadow-color:#ccdfee;
                scrollbar-track-color:#ccdfee;
                scrollbar-highlight-color:#ccdfee;
                scrollbar-darkshadow-Color:#ccdfee;
	border: 1px solid #FFFFFF;

}

input.send {
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	height:19px;
	width:60px;
	background-color: #19967a;
	border: 1px solid #FFFFFF;
	font-weight: bold;
 }

input.reset {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	height:19px;
	width:60px;
	background-color: #ccdfee;
	border: 1px solid #FFFFFF;
	font-weight: bold;
 }
