/* 	
	Dyne-Stylesheet
	author: Bastian Posniak
*/


/* --- Globals --- */

body {
	margin: 0px;
	background: url(../grafiken/background/bg-pattern.gif) fixed;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b3b3b3;
}

.clear {
	clear: both;
}
	
a:link, a:active, a:visited {
	color: #d3d3cf;
	text-decoration: none;
	z-index: 999;
	cursor: pointer;
}

a:hover {
	color: white;
	text-decoration: none;
	z-index: 999;
	cursor: pointer;
}

img {
	border: none;	
}

.al {
	text-align: left;
}

.ar {
	text-align: right;
}

.ac {
	text-align: center;
}

.fl {
	float: left;
	margin-right: 2px;
}

.fr {
	float: right;
	margin-left: 2px;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.spacer {
	height: 30px;
}

	* html .spacer {
		margin-top: 30px;
	}

input, textarea {
	background: #464543;
	padding: 4px;
	color: white;
	border: 1px solid #979692;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

	input:focus, textarea:focus {
		background: #6c6c6c;
	}

.inputclr {
	background: none;
	padding: 0;
	margin: 0;
	border: none;	
}

.show {
	display: inline;
}

.hide {
	display: none;
}

.injured {
	color: #EE4A4A;	
}

.injured strong {
	font-weight: bold;
	font-size: 12px;
}

.big {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.inputdiv input {
	position: relative;
	top: 2px;
}

	.inputdiv .button {
		height: 20px; 
		padding: 1px 3px 1px 1px; 
		top: 0px;
	}

table.std_table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
	
	table.std_table tr.even {
		background: #2f2f2f;	
	}
	
	table.std_table td,
	table.std_table th {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		padding: 3px;
		border: 1px solid #3f3f3f;
		text-align: right;
	}
	
	table.std_table td.al {
		text-align: left;	
	}
	
	table.std_table td.center {
		text-align: center;	
	}
	
	table.std_table tr.headline,
	table.std_table tr.headline td a {
		text-transform: uppercase;
		color: #636363;
	}
	
	table.std_table tr.totals td {
		background-color: #252525;
		color: white;
	}
	
	table.std_table tr.percentage td {
		border: none;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 3px;
	}
	
	table.std_table td.highlighted {
		background-color: #363636;
		color: #e7e7e7;
	}
	
	table.std_table td.highlighted-two,
	table.std_table tr.highlighted-two td {
		font-weight: bold;
		background-color: #252525;
		color: #e7e7e7;
		padding: 4px 6px;
	}
	
	table.std_table td.highlighted-three {
		background-color: #2d2d2d;
		font-style: italic;
		color: #636363;
	}
	
	table.std_table tr.grayed td,
	table.std_table tr.grayed td a {
		color: #636363;
	}
	
	.div_stand .highlighted-two {
		width: 90px;
	}
	
	table.align-left td {
		text-align: left !important;	
	}

table.bestrecords {
	font-size: 9px;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

	table.bestrecords table td {
		padding: 0px;
		padding-left: 5px;
	}

	table.bestrecords td {
		padding: 2px;
		color: white;
	}
	
		table.bestrecords td.ar {
			text-align: right;
			border-right: 1px dotted #c1c1c1;
		}

	table.bestrecords tr.team td {
		background: #333;
		color: white;
		vertical-align: middle;
	}

.alert {
	text-transform: uppercase;
	font-weight: bold;
	color: #c08a20;
}

.menu_hide {
	cursor: pointer;	
}
/* --- Elements --- */

/* black to transparent gradient */
#gradient {
	display: none;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="grafiken/background/site-bg-black-gradient.png", sizingMethod="scale");
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 299px;
	z-index: 1;
}

	html > body #gradient {
		display: block;
		background: url(../grafiken/background/site-bg-black-gradient.png);
	}


/* here goes everything */
#container {
	background: none;
	width: 753px;
	z-index: 5;
	padding: 298px 0px 0px 189px;
	position: absolute;
	left: 50%;
	margin-left: -471px;
}

	* html #container {
		/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="grafiken/background/site-bg.png");*/
		background: url(../grafiken/background/site-bg.jpg) 10px 0px repeat-y;
	}

	html > body #container {
		background: url(../grafiken/background/site-bg.png);		
	}


/* everything concerning the header */
#head {
	background-repeat: no-repeat;
	position: absolute;
	height: 298px;
	width: 922px;
	left: 10px;
	top: 0px;
}

	#head #top-navi {
		position: absolute;
		top: 34px;
		left: 16px;
		width: 144px;
		font-weight: bold;
	}
	
		#head #top-navi .linkcontainer {
			display: block;
			width: 131px;
			padding-left: 13px;
			border-bottom: 1px dashed #646464;
		}
	
		#head #top-navi .linktext {
			width: 121px;
			margin: 3px 0px;
			float: left;
		}
		
	#head #flash {
		background: url(../grafiken/head/header-images/header_blank.jpg) no-repeat;
		position: absolute;
		width: 743px;
		height: 220px;
		right: 0px;
		top: 0px;
	}


