@charset "utf-8";

/* SITE */

body {
	font-family:sans-serif;
	font-size:100.01%;
	font-size:0.8em;
	background-color:#FFF;
	padding:0px;
	margin:0px;
}

a {
	color:#06C;
}

a img {
	border-width:0px;
}

h1 {
	font-size:1.6em;
	font-weight:normal;
	margin:0px 0px 0.5em 0px;
}

h2 {
	font-size:1.1em;
	line-height:1.3em;
	background: url("../img/h2.gif") repeat-x 0 50%;
	margin-top:10px;
	margin-bottom:10px;
}

h2 span {
	padding: 0 4px;
	background: #FFF;
}

ul {
	padding:10px;
}

p {
	line-height:1.3em;
}

hr {
	border:1px solid #CCC;
	margin:15px;
}

fieldset {
	color:#003;
	padding:5px;
	font-weight:bold;
}

.green {
	color:#0C3;	
}

.red {
	color:#F00;	
}

/* LOGO */

#logo {
	background:url("../img/logo.png") no-repeat;
	width:50px;
	height:40px;
	margin-left:15px;
	float:left;
}

/* NAVIGATION */

#navigation {
	padding-top:8px;
	background:#333 url("../img/nav_back.jpg") repeat-x bottom left;
}

#navigation ul {
	padding:0px;
	height:35px;
	list-style:none;
	width:90%;
	min-width:950px;
	_width:950px;
	margin:0px auto;
}

#navigation li {
	float:left;
	height:35px;
	margin:0px 0.5em 0px 0px;
	background:transparent url("../img/nav_left_dark.gif") no-repeat top left;
}

#navigation li:hover {	
	background:transparent url("../img/nav_left.gif") no-repeat top left;
}

#navigation li.right, #navigation li.external {
	float:right;
	height:35px;
	margin:0px 0px 0px 1em;
}

#navigation li.external {
	background:none;
}


#navigation li a {
	font-size:1.0em;
	float:left;
	height:35px;
	line-height:28px;
	margin:0px;
	padding:0px 13px;
	color:#FFF;
	background:transparent url("../img/nav_right_dark.gif") no-repeat top right;
	margin-left:1px;
	text-decoration:none;	
}

#navigation li a:hover {
	color:#005292;
	background:transparent url("../img/nav_right.gif") no-repeat top right;
}

#navigation li.external a {
	text-decoration:underline;
	color:#DDD;
	background:none;
	padding:0px 0.5em 0px 0px;
}

#navigation li.current {
	background:transparent url("../img/nav_left.gif") no-repeat top left;
}

#navigation li.current a {
	color:#005292;
	background:transparent url("../img/nav_right.gif") no-repeat top right;

}

/* LAYOUT */

#content {
	width:90%;
	margin:0px auto;
	margin-bottom:50px;
}

#top {
	text-align:center;
	padding:1em 1em 0px 1em;
	margin: 0px 0px 2em;
	border-bottom:1px solid #DDD;
	background-color:#EEE;
}

.content_middle {
	width:auto;
	margin:auto;
}

.box {
	padding:1em 1em 1em 1em;
	border:1px solid #DDD;
	background-color:#EEE;
	margin:auto;
	margin-bottom:2em;
	width:400px;
	-moz-border-radius: 10px; /* mozilla only */
}

.error {
	color:#C00;
	padding:10px;
	-moz-border-radius: 10px; /* mozilla only */
}

/* FORM */

label {
	margin-right:20px;
}

input[type=text], input[type=password] {
	font-size:1em;
	color: #000;
}
select {
	width:150px;
	font-size:1em;
	color: #000;
}

.form_table {
	border:1px solid #CCC;
	font-size:1em;
	color:#000;
	border-spacing: 2px;
	background-color:#FFF;
}

.form_search {
	font-size:1em;
	color: #4f6b72;
}

.form_head {
	color:#FFF;
	padding:0.2em 0.2em 0.2em 0.6em;
	background:url("../img/headliner4.jpg") repeat-x #848484;
	border:#000000 1px solid;
}

