/*  body und schrift deffinitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0F0F0F;
	text-align:center;
	margin:0px;
	padding:0px;
	background-image: url(../images/background.gif);
}


/*  positioning-layers statisch und absolut */

#box {
	width:700px;
	height:400px;
	margin: 0px auto;
	margin-top: 95px;
	padding:0px;
	text-align:left;
}

#links {
	width:200px;
	height: 400px;
	padding:0px;
	float:left;
	background-color:#7F7F7F;
}

#links img {padding:10px 0px;} 

#inhalt {
	width:500px;
	height: 400px;
	padding:0px;
	float:left;
	background-color:#7F7F7F;
	overflow: auto;
	text-align:right;
}

#inhalt img {padding:48px 70px 2px 0px;} 

a.sub {
	font-size: 12px;
	color: #0F0F0F;
	text-decoration: none;
}

a.sub:hover {
	font-size: 12px;
	color: #0F0F0F;
	text-decoration: underline;
}

.size {
	padding-right: 70px;
}