/*
-----------------------------------------------
$Id dbv.css 1250601701, 2009-08-18 15:08:41 msslovi0 $
presse.baseball-softball.de
Stylesheet:	dbv.css
Author:		Matt Slovig
Version:	18 August 2009
Revision:	18 August 2009
Colors:
	Black: #000
	Red: #B8000A
	Gold: #FFB317
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> RESET <<<------------*/
/* -----------------------------------*/

/* v1.0 | 20080212 */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML5 tags */  
header, section, footer, hgroup,
aside, nav, article, figure {  
    display: block;  
}  


/* -----------------------------------*/
/* --------->>> 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 */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

html {}

body {
	background: #F1CCCE url(/i/bg.body.jpg) repeat-x;
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-shadow: #FFF 0 1px 0;
	font-style: normal;
	font-weight: normal;
}

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

#wrapper {
	width: 966px;
	margin: 0 auto;
	background: url(/i/bg.shade.png);
}

#inner-wrapper {
	background: #FFF;
	width: 940px;
	margin: 0 auto;
}

header {
	height: 150px;
	width: 940px;
	margin: 0 auto;
}

	header hgroup {
		padding: 0 20px;
		height: 70px;
		width: 900px;
		background: #FFF url(/i/logo.jpg) no-repeat right center;
	}
	
	header h1 {
		font-size: 1.8em;
		padding-top: 20px;
		padding-bottom: 5px;
	}

h3 {
	color: #333;
	text-align: center;
	font-size: 1.2em;
	padding: 5px 0 10px 0;
	height: 35px;
	background: url(/i/hl.shade.png) no-repeat top center;
}

h4 {
	text-align: center;
	padding: 10px 0;
}

#logo {
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}

#meta {
	clear: both;
	width: 900px;
	padding: 0 20px;
	background: #B8000A;
	color: #FFF;
	text-shadow: #800 0 1px 0;
	float: left;
	height: 20px;
	line-height: 20px;
}

	#date {
		float: left;
		width: 200px;
	}
	#meta ul {
		float: right;
	}
		#meta li {
			float: left;
		}
			#meta a {
				text-decoration: none;
				color: #FFF;
				display: block;
				padding: 0 5px;
				font-weight: bold;
			}
				#meta a:hover, #impressum .impressum, #baseball .baseball {
					background: #FFF;
					color: #B8000A;
					text-shadow: #999 0 1px 0;
				}

	#primary {
		clear: both;
		height: 50px;
		background: #000 url(/i/nav.png) center;
		border-bottom: 10px #EEE solid;
		padding-left: 20px;
	}

		#primary li {
			float: left;
		}
	
		#primary a {
			display: block;
			line-height: 50px;
			font-size: 1.9em;
			color: #CCC;
			text-shadow: none;
			padding-right: 1em;
			text-decoration: none;
		}
		
			#primary a:hover, #home .home, #pressreleases .pressreleases, #pictures .pictures, #facts .facts, #federations .federations, #clubs .clubs {
				color: #FFF;
			}

#content {
	clear: both;
	width: 900px;
	margin: 0 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#articles, #pics {
	width: 440px;
	float: left;
}

	#articles dt, #releases dt {
		font-size: 1.5em;
		line-height: 1.3em;
	}
	
		#articles a, #releases a {
			text-decoration: none;
			color: #B8000A;
		}
		
			#articles a:hover, #releases a:hover {
				text-decoration: underline;
			}
	
	#articles dd, .border, #releases dd {
		background: url(/i/border.png) no-repeat center bottom;
		padding-bottom: 10px;
	}
	
	#articles p, #releases p {
		padding: 10px 0;
		font-weight: bold;
		font-size: 1.2em;
	}
	
	#articles li {
		display: block;
		float: left;
		width: 200px;
		text-align: center;
		height: 150px;
	}
	
		#articles li a:hover {
			text-decoration: none;
		}

	#pics li {
		display: block;
		float: left;
	}
	
		#pics img {
			padding: 2px;
			border: 1px solid #B8000A;
		}
	
		#pics a {
			display: block;
			margin: 2px;
			position: relative;
			text-decoration: none;
		}
		
			#pics a:hover img {
				border: 1px dotted #B8000A;
				background: #EEE;
			}
			
			#pics span {
				position: absolute;
				top: -45px;
				left: -42px;
				width: 184px;
				background: url(/i/label.name.png) no-repeat 50% 50%;
				padding-bottom: 35px;
				display: none;
				opacity: 0;
				z-index: 10;
				text-align: center;
				padding-top: 20px;
				color: #FFF;
				text-shadow: #999 0 1px 0;
			}
	
#clublist, #picdesc {
	width: 440px;
	margin-left: 460px;
}

	.ie6 #clublist, .ie6 #picdesc {
		width: 420px;
	}
	
	#picdesc img {
		padding: 2px;
		border: 1px solid #B8000A;
	}

	#clublist p, .textCenter {
		text-align: center;
	}
	#clublist table {
		margin-top: 20px;
		margin-left: 37px;
	}
		#clublist tr {
			border-bottom: 1px solid #CCC;
		}
		#clublist td {
			padding: 5px 0;
		}
	
#main p, #picdesc p {
	text-align: center;
	margin: 1em 0;
}

	#baseball #main {
		text-align: center;
	}
	
footer {
	border-top: 10px #EEE solid;
	clear: both;
	padding: 50px 20px 0 20px;
	height: 20px;
	background: #B8000A url(/i/nav.png) repeat-x;
	line-height: 20px;
	text-shadow: #800 0 1px 0;
	color: #FFF;
}