td {
	padding:5px;
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	margin:2px;	
}

td a {
	color:#000;	
}

td a:hover {
	color:#333;	
}

th {
	font-weight:bold;
	text-align:left;
	padding:5px;
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	margin:2px;
}

.form_col1 {
	background-color:#E0E0E0;
}

.form_col2 {
	background-color:#F4F4F4;
}



/* PAGER */

.pager {
	font-size: 0.75em;
	text-transform: uppercase;
	clear: both;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 10px;
	text-align: right;
}
.pager a, .pager .current , .pager span {
	padding: 3px 7px;
	border: 1px solid #bbbbbb;
	background:url("../img/button_bg.jpg") repeat-x #fdfdfd;
	color: #ae0000;
	margin-left: 3px;
	text-decoration: none;
	-moz-border-radius: 10px; /* mozilla only */
}
.pager a:hover, .pager .current {
	color: #ffffff;
	background:url("../img/button_bg_hover.jpg") repeat-x #fdfdfd;
}
.pager .pages {
	float: left;
}

/* FORUM */

.big_headline {
	font-size:1.2em;	
}

/* BUTTON */

.button {

}
a.button {
	margin:5px;
	font-size:1em;
	padding:2px 5px 2px 5px;
	background:url("../img/button_bg.jpg") repeat-x #fdfdfd;
	border: 1px solid #bbbbbb;
	color: #ae0000;
	cursor:pointer;
	text-decoration:none;
}
a.button:hover {
	color: #ffffff;
	background:url("../img/button_bg_hover.jpg") repeat-x #fdfdfd;
}
/* SEARCH LIST */

.search_list li {
	list-style:none;
	margin-bottom:20px;
}
.search_list li span {
	font-size:0.9em;
	color:#666;
}

#search_form {
	text-align:center;
}
#search_form label {
	margin-right:0px;
}
#search_form input[type=checkbox] {
	margin-bottom:0px;
	margin-right:20px;
}

.green {	
	color:#090;
	font-size:10px;
}

/* BOTTOM MENUE */ 

body #presence {
  position:fixed;
  bottom:0;
  right:0;
  color:#ffffff;
  font-size:11px;
  height:25px;
  padding:0;
  width:100%;
  margin:auto;
  
}

#presence #menue {
  width:100%;
  height:25px;
  background:url("../img/nav_back2.jpg") repeat-x #333;
  
  border-top:#DDD 1px solid;
  border-left:#DDD 1px solid;
  border-right:#DDD 1px solid;
  margin:0 auto;
  padding-top:5px;
  
}
#presence #menue_rechts {
	float:right;
}
#presence #menue_links {
	float:left;
}
#presence #menue_center {
	padding-left: 10px;
	float:left;
}
#presence a {
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	margin:0px;
}
#presence a.left {
	border-right:1px solid #DDD;
	padding:5px;
	cursor:pointer;
}
#presence a.right {
	border-left:1px solid #DDD;
	padding:5px;
	cursor:pointer;
}
#presence a.center {
	padding: 0px 2px 5px 0px;
	cursor:pointer;
}
#presence a.left:hover, #presence a.right:hover {
	color:#005292;
	background: url("../img/headliner6.jpg") repeat-x top left #6d6d6d;
}

#friends_online {
  	position:fixed;
  	bottom:25px;
  	right:0px;
  	background-color:#EEE;
  	border:1px #DDD solid;
  	color:#000000;
  	font-size:11px;
  	padding:0px;
  	width:200px;
}

#friendnavlist {
	margin-left:10px;
	list-style:none;
	line-height:30px;
}
.username {
	margin:0 10px 0 0;
}
.username_txt {
	float:left;
	display:block;
	font-size:larger;
	padding-top:5px;
}

/* Table Menue */

#middle { 
	clear:both;
	width:95%;
	padding:1% 1%;
}
#left_column { 
	width:20%;
	float:left;
}
#middle_column { 
	float:left;
	width:76%;
	margin:0px 2%;
}

