body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	background-color:#A3A9AF;
	margin: 0px;
	padding: 15px;
	text-align: center;}

#container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	background-color: #efeaea;
	text-align: left;
	padding: 0;}


#oben {
	position: relative;
	height: 135px;
	width: 700px;}

#topright {
	position: absolute;
	right: 0px;
	top: 0px;
	width:415px;
	height:135px;}

#logo {
	padding: 15px; 
	position: relative;
	float: right;}
	
#logo img {
	border: none;
	padding:0;
	float: right}

#logoinfo {
	margin:0;
	font-family: Times New Roman, serif;
	font-size: 24px;
	font-style: italic;
	float:right;
	padding:5px 15px 0 0;
	}

#formular {
	float:right;
	width:350px; 
	height:150px;
	text-align:left;
	font-weight:bold;
	padding: 20px;
	}
#formular form a {
	font-style: italic;}

/* navigation bar --------------------------- */


#home .home, #companies .companies, #categories .categories, #rights .rights
{
	text-decoration: underline;
}

#nav {
	float:left;
	position: absolute;
	top: 0px;
	left: 0px;
	width:220px;}

#nav ul {
	position: relative;
	margin: 15px;
	padding: 13px;
	list-style: none;
	width:220px;
	background:#203152;}
	
#nav li {
	display:block; 
	height:16px;
	cursor: pointer;
	width:100%;}

#nav li a {
	width:100%;
	margin:0;
	display: block; 
	text-decoration: none; 
	font-weight:bold; 
	font-size:11px;
	color: #fff;}

#nav li a:hover { 
	background:#0050b0;}        /*#8ebae5*/
	
/* ------------------------------------------ */





/* ------------------------------------------ */

#unten {
	position: relative;}

#footer {
	position: relative;
	padding-left:20px;
	padding-right:20px;
	display:block;
	width: 660px;
	height: 42px;
	line-height: 42px;
	color:#FFFFFF;
	background-color: #464646;
	text-align:left;}

#footer div {
	text-align:right; 
	width:100%;
	position: absolute; 
	top:0; 
	right:20px;}

#screen {
	position: relative;
	width:660px;
	background: #f6f8ff;
	padding:20px;}
	
#screen h1 
	{font-size: 23px;}	
#screen h2 {
	font-size: 16px;
	margin: 30px 0 10px 0;}
	
#screen h3 {
	font-size: 12px;
	margin: 20px 0 10px 0;}
	
#feedback {
	margin: 10px 0 0 0;}
	
	
	
#toplink {
	text-align:center;}

a {
	color: #154B7F;
	text-decoration:underline;}
	
a:visited {
	color: #8000a0;}
	
a:hover {
	color: #154B7F;
	text-decoration:none;}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;}
		
#footer a.dark {
	color: #464644;}

table {
border-collapse: collapse;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
border: 2px solid #aa2222;
width: 300px;
}
table td {
	padding: 5px;
	border: 1px solid black;
}