/* CSS Document */

* {
padding: 0;
margin: 0;
}

html,body {
height: 100%;
}

body {
	background-color: #fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.9em;
	background:#fff url(bg_navi_blaustreifen.jpg) top left repeat-y;
}


#wrapper {
	height:100%; /* Mindesthöhe in IE (<7) */	
	position:relative;
	width:1000px;
	background-color:transparent;
	padding:0;
	margin:0;
}

#static {
	height:1px;
	width:1px;
	position:relative;
}

/* No-Spam */
.mapson span {
display: none;
}

/* Kopf */

#header {
	width:100%;
	height:188px;
	background:#fc0 url(bg_navi_blaustreifen.jpg) top left repeat-y;
}	

.schriftzug {
	margin:0;
	text-align:center;
	width:550px;
	padding-top:15px;
	float:right;
}

#logo {
	padding:15px 30px;
	float:left;
}

#foto {
	background:#fc0 url(turnschuhe.jpg) top right no-repeat;
	width:245px;
	height:188px;
	float:right;
	padding:0;
	margin:0;
}

#linke_spalte {
	position:absolute;
	top:160px;
	left:0;
	width:10em;
	z-index:9;
}



/* Navigation*/

#menu { position:relative; width:8em; padding:0 5px 5px 10px; background:transparent; z-index:7; } 

    #menu ul { list-style: none; margin: 0; padding: 0; } 

    #menu a {
      font: bold 0.9em tahoma, arial, helvetica, sans-serif;
      display: block;
      margin: 0; padding: 7px 3px; }

    #menu a { color: #fff; background: transparent; text-decoration: none; } 

    #menu a:hover { color: #fc0; background-color:transparent; } 
	
#menu li { position: relative; }

	/* #menu ul li { border-bottom:1px solid #fff; } */

    #menu ul ul { position: absolute; top: 0; left:100%; width: 12em; }
	
	#menu ul ul li { background:#69c; /* border-bottom:1px solid #fff; */ }

    div#menu ul ul {display: none;} 

    div#menu ul li:hover ul, div#menu ul ul li:hover ul {display: block; padding-top:4px; z-index:7; }
	
	div#menu ul li:hover ul li a { padding:3px 3px; font-weight:normal; }


/* Servicenavigation */

#servicenav {
	width:100%;
	text-align:right;
	margin:20px 0;
	font-size:0.9em;
	color:#666666;
}

#servicenav ul {
margin-top:0;
text-align:right;
list-style-type:none;
}

#servicenav li {
display:inline;
padding:0 0.7em 0 0.7em;
}

#servicenav a, #servicenav a:visited {
text-decoration:none;
font-weight:normal;
color:#666;
}

#servicenav a:hover, #servicenav a:focus, #servicenav a:active {
color:#FF9900;
border-bottom:1px solid #ccc;
}	


/* Inhalt */

#rechte_spalte {
	clear:right;
	float:right;
	display:inline; /* double margin bug ie6 */
	width:210px;
	margin:15px 11px;
}	

#suche {
	padding:5px;
}

#suche fieldset {
	border:none;
}

.search {
	width:90px;
}

.button {
	border:1px solid #ccc;
	color:#36c;
	background-color:transparent;
}

#aktuell {
	margin-top:10px;
	padding:5px;
	border:1px solid #ccc;
}

#aktuell h1 {
	font-weight:bold;
	font-size:1em;
	color:#69c;
	margin:10px 0;
}

#aktuell h2, #aktuell h3 {
	font-weight:bold;
	font-size:0.9em;
	color:#666666;
}

#aktuell p {
	font-size:0.9em;
	margin:10px 0;
}
	

#inhalt {
	position:absolute;
	padding:0;
	width:600px;
	left:160px;
	top:160px;
}

#inhalt_content {
	width:100%;
	background:#fff url(schatten_rechts.gif) right top repeat-y;
	text-align:left;
	margin-bottom:0;
	padding-bottom:20px;
}

#inhalt_schatten {
	width:100%;
	text-align:right;
	background:#fff url(schatten_unten.gif) 100px 0 repeat-x;
	height:13px;
	margin:0;
	padding:0;
}

#inhalt p {
	margin:20px 25px 0 25px;
	line-height:130%;
}

#inhalt h1 {
	padding:25px 25px 0 25px;
	font-size:1.2em;
	color:#FF9900;
}	

#inhalt h2 {
	clear:right;
	font-weight:bold;
	color:#36c;
	font-size:1em;
	margin:20px 25px 0 25px;
}

#inhalt h3, #inhalt h4, #inhalt h5, #inhalt h6 {
	font-weight:bold;
	color:#000;
	font-size:1em;
	margin:20px 25px 0 25px;
}

#inhalt h2 img {
margin:20px;
}

#inhalt_content a, #inhalt_content a:visited, 
#aktuell a, #aktuell a:visited {
	color:#3366CC;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}

#inhalt_content a:hover, #inhalt_content a:active, #inhalt_content a:focus, 
#aktuell a:hover, #aktuell a:active, #aktuell a:focus {
	color:#666;
	border:none;
}

#inhalt_content img a, #inhalt_content img a:visited {
	border:none;
}

#inhalt_content ul {
	padding:0;
	margin:20px 0 0 25px;
	list-style-type:none;
	list-style-image:url(dataicon.gif);
}

#inhalt_content ul ul {
	margin-top:0;
}

#inhalt_content ul li {
	margin:10px 0 0 25px;
	padding:0;
}

#inhalt table {
	margin:20px 20px 0 25px;
	border:1px solid #ccc;
}

#inhalt table th {
	color:#3366CC;
	font-weight:bold;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}


#inhalt table td {
	padding:5px 10px;
	border-bottom:1px solid #ccc;
}

img {
border:none;
}

img a {
border:none;
}

.invis {
display:none;
}
	
