@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border: none;
}

div.clear	{ clear: both; }

div#container {
	width:1270px;
	min-width: 1090px;
	text-align:left;
}

div#header {
	border: 0px solid #000;
	float: none;
	width: 1090px;
	margin:0;
	padding:0;
	background: url(../images/bg_stadion.jpg) right no-repeat;
	height: 150px;
}
div#headerLogo {
	border: 0px solid #000;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/logo_tfv.jpg) left no-repeat;
	height: 150px;
}
img.headerImage {
	padding-left: 640px;
}
div#search {
	border:0px solid #333;
	position:relative;
	width:150px;
	height:20px;
	padding:0;
	margin:0;
	float:right;
	top: 103px;
	right:30px;
}
input#searchField {
	background: url(../images/search.gif) no-repeat 0 0 #FFF;
	border:0px solid #ccc;
	width:150px;
	height:18px;
	padding:2px 0 0 20px;
	margin:0;
}

div#colorful {
	border: 0px solid #000;
	float: none;
	width: 1090px;
	height:15px;
	margin:0;
	padding:0;
}

div#headermenu {
	border: 0px solid #000;
	float: none;
	display:block;
	width: 1090px;
	height:15px;
	margin:0 0 15px 0;
	padding:2px 0 2px 0;
	border-bottom: 1px solid #393;
}
div#headermenu a:link, div#headermenu a:visited {
	color:#000;
	text-decoration:none;
}
div#headermenu a:hover {
	color: #393;
	text-decoration: underline;
}
div#headermenu_left {
	float:left;
	display:inline-block;
}
div#headermenu_right {
	float:right;
	display:inline-block;
	width:220px;
}

div#left {
	float: left;
	width:165px;
	margin:0 10px 0 0;
	padding:0;
}

/*
 * Menu styles
 */

div#mainmenu {
}
div.mainmenu1, div.mainmenu2 {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	font-weight:none;
}
div.depth1 {
	padding-left: 5px;
	font-size: 16px;
	background: #393;
}
div.depth1.mainmenu1 {
	background: #3C3;
}
div.depth1.mainmenu2 {
	background: #393;
}
div.depth2 {
	padding-left: 20px;
	font-size: 15px;
	background: #3A3;
}
div.depth3 {
	padding-left: 35px;
	font-size: 12px;
	background: #3B3;
}
div#mainmenu a:link, div#mainmenu a:visited {
	color:#fff;
	font-weight:none;
	text-decoration:none;
}
div#mainmenu a:hover {
	color:#fff;
	font-weight:none;
	text-decoration: underline;
}

/*
 * main content styles 
 */
div#sponsoren {
	border: none;
}
div#main {
	float:left;
	width:685px;
	margin: 0 10px 0 0;
	padding:0;
	text-align:justify;
}
div.main_wide	{ width: 925px !important; }
div.article {
	float:left;
	width:49%;
	margin: 0;
	padding:0;
	text-align:justify;
}
div.article_abstand {
	border-top: 1px solid #393;
	margin: 0 15px 15px 0;
	height: 150px;
}
div.article_abstand_small {
        border-top: 1px solid #393;
        margin: 0 15px 15px 0;
        height: 100px;
}
.weiterlesen p {
	text-align:right;
}
a.weiterlesen:link, a.weiterlesen:visited {
	color:#666;
	text-decoration:none;
}
a.weiterlesen:hover {
	color: #393;
	text-decoration: underline;
}

div#main_full {
	float:left;
	width:800px;
	margin:0;
	padding:0;
}

/*
 * Datenservice styles
 */

.table_ergebnisse1 {
	border: 1px solid #C33;
	text-align:left;
	margin-bottom:15px;
}
.table_ergebnisse1 tr.tabellenueberschrift td {
	background:#fff;
	color:#000;
	font-weight:bold;
	vertical-align:top;
}
.table_ergebnisse1 tr.ungerade td {
	background:#fff;
	vertical-align:top;
}
.table_ergebnisse1 tr.gerade td { 
	background:#eee;
	color:#C33;
	vertical-align:top;
}
.table_ergebnisse1 tr {
	vertical-align:top;
}
.table_ergebnisse1 tr:first-child {
	font-weight:bold;
	background:#eee;
}

/*
 * Sidebar styles
 */

div#right {
	float:left;
	display:inline;
	width:220px;
	margin:0 10px 0 0;
	padding:0;
}
.moduletitle {
	border-top: 1px solid #393;
	font-size:17px;
	line-height:1em;
	font-weight:bold;
	color: #393;
	margin:0;
	padding:5px 0 5px 0;
}
.table_termine td:first-child {
	padding-right: 3px;
}
.table_termine td {
	padding-bottom: 7px;
}
h3 {
	color: #666;
	font-size: 12px;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size:14px;
	line-height:1em;
	font-weight:bold;
	color: #393;
	margin:0;
	padding:5px 0 5px 0;
	text-transform: uppercase;
	text-align: left;
}
h1.red {
	display:inline;
	font-size:1.5em;
	line-height:1em;
	font-weight:bold;
	margin:0;
	padding:5px 10px 20px 0;
}
h1.red a:link, h1.red a:visited {
	color: #666;
	text-decoration:none;
}
h1.red a:hover, h1.red a.active {
	color: #C33;
	text-decoration:none;
}
h1.icon {
	background:url(../images/icon.png) no-repeat 0 9px;
	padding-left: 30px;
}
p {
	line-height:1.2em;
}

/*
 * Skyscraper
 */

div#sky	{ float: left; width: 160px; height: 600px; overflow: hidden; }

/*
 * Archiv style definitions 
 */
table.archive_monthSection {
	width: 100%;
	border-spacing: 0px;
}

div.archive {
	margin: 0 15px 15px 0;
}

div.archive h3 {
	background: url('../images/archiv/list-add.png') no-repeat;
	text-indent: 20px;
	height: 25px;
	line-height: 15px;
	margin-top: 15px;
	cursor: pointer;
}

tr.archive_article td {
	border-top: 1px dotted gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.archive_article_picture {
	width: 150px;
	text-align: center;
}

td.archive_article_text {
	vertical-align: top;
}

td.archive_article_more {
	width: 100px;
	text-align: right;
	vertical-align: bottom;
}

/*
 * Liveticker
 */

#liveticker_content #pscroller2{
	width: 215px;
	height: 155px;
	border: none;
	padding: 0px;
	padding-top:10px;
	background-color: transparent;
}

#liveticker_content .rssclass .rsstitle{
	font-weight: bold;
}

#liveticker_content .rssclass .rssdate{
	font-size: 85%;
	color: black;
}

#liveticker_content .rssclass a {
	color: #339933;
	text-decoration: none;
}
#liveticker_content .rssclass a:hover {
	color: #393;
	text-decoration: underline;
}

.yui-skin-sam .yui-ac-content {
	position: relative;
	right: 191px;
}

