/*Frauke Rahlfs-Mahjoub*/
/*Anno 2009*/


/*CSS-Datei Hauptelemente*/
*{
	margin:0;
	padding:0;
	font-size: 1.1em;
}

html {
	font-size: 62.5%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*Inhaltsbereich*/

body{
	background:#070707 url(../pics/background.jpg) repeat-x 0 0;
	font-family: Georgia, "Times New Roman", serif; 
}

div#wrap{
        margin:0 0 0 0;
        height:770px;
        width:973px;
		float:right;
}

	div#text{
		position:absolute;
		left:100px;
		top:300px;
	}
		
		div#text a{
			color:#fff;
			text-decoration:none;
			margin-left:8px;
		}
		
		div#text a:hover,div#text a:active,div#text a:focus{
			color:#FF483F;
		}
		
		div#text h1{
			margin-left:8px;
			color:#C0C0C0;
		}

	div#rechts{
         	background:#070707 url(../pics/right.jpg) no-repeat top right;
            height:770px;
            width:388px;
            float:right;
	}

         div#links{
         	background:#3D3D3D url(../pics/left.jpg) no-repeat top right;
                 height:770px;
                 width:585px;
                 float:right;

	}