html {height:101%}

body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 100,01%;
	line-height: 110%;
	color:#000;
	margin: 0;
	padding: 0;
	text-align:center;
} 

div#Wrapper {
	width:950px; 
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
	font-size: 76%;
	margin: 0 auto;
	text-align:left;
	position:relative;
	background:#fff;
	border-top:10px solid #726B62;
	background: #FdF3BA url("../images/bg_content.gif") repeat-y 177px 0; 
}

/* ############################
	Kopfbild, Bild links
###############################*/

div#Kopfbild {
	position:absolute;
	top:0;
	right:0;
}

#leftImage {
	padding:10px 0;
}

/* ############################
	Header
###############################*/

div#Header {
	background-color: #FAD71C;
	position:relative;
	height:160px;
	text-align:center;
	border-bottom:10px solid #DE182C;
}

div#dotsCol1 {
	position:absolute;
	top:114px;
	left:177px;
	width:1px;
	height:21px;
}

div#dotsCol2 {
	position:absolute;
	top:114px;
	left:694px;
	width:1px;
	height:21px;
}

div#Header a#Home {
	display:block;
	float:left;
	background: transparent url("../images/sportwelt.gif") no-repeat;
	width:95px;
	height:115px;
	border-bottom:none;
	margin:10px;
}

div#langSwitch {
	position:absolute;
	left:197px; 
	top: 34px;
	width:150px;
	height:20px;
}

div#langSwitch a.active {
	font-weight:bold;
	color:#726B62;
}

div#langSwitch a, div#langSwitch a:visited {
	border-bottom:none;
}


/* ############################
	3 Spalten Content,...
###############################*/

.col1, .col2, .col3 { float:left; }
div.col1 { width:177px; }
div.col2 { width:519px; }
div.col3 { width:254px; }

div.innen { padding:20px 20px 10px 20px; }
div.col1 div.innen { padding:20px 10px; }


/* ############################
	Allgemeine Elemente
###############################*/

img { border:0; }

h1, h2, h4 {
	font-size:110%;
	margin-bottom: 0.8em;
}

div.col1 h2 {
	font-size:100%;
	padding-top:3px;
}

div#content h1 {
	font-size:120%;
	margin-top: 1em;
}

div.w644 h1 em {
	font-size:x-small;
	float:right;
	font-weight:normal;
}

div.download { padding-bottom:1em; }
p {	padding-bottom:1em; }
.hidden { display: none; }

a, a:link, a:visited {
	color: #c33;
	text-decoration:none;
	border-bottom: 1px dotted black;
}

a:hover {
	color:black;
	border-bottom: 1px solid #c33;
}

a img {
	border:1px solid  black;
	border:none;
}

cite {
	display:block;
	font-size:11pt;
/*	
	background-color:#ECECEC;
	font: 140% georgia, palatino, "Times New Roman", serif; 
	border-top:1px solid #D5D1D0;
	color: #666;
*/
	color: #848383;
	line-height:15pt;
	padding: 5px 70px;
}

p.author {
	line-height: 12px;
	font-size:8pt;
	text-align:right;
	padding-right:70px;
/*
	margin-top:	-13px;
	padding: 0 50px 10px 50px;	
	font-size: 10px;
	font-family: Tahoma,Verdana,Sans-Serif;
	background-color:#ECECEC;
	border-bottom:1px solid #D5D1D0;
*/
	margin-bottom:.5em;
}

div#content ul {
	list-style-image: url(../images/bullet_go.gif);
	list-style-position: outside;
	padding:0 0 0 20px;
	margin:0 0 2em 0
}

div#content ol {
	padding:0 0 0 50px;	
	margin:0 0 2em 0
}

div#breadcrumb a, div#breadcrumb a:visited { 
	font-size:90%;
	border-bottom:none;
}

/* CLEARER */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

span.highlight {
	color:#c33;
	font-style:italic;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ENDCE CLEARER */

div#content hr {
	height:1px;
	border:0;
	color: #9d9d9d;
	background-color:#9d9d9d;
	margin: 15px 0 15px 0;
} 


hr.clear_columns {	
	clear: both; 
	float: left; 
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
	margin: -1.1em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}

.invisable {
	position: absolute;
	left: -1000em;
	width: 20em;
}

/* ############################
	Breadcrumb
###############################*/

