/* Main Layout */
body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #ff7800;
  text-decoration: none;
  font-weight: bold;
  outline:none;
}

a:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  outline:none;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  outline:none;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
  outline:none;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
  outline:none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
  outline:none;
}

a.navlink:link,a.navlink:visited {
  
  color: #FFF;
  font-weight:bold;
  outline:none;
}

a.navlink:hover,a.navlink:active {
  color: #000;
  font-weight:bold;
  outline:none;
  text-decoration:none;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.small_2 {
  color:#CCC;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(Bilder/bg_category.jpg);
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category_big_2, .category_big_2 a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ff7800;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 0px;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 0px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #ff7800;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/* BBCodes ende */

UL,LI {
	padding:0px;
	margin:0px;
	display:block;
	list-style:none;
	outline:none;
}

body {
	margin:0px;
	vertical-align:top;
	background-color:#2e4d79;
	background-image:url(Bilder/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-bottom:0px;
}

#container {
	width:924px;
	margin:auto;
}

#header {
	background-image:url(Bilder/header.jpg);
	width:444px;
	height:205px;
	float:left;
	display:block;
}

#navietc {
	width:480px;
	height:205px;
	float:left;
}

#stats {
	background-image:url(Bilder/stats_bg.jpg);
	width:480px;
	height:20px;
	float:left;
	display:block;
}

#advert {
	background-image:url(Bilder/ad_bg.jpg);
	width:480px;
	height:60px;
	float:left;
	display:block;
}

/* Navigation */

#navitop {
	background-image:url(Bilder/navitop.jpg);
	width:480px;
	height:12px;
	float:left;
	display:block;
}

#navi_news {
	background-image:url(Bilder/navi_news.jpg);
	width:112px;
	height:50px;
	float:left;
	display:block;
}

#navi_news:hover {
	background-image:url(Bilder/navi_news_over.jpg);
	width:112px;
	height:50px;
	float:left;
	display:block;
}

#navi_com {
	background-image:url(Bilder/navi_com.jpg);
	width:144px;
	height:50px;
	float:left;
	display:block;
}

#navi_com:hover {
	background-image:url(Bilder/navi_com_over.jpg);
	width:144px;
	height:50px;
	float:left;
	display:block;
}

#navi_media {
	background-image:url(Bilder/navi_media.jpg);
	width:103px;
	height:50px;
	float:left;
	display:block;
}

#navi_media:hover {
	background-image:url(Bilder/navi_media_over.jpg);
	width:103px;
	height:50px;
	float:left;
	display:block;
}

#navi_misc {
	background-image:url(Bilder/navi_misc.jpg);
	width:121px;
	height:50px;
	float:left;
	display:block;
}

#navi_misc:hover {
	background-image:url(Bilder/navi_misc_over.jpg);
	width:121px;
	height:50px;
	float:left;
	display:block;
}

#subnavi {
	background-image:url(Bilder/navi_bg.jpg);
	width: 480px;
	height:26px;
	float:left;
	display:block;
}

#subnavi_2 {
	background-image:url(Bilder/log_1.jpg);
	width:480px;
	height:9px;
	float:left;
	display:block;
}

#content_all {
	width: 924px;
	float:left;
	background-color:#FFF;
	display:block;
}

#linke_seite {
	width:287px;
	float:left;
	display:block;
	background-image:url(Bilder/bg_left.jpg);
	background-repeat:repeat-y;
}

#sponsor_head {
	background-image:url(Bilder/head_sponsor.jpg);
	width:287px;
	height:24px;
	float:left;
	display:block;
}

#sponsor_inhalt {
	width:287px;
	float:left;
	display:block;
}

#sponsor_puffer {
	width:287px;
	height:6px;
	float:left;
	display:block;
}

#sponsor_puffer_2 {
	width:287px;
	height:6px;
	float:left;
	display:block;
}

/* latesttopics */

