﻿@charset "utf-8";
/* CSS Document */
/*
    AUTHOR: Tim Borcherding
*/

/* Reset*/
* {
	margin: 0;
	padding: 0;
}
body {
	height:100%;
	font: 62.5% Arial, sans-serif;
}
html {
	height:100%;
	overflow:scroll;
}
ul {
	list-style: none inside;
}
p {
	font: 13px/13px sans-serif;
	margin-bottom: 13px;
}
a {
	outline: none;
}
a img {
	border: none; 
}
/* Reset Ende */

/*Allgemein*/
h1{
	font-size:16px;
	margin-bottom:10px;
}
h2{
	font-size:14px;
	margin-bottom:10px;
}
h3{
	font-size:13px;
	margin-bottom:10px;
}
ul{	
	margin-bottom:10px;
	font-size:13px;
}
ul li{
	margin-bottom:7px;
}
ol{
	margin-bottom:10px;
	font-size:13px;
}
ol li{
	margin-left:20px;
}
q{
	display:block;
	text-align:center;
	font-size:13px;
	font-style:italic;
}
/*Tabellen*/
table{
	margin-top:10px;
	margin-bottom:10px;
	
	border-style:solid;
	border-width:1px;
	border-color:#000;
	
	empty-cells:show;
	
	border-collapse:collapse;
	border-spacing:0px;
		
	font-size:10px
}
td{
	border-style:solid;
	border-width:1px;
	border-color:inherit;
	
	vertical-align:top;
	
	padding:4px;
	
	font-size:13px;
}
th{
	border-style:solid;
	border-width:1px;
	border-color:inherit;
	
	padding:4px;
	padding-bottom:9px;
	
	background-image:url(graphics/zierleiste.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	
	font-size:13px;
}
.noBorderTable{
	border:none;
}
.noBorderTable td{
	border:none;
	padding-left:0px;
}
.noBorderTable th{
	border:none;
	padding-left:0px;
}
.centeredTable
{
	text-align:center;
}
.rowHoverHighlight tr:hover td
{
	background-color:#F2F2F2;
}
/*Tabellen*/
/*Tabellen sortierung*/
.sort_sortable
{
	padding-right:16px;
		
	display:block;
	
	background-repeat:no-repeat;
	background-position:right;
	
	color:#000;
}
.sort_sortable:hover
{	
	background-image:url(../graphics/icons/1uparrow.png);
}
.sort_sorted_asc
{
	padding-right:16px;
		
	display:block;
	
	background-image:url(../graphics/icons/1uparrow.png);
	background-repeat:no-repeat;
	background-position:right;
	
	color:#000;
}
.sort_sorted_asc:hover
{
	background-image:url(../graphics/icons/1downarrow.png);
}
.sort_sorted_desc
{
	padding-right:16px;
		
	display:block;
	
	background-image:url(../graphics/icons/1downarrow.png);
	background-repeat:no-repeat;
	background-position:right;
	
	color:#000;
}
.sort_sorted_desc
{
	background-image:url(../graphics/icons/1uparrow.png);
}
/*Tabellen sortierung*/
/*Formulare*/
input{
	padding:2px 4px;
}
.submit{
	text-align:right;
}
#deleteForm{
	display:none;
	visibility:hidden;
}
/*Formulare*/
/*Allgemein Ende*/

/* Container */
#site{
	width:900px;
	margin:10px auto;
	position: relative;
	left: 4px;
	top: 4px;
}
#siteContainer{
	border-style:solid;
	border-width:1px;
	border-color:#000;
	
	
	background:#FFF;
	
	position: relative;
	left: -2px;
	top: -2px;	
	
	color:#333;
}
/*Shadow*/
.container{
	position: relative;
	left: 4px;
	top: 4px;
	
	padding-bottom:10px;
}
.shadowContainer{
	position: relative;
	left: -2px;
	top: -2px;
	
	
	border-style:solid;
	border-width:1px;
	border-color:inherit;
	
	overflow:hidden;
	
	padding:10px;
	
	background:#FFF;

}
.container h1{
	background-image:url(graphics/zierleiste.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom: 1px solid #000;
	margin:0px -10px 10px;
	padding:0px 5px 10px;
}

.container img{
	max-width:100%;	
}
.shadow{
	background:#666;
	position: relative;
	left: -2px;
	top: -2px;	
}
/*Shadow Ende*/
.containerFooter{
	border-top-style:solid;
	border-top-width:1px;
	border-color:inherit;
	
	margin:-10px;
	padding:0px 10px;
}
/* Container Ende */

/*Header*/
#header{
	height:130px;
	background-image:url(graphics/header.png);
}
#subheader{	
	padding: 0px 12px;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#000;
	
	text-align:right;
	
	color:#FFF;
	background-color:#B00;
}
#subheader a{
	color:#FFF;
	text-decoration:none;
}
#subheader a:hover,
#subheader a:focus,
#subheader a:active{
	text-decoration:underline;
}
/*Header Ende*/

