body{
	margin:0;
	padding:0;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
}

.links {
	width: 200px;
	float: left;
	height: 100%;
}
.rechts {
	float: left;
	margin-left: 1px;
	width: 631px;
	height: 100%;
}
.header {
	background-color: #CCCCCC;
	height: 30px;
	width: 850px;
}
.rechts .head {
	margin-top: 30px;
	height: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
}
.links .logo {
	margin-top: 10px;
	background-color: #5B80AD;
	width: 201px;
}
.rechts .icons {
	border-bottom-style: none;
}


.rechts .bild {
	height: 292px;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.rechts .icons {
	float: right;
	width: 100%;
	clear: right;
	background-position: right;
	background-color: #F5FAFE;
	border-left: 8px;
}
.rechts .content {
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	line-height: 1.65em;
	letter-spacing: 0.12em;
}


.rechts .content a {

	color: #95C600;
         text-decoration:none;
         }

.rechts .content a:hover {

	color: #333333;
         text-decoration:underline;
         }


hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	color: #FFFFFF;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #95C600;
	padding-top: 30px;
	padding-bottom: 10px;
}
.rechts .footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}


.rechts .footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}

.rechts .footer a:hover{
	text-decoration: underline;
	color: #006699;
}





.rechts .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #669900;
	margin-bottom: 30px;
	padding-top: 8px;
}



.master {
	height: 100%;
	width: 850px;
}



/* NAVIGATION */

.menu2 {
	padding:0;
	margin:0px 0 0px 0px;
	list-style-type: none;
	width:201px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.menu2 ul {
	padding:0;
 	margin:0;
 	list-style-type: none;
	 width:201px;
 }

.menu2 li {
	position:relative;
}
.menu2 a, .menu2 a:visited {
	display:block;
	width:201px;
	font-size:16px;
	color:#006699;
	height:22px;
	line-height:22px;
	text-decoration:none;
	text-indent:8px;
	background:#E5E5E5;
	border-bottom:1px solid #fff;
	border-width:0 1px 1px 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu2 li:hover > a {
	background:#426186;
	color:#fff;
}
.menu2 li ul {
	display: none;
}
.menu2 li:hover > ul {
	display:block;
	position:absolute;
	top:0;

	left:203px;

}

.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;
            font-size: 10px;}
.imgleft {float: left;
          margin-right: 20px;}

.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;}

.stopright {clear: right;}

.bildtext2 {text-align: justify;}
.banner {
	margin-top: 140px;
	text-align: center;
	background-color: #FFFFFF;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	height: 28px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-indent: 7px;
}

.breadcrumb a{
	color: #BCBCBC;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: #006699;
	text-decoration: underline;
}

<p>/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:630px;

	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;

}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;

}



#form-module input,
#form-module select,
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit {
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover {
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea,
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/*	login form  --------------------------------------------------------------------*/


.login2 {
	padding:3px 0 3px 14px;
         margin:1.2em 0 1.2em 0;
	width:160px;
         font-family:verdana, arial, helvetica, sans-serif;
         color: #95C600;
	font-size:0.75em;
	line-height:1.2em;
}

.login label {
	display:block;
	clear:both;
         font-size:0.75 em;
	margin-top:5px;
	color: #95C600;
}

.login input {
	float:left;
	margin:5px 0;
	width:120px;
         border:1px solid #606060;
	background-color:#f2f2f2;
}


.login input.submit {
	border:none;
	background:none;
	color:#606060;
	text-decoration:underline;
	cursor:pointer;
}

/*	login form  ENDE ---------------------------------------------------------------*/

/*	Download Modul   ---------------------------------------------------------------*/

.download-hdl  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	line-height: 1.65em;
	letter-spacing: 0.12em;
}


.download-file {
        	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	color: #FFFFFF;
         padding-bottom: 10px;
}

/*	Download  ENDE ---------------------------------------------------------------*/