#sc_posts_head {
	background-image:url(Bilder/head_scpost.jpg);
	width:287px;
	height:28px;
	float:left;
	display:block;
}

#sc_posts {
	background-image:url(Bilder/lasttopic_bg.jpg);
	width:287px;
	height:203px;
	float:left;
	display:block;
}

.forum_topic {
	font-family:Verdana;
	font-size:12px;
	color:#ff7800;
	font-weight:bold;
}

.forum_board {
	font-family:Verdana;
	font-size:11px;
	color:#2e4d79;
	font-weight:bold;
}

#umfrage_head {
	background-image:url(Bilder/head_umfrage.jpg);
	width:287px;
	height:36px;
	float:left;
	display:block;
}

#umfrage_inhalt {
	background-image:url(Bilder/umfrage_voted_bg.jpg);
	width:287px;
	float:left;
	display:block;
}

#umfrage_bottom {
	background-image:url(Bilder/umfrage_bottom.jpg);
	width:287px;
	height:19px;
	float:left;
	display:block;
}

/* latest matches */

#latest_matches {
	background-image:url(Bilder/bg_lastmatches.jpg);
	width:637px;
	height:152px;
	float:left;
	display:block;
}

.latest_main {
	font-size:10px;
	font-family:Verdana;
	color:#FFF;
	font-weight:bold;
}

.latest_datum {
	font-size:10px;
	font-family:Verdana;
	color:#a0a0a0;
	font-weight:bold;
}
	
	#content {
	width:416px;
	float:left;
	display:block;
}


#pages {
	width:411px;
	float:left;
	display:block;
	padding-right:5px;
}

#rechte_seite {
	width:221px;
	float:left;
	display:block;
	background-image:url(Bilder/bg_short.jpg);
	background-repeat:repeat-y;
}


	
/* Footer */

#footer_all {
	width:924px;
	height:47px;
	float:left;
	display:block;
	bottom:0px;
}

#footer_puffer {
	background-image:url(Bilder/footer_puffer.jpg);
	width:125px;
	height:47px;
	float:left;
	display:block;
}

#footer_news {
	background-image:url(Bilder/footer_news.jpg);
	width:45px;
	height:47px;
	float:left;
	display:block;
}

#footer_matches {
	background-image:url(Bilder/footer_matches.jpg);
	width:67px;
	height:47px;
	float:left;
	display:block;
}

#footer_faq {
	background-image:url(Bilder/footer_faq.jpg);
	width:36px;
	height:47px;
	float:left;
	display:block;
}

#footer_kontakt {
	background-image:url(Bilder/footer_kontakt.jpg);
	width:66px;
	height:47px;
	float:left;
	display:block;
}

#footer_impressum {
	background-image:url(Bilder/footer_impressum.jpg);
	width:79px;
	height:47px;
	float:left;
	display:block;
}

#footer_top {
	background-image:url(Bilder/footer_top.jpg);
	width:50px;
	height:47px;
	float:left;
	display:block;
}

#footer_copyright {
	background-image:url(Bilder/footer_copyright.jpg);
	width:138px;
	height:47px;
	float:left;
	display:block;
}

#footer_optimiert {
	background-image:url(Bilder/footer_optimiert.jpg);
	width:277px;
	height:47px;
	float:left;
	display:block;
}

.footer_valide {
	background-image:url(Bilder/footer_valide.jpg);
	width:41px;
	height:47px;
	float:left;
	display:block;
}

/* login */

#login {
	background-image:url(Bilder/log_bg.jpg);
	width:480px;
	height: 19px;
	float:left;
	display:block;
}

#login_bottom {
	background-image:url(Bilder/log_3.jpg);
	width:480px;
	height:9px;
	float:left;
	display:block;
}

#login_alles {
	width:480px;
	height:19px;
	float:left;
	display:block;
}

#login_1 {
	background-image:url(Bilder/log_titel.jpg);
	width:47px;
	height:19px;
	float:left;
	display:block;
}