/*Navigation*/
#navigation{
	width:180px;
	float:left;
	
	font-weight:bold;
}
#navigation a{
	color:#333;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:15px;
}
#navigation li{
}
#navigation a:focus, #navigation a:hover {
	background-image:url(graphics/highlight.png);
}

.naviL1{
	padding-top:10px;
	padding-left:5px;
	font-size:16px;
}
.naviL2{
	padding-left:10px;
	font-size:13px;
}
.naviActiv > a
{
	background-image:url(graphics/highlight.png);
}

/*Navigation Ende*/

/*Inhalt*/
#inhalt{
	
	float:left;
	width:694px;
	
	padding-top:10px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
}
/*Inhalt Ende*/

/*Allgemeine classes*/
.clearer{
	clear:both;
	height:0px;
}
.bildContainer{
	text-align:center;
}
.subtitle{
	font-style:italic;
}

.emphasized{
	font-weight:bold;
}
.error{
	color:#F00;
}
.inactive{
	color:#CCC;
}
/*Allgemeine classes*/

/*News*/
.news_navi{
	margin:10px;	
	text-align:center;
}

.news_navi li{
	margin:0px 5px;
	display:inline;
}

.news_navi a{
	color:#333;
}
/*News*/

/*Fotogalerie*/
.foto_albumThumb{
	float:left;
	
	margin:5px 6px 25px;;
	border: 1px solid #333;
	width:158px;
	padding-top:3px;
	text-align:center;
}
.foto_albumThumb a{
	color:#333;
	text-decoration:none;
}


.foto_albumThumb h3{
	background-image:url(graphics/zierleiste.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom: 1px solid #000;
	margin:0px 0px 10px;
	padding:0px 5px 10px;
	height:25px;
}

.foto_albumThumbpicture{
	height:88px;
	margin:8px;
}
.foto_albumNavi{
	color:#333;
	clear:both;
	margin:10px;	
	text-align:center;
}

.foto_albumNavi li{
	margin:0px 5px;
	display:inline;
}

.foto_albumNavi a{
	color:#333;
}

.foto_thumbnail{
	float:left;
	
	margin:5px;
	width:160px;
	height:115px;
	padding-top:5px;
	
	text-align:center;
}
.foto_thumbnail img{
	border: 1px solid #333;
}
.foto_thumbnail p{
	margin:0px;
}
.foto_thumbnail a{
	color:#333;
	text-decoration:none;
}
.foto_infoLeft{
	float:left;
}
.foto_infoRight{
	float:right;
}
.foto_prevPic{
	float:left;
	width:231px;
	text-align:left;
}
.foto_back{
	float:left;
	width:232px;
	text-align:center;	
}
.foto_nextPic{
	float:left;
	width:231px;
	text-align:right;
	
}
/*Fotogalerie*/

/*Gästebuch*/
.gb_container{
	position: relative;
	left: 4px;
	top: 4px;
	
	padding-bottom:20px;
}
.gb_container .redBar{
	clear:both;
}
.gb_eintragNR{
	float:left;
}
.gb_datum
{
	float:right;
}
.gb_name{
	float:left;
}
.gb_name a{
	color:#333;
}
.gb_homepage{
	float:right;
}
.gb_text{
	clear:both;
}
.gb_kommentar{
	font-style:italic;
}
.gb_smiliebutton{	
	width:20px;
	height:20px;
	
	border:none;
	background-repeat:no-repeat; 
	background-position:center;
	background-color:#FFF;
}
/*Gästebuch*/

/*Presse*/
.presse_navi{
	text-align:center;
}
.presse_navi a{
	color:#333;
}
.presse_navi_aktiv{
	font-weight:bold;
}
.presse_img{
	width:694px;
}
/*Presse*/

/*Mannschaften*/
.mannschaften_spieler{
	float:left;
	
	margin-right:15px;
	margin-bottom:10px;
	border: 1px solid #333;
	width:154px;
	height:255px;
	text-align:center;
}
.mannschaften_spieler_img{
	height:190px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	padding:2px 2px 5px;
	
	background-image:url(graphics/zierleiste.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.mannschaften_spieler p{
	margin:0px;
}
/*Mannschaten*/

/* reCaptcha */
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #666 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #666 !important; //Text input field border color
   background-color:#FFF !important; //Text input field background color
 }
/* reCaptcha */