/* the left column */	
#left-column {
	background: url(../grafiken/left-column/left-column_bg.jpg) no-repeat;
	position: absolute;
	top: 298px;
	left: 10px;
	width: 149px;
	min-height: 591px;
	height: auto !important;
	height: 591px;
	padding: 15px 0px 0px 30px;
	font-size: 10px;
}

	#left-column .username {
			font-size: 14px;
			font-weight: bold;
			color: white;
		}

	#left-column #main-navi {
	
	}		
			
		#left-column #main-navi a {
			color: #7f7f7f;
			display: block;
			font-size: 10px;
		}
		
			#left-column #main-navi a:hover {
				color: white;
			}
		
		
		#left-column #main-navi .headline {
			color: white;
			margin-top: 15px;
			font-size: 12px;
			font-weight: bold;
			margin-left: 0px;
			display: block;
			cursor: default;
		}
	
			#left-column #main-navi .current {
				color: white;
			}
			
			#left-column #main-navi ul {
				list-style: none;
				padding: 0;
				margin: 0;	
			}
			
			#left-column #main-navi ul li {
				padding: 0px;
				margin: 0px;
				color: #b3b3b3;
				margin-top: 10px;
				font-size: 12px;
				font-weight: bold;
				display: block;
			}
			
			#left-column #main-navi ul li li{
				padding: 0px;
				margin: 0px;
				font-weight: normal;
			}
		
		#left-column #gm-center {
			width: 121px;
			background: none;
			margin: 10px 0px -10px -30px;
			line-height: 12px;
			font-size: 9px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
			/*html > body #left-column #gm-center {
				background: url(../grafiken/background/gm-center/gm-center-bg.png) no-repeat;
			}
			
			* html #left-column #gm-center {
				height: 69px;
				width: 121px;
				padding: 25px 22px 0px 50px;
				background: url(../grafiken/background/gm-center-bg-ie.jpg) no-repeat;
				margin: 10px 0px 10px -30px;
			}*/
			
			#left-column #gm-center a:link,
			#left-column #gm-center a:visited,
			#left-column #gm-center a:active {
				color: #999;
			}
			
			#left-column #gm-center a:hover {
				color: #fff;
			}
					
			#gm-center .top {
				width: 179px;
				height: 37px;
				background: url(../grafiken/background/gm-center/gm-center-bg_top.png);
			}
			
			#gm-center .middle {
				width: 179px;
				background: url(../grafiken/background/gm-center/gm-center-bg.png);
			}
			
				#gm-center .middle ul {
					margin-top: 0px;
					margin-bottom: 0px;
					padding-top: 2px;
					padding-bottom: 5px;
				}
				
				#gm-center .middle p {
					margin-top: 0px;
					margin-bottom: 0px;
					padding-top: 2px;
					padding-bottom: 0px;
					padding-left: 27px;
					font-weight: bold;
					color: white;
				}
				
				#gm-center .middle ul {
					list-style: none;
					margin-left: -13px;
				}
			
			#gm-center .bottom {
				width: 179px;
				height: 19px;
				background: url(../grafiken/background/gm-center/gm-center-bg_bottom.png);
			}
			
			#gm-center a {
				text-transform: lowercase;
			}


/* content */			
#main-content {
	background: url(../grafiken/main-content/main-content_bg.jpg) repeat-x;
	/*position: absolute;
	top: 298px;
	left: 189px;*/
	width: 605px;
	padding: 46px 25px 30px 25px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

	#main-content #headline-area {
		background: url(../grafiken/main-content/main-content-headline_bg.jpg) repeat-x;
		margin: -46px -25px 0px -25px;
		width: 601px;
		height: 22px;
		padding: 11px 26px 0px 28px;
		text-transform: uppercase;
		color: #454545;
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
		#main-content #headline-area select {
			border: 1px solid #454545;
			background-color: black;
			font-size: 9px;
			padding: 1px;
			color: #b3b3b3;
			float: right;
			margin-top: -5px;
		}
	
	#main-content #top-info {
		background: url(../grafiken/main-content/main-content_top-info_bg.jpg) repeat-x;
		margin: 0px -25px 20px -25px;
		padding: 10px 25px 10px 25px;
		width: 605px;
		height: 123px;
	}
	
	#main-content h2 {
		background: url(../grafiken/main-content/subhead-deco.gif) 0px 3px no-repeat;
		padding-left: 12px;
		height: 15px;
		/*border-bottom: 1px dotted #727272;*/
		text-transform: uppercase;
		color: #dadada;
		font-size: 12px;
		margin: 0px 0px 3px 3px;
	}
	
		html > body #main-content h2 {
			border-bottom: 1px dotted #a0a0a0;
		}
		
		* html #main-content h2 {
			background: url(../grafiken/main-content/subhead-deco-ie.gif) 0px 3px no-repeat;
		}