#login_id {
	background-image:url(Bilder/log_id.jpg);
	width:31px;
	height:19px;
	float:left;
	display:block;
}

#input_name {
	background-image:url(Bilder/log_input.jpg);
	width:111px;
	height:17px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	border:0px;
}


.input_name {
	background-image:url(Bilder/log_input.jpg);
	width:111px;
	height:17px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	border:0px;
}

#login_passwort {
	background-image:url(Bilder/log_pw.jpg);
	width:32px;
	height:19px;
	float:left;
	display:block;
}

#input_passwort {
	background-image:url(Bilder/log_input.jpg);
	width:111px;
	height:17px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	border:0px;
}

.input_passwort {
	background-image:url(Bilder/log_input.jpg);
	width:111px;
	height:17px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	border:0px;
}

#login_2 {
	background-image:url(Bilder/log_2.jpg);
	width:7px;
	height:19px;
	float:left;
	display:block;
}

#login_go {
	background-image:url(Bilder/log_go.jpg);
	width:26px;
	height:19px;
	float:left;
	display:block;
	border:0px;
	outline:none;
}

.login_go {
	background-image:url(Bilder/log_go.jpg);
	width:26px;
	height:19px;
	float:left;
	display:block;
	border:0px;
	outline:none;
}

#login_etc {
	width:115px;
	height:19px;
	float:left;
	display:block;
}

#login_register {
	background-image:url(Bilder/log_reg.jpg);
	width:115px;
	height:10px;
	float:left;
	display:block;
}

#login_lostpw {
	background-image:url(Bilder/log_pwd.jpg);
	width:115px;
	height:9px;
	float:left;
	display:block;
}

#logged_user {
	width:30%;
	height:19px;
	float:left;
	display:block;
}

#logged_optionen {
	width:70%;
	height:19px;
	float:left;
	display:block;
}

a.login_text:link , a.login_text:hover , a.login_text:visited {
	color:#000;
}

/* umfrage */

#umfrage_alles {
	width:287px;
	float:left;
	display:block;
}

#umfrage_frage_head {
	background-image:url(Bilder/umfrage_head_1.jpg);
	width:287px;
	height:6px;
	float:left;
	display:block;
}

#umfrage_frage_bg {
	background-image:url(Bilder/umfrage_head_2.jpg);
	width:287px;
	min-height:22px;
	float:left;
	display:block;
	text-align:center;
}

#umfrage_frage_ende {
	background-image:url(Bilder/umfrage_head_3.jpg);
	width:287px;
	height:6px;
	float:left;
	display:block;
}

#umfrage_vote {
	background-image:url(Bilder/umfrage_vote.jpg);
	width:142px;
	height:34px;
	border:0px;
	float:left;
	display:block;
}

#umfrage_archiv {
	background-image:url(Bilder/umfrage_archiv.jpg);
	width:145px;
	height:34px;
	float:left;
	display:block;
}

#umfrage_archiv_voted {
	background-image:url(Bilder/archiv_unaktiv.jpg);
	width:287px;
	height:34px;
	float:left;
	display:block;
}

#umfrage_puffer_inaktiv {
	background-image:url(Bilder/umfrage_bg.jpg);
	width:287px;
	height:10px;
	float:left;
	display:block;
}

#umfrage_voted_head {
	background-image:url(Bilder/umfrage_voted_head.jpg);
	width:287px;
	height:11px;
	float:left;
	display:block;
}

.umfrage_text {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

.umfrage_content {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#umfrage_voted_ende {
	background-image:url(Bilder/umfrage_votet_bottom.jpg);
	width:287px;
	height:9px;
	float:left;
	display:block;
}

#umfrage_balken {
	background-image:url(Bilder/umfrage_bg_balken.jpg);;
	width:249px;
	height:17px;
	float:left;
	display:block;
}

#umfrage_details {
	width:142px;
	height:34px;
	border:0px;
	float:left;
	display:block;
}

