body {
    color: black; 
	background-color: #404040;
    font-size: 12px;
    font-family:	Verdana, Arial, Helvetica, sans-serif;
	text-align:	justify;
    margin: 1em 0 0 0; 
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

h1 {
font-size:				18px;
padding:		        0px;
margin:                 10px 0px 3px 0px;
clear:					both;
}

h2 {
font-size:				16px;
padding:		        0px;
margin:                 7px 0px 2px 0px;
clear:					both;
}

hr{
background-color:		#000000;
color:					#000000;
border: 				#000000;
height: 				2px;
}

a {
color:					#ff9900;
text-decoration:		underline;
}

a:hover {
color:					#ff9900;
text-decoration:		none;
}

a:active {
color:					#ff9900;
font-weight:			bold;
text-decoration:		none;
}

a:visited {
color:					#19213D;
text-decoration: 		underline;
}

a.extlink {
background: 			url(images/extlink.gif) right center no-repeat transparent;
padding-right:			1em;
}

a img {
border:					0px;
}

table {
text-align:				left;
vertical-align:			top;
border:					1px;
border-color:			#000000;
}

tr {
vertical-align: 		top;
}

td {
vertical-align: 		top;
}

.table1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.td1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#container {
	width: 780px;
	height:100%;
	margin: auto;
}

#main {
	width: 780px;
}

#header {
	width: 780px;
	height: 160px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	background-color:#FFFFFF;
	background-image:url(images/border_left.gif);
	background-repeat:repeat-y;
	width: 140px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float:left;
    min-height:600px;
	height:auto;
	height:600px;
	overflow:hidden;
}

#menuborder {
padding: 0px;
margin:0px;
}

#content {
	width: 600px;
	margin: 0px;
	overflow: auto;
	float: left;
	padding: 5px;
    background-color: #FFFFFF;
    min-height:590px;
	height:auto;
	height:590px;
}

#border_right {
	background-image:url(images/border_right.gif);
	background-repeat:repeat-y;
	width:15px;
	float:right;
	margin:0px;
	min-height:600px;
	height:auto;
	height:600px;
}

#footer {
	background-image: url(images/footer.gif);
	padding: 3px 18px 0px 18px;
	width: 744px;
	height: 76px;
	overflow:hidden;
	background-repeat: no-repeat;
	clear: both;
	font-size:11px;
}

#nlbox{
	text-align:left;
	float:left;
	vertical-align:middle;
}

#copyright {
	text-align:right;
	vertical-align:middle;
}

#copyright a{
	color:#000000;
	text-decoration:none;
}

#newsletter {
	background-color:#FFFFFF;
    border:1px solid #404040;
	font-size:11px;
}

.tableleer {
border:		0px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.button1 {
	margin-left:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffefb1;
    border:1px solid #404040;
}

.h1line {
left:					0px;
width:					80%;
margin-top:             0px;
margin-left:			0px;
margin-bottom:			20px;
margin-right:			0px;
}

.h2line {
left:					0px;
width:					65%;
margin-top:             0px;
margin-left:			0px;
margin-bottom:			15px;
margin-right:			0px;
}