/* CSS Document | raum + objekt - Bernhard Maltry eK - by EquineDesign.de*/

html, body {
   	margin: 0px;
   	padding: 0px;
	}

body {
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	/* Fix for ClearType - IE only */
	filter: alpha(opacity=100);
   	opacity: 1.0;
	/* End Fix */
	background-color: #282828;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	}
	
a {
	text-decoration: underline;
	color: #636363;
	}	
	
a:hover {
	text-decoration: none;
	color: #E5E5E5;
	}	
	
a:focus { 
	outline: none;
	}

p {
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	}
  
/* Box */  
#Wrapper {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 814px; 
	height: 452px; 
    margin: -213px 0px 0px -407px;
	vertical-align: middle; 
	text-align: left;
    padding: 0px;
	overflow: hidden;
	background-color: transparent !important;
  	} 

#Main {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 814px; 
	height: 427px; 
	overflow: hidden;
  	} 
	
#Footer {
	position: absolute;
	top: 427px;
	left: 0px; 
	width: 814px; 
	height: 25px; 
	text-align: right;
	overflow: hidden;
  	} 
	
/* Box Fehlermeldung Flashplayer */	
#AlternativeContent {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 814px; 
	height: 427px; 
	overflow: hidden;
	background-image: url(../img/flash/8C8A8C.gif);
	background-repeat: repeat;
  	} 
	
hr {
  	border: 0px;
  	width: 300px;
  	color: #737373;
	background-color: #737373;
	height: 1px;
	font-size: 1px;
	}	
