/*
-----------------------------------------------
$Id em.css 1201701457, 2008-01-30 14:01:37 msslovi0 $
softball-em.de
Stylesheet:	em.css
Author:		Matt Slovig
Version:	27 February 2008
Revision:	27 February 2008
Colors:
	Red: #7D202D
	Grey: #5D5D5F
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 72.5%;
	font-family: Arial, Helvetica, sans-serif;
}


/* -----------------------------------*/
/* --------->>> CLEARFIX <<<----------*/
/* -----------------------------------*/

.c, .clearBoth {
	clear: both;
	padding-top: 5px;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {display: inline-table;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/* End Clearfix */

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

/* ---------->>> WRAPPER <<<----------*/
#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(/i/bg.nav.png) repeat-y right;
}
/* ---------->>> /WRAPPER <<<---------*/

/* ---------->>> BRANDING <<<---------*/
#branding {
	background: url(/i/bg.head.png) repeat-x center bottom;
	height: 72px;
}

	#branding h1 {
		width: 660px;
		float: left;
		padding-top: 10px;
	}
		
		#branding h1 a {
			color: #000;
			text-decoration: none;
		}
	
		#branding h1 span {
			display: block;
			font-size: 50%;
			color: #5D5D5F;
		}
	
	#branding img {
		float: right;
		display: block;
	}

/* ---------->>> /BRANDING <<<--------*/

/* ---------->>> MAINNAV <<<----------*/
#nav {
	width: 150px;
	margin-left: 750px;
	padding-top: 45px;
	list-style: none;
}

	#nav li {
		height: 30px;
	}
	
		#nav li a {
			color: #FFF;
			display: block;
			height: 30px;
			background: #7D202D url(/i/bg.li.png) repeat-y;
			padding-left: 10px;
			font-weight: bold;
			text-decoration: none;
			line-height: 30px;
			text-shadow: #000 3px 3px 5px;
		}
		#nav li a:hover {
			background: #5D5D5F url(/i/bg.li.hover.png) repeat-y;
		}

		#nav li#english a {
			background: #7D202D url(/i/bg.li.en.png) no-repeat;
			padding-left: 30px;
			margin-top: 10px;
		}
			#nav li#english a:hover {
				background: #7D202D url(/i/bg.li.en.hover.png) no-repeat;
			}

		#nav li#german a {
			background: #7D202D url(/i/bg.li.de.png) no-repeat;
			padding-left: 30px;
			margin-top: 10px;
		}
			#nav li#german a:hover {
				background: #7D202D url(/i/bg.li.de.hover.png) no-repeat;
			}
/* ---------->>> /MAINNAV <<<---------*/

/* ----------->>> MAIN <<<------------*/
#main {
	background: url(/i/bg.main.png) no-repeat right top;
	float: left;
}
/* ----------->>> /MAIN <<<-----------*/

/* ---------->>> CONTENT <<<----------*/
#content {
	float: left;
	width: 710px;
	padding-right: 40px;
	margin-top: 20px;
}
/* ---------->>> /CONTENT <<<---------*/

/* ----------->>> META <<<------------*/
#meta {
	clear: both;
	background: url(/i/bg.foot.png) no-repeat right top;
	height: 60px;
	font-size: 90%;
	color: #5D5D5F;
}

	#meta ul {
		list-style: none;
	}

		#meta li {
			float: left;
			padding-left: 20px;
			line-height: 16px;
			margin-right: 5px;
		}
		
			#meta li.dbv {
				background: url(/i/icon.dbv.png) no-repeat;
			}
			#meta li.bbsv {
				background: url(/i/icon.bbsv.png) no-repeat;
			}
			#meta li.deg {
				background: url(/i/icon.deg.png) no-repeat;
			}
			#meta li.town {
				background: url(/i/icon.town.png) no-repeat;
			}
/* ----------->>> /META <<<-----------*/

