/*  
Theme Name: Bridgeclub Siemens Erlangen Theme
Theme URI: www.bridgeclub-erlangen.de
Author: Tobias Laudon
*/

body, div, p, ul, li, span, table, tr, td, img, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-family: Verdana;
	color: #555;
}

body {
	background-color: #EEE;
	min-height: 100%;
	height: 100%;
	background: url('/wp-content/themes/bridge/images/bg-left.gif') repeat-y; 
}

h1 {
	margin-bottom: 25px;
}

.invisible {
	display: none;
}

.floatclear, .clear	{
	clear: both;
}

#page {
	min-height: 100%;
	height: 100%;
}

#header-wrapper {
	height: 157px;
	background: url('/wp-content/themes/bridge/images/bg-top.gif');
}

#header {
	height: 150px;
	background: url('/wp-content/themes/bridge/images/header-left.jpg') no-repeat;
	z-index: 100;
	position: absolute;
	width: 100%;
}

#header-text {
	text-align: center;
	width: 500px;
	padding-top: 20px;
	margin-left: 500px;
	position: absolute;
	z-index: 100;
	font-size: 44px;
	font-weight: bold;
}

#header-text a {
	color: #FFF;
	text-decoration: none;
}

#shadow-corner {
	position: absolute;
	left: 187px;
	top: 150px;
	z-index: 200;
	width: 8px;
	height: 8px;
	background: url('/wp-content/themes/bridge/images/shadow-corner.gif') no-repeat;
}

#left {
	float: left;
	width: 195px;
	background: url('/wp-content/themes/bridge/images/bg-left.gif') repeat-y;
	min-height: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

#navi {
	background: url('/wp-content/themes/bridge/images/karten.gif') center 10px no-repeat;
	margin-top: 165px;
	padding: 115px 0 0 10px;
}

#navi li {
	margin-top: 5px;
}

#navi ul {
	list-style-type: none;
}

.navlink {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 160px;
	padding-left: 18px;
}

a.eins:link, a.eins:visited {
	background: url('/wp-content/themes/bridge/images/kreuz.gif') no-repeat;
}

a.eins:hover, a.eins:focus {
	text-decoration: underline;
	background: url('/wp-content/themes/bridge/images/herz.gif') no-repeat;
	color: #ccc;
}

a.zwei:link, a.zwei:visited {
	background: url('/wp-content/themes/bridge/images/karo.gif') no-repeat;
}

a.zwei:hover, a.zwei:focus {
	text-decoration: underline;
	background: url('/wp-content/themes/bridge/images/pik.gif') no-repeat;
	color: #ccc;
}

.subnav {
	padding-left: 25px;
}

#content {
	font-size: 14px;
	margin: 10px 0 0 220px;
	width: 670px;
}

/* fuer unterschiedliche Kommentare*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}


