html { 
  	font: normal 10px /1.4em Georgia, Times, Times New Roman, Capitals;  
  	color: #000; 
}
body, #container {
	margin: 0; 
	float: none;
	background: #FFF url(none); 
}
#container {
	width: 80%; 
	margin-left: 10%; 
} 
#text {
	text-align: justify; 
}
#header, #navigation, #breadcrumb, #services, #gototop, .noprint {
	display: none; 
}

body {
	font-size: 1.1em; 
	line-height: 1.6em;
}
#footer {
	margin-top: 4em; 
	font-size: 0.7em;
}

h1 { 
	font-size: 1.4em; 
	line-height: 1.4em; 
}
h2 { 
	font-size: 1.2em; 
	line-height: 1.2em;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline; 
}
/*#text a:link:after, #text a:visited:after {
	content: " (" attr(href) ") ";
}*/

.cleaner {
	clear: both;
	line-height: 0;
	display: block;
	border: 0px none;
	background: transparent;
}

/*---------------------------- Sportler ---------------------------*/

#biography .portrait {
	border: 1px solid #B3B3B3;
	padding: 2px; 
	float: left;
}
#biography #base_info {
	padding-left: 15px; 
	float: left;
}
#biography #base_info .top {
	padding-top: 0; 
	margin-top: -3px;
}
#biography .media {
	padding: 2px; 
	border: 1px solid #B3B3B3;
	margin-right: 5px;
}
#biography .media:hover {
	border: 1px solid #333;
}
#biography ul { 
	padding-bottom: 10px;
	list-style: none; 
} 
* html #biography ul li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
} 
#biography ul li { 
	display: block; 
	background: url("/images/basic/dot-liste-active.gif") no-repeat 0 4px; 
	padding: 0 0 0 12px; 
	line-height: 1.4em;
	margin: 12px 0;  
} 
#biography ul li a { 
	text-decoration: none; 
	display: block; 
} 
#biography ul li a:hover { 
    text-decoration: underline; 
	color: #333;
} 

/*--------------------------- list objects --------------------------*/
/* --- Liste main --- */

#liste_main, #liste_sportkalender, #liste_news, #liste_vereine, #liste_vereinsfinder, #liste_personen, #liste_verbandsvereine, #liste_antidoping {
	list-style: none;
	border-bottom: 1px solid #B3B3B3; 
	margin-top: 20px;
} 
#liste_main li { 
	display: block;
	border-top: 1px solid #B3B3B3; 
	padding: 6px 0;
}
#liste_main li a { 
	color: #9B0600; 
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
#liste_main a:hover { 
	color: #9B0600; 
	font-style: italic;
	text-decoration: underline;
}

/* --- Liste Vereine --- */

#liste_vereine_select { 
	list-style: none;
	margin-top: 5px;
	padding-bottom: 10px;
}
#liste_vereine_select li a { 
	font-weight: bold;
	color: #9B0600; 
}
#liste_vereine li { 
	border-top: 1px solid #B3B3B3; 
    display: block;
	padding: 2px 0;
}
#liste_vereine li a { 
	color: #333; 
	cursor: pointer;
    display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 4px 0;
}
#liste_vereine a:hover { 
	color: #9B0600; 
	font-style: italic;
	/*font-weight: bold;
	background: #EEE;*/
	text-decoration: underline;
}
#liste_vereine .v_name, #liste_vereine_select .v_name {
	float: left; 
	width: 318px;
} 
#liste_vereine .v_plz, #liste_vereine_select .v_plz {
	float: left; 
	width: 60px;
}
#liste_vereine .v_ort, #liste_vereine_select .v_ort {
	float: left; 
	width: 140px;
}

/* --- Liste Sportkalender  u. News --- */