/* ----------->>> TEAMS <<<-----------*/
#teams {
	list-style: none;
}

	#teams li, h2.team {
		line-height: 55px;
		padding-left: 55px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	
		#teams li.germany, h2.germany {
			background-image: url(/i/flags/48/de.png);
			background-repeat: no-repeat;
		}
		#teams li.austria, h2.austria {
			background-image: url(/i/flags/48/at.png);
			background-repeat: no-repeat;
		}
		#teams li.greece, h2.greece {
			background-image: url(/i/flags/48/gr.png);
			background-repeat: no-repeat;
		}
		#teams li.israel, h2.israel {
			background-image: url(/i/flags/48/il.png);
			background-repeat: no-repeat;
		}
		#teams li.ukraine, h2.ukraine {
			background-image: url(/i/flags/48/ua.png);
			background-repeat: no-repeat;
		}
		#teams li.russia, h2.russia {
			background-image: url(/i/flags/48/ru.png);
			background-repeat: no-repeat;
		}
		#teams li.spain, h2.spain {
			background-image: url(/i/flags/48/es.png);
			background-repeat: no-repeat;
		}
		#teams li.france, h2.france {
			background-image: url(/i/flags/48/fr.png);
			background-repeat: no-repeat;
		}
		#teams li.italy, h2.italy {
			background-image: url(/i/flags/48/it.png);
			background-repeat: no-repeat;
		}
		#teams li.great-britain, h2.great-britain {
			background-image: url(/i/flags/48/gb.png);
			background-repeat: no-repeat;
		}
		#teams li.czech-republic, h2.czech-republic {
			background-image: url(/i/flags/48/cz.png);
			background-repeat: no-repeat;
		}
		#teams li.netherlands, h2.netherlands {
			background-image: url(/i/flags/48/nl.png);
			background-repeat: no-repeat;
		}
		#teams li.belgium, h2.belgium {
			background-image: url(/i/flags/48/be.png);
			background-repeat: no-repeat;
		}
		#teams li.croatia, h2.croatia {
			background-image: url(/i/flags/48/hr.png);
			background-repeat: no-repeat;
		}
		#teams li.denmark, h2.denmark {
			background-image: url(/i/flags/48/dk.png);
			background-repeat: no-repeat;
		}
		#teams li.romania, h2.romania {
			background-image: url(/i/flags/48/ro.png);
			background-repeat: no-repeat;
		}
		#teams li.slovakia, h2.slovakia {
			background-image: url(/i/flags/48/sk.png);
			background-repeat: no-repeat;
		}
/* ---------->>> /TEAMS <<<-----------*/
/* -----------------------------------*/
/* --------->>> FORMATTING <<<--------*/
/* -----------------------------------*/

/* ------------>>> TAGS <<<-----------*/
h2 {
	color: #7D202D;
	font-family: "Trebuchet MS";
	font-size: 180%;
	clear: both;
}

h3 {
	color: #7D202D;
	font-family: "Trebuchet MS";
	font-size: 140%;
	margin-top: 20px;
}

h4 {
	margin-top: 20px;
	font-family: "Trebuchet MS";
	color: #7D202D;
	font-size: 120%;
}

/* ------------>>> /TAGS <<<----------*/

/* ------------>>> IDS <<<------------*/
/* ------------>>> /IDS <<<-----------*/

/* ---------->>> CLASSES <<<----------*/
/* ---------->>> /CLASSES <<<----------*/

.links {
	list-style: none;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right !important;
}

.important {
	color: #CF0000;
	font-weight: bold;
}

/* -----------------------------------*/
/* ---------->>> LINKS <<<------------*/
/* -----------------------------------*/
a {
	color: #7D202D;
}

	a:hover {
		text-decoration: none;
	}
	a:active {
		position: relative;
		top: 1px;
	}
	
p {
	padding: 0.5em 0;
	line-height: 1.4em;
}

dl {
	padding-top: 1em;
}
	dt {
		width: 200px;
		float: left;
		font-weight: bold;
		clear: both;
	}
		dl.download dt {
			width: 210px;
		}

	dd {
		margin-left: 200px;
	}

	dl#twitter {
		padding: 10px;
		padding-top: 50px;
		border: 1px solid #7D202D;
		background: url(/i/twitter.png) top right no-repeat #EEE;
	}

/* -----------------------------------*/
/* ---------->>> TABLE <<<------------*/
/* -----------------------------------*/
table {
	border-collapse: collapse;
	margin-top: 10px;
}

	td, th {
		border: 1px solid #7D202D;
		font-size: 80%;
		padding: 2px;
	}

	th {
		background: #7D202D;
		color: #FFF;
	}

	td {
		background: #EEE;
	}

	tr.odd td {
		background: #DDD;
	}

	tfoot td {
		text-align: center;
		background: #CCC;
	}