/* latest games and co - right column */
#right-column {
	position: absolute;
	top: 298px;
	left: 845px;
	width: 87px;
}

	#right-column #headline {
		background: url(../grafiken/right-column/latest-games.jpg) no-repeat;
		width: 87px;
		height: 33px;
	}
	
	#right-column #headline_best {
		background: url(../grafiken/right-column/best-records.jpg) no-repeat;
		width: 87px;
		height: 33px;
	}
	
	#right-column #headline_worst {
		background: url(../grafiken/right-column/worst-team.jpg) no-repeat;
		width: 87px;
		height: 33px;
		margin-top: 5px;
	}
	
	#right-column a:link.mode,
	#right-column a:visited.mode,
	#right-column a:active.mode {
		display: block;
		width: 86px;
		padding: 3px 0px;
		text-align: center;
		color: #7f7f7f;
		font-size: 9px;
		background: #282828;
		text-transform: uppercase;
		border-bottom: 1px solid white;
	}
	
		#right-column a:hover.mode {
			display: block;
			width: 86px;
			padding: 3px 0px;
			color: white;
			text-align: center;
			font-size: 9px;
			background: #282828;
			text-transform: uppercase;
			border-bottom: 1px solid white;
		}
		
	#right-column a:link.active,
	#right-column a:visited.active,
	#right-column a:active.active {
		display: block;
		width: 86px;
		padding: 3px 0px;
		text-align: center;
		color: white;
		font-size: 9px;
		background: #2c0203;
		text-transform: uppercase;
		border-bottom: 1px solid white;
	}
		
		#right-column a:hover.active {
			display: block;
			width: 86px;
			padding: 3px 0px;
			color: white;
			text-align: center;
			font-size: 9px;
			background: #2c0203;
			text-transform: uppercase;
			border-bottom: 1px solid white;
		}
		
		#right-column select {
			width: 86px;
			padding: 2px;
			color: white;
			text-align: left;
			font-size: 8px;
			background: #2c0203;
			text-transform: uppercase;
			border: none;
			border-bottom: 1px solid white;
			font-family: Verdana, Geneva, sans-serif;
			letter-spacing: 1px;
		}
	
	#right-column .latest-games-box {
		width: 86px;
		height: 68px;
		background: url(../grafiken/background/latest-games-box.gif);
		font-size: 9px;
		position: relative;
		font-size: 9px;
	}
		
		#right-column .latest-games-box .teams-container {
			width: 74px;
			height: 34px;
			position: absolute;
			top: 10px;
			left: 8px;
		}
		
			#right-column .latest-games-box .team-line {
				width: 74px;
				height: 17px;
			}

				#right-column .latest-games-box .team-line .logo {
					width: 15px;
					height: 15px;
					margin-right: 4px;
					float: left;
				}
				
				#right-column .latest-games-box .team-line .name {
					width: 34px;
					float: left;
					color: black;
					padding-top: 2px;
				}
				
				#right-column .latest-games-box .team-line .score {
					width: 15px;
					float: left;
					color: black;
					padding-top: 2px;
					font-weight: bold;
					text-align: right;
					font-size: 9px;
				}
				
				#right-column .latest-games-box .team-line a {
					color: black;
				}
				
			#right-column .latest-games-box .info {
				width: 74px;
				height: 17px;
				margin-top: 5px;
			}
			
				#right-column .latest-games-box .info .time {
					width: 28px;
					float: left;
					color: #f6f6f6;
				}
				
				#right-column .latest-games-box .info .link {
					float: left;
				}
				
				#right-column .latest-games-box .info .link a:link,
				#right-column .latest-games-box .info .link a:visited,
				#right-column .latest-games-box .info .link a:active {
					color: #2c0203;
					text-decoration: none;
				}
				
				#right-column .latest-games-box .info .link a:hover {
					color: #2c0203;
					text-decoration: underline;
				}
				
			#right-column .latest-games-box .winner {
				color: #538d4f;
			}

/* Fooooooter */
#footer {
	background: url(../grafiken/foot/footer.jpg) no-repeat;
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 922px;
	height: 36px;
	z-index: 50;
}

	#footer .top-link {
		width: 34px;
		height: 15px;
		position: absolute;
		right: 114px;
		top: 10px;
	}
	
/* Lauftext */
#runner {
	position: absolute;
	top: 200px;
	left: 250px;
	width: 675px;
	height: 17px;
	padding-top: 3px;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
}

	
	#runner .name {
		font-weight: bold;
	}
	
	#runner a {
		color: white;
		cursor: pointer;
	}

#firefox {
	position: absolute;
	top: 0px;
	left: 220px;
	background: url(../grafiken/firefox.png) 0px -20px no-repeat;
	width: 160px;
	height: 43px;
}

	#firefox:hover {
		background: url(../grafiken/firefox.png) 0px 0px no-repeat;
	}
	
.comment-text .image {
		border: 1px solid #636363;
		max-width: 495px;
		padding: 2px;
	}