/* [Kunde] - [Datum] - [Online Consulting AG] - [format.css] */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}

/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}  /* IE 7 */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body {
	text-align: center;
	font-size: 0.69em;
	line-height: 1.5em;
	height: 100%;
	background: url('../1/images/bg.gif') repeat-x;
	}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #b1b1b1;
	}
#header {
	text-align: left;
	margin: 0 auto;
	width: 945px;
	height: 105px;
	padding-top: 20px;
	}
#main {
	}
#left {
	float: left;
	width: 792px;
	margin-right: 8px;
	}
#content {
	float: left;
	width: 655px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}
#right {
	float: left;
	width: 150px;
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {border: none;}
hr {
	clear: both;
	color: #b1b1b1;
	height: 1px;
	margin: 5px 0;
	background: #b1b1b1;
	border: none;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #5a5a5a;
	}
a:focus {color: #000;}
address {font-style: normal;}

/************************************************
*					Header						*
************************************************/
#partner h2 {
	font-weight: normal;
	font-size: 1em;
	color: #5a5a5a;
	padding-left: 4px;
	}
#header #partner {
	float: right;
	width: 440px;
	margin-top: 10px;
	}
#header .logos {
	height: 25px;
	width: 440px;
	vertical-align: baseline; 
	overflow: hidden;
	}
#header .logos a, #header .logos a:link, #header .logos a:visited {
	vertical-align: baseline;
	margin: 0 5px;
	}
#header .logos a img {
	}
/************************************************
*					Suche						*
************************************************/
.search {
	float: right;
	width: 150px;
	}
.search .go {
	float: right;
	margin: 3px 4px 0 0;
	}
.search .searchfield {
	float: right;
	font-size: 1em;
	color: #e0081d;
	height: 15px;
	width: 125px;
	padding: 2px;
	border: 1px solid #b1b1b1;
	}
/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#hnav {
	margin-bottom: 10px;
	}
#hnav li {
	float: left;
	}
#hnav li a, #hnav li a:link, #hnav li a:visited {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	width: 125px;
	height: 20px;
	padding-left: 5px;
	margin-right: 2px;
	background-color: #e0081d;
	background-image: url('../1/images/ecke.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#hnav li.sport a, #hnav li.sport a:link, #hnav li.sport a:visited {background-color: #284e9a;}
#hnav li.fest a, #hnav li.fest a:link, #hnav li.fest a:visited {background-color: #21a12d;}
#hnav li.besucher a, #hnav li.besucher a:link, #hnav li.besucher a:visited {background-color: #f9b514;}
#hnav li.partner a, #hnav li.partner a:link, #hnav li.partner a:visited {background-color: #1b9999;}
#hnav li.medien a, #hnav li.medien a:link, #hnav li.medien a:visited {background-color: #707070;}
	
/* Sekundaere Navigation */
/* Stufe 1 */
#snav {
	float: left;
	width: 130px;
	margin-right: 5px;
	}
#snav ul {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background-color: #e0081d;
	background-image: url('../1/images/ecke.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#snav li a, #snav li a:link, #snav li a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 0 0 5px;
	}
#snav li a:hover, #snav li a:active, #snav li a:focus {}
#snav li a.active, #snav li a.active:link, #snav li a.active:visited {
	padding-left: 20px;
	background: url('../1/images/snav_active_bg.gif') 8px 10px no-repeat;
	}
#snav a.poweredby, #snav a.poweredby:link, #snav a.poweredby:visited {
    display: block;
    margin-top: 10px;
    }
	
/* Stufe 2 */
#snav ul ul {
    background: none;
    min-height: auto !important;
    height: auto !important;
	}
#snav ul ul li a, #snav ul ul li a:link, #snav ul ul li a:visited {
	font-size: 1em;
	font-weight: normal;
	padding-left: 20px;
	}
#snav ul ul li a:hover, #snav ul ul li a:active, #snav ul ul li a:focus {}
#snav ul ul li a.active, #snav ul ul li a.active:link, #snav ul ul li a.active:visited {
	background: url('../1/images/tnav_active_bg.gif') 8px 10px no-repeat;
	}
	
/* Footer Navigation */
#fnav {
	text-align: left;
	width: 670px;
	margin: 5px auto;
	}
#fnav li {
	display: inline;
	}
#fnav li a, #fnav li a:link, #fnav li a:visited {
	font-weight: bold;
	padding-left: 15px;
	}
#fnav li a.print, #fnav li a.print:link, #fnav li a.print:visited {
	background: url('../1/images/fnav_print.gif') no-repeat;
	}

/* generische Navigation */
#gnav {
	float: right;
	margin-top: 10px;
	}
#gnav li {
	display: inline; 
	padding: 0 4px;
	}