#umfrage_voted_bg {
	background-image:url(Bilder/umfrage_voted_bg.jpg);
	width:287px;
	float:left;
	display:block;
}

/* quicksearch */

#quicksearch_head {
	background-image:url(Bilder/quicksearch_1.jpg);
	width:221px;
	height:5px;
	float:left;
	display:block;
}

#quicksearch_inhalt {
	width:193px;
	height:26px;
	float:left;
	display:block;
}

#suche_input_2 {
	width:193px;
	height:26px;
	float:left;
	display:block;
}

#suche_input {
	width:221px;
	height:26px;
	float:left;
	display:block;
}

#suche_1 {
	background-image:url(Bilder/quicksearch_2.jpg);
	width:14px;
	height:26px;
	float:left;
	display:block;
} 

#suche_2 {
	background-image:url(Bilder/quicksearch_3.jpg);
	width:14px;
	height:26px;
	float:left;
	display:block;
}

#suche_go {
	background-image:url(Bilder/quicksearch_go.jpg);
	width:35px;
	height:26px;
	float:left;
	display:block;
	border:0px;
}

.suche_go {
	background-image:url(Bilder/quicksearch_go.jpg);
	width:35px;
	height:26px;
	float:left;
	display:block;
	border:0px;
}

#suche_input {
	background-image:url(Bilder/quicksearch_input_leer.jpg);
	width:158px;
	height:26px;
	float:left;
	display:block;
	border:0px;
}

.suche_input {
	background-image:url(Bilder/quicksearch_input_leer.jpg);
	width:158px;
	height:26px;
	float:left;
	display:block;
	border:0px;
	color:#CCC;
}

.quicksearch_leer {
	background-image:url(Bilder/quicksearch_input_leer.jpg);
	width:158px;
	height:26px;
	float:left;
	display:block;
	border:0px;
}

/* Topmatch */

.topmatch_text {
	color: #999;
	font-weight:bold;
}

#topmatch_alles {
	background-image:url(Bilder/topmatch_bg.jpg);
    width:287px;
	height:196px;
	float:left;
	display:block;
}

#topmatch_head {
	background-image:url(Bilder/head_topmatch.jpg);
	width:287px;
	height:28px;
	float:left;
	display:block;
}

#topmatch_inhalt {
	background-image:url(Bilder/topmatch_bg.jpg);
    width:287px;
	height:196px;
	float:left;
	display:block;
}

#topmatch_ende {
	background-image:url(Bilder/top_bottom.jpg);
	width:287px;
	height:13px;
	float:left;
	display:block;
}

#topmatch_namen {
	background-image:url(Bilder/topmatch_namen.jpg);
	width:287px;
	height:24px;
	float:left;
	display:block;
}

#topmatch_name_1 {
	width:142px;
	height:24px;
	float:left;
	display:block;
}


#topmatch_name_2 {
	width:141px;
	height:24px;
	float:left;
	display:block;
}

a.topmatch_name:link , a.topmatch_name:visited {
	color:#999;
	font-weight:bold;
	font-size:12px;
}

a.topmatch_name:hover {
	color:#ff7800;
	font-weight:bold;
	font-size:12px;
}

#topmatch_1 {
	background-image:url(Bilder/topmatch_1.jpg);
	width:39px;
	height:80px;
	float:left;
	display:block;
}

#topmatch_team_1 {
	background-image:url(Bilder/topmatch_bg_team1.jpg);
	width:80px;
	height:80px;
	float:left;
	display:block;
}

#topmatch_versus {
	background-image:url(Bilder/topmatch_vs.jpg);
	width:47px;
	height:80px;
	float:left;
	display:block;
}

#topmatch_team_2 {
	background-image:url(Bilder/topmatch_bg_team2.jpg);
	width:80px;
	height:80px;
	float:left;
	display:block;
}
	
