/* CSS Document */

html, body, table {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

table {
	background-image: url(../image/back_2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: none;
	border-collapse: collapse;

}

.top_left {
	padding-top: 10px;
	height: auto;
	width: 154px;
	text-align: left;
	vertical-align: top;
	background-color: #000000;
	background-image: url(../images/logo_1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.top_middle {
	height: auto;
	width: 111px;
	background-color: #FFFFFF;
	background-image: url(../images/logo_2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	border: 0px;
}

.top_right, .top_right_chain {
	height: auto;
	width: auto;
	background-color: #ffffff;
	background-image: url(../images/logo_3.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left; /* justify; Blocksatz, center */
	vertical-align: top; /*middle*/
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 3px;
	padding-right: 19px;	
}

.top_right img {
	float: right;
}

.headline {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold; /*bolder, normal*/
	/*text-decoration:   blink, over-underline-through, none*/
	/*<b>......</b> fett, <i>....</i> kursiv, <u>...</u> unterstrichen, <br /> Zeilenende, <p /> Zeilenumbruch */
}

.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	vertical-align: bottom;
	padding-bottom: 50px; /* höhe ist 90
								- 10 Abstand oben
								- 15 pro Zeile*/
}

.top_right a:link, .top_right a:visited {
	color: #990000;
	text-decoration: none;
}

.top_right a:hover{
	color: #990000;
	text-decoration: underline;
}

.top_right img, .top_right_chain img {
	margin: 0px;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 3px;
	border: 2px solid #666666;
	padding: 2px;
	background-color: #cccccc;	
}

.div_chain {
	text-align: right;
	
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.top_right_bild {
	margin: 0px;
	margin-top: 20px;
	border: 2px solid #666666;
	padding: 2px;
	background-color: #cccccc;	
}

.div_frameless img, .div_frameless {
	margin: 0px;
	border: none;
	float: none;
	background-color: #ffffff;
	vertical-align: middle;
}

.content {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.bottom_left {
	height: 90px;
	background-color: #ffffff;
}

.bottom_left a:link, .bottom_left a:visited {
	color: #990000;
	text-decoration: none;
}

.bottom_left a:hover{
	color: #990000;
	text-decoration: underline;
}

.bottom_middle {
	height: 90px;
	background-color: #000000;
	background-image: url(../images/back.gif);
	background-position: bottom left;
	background-repeat: repeat-y;	
}

.bottom_right {
	height: 90px;
	background-color: #000000;
	background-image: url(../images/logo_4.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#navcontainer {
	width: 132px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
}

#navcontainer a {
	display: block;
	padding: 3px;
	padding-left: 20px;
	width: 132px;
	font-weight: bold;
/*	border-bottom: 1px solid #eee; */
}

#navcontainer ul li a#current {
	background-color: #666666;
}

#navcontainer_sub a {
	width: 122px;
	padding-left: 30px;
	font-weight: normal;
}

#navcontainer a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #990000;
	color: #fff;
}