div#breadcrumb {
	margin-top:-12px;
	margin-bottom:5px;
}

/* ############################
	Datentabellen
###############################*/

table.innertable {
	border-collapse: collapse; 
	width:478px;
	margin: 0 0 1em 0;
	border-top:1px solid #D5D1D0;
}

table.innertable th, table.innertable td {
	vertical-align:top;
	padding: 2px 5px;
	border-bottom:1px solid #D5D1D0;
	font-size:0.9em;
}

table.innertable th.head {
	background-color:#ECECEC;
}

table.innertable td.first {
	font-style:italic;
}

table.abstand td {
	padding: 10px 5px;
}


/* ############################
	Navigationen
###############################*/

div#Hauptnavigation {
	position:absolute;
	bottom:0px;
	left:130px;
}

div#Hauptnavigation ul, div#Subnavigation ul { 
	padding: 0 0 1em 0; 
	margin: 0px; 
}

div#Hauptnavigation li { 
	list-style-type: none; 
	float: left; 
	background: transparent url("../images/trenner-funknavi.gif") no-repeat right;
}

div#Hauptnavigation li.last { background-image:none; }

div#Hauptnavigation li a, div#Subsnavigation li a { 
	font-weight:bold;
	line-height: 25px; 
	display: block;
	padding: 4px 7px; 
	text-align:right;
	text-decoration: none; 
	border-bottom:none;
}

div#Hauptnavigation li a:hover, div#Hauptnavigation li a.active { 
	color:#6D6659;
}

div#Subnavigation h2 {
	color:#6D6659;
}

div#Subnavigation ul ul { 
	padding-bottom: 0; 
}

div#Subnavigation li {
	list-style-type: none; 
	line-height:100%;
	padding: 5px 0 5px 13px;
	background: url("../images/icon_item.gif") no-repeat;
}

div#Subnavigation ul ul li {
	padding: 2px 0 2px 13px;
	background: url("../images/icon_item2.gif") no-repeat;
}

div#Subnavigation ul li.last { 
	border-bottom:0px solid black;
}

div#Subnavigation li a, div#Subnavigation li a:link, div#Subnavigation li a:visited {
	border-bottom:none;
}

div#Subnavigation li a:hover {
	color:#000;
}

div#Subnavigation li a.active {
	color:#6D6659;
	font-weight:bold;
}

/****************************************************************
	Modul Image
 	Definiert Bilderausgabe Fliesstext Content-Bereich
*****************************************************************/		

#content img {
	border					:	0px;
}

.flLeft a, .flLeft a:link, 
.flLeft a:visited, .flRight a, 
.flRight a:link, .flRight a:visited, dl dt a, dl dt a:link,
div.kontextboxInnen div.center a {
	text-decoration			:	none;
	border					: 	0px !important;	
}

#content .flLeft a img, #content .flRight a img {
	padding-bottom			:	23px;
	background				: 	transparent url("../images/icon_lupe.gif") no-repeat bottom right;
}

#content .flRight	{
	float					:	right;
	margin					:	.3em 0 0 1.2em;
}

#content .flLeft	{
	float					:	left;
	margin					:	.3em 2em 0 0;
}

#content .flLeft p.subline, #content .flRight p.subline	{
	margin-top				:	-28px;
	font-family				:	Tahoma,Verdana,Sans-Serif;
	line-height				:	12px;
	font-size				:	10px;
	color					:	#000;
}

#content .flLeft p.normal	{
	font-family				:	Tahoma,Verdana,Sans-Serif;
	line-height				:	12px;
	font-size				:	10px;
	color					:	#000;
}


/****************************************************************
	Modul Banner
*****************************************************************/		

div.kontextbox {
	padding-bottom:2px;
	margin-bottom:20px;
}

div.kontextbox h2 {
	background:#FAD71C url("../images/item_gt.gif") no-repeat 6px 4px;
	color:#000;
	font-size:90%;
	text-transform:uppercase;
	font-weight:normal;
	padding: .2em 0 .2em 20px;
	border-bottom:1px solid white;
}

div.grey h2 {
	background-color:#DEDBDB;
}

div.kontextbox ul { 
	list-style-type: none;
	list-style-image: none; 
	padding:0;
	margin:1em 0;
}