#topmatch_2 {
	background-image:url(Bilder/topmatch_2.jpg);
	width:41px;
	height:80px;
	float:left;
	display:block;
}
#topmatch_puffer {
	width:287px;
	height:4px;
	float:left;
	display:block;
}

#topmatch_input_1 {
	background-image:url(Bilder/topmatch_inputs.jpg);
	width:287px;
	height:21px;
	float:left;
	display:block;
}


#topmatch_input_2 {
	background-image:url(Bilder/topmatch_inputs.jpg);
	width:287px;
	height:21px;
	float:left;
	display:block;
}

#topmatch_input_3 {
	background-image:url(Bilder/topmatch_inputs.jpg);
	width:287px;
	height:21px;
	float:left;
	display:block;
}

#topmatch_link {
	background-image:url(Bilder/topmatch_matchlink.jpg);
	width:287px;
	height:19px;
	float:left;
	display:block;
}

#topmatch_ende_2 {
	width:287px;
	height:6px;
	float:left;
	display:block;
}

/* MatchTicker */

#results_head_1 {
	width:557px;
	height:38px;
	float:left;
	display:block;
}

#results_head_2 {
	width:80px;
	height:38px;
	float:left;
	display:block;
}

#ueber_button {
	width:80px;
	height:16px;
	float:left;
	display:block;
}

#results_button {
	width:80px;
	height:18px;
	float:left;
	display:block;
}

#unter_button {
	width:80px;
	height:4px;
	float:left;
	display:block;
}

#results_inhalt {
	width:637px;
	float:left;
	display:block;
}

#results_bottom {
	width:637px;
	height:12px;
	float:left;
	display:block;
}

/* Meldungen alles */

#meldungen_inhalt {
	background-image:url(Bilder/bg_short.jpg);
	width:221px;
	float:left;
	display:block;
	background-repeat:repeat-y;
}

#meldungen_mehr {
	background-image:url(Bilder/meldungen_mehr.jpg);
	width:221px;
	height:37px;
	float:left;
	display:block;
}

#meldungen_ende {
	background-image:url(Bilder/meldungen_ende.jpg);
	width:221px;
	height:12px;
	float:left;
	display:block;
}

/* Kurzmeldungen */

#kurzmeldungen_head {
	background-image:url(Bilder/kurmeldungen_head.jpg);
	width:221px;
	height:27px;
	float:left;
	display:block;
}

#kurzmeldungen_inhalt {
	width:221px;
	float:left;
	display:block;
}

/* Topmeldung */

#topmeldung_head {
	background-image:url(Bilder/topmeldung_head.jpg);
	width:221px;
	height:27px;
	float:left;
	display:block;
}

#topmeldung {
	width:221px;
	float:left;
	display:block;
}

.topmeldung_text {
	color:#FFF;
	font-weight:normal;
}

#meldung_1 {
	background-image:url(Bilder/meldung_top.jpg);
	width:221px;
	height:10px;
	float:left;
	display:block;
}

#meldung_titel_bg {
	background-image:url(Bilder/meldung_titel_bg.jpg);
	width:221px;
	height:28px;
	float:left;
	display:block;
}

#meldung_titel_ende {
	background-image:url(Bilder/meldung_titel_ende.jpg);
	width:221px;
	height:3px;
	float:left;
	display:block;
}

#meldung_content {
	background-image:url(Bilder/meldung_bg.jpg);
	width:221px;
	float:left;
	display:block;
}

#meldung_ende {
	background-image:url(Bilder/meldung_ende.jpg);
	width:221px;
	height:9px;
	float:left;
	display:block;
}

.kurzmeldungen_content {
	background-image:url(Bilder/meldung_titel_bg.jpg);
	width:221px;
	float:left;
	display:block;
}

#kurzmeldungen_content {
	background-image:url(Bilder/meldung_titel_bg.jpg);
	width:221px;
	float:left;
	display:block;
}

