@charset "utf-8";
/* CSS Document */

/*

Project: fnord-the-game.com
Author: Simon Jockers

default stylesheet 

*/

* {
	margin:0;
}

body {
	background: #d0dbd0;
	font-family:'Trebuchet MS', Helvetica, Tahoma, Arial, sans-serif;
	font-size:85%;
	line-height:1.3em;
	color:#111111;
	text-align:center;
}



h1 {
	font-size:2em;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:1.5em;
	line-height: 1.3em;
	margin:0 0 0.5em 0;
	color:#a53731;
}
.genred{font-size:10px;font-weight:bold;color:#FF0000;}
ul{
	margin:0 30px;
}

.beta {
	position:absolute;
	top:15px;
	right:15px;
}

.aufgaben {
	color:#5c9230;
	margin:10px 0 5px 0;
	font-weight:bold;	
}

.leaderboard_link {
	background: url('../_images/icon_leaderboard.gif') no-repeat 1px 2px;
	margin:10px;
	padding-left:16px;
}

.email_link {
	background: url('../_images/icon_email.gif') no-repeat 2px 2px;
	margin:10px;
	padding-left: 21px;
}

.headline_container {
	height:194px;
	margin:0;
	padding:0;
}



.story {
	margin:10px 10px 50px 0;
	padding:1px;
	width:100%;
}

.digits {
	position:absolute;
	right:15px;
	bottom:10px;
}

.digits img {
	margin:0;
	padding:0;
}

.no_number { 
	/*border:1px solid blue;*/
	background:url(bg_box_bottom_right.gif) no-repeat right bottom; 
	position:relative;
}

.box {
	position: inherit;	
	background:#ffffff;
	
}
.box_header {
	background:url(box_top.gif) repeat-x;
}
.box_header_left {
	line-height:1.7em;
	color:#FFFFFF;
	background:url(box_top_left.gif) no-repeat top left;
}
.box_footer {
	background-color:#65a109;
	background:url(box_bottom.gif) repeat-x bottom;
	
}
.box_footer_left {
	
}
.box_footer_top {
	background-color:#ffff00;
	
	margin-bottom:2px;
}



.box_header_rechts {
	float:right;
	
}
.box_content_wrap {
	background:#65a109;
	padding-bottom:2px;
	
}
.box_content {
	margin:0;
	border-left:2px solid #65a109;
	border-right:2px solid #65a109;
	background:#d4f0ae;
}
.box-wrap {
	width:100%;
	background:url(box_top_left.gif) no-repeat left top;
	padding-bottom:20px;
}
.box_border {
	background:url(box_bottom_left.gif) no-repeat left bottom;
}

.box .number1 { background:url(../_images/bg_box_bottom_right_1.gif) no-repeat right bottom; }
.box .number2 { background:url(../_images/bg_box_bottom_right_2.gif) no-repeat right bottom; }
.box .number3 { background:url(../_images/bg_box_bottom_right_3.gif) no-repeat right bottom; }
.box .number4 { background:url(../_images/bg_box_bottom_right_4.gif) no-repeat right bottom; }
.box .number5 { background:url(../_images/bg_box_bottom_right_5.gif) no-repeat right bottom; }


.box .name {
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.4em;
	font-size:1.2em;
	color:#a53731;
}

.box_header_left p {
	background:url(box_top_right.gif) no-repeat top right;
	display:block;
	padding:0;
	margin:0;

}
.box_content p {
	background: #d4f0ae;
	
	display:block;
	padding:0;
	margin:0 2px 0px 2px;

}

.thumbnail {
	float:left;
	padding-right:10px;
}
#maincontainer {
	clear:both;
}


.secondary {
	background: url('../_images/bg_body_secondary.jpg') #070705 repeat-x;	
}

.secondary #outer_container {
	top:-20px;
}

#logo{
	float:left;
	width:158px;

}

#logo img{
	margin:0;
	padding:0;
	border:0;
}

#flash_replacement{
	width:38em;
	margin:20px auto 60px auto;
	padding:10px;
	text-align:left;
	background:#7d92bb;
	color:#ffffff;
}

#header{
	height:97px;
	background:url(bg_top.gif) repeat-x;
	padding-bottom:10px;
}
.container_padding {
	background-color:#FFFFFF;
	padding:0 20px;
}
#header_right {
	margin-left:157px;
	height:97px;
	width:570px;
	background:url(bg_top.gif) repeat-x;
	
}
#flash{
	height:382px;
	min-width:59em;	
	
}
#header_top_right {
	height:75px;
}
#header_bottom_right {
	padding-right:20px;
	float:right;
	text-align:right;
	height:22px;
}

#game_container{
	height:600px;
	top:-10px;
	position:relative;
}

#video{
	height:370px;	
}

#outer_container {
	margin:0 auto;
	padding:0 10px;
	min-width:55em;
	max-width:65em;
	position:relative;
	top: -55px;
	text-align:left;
}

#inner_container {
	clear:both;
	background: url('../_images/bg_main_left.gif');	
	width:100%;
}

#main{
	background: url('../_images/bg_main_right.gif') repeat-y right;	
	padding: 0 50px;;
	
}

#left_column {
	width:55%;
	float:left;
}

#right_column {
	width:39%;
	float:right;

}

#footer {
	width:100%;
	height:20px;
	position:relative;
	clear:both;
	color:#000000;
	font-size:0.7em;
	
}

#footer a {
	text-align:right;
}

#footer p{
	width:100%;
	margin-top:50px;
	position:absolute;
	top:15px;
	text-align:center;
}

#border_right {
	background: url('../_images/bg_rc_bottom_right.gif') repeat-y;
	width:35px;
	float:left;
}

#rc_top_left {
	background: url('../_images/bg_rc_top_left.gif');
	width:95%;
	height:37px;
	float:left;
}

#rc_top_right {
	background: url('../_images/bg_rc_top_right.gif') no-repeat right;
	margin:0;
	width:5%;
	height:37px;
	float:left;
}
#rc_bottom_left {
	background: url('../_images/bg_rc_bottom_left.gif') #000000 no-repeat top left ;
	width:95%;
	height:80px;
	float:left;
}

#rc_bottom_right {
	background: url('../_images/bg_rc_bottom_right.gif')  #000000 no-repeat top right;
	margin:0 0 0 auto;
	width:5%;
	height:80px;
	float:left;
}
#nav_box {
	float:left;
	width:158px;
	
}
#login_box {
	text-align:left;
}
.inputtext {
	border:solid 1px #000000;
}
#content {
	margin-left:157px;
	width:570px;
	padding:10px;
}
#content_body {
	background-color:#ffffff;
	width:790px;
	margin:auto;
	border:solid 1px #333333;

}
.klein {
	font-size:0.7em;
}
#header_bottom_right a {
	font-size:0.7em;
	color:#FFFFFF;
	text-decoration:none;
}
#header_bottom_right a:hover {
	text-decoration:underline;
}
.container_border {
	background-color:#FFFFFF;
}


#chat {
border:1px solid #cccccc;
width:500px;
padding:5px;
}
#messages {
overflow:auto;
width:400px;
height:300px;
float:left;
text-align:left;
border-right:1px solid #cccccc;
}
#userlist {
	font-size:70%;
}


