/* Body
------------------------------------------------------------------------------------------------------------ */
body {position: relative; margin: 0; padding: 0;}


/* Container
----------------------------------------------------------------------------------------------------------------------------------- 
div.container {
	width:600px;
	margin: 0 auto 0 auto;
}
*/

/* Background-Images Position:Fixed
------------------------------------------------------------------------ */
/* Vorlage 
body {background: #002200 url(pics/mutant_002_alienated.jpg) 0 0 no-repeat fixed;}
div.content {background: #225522 url(pics/mutant_006_alienated_green2green_divback_shaded.jpg) 0 0 no-repeat fixed;}
div#links a {background: transparent url(pics/mutant_007_button_dark.jpg) 0 0 no-repeat fixed;}
div#links a:hover {background: transparent url(pics/mutant_010_button_bright.jpg) 0 0 no-repeat fixed;}
*/
/* BEARJEW STYLE */
body {background: #000000 url(pics/bearjew_black_blood_1600x1000.jpg) 0 0 no-repeat fixed;}
div.content {background: #000000 url(pics/bearjew_black_blood_blackcover70p_1600x1000.jpg) 0 0 no-repeat fixed;}


/* Content
------------------------------------------------------------------------ */
div.content {
	position: absolute; top: 30px; left: 170px; right: 150px; 
	color: #ddd;
	border: solid #000 1px; 
	font: 13px Verdana, sans-serif; 
	padding: 10px;	
	margin-bottom:50px;
}

/* Top Left Navigation
--------------------------------------------------------------------------- */
div.topnav{	
	position: absolute; top:50px; left:0px;
	width:170px;		
	font: bold; 1em sans-serif;
}

div.topnav a{
	display:block;
	text-align:center;
	color:#ddd;	
	font-weight:bold; 	
	text-decoration:none;	
	margin-right:0px;		
	padding:1px 8px; 
	margin-bottom: 15px;
}

div.topnav a:hover { 
	color:#eee;
	background-color:#000;	
}

/* Ads Divs
--------------------------------------------------------------------------- */

div.ad_top {
	text-align:center;
}

div.ad_right {
	float:right;
	margin-bottom:100px;
}

div.ad_bottom {
	text-align:center;
	margin-top:50px;
	margin-bottom:10px;
}

/* Div for BearJew News-Script
--------------------------------------------------------------------------- */

div.news {
	/*border-style:solid;
	border-width:1px;
	border-color:#f00;*/	
	/*background: #211 url(pics/bearjew_black_blood_blackcover40p_1600x1000.jpg) 0 0 no-repeat fixed;*/
	
	/*width:100px;*/
}	

div.news h1 {
	background-color:#211;
	background: #211 url(pics/bearjew_black_blood_blackcover80p_1600x1000.jpg) 0 0 no-repeat fixed;
	padding-top:15px;
	margin-bottom:0px;
}

div.news h2 {
	text-align:right;
	font-size:10px;
	font-weight:100;
	/* margin-top:-10px; */
	color: #666;
	background: #211 url(pics/bearjew_black_blood_blackcover60p_1600x1000.jpg) 0 0 no-repeat fixed;
	margin:0px;
}

div.news p {
	text-align:left;
	background: #211 url(pics/bearjew_black_blood_blackcover60p_1600x1000.jpg) 0 0 no-repeat fixed;
	/* margin-bottom:25px; */
	padding-top:15px;
	padding-bottom:55px;
	margin:0px;
}


/* Scrolls to keep the Magic Signs in general and overall order
-------------------------------------------------------------------------------------------------------- */
a:link {color:#ddd;}
a:visited {color:#ddd;}
a:focus {color:#ddd;}
a:hover {color:#eee;}
a:active {color:#eee;}

p, pre{
	padding-left:20px;
	margin-bottom:0px;
}


h1,h2,h3,h4,h5,h6{padding-left:10px;padding-top:15px;}


h1{
	text-align:left;	
	/*background-color:#fff;*/	
	margin-top: 0px; 
	margin-left: 0px;	
	margin-right: 0px;
	margin-bottom: 0.5em;	
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	/*color:#000;*/
	text-transform:; 	
	font-weight:100;
}