/* ------- NAV CLASSES -------- */
.headliner {
	background:url("../img/headliner.jpg") repeat-x #005d7c;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	color:#FFF;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1em;
	padding:0.20em;
	position: relative;
}
.headliner a {
	position: absolute;
	right: 10px;
	top: 0.1em;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
}
.headliner2 {
	background:url("../img/headliner2.jpg") repeat-x #999;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	color:#FFF;
	font-weight: bold;
	font-size: 1em;
	padding:0.2em 0.2em 0.2em 0.6em;
	position: relative;
}
.headliner3 {
	background:url("../img/headliner3.jpg") repeat-x #999;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	color:#FFF;
	font-weight: bold;
	font-size: 1em;
	padding:0.2em 0.2em 0.2em 0.6em;
	position: relative;
}
.headliner5 {
	background:url("../img/headliner5.jpg") repeat-x #999;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	color:#FFF;
	font-weight: bold;
	font-size: 1em;
	padding:0.2em 0.2em 0.2em 0.6em;
	position: relative;
}

.headliner7 {
	background:url("../img/headliner7.jpg") repeat-x #999;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	color:#FFF;
	font-weight: bold;
	font-size: 1em;
	padding:0.2em 0.2em 0.2em 0.6em;
	position: relative;
}

.itemContent2 {
	padding:1em;
}
.itemContent ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.itemContent li {
	padding:0.25em;
	border-bottom:1px solid #060;
}
.itemContent a {
	font-size: 1em;
	display:block;
	color:#000000;
	text-decoration:none;
}
.itemContent a:hover {
	text-decoration:underline;
}

.itemContent li:hover {
	background-color:#FFC;	
}
.groupItem {
	border-left:1px solid #333;
	border-right:1px solid #333;
	margin-bottom:1em;
}
.groupItem2 {
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:1em;
	-moz-border-radius-bottomleft: 10px; /* mozilla only */
	-moz-border-radius-bottomright: 10px; /* mozilla only */
}
.closeEl {
	background:url("../img/icons/minus_icon.gif") no-repeat;
	background-position: 0 4px;
	width:11px;
	height:15px;
}
.openEl {
	background:url("../img/icons/plus_icon.gif") no-repeat;
	background-position: 0 4px;
	width:11px;
	height:15px;
}

.z1 {
	background-color:#f0f0f0;
}
.z2 {
	background-color:#dfdfdf;
}

.ergmsg {
	margin:10px;
	size:1.5em;
	font-weight:bold;
}

/* FEED LIST */

.feedList li{
	list-style:none;
	line-height:20px;
}

.feedList a{
	text-decoration:none;
}

.feedList a:hover{
	background-color:#FFC;
}

.feed_zeit {
	color: #999;	
}

.feed_container {
	background-color:#FFF;
	border:1px solid #666;
	padding:3px;
	margin:5px;
	-moz-border-radius: 5px; /* mozilla only */
}

#feed_column { 
	width:66%;
	margin:0px 2%;
	float:left;
	
}
#feed_rigth_column { 
	width:30%;
	float:left;
}
.feed_box {
	width:100%;
	padding:1em 1em 1em 1em;
	border:1px solid #DDD;
	background-color:#EEE;
	-moz-border-radius: 10px; /* mozilla only */
}
/* GENERAL */

.td_center {
	text-align:center;	
}

/* PASSWORD */
.password {
	font-size:12px;
	border:1px solid #cc9933;
	width:150px;
	font-family:arial, sans-serif;
}
.pstrength-minchar {
	font-size:10px;
}

/* POSTS */

#posts {
	margin-top:10px;
}

#posts li { 
	list-style-position:outside;
	margin-left:0px;
}

#posts ul li { 
	margin-left:0px;
}

