/*  
Theme Name: Stadionhomepage
Theme URI: http://wordpress.org/
Description: Zweites Template für die Stadionhomepage
Version: 2.0
Author: Wolf Br&uuml;ning
Author URI: http://www.wolfbruening.de
*/



html {
	margin: 0px;
	padding: 0px;
}
		
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #f2f2f2 url(images/background.gif) top center repeat-y;
}
		
#page {
	width: 857px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 118px;
}
		
#header {
	background: #fff url(images/header_temp5.jpg) top left no-repeat;
	margin-right: 187px;
	width: 670px;
	height: 175px;
	text-align: center;
}

#header a {
	display: block;
	width: 670px;
	height: 175px;
}

#navigation {
	background-color: #003181;
	margin: 0px 187px 0px 0px;
	width: 658px;
	padding-left: 12px;
	height: 32px;
	vertical-align: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
}

#navigation li {
	margin: 0px 0px 0px 18px;
	padding: 0px;
	display: inline;
	float: left;
}

#navigation a {
	color: #fff;
}

#navigation a:visited {
	color: #fff;
}
		
#content {
	padding: 60px 30px 60px 30px;
	width: 610px;
	float: left;
}
		
#sidebar {
	padding: 80px 0px 60px 17px;
	width: 170px;
	float: right;
	font-size: 13px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
	margin-bottom: 7px;
}

#sidebar li li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #searchform {
	width: 153px;
	height: 21px;
}

#sidebar #s {
	height: 17px;
	padding: 1px;
	width: 115px;
	background-color: #fff;
	border: 1px #999 solid;
}

#sidebar #searchsubmit {
	vertical-align: bottom;
}

img {
	border-width: 0px;
}

.rss {
	vertical-align: middle;
}


/*
#sidebar a {
	color: #000064;
}

#sidebar a:visited {
	color: #000064;
}
*/
		
#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	width: 780px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

a:visited {
	color: #003181;
}

a:hover {
	text-decoration: underline;
	color: #27f;
}

h1 {
	margin-bottom: 4px;
	margin-top: 2px;
	color: #003181;
	font-size: 24px;
	font-weight: normal;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	color: #444;
	font-size: 20px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 7px;
}

.datum {
	font-family: Georgia, Times, Arial;
	font-size: 12px;
	color: #444;
	font-style: italic;
}

.subline {
	font-size:12px;
	color: #444;
}

.post {
	margin-bottom: 80px;
}

.entry {
	font-size: 13px;
	line-height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.blognav {
	font-size: 14px;
}

.commentlist {
	font-size: 13px;
	padding-bottom: 20px;
}

/*--------------------- Timeline ----------------------------*/

#timeline {
	width: 550px;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	border-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
		
tr, td {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
		
.tl_date {
	width: 91px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
		
.tl_content {
	width: 430px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 25px;
}
		
.tl_icon_start {
	width: 29px;
	height: 220px;
	background: #fff url(images/arrow_start.gif) top center no-repeat;
}

.tl_icon_start2 {
	width: 29px;
	height: 128px;
	background: #fff url(images/arrow_start2.gif) top center no-repeat;
}
		
.tl_icon_mid {
	width: 29px;
	background: #fff url(images/arrow_mid.gif) top center no-repeat;
}
		
.tl_icon_jump {
	width: 29px;
	background: #fff url(images/arrow_jump.gif) top center repeat-y;
}
		
.tl_icon_end {
	width: 29px;
	background: #fff url(images/arrow_end.gif) top center no-repeat;
}

#end {
	color: #fff;
}
	