#liste_sportkalender li, #liste_news li, #liste_verbandsvereine li { 
	display: block;
	border-top: 1px solid #B3B3B3; 
	padding: 9px 0;
}
#liste_sportkalender li a, #liste_news li a { 
	color: #9B0600; 
	font-style: normal;
	text-decoration: underline; 
}
#liste_verbandsvereine li a { 
	color: #333; 
}
#liste_sportkalender li a:hover, #liste_news li a:hover, #liste_verbandsvereine li a:hover { 
	font-style: italic;
	color: #9B0600; 
}
#liste_sportkalender li span, #liste_news li span, #liste_verbandsvereine li span {
	display: block;
	font-size: 90%;
	font-weight: bold;
	/*color: #9B0600;*/
}

/* --- Liste Vereinsfinder --- */

#liste_vereinsfinder li { 
	border-top: 1px solid #B3B3B3; 
	padding: 8px 0;
	line-height: 1.6em;
}
#liste_vereinsfinder li a { 
	color: #9B0600; 
	font-weight: bold;
	text-decoration: underline;
}
#liste_vereinsfinder a:hover { 
	color: #9B0600; 
	font-style: italic;
	text-decoration: underline;
}
#liste_vereinsfinder .address { 
	float: left; 
}
#liste_vereinsfinder .distance { 
	float: right; 
	font-size: 90%; 
	/*font-weight: bold;*/
	font-style: italic;
	background: url("/images/basic/distance.gif") no-repeat center left; 
	padding-left: 20px;
}
#liste_vereinsfinder .distance font { 
	cursor: help; 
}

/* --- Liste Kader --- */

#liste_personen li { 
	border-top: 1px solid #B3B3B3; 
	padding: 8px 0;
	line-height: 40px;
}
#liste_personen li a { 
	color: #9B0600; 
	font-style: normal;
	text-decoration: underline; 
}
#liste_personen li a:hover { 
	font-style: italic;
}
#liste_personen li:hover img { 
	border:1px solid #333; 
}
#liste_personen img { 
	padding: 1px;
	border:1px solid #B3B3B3; 
	margin-right: 8px; 
	float: left;
}
#liste_personen .name, #liste_personen .anschrift { 
	float: left; 
}
#liste_personen .anschrift { 
	line-height: 1.6em;
}
#liste_personen .heading { 
	color: #9B0600; 
	font-weight: bold;
}
#liste_personen a.sublink { 
	color: #333; 
}
#liste_personen a.sublink:hover { 
	color: #9B0600; 
	font-style: normal;
}

/* --- Liste Antidoping --- */

#liste_antidoping {
	margin: 20px 0;
} 
#liste_antidoping li { 
	display: block;
	border-top: 1px solid #B3B3B3; 
	padding: 6px 0;
}
#liste_antidoping li a { 
	text-decoration: none;
	cursor: pointer;
}
#liste_antidoping a:hover { 
	color: #9B0600; 
	font-style: italic;
	text-decoration: underline;
}
#basic { 
	padding-bottom: 10px;
	list-style: none; 
} 
* html #basic li {  /* ---------  Fix IE 6  ------------ \*/ 
	height: 1%; 
} 
#basic li { 
	display: block; 
	background: url("/images/basic/dot-liste-active.gif") no-repeat 0 4px; 
	padding: 0 0 0 12px; 
	line-height: 1.2em;
	margin: 12px 0;  
} 
#basic li a { 
	text-decoration: none; 
} 
#basic li a:hover { 
    text-decoration: underline; 
	color: #333;
} 

/* --- Liste Historie --- */

#liste_historie {
	list-style: none;
	margin-top: 10px;
}
#liste_historie li { 
	padding: 10px 0;
	clear: left;
	border-bottom: 1px solid #B3B3B3; 
}
#liste_historie span { 
	float: left;
	width: 60px;
	color: #9B0600; 
	font-weight: bold;
	line-height: 1.4em;
}
#liste_historie p { 
	margin-left: 60px;
	padding: 0;
	line-height: 1.4em;
}