#gnav li a, #gnav li a:link, #gnav li a:visited {
	font-weight: bold;
	}

/* Breadcrumb */
#breadcrumb {margin-top: 10px;}
#breadcrumb li {
	display: inline;
	padding-right: 2px;
	}
#breadcrumb li a, #breadcrumb li a:link, #breadcrumb li a:visited {
	font-weight: bold;
	padding-right: 10px;
	background: url('../1/images/breadcrumb_pfeil.gif') right no-repeat;
	}
#breadcrumb li a.active, #breadcrumb li a.active:link, #breadcrumb li a.active:visited {
	background: none;
	}
		
/* Quicklinks */
#quicklinks {
	padding: 10px 5px 10px 10px;
	margin-bottom: 2px;
	background-color: #21A12D;
	background-image: url('../1/images/ecke.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#quicklinks li a, #quicklinks li a:link, #quicklinks li a:visited {
	display: block;
	color: #fff;
	font-size: 1.2em;
	padding: 2px 0;
	}

/* Sitemap */
#sitemap a, #sitemap a:link, #sitemap a:visited {font-weight: bold; font-size: 1.2em;}
#sitemap li.organisation a, #sitemap li.organisation a:link, #sitemap li.organisation a:visited {color: #E0081D;}
#sitemap li.sport a, #sitemap li.sport a:link, #sitemap li.sport a:visited {color: #284e9a;}
#sitemap li.fest a, #sitemap li.fest a:link, #sitemap li.fest a:visited {color: #21a12d;}
#sitemap li.besucher a, #sitemap li.besucher a:link, #sitemap li.besucher a:visited {color: #f9b514;}
#sitemap li.partner a, #sitemap li.partner a:link, #sitemap li.partner a:visited {color: #1b9999;}
#sitemap li.medien a, #sitemap li.medien a:link, #sitemap li.medien a:visited {color: #707070;}
#sitemap ul a, #sitemap ul a:link, #sitemap ul a:visited {
	font-weight: normal; 
	font-size: 1em;
	color: #707070 !important;
	}

/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding: 5px 0;
	}
h1 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #E0081D;
	}
h2 {
	font-size: 1.2em;
	padding-bottom: 8px;
	color: #E0081D;
	}
h3 {font-size: 1em;}
	
/* Paragraph */
p {
	line-height: 1.5em;
	padding: 5px 0;
	}

/* Links */
#content a, #content a:link, #content a:visited {
	color: #E0081D;
	}
	
/* Listen */
#content ul {
	list-style-type: none;
	margin: 5px 0 5px 0;
	}
#content ul li {
	padding: 2px 0 2px 15px;
	background: url('../1/images/list_item.gif') 5px 9px no-repeat;
	}
#content ul ul {padding-left: 15px;}
#content ol {
	list-style-type: decimal;
	margin: 5px 0 5px 10px;
	}
#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	}
	
/* Tabellen */
#content table {
	margin: 10px 0;
	border-collapse: collapse;
	}
#content table td,
#content table th {
	text-align: left;
	padding: 3px 15px 3px 3px;
	border: 1px solid #CDCDCD;
	}
#content table th {
	font-weight: bold;
	}
#content table td {
	}
	
/* Rechte Spalte */
#right .box {
	color: #fff;
	background-color: #707070;
	background-image: url('../1/images/ecke.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	}
#right h2 {
	color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	}
#right .inhalt {
	padding: 10px;
	border-bottom: 1px solid #fff;
	}
#right h3, #right p {
	padding: 0;
	}
#right .box a, #right .box a:link, #right .box a:visited {
	text-decoration: underline;
	color: #fff;
	}
#right .box ul.archiv {
    padding: 10px;
    }
	

/************************************************
*				Bildergalerie					*
************************************************/
#gallery {
	text-align: center;
    width: 655px;
    }
#gallery .detail {
	position: relative;
	text-align: center;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 455px;
	margin-bottom: 20px;
	}
#gallery .vorschau img {
	padding: 2px;
	border: 1px solid #D2D2D2;
	background: #f8f8f8;
	}
p.bild {
    text-align: center;
	float: left;
    height: 70px;
    width: 95px;
    overflow: hidden;
	margin: 5px 1px 0 4px;
	padding: 2px;
	border: 1px solid #D2D2D2;
	background: #f8f8f8;
    }
p.bild a, p.bild a:link, p.bild a:visited {
    display: block;
    height: 70px;
    width: 95px;
    overflow: hidden;
    }
.thumbnail img {
	height: 70px;
	}
/************************************************
*					Formular					*
************************************************/
.formular {
	padding: 10px;
	margin-bottom: 5px;
	background: #f8f8f8;
	border: 1px solid #D2D2D2;
	}