/* message list */
#posts ul {
	list-style: none;
	padding : 0px;
	margin: 0px;
}
/* individual messages */
#posts ul li {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px; /* mozilla only */
}
/* message header styles */
#posts ul li .forum-header {
	display: block;
	position: relative;
	padding : 4px 20px 3px 5px;
	border-bottom: 1px dotted #ccc;
}
/* message header, odd number header background */
#posts ul li .forum-odd {
	background-color : #f9f8ec;
	-moz-border-radius: 10px; /* mozilla only */
}
#posts ul li .forum-body {
	-moz-border-radius-bottomleft: 10px; /* mozilla only */
	-moz-border-radius-bottomright: 10px; /* mozilla only */
}
/* message header, even number background */
#posts ul li .forum-even .forum-header {
	background-color : #e8e8e8;
	-moz-border-radius-topleft: 10px; /* mozilla only */
	-moz-border-radius-topright: 10px; /* mozilla only */
}
/* message author */
#posts ul li .forum-header .forum-author {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}
/* message datestamp */
#posts .forum-header .forum-date {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding: 0px 0px 0px 20px;
}
/* message body styles */
#posts ul li .forum-body {
	font-size : 10pt;
	padding : 10px 10px 10px 10px;
}
/* message body, odd number background */
#posts ul li .forum-odd .forum-body {
	background-color: #fffffb;
}
/* message body, even number background */
#posts ul li .forum-even .forum-body {
	background-color: #f4f4f4;
}
#posts .forum-author {
	font-size : 12px;
	font-weight : bold;
	padding : 0px 0px 0px 20px;
}
#posts .forum-author a {
	font-size : 11px;
	font-weight : normal;
	padding : 0px 0px 0px 5px;
}
#posts textarea {
	width : 95%;
}
.thread {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-top:25px;
	margin-bottom:10px;
	-moz-border-radius-bottomleft: 10px; /* mozilla only */
	-moz-border-radius-bottomright: 10px; /* mozilla only */
}
.thread-header {
	background-color : #f9f8ec;
	display: block;
	position: relative;
	padding : 4px 5px 3px 5px;
	border-bottom: 1px dotted #ccc;
}
.thread-date {
	font-size : 12px;
	font-weight : bold;
	padding : 0px 0px 0px 20px;
}
.thread-author {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding : 0px 0px 0px 20px;
}
.thread-body {
	display:block;
	padding:10px;
}

.thread-links { 
	background-color : #f9f8ec;
	width:100px;
	border: 1px dotted #ccc;
	padding:10px;
}
.thread-rechts {
	border:0px;
	padding:10px;
}

.pagerlink {
	margin-bottom:20px;
	margin-top:10px;
}

.umfrage {
	margin:0 auto;
	width:100%;
}

.umfrage_show {
	margin:0 auto;
	width:500px;
}

/* Kicken */

#spielfeld {
	background:url("../img/spielfeld.jpg") no-repeat;
	float:left;
	width:451px;
	height:303px;
	margin:10px;
}

#spielfeld2 {
	float:left;
	height:100px;
	margin:10px;
}

.spieler {
	background:url("../img/spieler.png") no-repeat;
	padding-left:30px;
	color:#000;
	float:left;
	margin-left:50px;
	margin-top:20px;
}

.spieler2 {
	background:url("../img/spieler.png") no-repeat;
	padding-left:30px;
	color:#000;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.spieler a {
	color:#000;
	text-decoration:none;
}

.spieler_back  {
	background:	url("../img/player_back.jpg") repeat-x;
	padding:5px;
}

#spieler_anmelden {
	padding:10px;
}

/* CHAT */

#chat {
  	position:fixed;
  	bottom:27px;
  	background-color:#EEE;
  	border:1px #DDD solid;
  	color:#000000;
  	font-size:11px;
  	padding:0px;
  	width:100%;
	height:250px;
}

#chatfenster {
	height:195px;
	border:solid 1px #333;
	background:#ffffff;
	color:#000000; 
	padding:4px;
	overflow:auto;
}

#chateingabe {
	border:solid 2px #F90;
}

input.chatinput  {
	width:auto;
	font-size:14px;	
}