/*Allgemeing ltige Formatierung*/
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ffffff no-repeat;
	margin: 0px;
	}
 
form {
	margin-bottom: 0px;
	}

a {
	text-decoration: none;
	color: #336699;
	}

table {
	border: 0px;
	width: 100%;
	}

td {
	font-size: 13px;
	vertical-align: top;
	}

p {
	font-size:12px;
	line-height: 18px;
	}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #0E3092;
	}

img {
	border: 0px;
	}

/*Klassen und ID Formatierung*/
.banner {
	vertical-align: top;
	background: url('../images/HG_oben.gif');
	}

.TXTHEAD {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	}

.lang { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0E3092;
	text-align: right;
	width: 100%;
	}

.pfeil {
	height: 8px;
	width: 11px;
	}

.FUSS1 {
	FONT-SIZE: 10px; 
	COLOR: #FFFFFF; 
	}

.FUSS2 {
    FONT-SIZE: 10px; 
    COLOR: #000000; 
    font-style: normal; 
    font-weight: normal;
    text-decoration: none;
    text-align: center;
	}

.RIGHT_TEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color: #e1e1e1;
	}

/*Navigatiopn Links*/
#NAVIGATION  {  
	font-size: 12px;
	color: #FFFFFF; 
	font-weight: bold;
	}

#NAVIGATION a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#NAVIGATION a:hover {
	color: #FFCC66;
	}

#NAVIGATION a:aktiv {
	color: #FFCC66;
	}
#topbar{
		position: relative;
		padding:1px 2px 1px 1px;
		/*right:1px;*/
		top:0px;
		width:200px;
		background-color: #e1e1e1;
		width: 200px;
		visibility: hidden;
		z-index: 100;
}
#topbarzwei{
		position: relative;
		padding:1px 2px 1px 1px;
		/*right:1px;*/
		top:0px;
		width:200px;
		background-color: #e1e1e1;
		width: 200px;
		visibility: hidden;
		z-index: 100;
}

/* Formular */
fieldset.csc-mailform {
border:0;
}

fieldset.csc-mailform label {
width: 80px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}


fieldset.csc-mailform input, 
fieldset.csc-mailform textarea {
margin-bottom: 10px;
font-size:10px;
font-family: Verdana, Helvetica, sans-serif;
border:1px solid #ccc;
padding:2px;
width:250px;
}

#mailformformtype_mail {
padding:2px;
margin-left:40px;
background:#eee;
border:1px solid #ccc;
width:80px;
text-align:center;
}


