@charset "utf-8";
/* CSS Document */


html {
background-image:url(img/background.jpg);
background-attachment:fixed;

background-repeat:no-repeat;
background-color:#000;
height:95%;
width:95%;
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

tbody {	font-size:12px;
color:#fff;
}
a img { border:0px;}
/* HINTERGRUND*/




#bcontent {
position:absolute;
width:500px;
min-height:500px;
top: 80px;
left: 300px;

	}


	
#like {
position:absolute;
width:500px;
left: 800px;
bottom:20px;

	}

	




	



/*INHALT*/



#nav {
position:absolute;
width:500px;
height:150px;
top:0px;
left: 280px;
z-index:10;

	}

#nav_t {
margin-left:50px;
margin-top:50px;
	color:#FFF;

}

	
#content{
color:#FFF;
margin:auto;
margin-left:30px;
margin-top:50px;
width:450px;

	}


	



/*INHALT ENDE*/

a:link.nav_t {color:#ffffff; text-decoration:none;}
a:visited.nav_t  {color:#ffffff; text-decoration:none;}
a:hover.nav_t  {color:#ffffff; text-decoration:none;}
a:active.nav_t  {color:#ffffff; text-decoration:none;}

a:link {color:#ffffff; text-decoration:underline;}
a:visited {color:#ffffff; text-decoration:underline;}
a:hover {color:#ffffff; text-decoration:underline;}
a:active {color:#ffffff; text-decoration:underline;}

h1 { font-size:16px;}
h2 { font-size:12px;}
h3 { font-size:10px;}



