body {
	
	background-color: #cccccc;
	color: #333333;
	text-align:center;
}

a,
a:visited,
a:link,
a:active { 
	color:#990000;
	text-decoration:none;
}

a:hover { 
	color:#333333;
	text-decoration:underline;
}


#container{
	text-align:left;
	display:block;
	margin: 0px auto;
	border: 0px solid #444;	
	width:900px;

	overflow:visible;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -450px; /* half of width */
	position:absolute;
	background-color: #cccccc;
}

#innerbox {
	background-color: #ffffff;
	width:900px;
	min-height:600px;
	margin:0px;
	padding:0px;
	border: 0px solid #444;
	background-image:url(images/links_hintergrund.png);
	background-position:left bottom;

	background-repeat:no-repeat;
}
#headbox {
	background-color: #ffffff;
	width:900px;
	min-height:200px;
	background-image:url(images/internet_kopf.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	border: 0px solid #444;
	overflow:visible;
}
#menubox {
	padding-top:35px;
	margin-left:610px;
	margin-top:0px;
	width:190px;
	min-height:150px;
	font-family:"Courier New", Courier, mono;
	color:#000000;
	font-weight:bold;
	border: 0px solid #444;
	overflow:visible;
	display:block;
}
#footer {
	
	font-family:"Courier New", Courier, mono;
	color:#666666;
	font-size:70%;
}

#menubox ul { 
	list-style-type:none;
	padding:0;
	margin:0;
}

#menubox ul li { 
	list-style-type:none;
	padding:0px;
	margin:0;
	line-height:175%;
	
}
#menubox a,
#menubox a:visited,
#menubox a:link,
#menubox a:active { 
	color:#333333;
	text-decoration:none;
}

#menubox a:hover { 
	color:#990000;
	text-decoration:none;
}

#menubox aktiv {
	color:#990000;
}

#inhaltsbereich {
	font-family: "Arial Narrow", Verdana, Arial; 	
	width:auto;
	display:block;
	min-height:401px;
	overflow:visible;
	padding:20px;
	margin:0;
}

.headline {
	font-weight:bold;
}

.clearer {
	clear:both;
}

#referenzliste {
	list-style-type:none;
	padding:5px;
	margin:0;
	
	width:350px;
	overflow:visible;
	display:block;
	
}

#referenzliste li {
	list-style-type:none;
	line-height:175%;
}


.screenshot {
	font-size: 8pt;
	color: #000;
	text-align: center;
	float:right;
	width:400px;
	overflow:visible;
	
}

.screenshot img {
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	padding:3px;

	width:80%;
}