#kurzmeldungen_1 {
	background-image:url(Bilder/meldung_top.jpg);
	width:221px;
	height:10px;
	float:left;
	display:block;
}

#kurzmeldungen_ende {
	background-image:url(Bilder/meldung_ende.jpg);
	width:221px;
	height:9px;
	float:left;
	display:block;
}

/* slider */

#slider {
	background-image:url(Bilder/bg_slider.jpg);
	width:416px;
	height:160px;
	float:left;
	display:block;
}

#slider_buttons {
	width:416px;
	height:48px;
	float:left;
	display:block;
}

#slider_buttons_puffer_1 {
	width:297px;
	height:48px;
	float:left;
	display:block;
}

#slider_buttons_include {
	width:119px;
	height:48px;
	float:left;
	display:block;
}

#slider_buttons_puffer_2 {
	width:119px;
	height:19px;
	float:left;
	display:block;
}
 a.toc:link, a.toc:visited, a.toc:link {
	color: #FFF;
    font-weight:bold;
    outline:none;
}

a.toc:hover,a.toc:active {
	color: #CCC;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}

#slider_button_1 {
	width:21px;
	height:18px;
	float:left;
	display:block;
}

#slider_button_2 {
	width:21px;
	height:18px;
	float:left;
	display:block;
}

#slider_button_3 {
	width:21px;
	height:18px;
	float:left;
	display:block;
}

#slider_button_4 {
	width:21px;
	height:18px;
	float:left;
	display:block;
}

#slider_button_5 {
	width:21px;
	height:18px;
	float:left;
	display:block;
}

#slider_buttons_puffer_3 {
	width:14px;
	height:18px;
	float:left;
	display:block;
}

#slider_buttons_puffer_4 {
	width:119px;
	height:11px;
	float:left;
	display:block;
}


#slider_inhalt {
	width:416px;
	height:101px;
	float:left;
	display:block;
}

#slider_bottom {
	width:416px;
	height:11px;
	float:left;
	display:block;
}

/* News */

.news_all {
	width:410px;
	float:left;
	display:block;
}

.news_head {
	background-image:url(Bilder/news_head.jpg);
	width:410px;
	height:45px;
	float:left;
	display:block;
	margin-top:3px;
	margin-bottom:3px;
}

.news_content {
	background-image:url(Bilder/news_bg.jpg);
	width:411px;
	float:left;
	display:block;
}

.news_bild {
	background-image:url(Bilder/news_bild.jpg);
	width:106px;
	min-height:94px;
	float:left;
	display:block;
}

.news_text_alles {
	width:305px;
	float:right;
	display:block;
	margin-top:9px;
}

.news_kommentare_alles {
	background-image:url(Bilder/news_kommentare.jpg);
	width:410px;
	height:29px;
	float:right;
	display:block;
}

.news_kommentare {
	width:352px;
	height:29px;
	float:left;
	display:block;
}

#news_kommentare_lesen {
	width:48px;
	height:29px;
	float:left;
	display:block;
}

.news_kommentare_lesen {
	width:48px;
	height:29px;
	float:left;
	display:block;
}

.news_kommentare_puffer_1 {
	width:48px;
	height:6px;
	float:left;
	display:block;
}

.news_kommentare_lesen_button {
	width:48px;
	height:16px;
	float:left;
	display:block;
}

.news_kommentare_puffer_2 {
	width:48px;
	height:7px;
	float:left;
	display:block;
}

.news_kommentare_puffer_3 {
	width:10px;
	height:29px;
	float:left;
	display:block;
}

.news_ende {
	width:410px;
	height:8px;
	float:left;
	display:block;
}

a.news_kommentare_text:link , a.news_kommentare_text:active , a.news_kommentare_text:visited {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#2e4d79;
}

a.news_kommentare_text:hover {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#000;
}

.news_headline {
	width:410px;
	height:18px;
	float:left;
	display:block;
}

