HTML 	{
	height: 101%;
	}

BODY 	{
	margin: 0px;
	padding: 0px;
	background-color: #E4E3E3;
	}
	
FORM {
	display: inline;
}
	
.infobox {
	  padding:5px; border:2px solid #CCC; margin-top:10px;
}

.center {
	  text-align: center;
}

.bg_mgrey {
	  background-color: #EEE;
}

.bg_white {
	  background-color:white;
}

.bg_red {
	  background-color: #FAA;
}

.bg_green {
	  background-color: #AFA;
}

	
/* ............................................................................................*/

#container	{
		margin: auto;
		width: 1000px;
		background: url(../images/pbk.gif) repeat-y;
		background-color: #E4E3E3;
		}

/* ............................................................................................*/

.container	{
		margin: auto;
		width: 1000px;
		background: url(../images/pbk.gif) repeat-y;
		background-color: #E4E3E3;
		}

/* ............................................................................................*/

#logo 	{
	position: relative;
	left: 44px;
	top: 0px;
	width: 912px;
	height: 80px;
	}

/* ............................................................................................*/

form.search	{
		display: inline;
		position: relative;
		top: -45px;
		left: 750px;
		width: 160px;
		}

form.search input 	{
			margin: 0px;
			vertical-align : middle;
			}

input.search 	{
		border : 1px solid #cdcdcd;
		color: #333333;
		width: 118px;
		padding: 2px;
		background: url(../images/pmt.gif) repeat-x;
		font-size: 10px;
		}

/* ............................................................................................*/

#maintopic	{
		position: relative;
		left: 50px;
		top: 0px;
		width: 900px;
		height: 30px;
		border-top: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
		overflow: hidden;
		background: url(../images/pmt.gif) repeat-x;
		}

#maintopic a 	{
		display: block;
		float: left;
		width: 130px;
		height: 30px;
		padding: 0px 10px 0px 10px;
		line-height: 30px;
		color: #888888;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing : 2px;
		border-right: 1px solid #cdcdcd;
		}

#maintopic a:hover 	{
			background: url(../images/pmta.gif) repeat-x;
			color: #333333;
			}

#maintopic a.active 	{
			background: url(../images/pmta.gif) repeat-x;
			color: #333333;
			font-weight: bold !important;
			font-size: 11px;
			}

/* ............................................................................................*/

#youarehere	{
		position: relative;
		padding-left: 10px;
		left: 50px;
		top: 0px;
		width: 900px;
		height: 30px;
		line-height: 30px;
		color: #888888;
		}

#youarehere a 	{
		height: 30px;
		padding: 0px 0px 0px 5px;
		line-height: 30px;
		color: #888888;
		text-decoration: none;
		font-size: 11px;
		}

#youarehere a:hover	{
			color: #666666;
			text-decoration: underline;
			}

/* ............................................................................................*/

#topic	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 195px;
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	background-color: #666666;
	}

#topic a	{
		display: block;
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px solid #C9C9C9;
		padding: 0px;
		margin: 3px 20px 3px 20px;
		text-transform: uppercase;
		font-size: 10px;
		}

#topic p	{
		display: block;
		color: #ffffff;
		text-decoration: none;
		padding: 0px;
		margin: 3px 20px 3px 20px;
		font-size: 10px;
		}

#topic a:hover, #topic a.active 	{
					color: #C9C9C9;
					}

#topic h1	{
		padding: 9px 20px 9px 20px;
		background-color: #4A4A4A;
		font-size: 100%;
		font-weight: bold;
		color: #ffffff;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0px;
		}

/* ............................................................................................*/

#eyecatcher	{
		position: relative;
		left: 5px;
		width: 700px;
		height: 150px;
		}

/* ............................................................................................*/

#content	{
		position: relative;
		left: 20px;
		top: 0px;
		width: 450px;
		padding: 0px;
		min-height:0px;
		height:auto !important;   /*für moderne Browser */
		height:0px;  /*für den IE */
		}

/* ............................................................................................*/

#moreInfo	{
		background-color: #666666;
		position: relative;
		left: 16px;
		width: 203px;
		min-height:0px;
		height:auto !important;   /*für moderne Browser */
		height:0px;  /*für den IE */
		}

/* ............................................................................................*/
#footer	{
	position: relative;
	left: 44px;
	width: 912px;
	padding: 0px;
	margin: 0px;
	height:50px;
	background : #E4E3E3 url(../images/footer.gif) no-repeat;
	font-size: 8pt;
	text-align: center;
}