		
body{
	margin:0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height:100%;
	text-align: left;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 50px;
}
	
		#bookmark{
			position:absolute;
			z-index:100;
			left:5px;
			top:5px;
			height:15px;
			width:200px;
		
		}
		#container {
	width: 602px;
	border: 1px solid black;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #FFFFFF;
	text-align:center;	
		}

		#banner {
			margin-bottom: 0;
			border: 1px solid gray;
			background-image:url(header.jpg);
			height:100px;

		}
		#banner h1{
			line-height:0px;
			height: 0px;
			font-size:0px;
			visibility:hidden;

		}
		
		#lang {
		  margin-top: 5px;
		  margin-bottom: 5px;
			padding: 5px;
			border: 1px solid gray;
			margin-right: 0 ;
			background-color: white;
			text-align: left;
			height:20px;
		}

		#content {
		  margin-top: 5px;
		  margin-bottom: 5px;
			padding: 5px;
			border: 1px solid gray;
			margin-right: 0;
			background-color: white;
		}
		#readbox {
		  margin-top: 5px;
		  margin-bottom: 5px;
			padding: 5px;
			border: 1px solid gray;
			margin-right: 0;
			background-color: white;
		}


		#footer {
			clear: both;
			padding: 5px;
			margin-top: 0;
			background-color: #1b70f1;
			color:#FFFFFF;
		}


		table{
		border-collapse: collapse;
		border: 1px solid gray;
		}
		td{
	margin:0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height:100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid gray;
}
tr{
border-collapse: collapse;
		border: 1px solid gray;
		}

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

a:hover{
	text-decoration: underline;
}

a:visited{
color:#000000;
}


a.headlink{
}

a.headlink:hover{
	text-decoration: none;
}

a.foot{
	text-decoration: none;
	color:#FFFFFF;
}

a.foot:hover{
	text-decoration: underline;
}

a.foot:visited{
color:#FFFFFF;
}
a.werbung{
	text-decoration: none;
	color:#CCCCCC;
}

a.werbung:hover{
	text-decoration: underline;
}

a.werbung:visited{
color:#CCCCCC;
}


h1{
	font-size:18px;
}
.link{
	font-size:10px;
	color:#FFFFFF;
}
.link a{
	color:#FFFFFF;
}

input{
	color:#333333;
	width:100px;
	font-size:10px;
	
}
.Button{
	color:#333333;
	font-size:10px;
	width:160px;
	
}