label {
	float: left;
	width: 130px;
	}
input.txtfield, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	width: 252px;
	}
textarea {
	height: 130px;
	}
select {
	height: 20px;
	width: 260px;
	margin-bottom: 6px;
	}
select option {
	padding: 3px;
	}
label, input.txtfield, textarea {
	margin-bottom: 6px;
	}
input.txtfield, textarea, select {
	padding: 2px 2px 2px 4px;
	border: 1px solid #bdbdbd;
	background: #fff;
	}
input.txtfield:hover, input.txtfield:active, input.txtfield:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus {
	border: 1px solid red;
	background: #fff;
	}
input.submit {
	clear: both;
	color: #fff;
	font-size: 1em;
	padding: 2px 10px;
	margin-left: 130px;
	background: #E0081D;
	border: 1px solid #BE1D2C;
	}
.plz {
	width: 100px !important;
	}
.captcha {
	padding-left: 130px;
	}
.captcha input {
	padding: 2px 2px 2px 4px;
	border: 1px solid #bdbdbd;
	background: #fff;
	}
p.error {
	color: red;
	}
/************************************************
*					Startseite					*
************************************************/
#start #header .willkommen {
	float: right;
	padding: 2px 0 4px 30px;
	font-size: 1.4em;
	font-weight: bold;
	background: url('../1/images/willkommen_bg.gif') no-repeat;
	}
#start #content {
	width: 950px;
	}
#start #partner {
	clear: both;
	padding-top: 10px;
	}
#start #partner h2 {padding: 0 0 10px 0;}
#start .logos {
	height: 80px;
	vertical-align: baseline; 
	overflow: hidden;
	}
#start #partner .poweredby {
    float: right;
    margin-top: 20px;
    }
#start .logos a, #start .logos a:link, #start .logos a:visited {
	vertical-align: baseline;
	margin-right: 20px;
	}
/************************************************
*					Module						*
************************************************/
/* Artikel */
.artikel {
	padding: 10px;
	margin-bottom: 5px;
	background: #f8f8f8;
	border: 1px solid #D2D2D2;
	}
/* Login */
.login {
	padding: 10px;
	margin-bottom: 5px;
	background: #f8f8f8;
	border: 1px solid #D2D2D2;
	}
/* News */
.uebersicht h2, 
.uebersicht h3 {
	padding-top: 0;
	}
.uebersicht .right h2 {color: #000;}
.uebersicht .left {
	float: left;
	width: 59.5%;
	margin-right: 5px;
	}
.uebersicht .right {
	float: left;
	width: 39.5%;
	}
.news-liste {
	padding: 10px;
	margin-bottom: 5px;
	background: #f8f8f8;
	border: 1px solid #D2D2D2;
	}
.left .news-liste .bild {
	float: left;
	margin: 0 10px 5px 0;
	}
.left .news-liste p {padding: 0;}
.right .news-liste {
	background: #d0e4f4;
	}
a.more, a.more:link, a.more:visited {
	float: right;
	}
	
/* Suchresultate */
#suchresultate h2 {
	font-size: 1em;
	margin: 3px 0 3px 0;
	}
.head {
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 5px;
	background-color: #707070;
	background-image: url('../1/images/ecke.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	}
.paging {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	}	

/************************************************
*					Themen						*
************************************************/
/*
theme1 = Organisation
theme2 = Sport 284e9a
theme3 = Fest 21a12d
theme4 = Besucher f9b514
theme5 = Partner 1b9999
theme6 = Medien 707070
*/

.theme2 h1, .theme2 h2,
.theme2 #content a, .theme2 #content a:link, .theme2 #content a:visited {
	color: #284e9a;
	}
.theme3 h1, .theme3 h2,
.theme3 #content a, .theme3 #content a:link, .theme3 #content a:visited {
	color: #21a12d;
	}
.theme4 h1, .theme4 h2,
.theme4 #content a, .theme4 #content a:link, .theme4 #content a:visited {
	color: #f9b514;
	}
.theme5 h1, .theme5 h2,
.theme5 #content a, .theme5 #content a:link, .theme5 #content a:visited {
	color: #1b9999;
	}
.theme6 h1, .theme6 h2,
.theme6 #content a, .theme6 #content a:link, .theme6 #content a:visited {
	color: #707070;
	}

.theme2 #snav ul {background-color: #284e9a;}
.theme3 #snav ul {background-color: #21a12d;}
.theme4 #snav ul {background-color: #f9b514;}
.theme5 #snav ul {background-color: #1b9999;}
.theme6 #snav ul {background-color: #707070;}


/************************************************
*					Newsletter					*
************************************************/
#newsletter {
    text-align: center;
    }