/*  
Theme Name: DüsseldorfBandits
Theme URI: http://www.baseball-duesseldorf.de/
Description: Exklusiv-Theme der Düsseldorf Bandits
Version: 0.1
Author: André Freitag &amp; Christian Gatzen
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(images/bg_body.gif) 0 0 repeat; 
	font: 12px/180% Georgia, "Times New Roman", Times, serif;
	color: #000;
}

a {
	color: #e20a16;
	text-decoration: underline;
	outline:none;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 24px 0;
}

h3 {
	font-size: 18px;
	color: #444;
	font-weight: normal;
	margin: 0 0 16px 0;
}

p {
	margin: 0 0 10px 0;
}

a:hover {
	text-decoration: none;
}

.clear {
	float: none;
	clear: both;
}

table td.ini {
	width: 100px;
}

table.training {
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width: 960px;
	background: #fff;
}
	#header {
		height: 330px;
	}
	
		#header h1 a{
			position: absolute;
			background: url(images/banditshead.gif) 0 0  no-repeat;
			width: 235px;
			height: 231px;
			text-indent: -5000px;
			margin: 95px 0 0 26px;
		}
		
		#header h2 {
			position: absolute;
		}
				
		#header h2 a{
			position: absolute;
			background: url(images/artlink.jpg) 0 0 no-repeat;
			width: 124px;
			height: 156px;		
			text-indent: -5000px;
			display: block;
			margin: 0px 0 0 798px;		
		}
	
		#header ul {
			list-style: none;
			padding: 305px 0 0 333px;
		}
		
		#header ul li {
			float: left;
		}
		
		#header ul li a {
			float: left;
			text-decoration: none;
			color: #000;
			margin: 0 30px 0 0;
		}
		
		#header ul li.active a, #header ul li a:hover {
			color: #e20a16;
		}
		
	#container {
		padding: 50px 24px 0 24px;
	}
		
	#menuleft {
		float: left;
		width: 186px;
	}
	
		#menuleft ul {
			list-style: none;
		}
		
		#menuleft ul li {
			margin: 0 0 20px 0;
		}
	
		#menuleft ul li a{
			color: #000;
			text-decoration: none;
			text-transform:uppercase;
		}
		
		#menuleft ul li a:hover{
			color: #e20a16;
		}
		
			#menuleft ul li ul  {
				margin: 0 0 33px 0;
			}
			
			#menuleft ul li ul li {
				margin: 0;
			}
		
			#menuleft ul li ul li a {
				text-transform: none;
				background: url(images/navarrow.gif) 0 5px no-repeat;
				padding: 0 0 0 20px;
			}
			
			#menuleft ul li ul li a:hover, #menuleft ul li ul li.active a {
				background-position: 5px 5px;
			}
			
		#menuleft li.current_page_item a, #menuleft li.current_page_item a:hover{
			background-position: 5px 5px;
			color: #e20a16;
		}
		
		#menuleft li.current_page_item ul a{
			background-position: 0px 5px;
			color: #000;
		}
	
	#content {
		float: left;
		width: 506px;
		padding: 0 24px 0 0;
	}
	
	#right {
		float: left;
		width: 196px;
	}
	
	#right table#calendar {
		width: 100%;
		text-align: center;
		vertical-align: middle;
		margin: 0 0 20px 0;
	}
	
	#right table#calendar thead {
		font-size: 14px;
	}
	
	#right table#calendar .off {
		color: #aaa;
	}
	
	#right table#calendar .event {
		color: #e20a16;
		font-weight: bold;
	}
	

	#push, #copyright {
		height: 50px;
	}	

#copyright {
	margin: 0 auto;
	width: 750px;
	background: #fff;
	color: #aaa;
	font-size: 11px;
	padding: 0 0 0 210px;
}
	
	/*WP-Data*/
	
	.editorinfo {
		margin: -25px 0 0 0;
		float: right;
		font-size: 10px;
		color: #aaa;
	}
	
	.postmetadata {
		color: #aaa;
		font-size: 10px;
		margin: 0 0 25px 0;
	}
	
	.postmetadata a {
		color: #aaa;
	}
	
	#wp-calendar {
		margin: 0 0 25px 0;
	}
	
	#right ul {
		margin: 0;
	}
	
	.linklist ul{
		list-style: none;
	}
	
	.linklist ul ul {
		font-size: 8px;
		padding: 0 0 0 15px;
		color: #444;
		margin: -4px 0 0 0;
	}
	
textarea#comment {
	width: 450px;
}