a {
	color: #B8000A;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
.icon {
	width: 60px;
	vertical-align: middle;
	text-align: center;
	height: 32px;
}

.desc {
	width: 250px;
	vertical-align: middle;
}

.google-earth {
	vertical-align: middle;
	width: 16px;
	text-align: left;
}

.legend {
	width: 130px;
}

.ge {
	padding-top: 10px;
}

#federations dt {
	width: 120px;
	float: left;
}
#federations dd {
	margin-left: 120px;
}
#federations dl, #federations li strong {
	padding-left: 150px;
	clear: both;
	padding-right: 150px
}
#federations #main {
	width: 650px;
	margin-left: 125px;
}
#federations #main strong {
	background: url(/i/border.png) no-repeat center top;
	padding-top: 10px;
	margin-top: 5px;
	display: block;
}
#federations #main li:first-child strong {
	background: none;
}

#bwbsv {
	background: url(/i/bwbsv.png) no-repeat left center;
}
#bwbsv dl {
	background: url(/i/bwbsv.map.jpg) no-repeat right top;
}
#bbsv {
	background: url(/i/bbsv.png) no-repeat left center;
}
#bbsv dl {
	background: url(/i/bbsv.map.jpg) no-repeat right top;
}
#bsvbb {
	background: url(/i/bsvbb.png) no-repeat left center;
}
#bsvbb dl {
	background: url(/i/bsvbb.map.jpg) no-repeat right top;
}
#swbsv {
	background: url(/i/swbsv.png) no-repeat left center;
}
#swbsv dl {
	background: url(/i/swbsv.map.jpg) no-repeat right top;
}
#shbv {
	background: url(/i/shbv.png) no-repeat left center;
}
#shbv dl {
	background: url(/i/shbv.map.jpg) no-repeat right top;
}
#hbv {
	background: url(/i/hbv.png) no-repeat left center;
}
#hbv dl {
	background: url(/i/hbv.map.jpg) no-repeat right top;
}
#hbsv {
	background: url(/i/hbsv.png) no-repeat left center;
}
#hbsv dl {
	background: url(/i/hbsv.map.jpg) no-repeat right top;
}
#mbsv {
	background: url(/i/mbsv.png) no-repeat left center;
}
#mbsv dl {
	background: url(/i/mbsv.map.jpg) no-repeat right top;
}
#nbsv {
	background: url(/i/nbsv.png) no-repeat left center;
}
#nbsv dl {
	background: url(/i/nbsv.map.jpg) no-repeat right top;
}
#shbv {
	background: url(/i/shbv.png) no-repeat left center;
}
#shbv dl {
	background: url(/i/shbv.map.jpg) no-repeat right top;
}
#bsvnrw {
	background: url(/i/bsvnrw.png) no-repeat left center;
}
#bsvnrw dl {
	background: url(/i/bsvnrw.map.jpg) no-repeat right top;
}
/* -----------------------------------*/
/* ----------->>> BUTTON <<<----------*/
/* -----------------------------------*/

/* http://stopdesign.com/eg/buttons/3.0/code.html */
.btn {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 3px 0;
	border-width: 0;
	overflow: visible;
	font: 100%/1.2 Arial,Sans-serif;
	text-decoration: none;
	color: #333;
}

* html button.btn {
	padding-bottom: 1px;
}
/* Immediately below is a temporary hack to serve the 
	following margin values only to Gecko browsers
	Gecko browsers add an extra 3px of left/right 
	padding to button elements which can't be overriden.
	Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
	margin: 0 -3px;
}
	.btn span {
		background: #ddd url(/i/bg.button.png) repeat-x 0 0;
		margin: 0;
		padding: 3px 0;
		border-left: 1px solid #bbb;
		border-right: 1px solid #aaa;
	}
	* html .btn span {
		padding-top: 0;
	}
	.btn span span {
		position: relative;
		padding: 3px .4em;
		border-width: 0;
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #aaa;
	}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button {}

	button.pill-l span {
		border-right-width: 0;
	}
	button.pill-l span span {
		border-right: 1px solid #bbb;
	}
	button.pill-c span {
		border-right-style: none;
		border-left-color: #fff;
	}
	button.pill-c span span {
		border-right: 1px solid #bbb;
	}
	button.pill-r span {
		border-left-color: #fff;
	}

/* only needed if implementing separate hover/focus/active state for buttons */
	.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
		cursor: pointer; /* important for any clickable/pressable element */
		border-color: #B8000A !important;
		color: #000;
	}
	.yellow .btn:hover span, .yellow .btn:hover span span, .yellow .btn:focus span, .yellow .btn:focus span span {
		border-color: #F90 !important;
	}
	.btn:active span {
		background-position: 0 -400px;
		outline: none;
	}
	.btn:focus, .btn:active {
		outline: none; /* doesn't seem to be respected for <button>, only <a> */
	}

/* use if one button should be the 'primary' button */
.primary {
	font-weight: bold;
	color: #000;
}

/* -----------------------------------*/
/* ------------>>> FORMS <<<----------*/
/* -----------------------------------*/
form {
	width: 400px;
	text-align: center;
}

	form p {
		clear: both;
		margin-bottom: .5em;
	}
	
	fieldset {
		margin-top: .5em;
	}
	
input[type='text'], input[type='password'] {
	height: 20px;
	font-size: 12px;
	width: 150px;
	padding: 5px 10px 0;
	border: none;
	background: url(/i/bg.input.png) no-repeat;
	margin-right: 10px;
	text-align: center;
}

label, .label {
	display: block;
}

	label.checkbox {
		float: none;
		width: auto;
		display: inline;
	}

	#boxLogin label {
		width: 100px;
	}
