/*****************************************************************************\
*																			  *                                                                         
*               //   ) )  /|    //| |     //   ) )       ___         ___      *
*      ___     //        //|   // | |    ((            //   ) )    //   ) )   *
*    //   ) ) //        // |  //  | |      \\           __ / /    //   / /    *
*   //       //        //  | //   | |        ) )           ) )   //   / /     *
*  ((____   ((____/ / //   |//    | | ((___ / /      ((___/ /  (|(___/ /      *
*																			  *
*               Diese Datei ist Bestandteil des cCMS 3.0					  *
*    Copyright 2004 - 2007 by Calamaro Webdesign und der Emerge Media GbR	  *
*																			  *
* 					~ Rasmus Voigts (rasmus@calamaro.de)					  *
*				   ~ Phillip Durdaut (phillip@calamaro.de)					  *
*   	    http://www.calamaro.de   ***   http://www.emerge-media.de		  *
*																			  *
*   		Die unerlaubte Weitergabe dieser Datei und das Entfernen		  *
*    			  dieses Hinweises wird strafrechtlich verfolgt				  *
*																			  *
\*****************************************************************************/

/*tabellen*/

.tabelle_standard {
	width:				100%;
	margin-left: 		auto;
	margin-right: 		auto;
	border-collapse:	seperate;
	border-spacing:		1px;
	background-color: 	#E4E4E4;
}

.tabelle_standard td {
	background-color:	#F4F5F5;
	border:				0px;
	padding:			2px;
}

.tabelle_standard_zeile_1 td, .tabelle_standard_zeile_2 td {
	background-color:	#F4F5F5;
	border:				0px;
	padding:			2px;
}

.tabelle_standard_zeile_1 {
}

.tabelle_standard_zeile_2 td {
	background-color:	#F0F0F0;
}

/* tabellen speziell für archivlisten*/

.archiv_kopf {
	font-weight:		bold;
}

.archiv_kopf td {
	border-bottom:		1px solid #FFC900;
}

.archiv_freizeile {
}

.archiv_freizeile td {
	border-bottom:		1px dotted #505050;
}

.archiv_zeile_1 {
	background-image:	url(../img/trbg_1.png);
	background-repeat:	repeat-x;
}

.archiv_zeile_1 td, .archiv_zeile_2 td {
	border-bottom:		1px dotted #505050;
	padding-left:		5px;
}

.archiv_zeile_2 {
	background-image:	url(../img/trbg_2.png);
	background-repeat:	repeat-x;
}

/* seiten ( blätterfunktion) */

.seiten {
	text-align:			right;
}

/* bewertungsbalken */

.rating_out {
	width: 				100px;
	height:				10px;
	background-color:	#666666;
	/*float:				left;*/
	vertical-align:		baseline;
}

.rating_in {
	height:				10px;
	background-color:	#FF0000;
}

/* options (order, search) */
.options, .options_comments {
	width:				100%;
	margin:				auto;
	text-align:			right;
}

.options_comments {
	border-top: 		1px solid #999999;
	padding-top:		2px;
}

.order {
/*float:				left;*/
}

.quicksearch {
	float:				right;
	clear:				both;
}

/* lastnewslisten */

.lastnews {
	list-style-position:outside;
	line-height: 		19px;
	list-style-type:   	none;
	font-family:		Arial, sans-serif;
	font-size:			11px;
	color:				#555555;
}

.lastnews a {
	color:				#555555;
	text-decoration:	none;
	font-weight:		bold;
}

.lastnews a:hover {
	color:				#FFC900;
}

.lastnews li {
	background-image:	url(../img/lastest_topic_bg.png);
	background-repeat:	no-repeat;
	width:				151px;
	height:				18px;
	padding:			0px 5px 0px 30px;
}

/* poll box */

.poll_list {
	list-style-position:outside;
	line-height: 		19px;
	list-style-type:   	none;
	font-family:		Arial, sans-serif;
	font-size:			11px;
	color:				#555555;
}

.poll_list a {
	color:				#555555;
	text-decoration:	none;
	font-weight:		bold;
}

