/*
 * Cascading Style Sheets für
 * www.thechosen-game.de
 */
 
/*
 * Allgemeine Angaben und Standartwerte
 ****************************************/
html, body {
	font:100.01% "Verdana", Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:#081012 url(../images/bodybg.jpg) top left repeat-x;
}
html, body, ul, ol, li, form, h1, h2, h3, h4, h5, h6, p, fieldset { 
	margin: 0px; 
	padding: 0px;
}
img 			{ border:none; }
form 		{ display:inline; }
.linear 		{ display: none; }
.clearer 	{ clear:both; width:1px; height:1px; font-size:0px; }


/*
 * Globale Linkformatierung
 ****************************************/
a { 
	color: #fff; 
	text-decoration: none;
}
a:hover { 
	color:#a42421;
	text-decoration: underline; 
}


/*
 * Typo Layout....
 *****************************/
h1 {
	font-size:0.8em;
	font-weight:bold;
	color:#a42421;
	margin:15px 0 10px 0;
}
h2 {
	font-size:1.0em;
	font-weight:normal;
	color:#666;
}
p {
	font-size:0.7em;
	font-weight:normal;
	color:#fff;
	margin-bottom:10px;
}
/*
 * Struktur der Seite - Head
 ****************************************/
#Seite  {
	position:relative;
    width:980px;
	height:500px;
    text-align:left;
	margin:0 auto;
	padding:0;
	background:#081012 url(../images/the_chosen_header.jpg) top left no-repeat;
}
#Kopf  {
	width:100%;
	height:213px;
}
#Nav  {
	display:block;
	margin-right:80px;
	height:35px;
}
#Nav ul {
	float:right;
	list-style:none;
}
#Nav ul li {
	float:left;
	text-align:center;
}
#Nav ul li a {
	font-family:Times New Roman, Verdana, Helvetica Sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
#Nav ul li a:hover {
	color:#a42421;
	text-decoration: none;
}
#Nav ul li a.selected {
	color:#a42421;
}
.b1 {  }
.b2 {  }
.b3 {  }
.b4 {  }
.b5 {  }

#Content{
	width:100%;
	margin-left:75px;
	background:#081012 url(../images/hintergrund.jpg) top left no-repeat;
}
#innen {
	width:800px;
	padding:20px 30px;
}
.gfxheadline {
	margin-bottom:10px;
}
.zurgalerie {
	margin:40px 30px 0 20px;
}
#Content ul {
	padding-left:20px;
	font-size:0.7em;
}
#Content li {
	font-weight:normal;
	color:#fff;
	margin-bottom:5px;
}
.download_box {
	width:380px;
	float:left;
}
.download_box img {
	margin-bottom:10px;
}
#Copy {
	color:#d3d3d3;
}
#Copy p {
	width:840px;
	margin-left:85px;
	font-size:9px;
}
#trailer{
	margin-left:225px;
}