div.kontextbox ul li.more {
	padding-top:10px;
	padding-left:15px;
	list-style-image: none;
	list-style-type: none;
	background: transparent url("../images/pfeil-vor.gif") no-repeat 0 70%;
}

div.kontextbox div.kontextboxInnen {
	padding: 0 0 16px 0;
}

div.kontextbox div.flLeft {
	float:left;
	padding-right:10px;
}

div.kontextbox div.center {
	text-align:center;
}

div.kontextboxInnen p {
	padding-bottom:0;
	padding-top:0;
	margin-bottom:0;
	margin-top:0;
}

/****************************************************************
	Ausgabe News
*****************************************************************/

div.news h2 em {
	float:right;
	font-weight:normal;
	font-stsyle:normal;
	font-size: x-small;
}

div.news h2 {
	padding-bottom:0;
	margin-bottom:0;
}

div.news {
	padding-bottom:1.2em;
}


/****************************************************************
	Modul Karriere
*****************************************************************/

div.catnoklapp {
	font-weight:bold;
}

div#extendedCatlist ul {
	padding-bottom:5px;
	margin-bottom:5px;
}

/****************************************************************
	Modul Image Thickbox
	Ergänzung für das Nichterscheinen von Linklinien
*****************************************************************/	

#content a.thickbox {
	text-decoration			:	none;
	border					: 	0px !important;	
}

a#TB_ImageOff {
	text-decoration			:	none;
	border					: 	0px !important;	
}

/* ############################
	Ausgabe Team
###############################*/

div.personenliste {
	border-top: 1px solid #D5D1D0;
}

div.person {
	padding:10px 0;
	border-bottom: 1px solid #D5D1D0;
	position:relative;
}

div.person p {
	padding: 0;
}

div.person h2 {
	margin-bottom:0;
}

div.person em {
	display:block;
	margin-bottom: .5em;
}

div.personBild {
	position:relative;
	float:left; 
	width:100px;
	margin-right:20px;
}

div.personBild img {
	border:1px solid #ccc;
	position:relative;
}

div.personBild a {
	border:0px solid white !important;
	border:0px solid white;
}

div.personBild img.zoom {
	position:absolute;
	border:0px;
	right:0;
	bottom:0;
}

/* ############################
	Kurslisten
###############################*/

table.kurstabelle tr, table.kurstabelle td {
	border:1px solid black;
	padding:5px;
	vertical-align:text-top;
}

table.kurstabelle td.head {
	background:black;
	color:white;
}

table.kurstabelle td.nowrap {
	white-space:nowrap;
}

div.box {
	background-color:grey;
	color:white;
	padding:5px;
}

/* ############################
JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
###############################*/

div.jaosg_thumbnail{
	float: left;
	background: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

/****************************************************************
	Modul Tooltipp
****************************************************************/

div.my_tooltip {
	color:white;
	font-weight:normal;
	width:149px;
	padding: 10px;
	background: url(../images/bubble.png) top left;
}

div.my_tooltip p {
	padding: 2px 5px;
	margin-bottom: 5px;
	font-weight:bold;
	background: #00ACE5;
}

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}

.tool-tip div {
	padding-top:5px;
	text-align:left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 4px 0 8px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 0 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


/* ############################
	Footer
###############################*/

#footer { height: 40px; background: #FdF3BA url("../images/footerline.gif") repeat-x; }
#footer a { border-bottom: none; }
#footer .innen { font-size:90%; padding-top:10px; }

#footer div.col1, #footer div.col3 { border-top:none; }
#footer div.col2 { background-image:none; border-top:none; }

span.telefon {
	padding-left:15px;
	background: transparent url("../images/icon_telefon.gif") no-repeat;
}

a#Druckversion {
	padding-left:20px;
	margin-right: 1em;
	background: transparent url("../images/prints.gif") no-repeat;
}

a#Oben {
	padding-left:18px;
	margin-right: 1em;
	background: transparent url("../images/nach-oben.gif") no-repeat;
}

a#Back {
	padding-left:15px;
	margin-right: 1em;
	background: transparent url("../images/pfeil-back.gif") no-repeat;
}

hr#footerLine {
	clear:both;
	height:1px;
	border:0;
	color: #FdF3BA;
	background-color:#FdF3BA;
	margin: -1.1em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}