.poll_list li {
	background-image:	url(../img/latest_vote_bg.png);
	background-repeat:	no-repeat;
	width:				166px;
	height:				38px;
	padding:			6px 10px 0px 10px;
}

/* poll balken */

.poll_out {
	width: 				150px;
	height:				10px;
	/*float:				left;*/
	vertical-align:		baseline;
	background-image:	url(../img/pollbalkenbg.png);
}

.poll_in {
	height:				10px;
	background-image:	url(../img/pollbalken.png);
}

/*  spezialsachen für newsboxen  */

.content_box_top_news {
	width: 				500px;
	height:				17px;
	padding:			15px 0px 0px 15px;
	background-image:	url(../img/box_top.png);
	background-repeat: 	no-repeat;
	font-weight: 		bold;
	color:				#696969;
}

.content_box_newsrow {
	width: 				477px;
 *width:				473px;
	height:				64px;
	background-repeat: 	no-repeat;
	padding-left:		18px;
	margin-left:		-5px;
	font-family:		Arial, sans-serif;
	font-size:			11px;
	color:				#CCCCCC;
	font-style:			italic;
}

.content_box_newsrow a {
	font-size:			11px;
	font-weight:		bold;
	color:				#CCCCCC;
	font-style:			normal;
}

.content_box_newsbottom {
	width: 				81px;
	height: 			18px;
	padding-left:		434px;
	padding-top:		3px;
	background-image:	url(../img/box_bot_more.png);
	background-repeat:	no-repeat;
	background-position:bottom;
}

/*comment sachen */

.comment_options {
}

.loginfeld {
	width:				82px;
	height:				16px;
	margin-left:		40px;
	margin-bottom:		7px;
	color:				#444444;
	background-color:	transparent;
	border:				0px;
}

/* squadansicht */

.squads {
	width:				440px;
	background-repeat:	no-repeat;
	padding:			20px 50px 10px 10px;
}

/* topmatch, wars */

.lastwars {
	list-style-position:outside;
	line-height: 		19px;
	list-style-type:   	none;
	font-family:		Arial, sans-serif;
	font-size:			11px;
	color:				#555555;
}

.lastwars a {
	color:				#555555;
	text-decoration:	none;
	font-weight:		bold;
}

.lastwars a:hover {
	color:				#FFC900;
}

.lastwars li {
	background-image:	url(../img/lastest_match_bg.png);
	background-repeat:	no-repeat;
	width:				166px;
	height:				28px;
	padding:			6px 10px 0px 10px;
	line-height: 		11px;
}

.topmatch_left {
	float: 				left;
	text-align:			center;
}

.topmatch_right {
	float: 				right;
	text-align:			center;
}

.topmatch_center, .vs {
	text-align:			center;
	vertical-align:		middle;
}

.headline_left, .headline_right, .vs {
	font-size:			12px;
	font-weight:		bold;
}

.headline_left, .headline_right {
	font-size:			14px;
	color:				#ffc900;
}

.headline_left {
	text-align:			right;
}

.headline_right {
	text-align:			left;
}

.map_bild {
	width: 				200px;
	height:				135px;
	margin: 			0px auto 0px 20px;
}

/* kalender */

td.kalender_wochentage {
	padding-top: 10px;
	padding-bottom: 20px;
}

td.kalender_standard {
	height: 60px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

td.kalender_heute {
	height: 60px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	border-color: #ffc900;
	border-style: solid;
	border-width: 1px;
}

td.kalender_event {
	height: 60px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	border-color: #ffc900;
	border-style: solid;
	border-width: 1px;
}


/* forum */
.signatur_wrap {
	width:				100%;
	margin-bottom:		20px;
	text-align:			center;
	
}

.signatur {
	margin:				auto;
	width:				80%;
	text-align:			left;
	border-top-width: 	1px;
	border-top-style:	solid;
	border-top-color:	#999999;
	padding: 			5px;
}

/* sponsoren */
.la_spon_pic
{
	width:				153px;
	height:				71px;
}