*
{
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
}

body
{
	font: 12px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	background: url('/images/bg_body.png') 0px 39px repeat-x #fff;
	line-height: 18px;
}
#wrapper
{
	width: 980px;
	margin: 0px auto 0px auto;
}

#banner
{
	width: 176px;
	height: 278px;
	background: url('/images/banner.jpg');
	position: absolute;
}

#banner ul
{
	list-style: none;
}

#twitter
{
	float: left;
	height: 417px;
	width: 222px;
	color: white;
	overflow-y: scroll;
}

#twitter ul
{
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

#twitter ul li
{
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}

#twitter .twitterTime,
#twitter .twitterPrefix
{
	color: #007a3b;
	font-size: 9px;
}
/* ----- SPONSOR ----- */
#sponsor
{
	width: 980px;
	height: 41px;
}

#sponsor ul
{
	list-style: none;
}

#sponsor ul li
{
	float: left;
}

#sponsor ul li a,
#sponsor ul li a:visited
{
		overflow:hidden;
	display: block;
	min-height: 41px;
	height: auto !important;
	height: 41px;
}

#sponsor ul li a.swl
{
	width: 114px;
	background: url('/images/swl_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.freiberger
{
	width: 57px;
	background: url('/images/freiberger_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.uni
{
	width: 117px;
	background: url('/images/uni_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.fg
{
	width: 125px;
	background: url('/images/profusio_logo.png') 0px 0px no-repeat;
	
}#sponsor ul li a.fghv
{
	width: 41px;
	background: url('/images/fg_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.volksbank
{
	width: 57px;
	background: url('/images/volksbank_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.rewe
{
	width: 65px;
	background: url('/images/rewe_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.lvz
{
	width: 55px;
	background: url('/images/lvz_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.autotag
{
	width: 98px;
	background: url('/images/autotag_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.atlanta
{
	width: 87px;
	background: url('/images/atlanta_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.psr
{
	width: 82px;
	background: url('/images/psr_logo.png') 0px 0px no-repeat;
}

#sponsor ul li a.kowo
{
	width: 80px;
	background: url('/images/hummel_logo.png') 0px 0px no-repeat;
}


#sponsor ul li a:hover
{
	background-position: 0px -41px;
}

/* ----- HEADER ----- */
#header
{	
	height: 148px;
	background: url('/images/header_all.png') 186px 0px no-repeat;
}

#header.Oberliga
{
	background: url('/images/header_all.png') 186px -149px no-repeat;
}

#header.Nachwuchs
{
	background: url('/images/header_all.png') 186px -298px no-repeat;
}

#header.Fans
{
	background: url('/images/header_all.png') 186px -447px no-repeat;
}

#header.Events
{
	background: url('/images/header_all.png') 186px -596px no-repeat;
}

	/* MetaMenu */
	#metamenu
	{
		height: 20px;
		width: 300px;
		margin-right: 130px;
	  position: absolute;
	  margin-left: 680px;
	  top: 165px;
	}

		ul.metamenu
		{
			float: right;
		}
			ul.metamenu li
			{
			  display: inline;			  
			}

				ul.metamenu li a,
				ul.metamenu li a:visited
				{
					padding: 0px 5px;
					border-left: 1px solid white;
					color: white;
				}

				ul.metamenu li.first a,
				ul.metamenu li.first a:visited
				{
					border: none;
				}
				
	/* Search */
	#search {
		width: 126px;
		position: absolute;
		margin-left: 854px;
		top: 41px;
	}
	
		form#zoekForm
		{
		}

			form#zoekForm input#ZoekString
			{
			  background: #1a171b;
			  padding: 2px 3px;
			  color: #555555;
			  width: 99px;
			  float: left;
			  border-right: 1px solid white;
			}

			form#zoekForm input#ZoekString:focus
			{
			}

			form#zoekForm input#ZoekButton
			{
			  width: 20px;
			  height: 20px;
			  cursor: pointer;
			  float: right;
			  background: url('/images/bg_searchbutton.png');
			}

	/* LanguageSelector */
	#language  {
	position: absolute;
	margin-top: -90px;
	margin-left: 400px;
	}

		ul.language
		{
		  font-size: 10px;		  
		  margin: 0px;		
		}
			ul.language li
			{
			  display: inline;
			  padding: 2px;
			}

				ul.language li.active a,
				ul.language li.active a:visited
				{
				  text-decoration: none;
				  font-weight: bold;
				}

		fieldset
		{
		  border: none;
		}

	

/* ----- MAIN MENU ----- */
#mainmenu
{
	margin-top: 3px;
	width: 965px;
	margin-left: 15px;
	min-height: 38px;
	height: auto !important;
	height: 38px;
	display: table;
}

	#mainmenu ul
	{
		margin: 0px 0px 0px 0px;
		display: block;
		list-style: none;
	}

		#mainmenu ul li
		{		
			display: inline;
		}

			#mainmenu ul li a,
			#mainmenu ul li a:visited
			{
				color: white;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 14px;
				padding: 1px 0px 0px 4px;
				display: block;
				float: left;
				line-height: 32px;	
				padding-right: 10px;
				padding-left: 10px;
				border-right: 1px solid #1e5339;
			}
			
			#mainmenu ul li a.last
			{
				border-right: none;
			}
			
			#mainmenu ul li a:hover
			{
				text-decoration: underline;
			}

			#mainmenu ul li.active a,
			#mainmenu ul li.active a:visited
			{
				text-decoration: none;
				color: #007a3b;
				background: url('/images/bg_menu.png') repeat-x;
			}
			
			
/* KRUIMELPAD */
#breadCrumb
{
	margin: 0px 0px 5px 0px;
	padding-left: 10px;	
	background: white;
}

#breadCrumb a,
#breadCrumb a:visited
{
	color: #0f683e;
	text-decoration: none;
}

/* ----- COLUMN ----- */
#column
{
	margin-top: 20px;
	float: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 175px;
}

	#column h2
	{		
	}

		#submenu ul
		{
			list-style: none;
			padding: 0px; 
			margin: 0px 0px 5px 0px;
			background-color: #007a3b;
			text-align: center;
		}

			#submenu ul ul
			{
			  border: none;
			  margin: 0px 0px 0px 0px;
			}

			#submenu li a,
			#submenu li a:visited
			{				
				color: #dedede;
				text-decoration: none; 
				font-weight: bold;
				font-size: 12px;
				display: block;
				padding: 3px 0px;
				margin: 0px;				
				min-height: 20px;
				height: auto !important;
				height: 20px;
				border-bottom: 1px solid #0e5d34;
				line-height: 18px;
			}
			
			#submenu li a:hover
			{
				text-decoration: underline;
			}

			#submenu li.active a,
			#submenu li.active a:visited
			{
				color: white;				
			}

				#submenu li.active li a,
				#submenu li.active li a:visited
				{
				  padding: 2px 0px;
				  min-height: 16px;
				  height: auto !important;
				  height: 16px;
				  color: #007a3b;
				  font-size: 11px;
				  background: #dedede;
				}

				#submenu li.active li.active a,
				#submenu li.active li.active a:visited
				{
					color: black;
				}
				
				#submenu li a.last
				{
					border-bottom: none;
				}
				
				#submenu li a.first
				{
					border-top: none;
				}
			
/* ----- CONTENT ----- */
#content
{
	float: left;
	height: auto !important;
	height: 466px;
	width: 525px;
	margin-left: 25px;
	margin-top: 2px;
	min-height: 466px;	
	background-color: #f1f0f0;
}

#content a,
#content a:visited
{
	color: #007a3b;
}

#content .contentright
{
	margin-left: 0px;
}

.standaardcontent
{
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.standaardcontent img
{
	padding-right: 20px;
}

.standaardcontent ul
{
	margin-left: 20px;
}

.standaardcontent a,
.standaardcontent a:visited
{
	color: #007a3b;
}

.newsitem img.thumb
{
	float: left;
	margin-right: 10px;
}

.weblogbericht
{
	border-bottom: 1px solid #dfdfdf;
}

#tab-container-1
{
	height: 170px;
	width: 525px;
	position: relative;
	margin-top: -9px;
	background-color: white;
}

#tab-container-1 ul
{
	font-size: 14px;
	list-style-type: none;
	margin-left: 10px;
}

#tab-container-1 ul li
{
	margin-top: 15px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background: url('/images/bg_overig.gif') repeat-x;
	border-right: 1px solid #1e5339;
}

ul#tab-container-1-nav a,
ul#tab-container-1-nav a:visited
{
	text-decoration: none;
	color: white;
}

ul#tab-container-1-nav a:hover
{
	text-decoration: underline;
}

ul#tab-container-2-nav a:hover
{
	text-decoration: underline;
}

.tab a,
.tab a:visited
{
	margin-left: 10px;
	color: black;
}

.tab h2
{
	color: #0f683e;
}

ul#tab-container-1-nav li.activeli
{ 
	background: url('/images/bg_submenu.png') repeat-x;
}

ul#tab-container-1-nav li.activeli a,
ul#tab-container-1-nav li.activeli a:visited
{
		color: #007a3b;
}

.sitemap a,
.sitemap a:visited
{
	color: black;
}

.weblogberichten a,
.weblogberichten a:visited
{
	color: #007a3b;
	text-decoration: none;
}

.weblogbericht a:hover
{
	text-decoration: underline;
}

.weblogbericht
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;	
}

.newsblock
{
	padding-right: 10px;
}

.newsitem
{
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
  width: 505px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	padding-bottom:10px;
}

.newsitem a,
.newsitem a:visited
{
	color: black;
}

.newsitem a.title,
.newsitem a.title:visited
{
	font-size: 16px;
	color: #007a3b;
	font-weight: bold;
	text-decoration: none;
}

.newsitem a.title:hover
{
	text-decoration: underline;
}

a.back
{
	display: none;
}

a.overviewlink
{
	color: black;
}



/* ----- RECHTERSEITE -----*/
#einloggen
{
	position: absolute;
	height: 15px;
	width: 222px;
	margin-left: 755px;
	margin-top: -25px;
}

*+html #einloggen
{
	margin-left: -222px;
	margin-top: -346px;
}

*html #einloggen
{
	margin-left: 0px;
	margin-top: -545px;
}

form#loginform input#Gebruikersnaam
{
	border: 1px solid #007a3b;
	width: 95px;
}

form#loginform input#Wachtwoord
{
	border: 1px solid #007a3b;
	width: 95px;
}

form#loginform input#submitButton
{
	border: 1px solid black;
	width: 20px;
}

#spiel
{
	float: left;
	width: 222px;
	height: 140px;
	margin-left: 25px;
	margin-top: 20px;
	background: url('/images/bg_right.png') repeat-x #1a171b;
	text-align: center;
}

#spiel p
{
	color: white;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 14px;
}

#vorschau
{
	float: left;
	width: 222px;
	height: 290px;
	margin-left: 25px;
	margin-top: 15px;
	background: url('/images/bg_right.png') repeat-x #1a171b;
}

#vorschau p
{
	color: white;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 14px;
}

#vorschau a,
#vorschau a:visited
{
	color: white;
	text-decoration: none;
}

#vorschau a:hover
{
	text-decoration: underline;
}

#veranstaltung
{
	float: left;
	width: 222px;
	height: 424px;
	margin-left: 25px;
	margin-top: 15px;
	background: url('/images/bg_right.png') repeat-x #f1f0f0;
	margin-bottom: 15px;
  //overflow: hidden;
}



#veranstaltung table.tabelle {	
	width: 222px;
}

#veranstaltung table tr td {
	font-size: 10px;
	height: 20px;
	border-top: 1px solid black;
	padding: 0px;
}

#veranstaltung table tr td.rang {
	color: #007a3b;
	width: 17px;
}

#veranstaltung table tr td.verein {
	font-size: 11px;
	width: 125px;
}

#veranstaltung table tr td.punkte {
	font-size: 11px;
	color: #007a3b;
	width: 20px;
}

#veranstaltung table tr td.tore {
	color: #007a3b;
	width: 40px;
}

#veranstaltung table tr td.verhaeltniss {
	color: #007a3b;
	width: 20px;
}

#tab-container-2
{
	height: 414px;
	width: 222px;
	margin-top: -10px;
}

#tab-container-2 ul
{
	line-height: 23px;
	font-size: 14px;
	list-style-type: none;
}

#tab-container-2 ul li
{
  width: 90px;
	margin-top: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #1e5339;
}

ul#tab-container-2-nav a,
ul#tab-container-2-nav a:visited
{
	text-decoration: none;
	color: white;
}

ul#tab-container-2-nav li.activeli
{ 
	background: url('/images/bg_menu.png') 0px -4px repeat-x;
}

ul#tab-container-2-nav li.activeli a,
ul#tab-container-2-nav li.activeli a:visited
{
		color: #007a3b;
}

.weblogbericht a,
.weblogbericht a:visited
{
	color: #007a3b;
}

/* ----- FOOTER ----- */
#footer
{
	clear: both;
	background: url('/images/bg_footer.png') repeat-x;
}

#footer p
{
	margin-top: 10px;
	padding-left: 200px;
	float: left;
}

#footer img
{
	float: left;
}

form#berichtForm
{
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

div.fotoalbums
{
	padding-left: 10px;
}

div.fotoalbums a,
div.fotoalbums a:visited
{
	color: #007a3b;
	font-size: 12px;
}

div.text
{
	padding-left: 10px;
}

ul.fotolist
{
	padding-left: 10px;
}

ul.fotolist a.image
{
	color: black;
}

.newsitem
{
	padding-left: 10px;
	padding-right: 10px;
}

.newsdetail a,
.newsdetail a:visited
{
	color: #007a3b;
}

a.overviewlink
{
	display: none;
}

p.introtext
{
	font-weight: bold;
	padding-bottom: 5px;
}

.zoekresultaten
{
	padding-left: 10px;
	padding-right: 10px;
}

.zoekresultaten a,
.zoekresultaten a:visited
{
	color: #007a3b;
}

#WasIstNeu
{
	padding-left: 10px;
	height: 40px;
}

#WasIstNeu a,
#WasIstNeu a:visited
{
	color: red;
}

/* IE7 HACKS */
	*+html #search {
	margin-left: 714px;		
	}
	
	*+html #metamenu {
		margin-left: 540px;
	}
	
	*html #content {
		margin-left: 5px;
	}

/* front page extra's */
div.newsblock .newsitem.last img.thumb
{
	width:100px;
}

div.newsblock .newsitem.last
{
	height: auto !important;
	height: 75px;
	min-height: 75px;
}

div.trackerBerichten{
	padding-top:0.2em;
}
div.nieuwsTrackers, div.nieuwsTrackers div.tab{
	float:left;
}

*+html div.nieuwsTrackers, div.nieuwsTrackers div.tab
{
	margin-top: 35px;
	float: none;
}

table.contentTable td
{
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.loggedinas a,
.loggedinas a:visited
{
	color: white;
}

.loggedinas
{
	float: right;
	color: white;
	margin-top: -10px;
}

*html .loggedinas
{
	margin-top: -4px;
}

.avatar img
{
	padding-left: 15px;
}

form#contactform tr td input,
form#contactform tr td textarea
{
	border: 1px solid grey;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

.formmulticheckbox label
{
	margin-left: -85px;
}

.formmulticheckbox
{
	margin-left: -85px;
}

form#contactform h2
{
	font-size: 12px;
}

#tab-container-3
{
	height: 300px;
	width: 222px;
	margin-top: -10px;
	overflow: hidden;
}

#tab-container-3 ul
{
	line-height: 23px;
	font-size: 14px;
	list-style-type: none;
}

#tab-container-3 ul li
{
  width: 90px;
	margin-top: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #1e5339;
}

ul#tab-container-3-nav a,
ul#tab-container-3-nav a:visited
{
	text-decoration: none;
	color: white;
}

ul#tab-container-3-nav li.activeli
{ 
	background: url('/images/bg_menu.png') 0px -4px repeat-x;
}

ul#tab-container-3-nav li.activeli a,
ul#tab-container-3-nav li.activeli a:visited
{
		color: #007a3b;
}

#tab3 ul li,
#tab4 ul li {
	width: 160px;
	border-right: none;
	font-size: 12px;
}

.fb_iframe_widget {
	position: relative;
	margin-left: -2px;
	}
	
	#werbung {
		margin-top: 10px;
		width: 980px;
		height: 50px;
		background: url('/images/werbebanner.png');
	}
	
	#car-links {
		position: relative;
		margin-top: -20px;
	}
	
	#car-links a,
	#car-links a:visited {
		margin-left: 10px;
		color: #ffffff;
	}
	
	#hbltvbox {
		margin-top: 10px;
		margin-left: 10px;
	}
	
	#vorschau p {
		margin-top: 8px;
		text-align: center;
	}
	
	#trailer {
	float: left;
	width: 222px;
	height: 145px;
	margin-left: 25px;
	margin-top: 15px;
	background: url('/images/bg_right.png') repeat-x #1a171b;
	}
	
	#trailer p
{
	color: white;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 14px;
	text-align: center;
}

#trailer a,
#trailer a:visited
{
	margin-left: 85px;
	color: #bcbcbc;
}

#trailer a:hover
{
	color: white;
}
