@charset "utf-8";

body {
		background-color:#39434c;
		color:#CDCDCD;
		padding:0px;
		margin:0px;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		height:100%;
		width:100%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
 	}
	hr	
	{
		color: #5977B3;
		background-color: #5977B3;
		height:2px;
	}
	h1, h2, h3, h4, h5, h6 {
		/* color: #CDCDCD; 
		color: #F97423;*/
		color: #9B9B9B;
	  letter-spacing: 0.2em;
	}
	/* Maus Focus shit entfernen - moderne browser */
	*:focus { 
	outline: none; 
	}
  *::-moz-focus-inner { 
	border: none; 
	}
	
	a {
		font-size:11pt;
	}
	a:link, a:visited, a:active {
		color: #CCCCCC;
	}
	
	a:hover {
		color: #829FD9;
		text-decoration:none;
	}
	#menu a {
		color: #DfDfDf;
    text-decoration:none;
    border-left: 1px dashed;
    padding:4px;
		margin:2px;
	}
	#menu a:hover {
    color: #F97423;    
    border-left: 0px solid #39434c;
		border-right: 1px solid;
	}
	
	
	#menu a.aktiviert {
		color: #F97423;
    text-decoration:none;
    border-left: 1px dashed;
    font-weight: bold;
    padding:4px;
		margin:2px;
	}
	
	#menu a.aktiviert:hover {
    color: #DfDfDf;    
    border-left: 0px solid #39434c;
		border-right: 1px solid;
	}
	
	img {
		border:0px;
	}
	li {
    padding-bottom:15px;
	}
	.thumb {
		border: 1px solid #333333;
	}
	div#elementlist {
		position:relative;
		top:0px;
		width: 770px;
		margin: 0 auto;
		padding-bottom:5px;
		vertical-align:top;
		text-align:left;
		border-bottom:1px solid #CDCDCD;
	}
	.linkbox {
		position:relative; 
		margin-left:10px;
		margin-right:10px;
		width:auto;
		height:auto;
	}
	
	 #contentarea {
		position:relative;
		top:120px;
		vertical-align:top; 
		height:auto;
		width: 770px;
		margin: 0 auto;
	 }
	 .contentbox {
		 position:absolute;
		 top:0px;
		 left:0px;
		 height:100%;
		 width: 100%;
		 /*border:1px solid #DEDEDE;*/
	 }
	 .fetter {
	 	font-weight:bold;
	 }