a.news_headline_text:link , a.news_headline_text:visited , a.news_headline_text:active {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

.artikel_titel__text {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

a.news_headline_text:hover {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ff7800;
}

.news_poster {
	width:410px;
	height:26px;
	float:left;
	display:block;
}

.news_poster_text {
	font-size:10px;
	font-family:verdana;
	font-weight:normal;
	color: #488dc6;
}

a.news_poster_text:link , a.news_poster_text:active , a.news_poster_text:visited  {
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
	color: #488dc6;
}

a.news_poster_text:hover {
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
	color: #ff7800;
}

.news_readmore {
	font-family:Verdana;
	font-weight:bold;
	color: #2e4d79;
}

/* Readmore Sektion */

#news_readmore_alles {
	width:410px;
	float:left;
	display:block;
}

#news_text_alles_2 {
	width:410px;
	float:left;
	display:block;
}

#news_head_alles {
	background-image:url(Bilder/news_head_bg.jpg);
	width:410px;
	height:44px;
	float:left;
	display:block;
}

#news_puffer_1 {
	width:410px;
	height:3px;
	float:left;
	display:block;
}

#news_head {
	width:410px;
	height:38px;
	float:left;
	display:block;
}

#news_puffer_2 {
	width:410px;
	height:3px;
	float:left;
	display:block;
}

#news_content {
	background-image:url(Bilder/readmore_bg.jpg);
	width:410px;
	float:left;
	display:block;
}

#news_readmore_ende { 
    background-image:url(Bilder/readmore_ende.jpg);
	width:410px;
	height:3px;
	float:left;
	display:block;
}

#admin_news {
	background-image:url(Bilder/readmore_bg.jpg);
	width:410px;
	float:left;
	display:block;
}

/* Squad Ansicht */

.squads_alles {
	background-image:url(Bilder/background_squads.jpg);
	width:410px;
	height:90px;
	float:left;
	display:block;
}

.squads_ende {
	width:410px;
	height:5px;
	float:left;
	display:block;
}

.squads_bild_alles {
	width:92px;
	height:83px;
	float:left;
	display:block;
}

.squads_puffer_bild_1 {
	width:92px;
	height:5px;
	float:left;
	display:block;
}

.squads_spalte_bild {
	width:92px;
	height:80px;
	float:left;
	display:block;
}

.squads_puffer_bild_2 {
	width:5px;
	height:76px;
	float:left;
	display:block;
}

.squads_bild {
	width:80px;
	height:80px;
	float:left;
	display:block;
}

.squads_puffer_bild_3 {
	width:7px;
	height:80px;
	float:left;
	display:block;
}

.squads_info_alles {
	width:213px;
	height:83px;
	float:left;
	display:block;
}

.squads_info_puffer {
	width:213px;
	height:10px;
	float:left;
	display:block;
}

.squads_info_name {
	width:213px;
	height:16px;
	float:left;
	display:block;
}

.squads_info {
	width:213px;
	height:59px;
	float:left;
	display:block;
	overflow:auto;
}

.squads_links_alles {
	width:105px;
	height:83px;
	float:left;
	display:block;
}

.squads_links_puffer_1 {
	width:105px;
	height:8px;
	float:left;
	display:block;
}

.squads_links_puffer_2 {
	width:105px;
	height:6px;
	float:left;
	display:block;
}


.squads_links_puffer_3 {
	width:7px;
	height:21px;
	float:left;
	display:block;
}

.squads_links_link {
	width:98px;
	height:21px;
	float:left;
	display:block;
}

.squads_links_puffer_4 {
	width:7px;
	height:19px;
	float:left;
	display:block;
}

.squads_links_link_2 {
	width:98px;
	height:19px;
	float:left;
	display:block;
}


.text_team_info {
	color: #707070;
	font-size:10px;
	font-family:Tahoma;
	font-weight:lighter;
}

/* Shoutbox */

#shoutbox {	width:221px;height:70px; float:left; display:block;}
