﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS";
	font-size: 12;
	background: #FFFFFF url("images/main_bg.png")  40px 0px repeat-y;	
}
	


#main-container {
	width: 675px;
	margin: 40px 20px 20px 80px;
}

/* Haupt-Navigation */
#Navigation {
	border: 1px solid #aaaaaa;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
	background: url("images/Navigationverlauf.jpg") bottom left repeat-x; 
}

#Navigation a {
	padding: 5px 10px 5px 10px;
	color: black;
	text-decoration: none;
}

#Navigation a:hover {
	background: url("images/NavigationsverlaufHover.jpg") bottom left repeat-x; 
}

#Navigation ul li {
	display: inline;
}

/* Inhalt */
#Inhalt {
	margin-bottom:20px; 
	padding-bottom: 20px;
}

#inhalt-main {
	width: 420px;
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
}

#inhalt-sub {
	width: 225px;
	float: right;
	padding-bottom: 30px
	border-left: 1px solid #000000;
}

/* Inhalt Textdesign*/
#Inhalt h1 {
	color: #000000;
	font-family: "Trebuchet MS"; 
	font-size: 180%;
	text-align: center;
}

#Inhalt h2 {
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 180%;
	text-align: left;
	border-bottom: 1px solid #000000;
}

#Inhalt h3 {
	color: #0971E0;
	font-family: "Trebuchet MS";
	font-size: 140%;
	text-align: left;
	padding-top: 15px;
}

#Inhalt p {
	margin-top: 10px;
}

a {
	color: black;
}

a:hover { 
	color: #0971E0;
  	text-decoration: underline;
}

a:visited {
  	color: #FF0000;
  	text-decoration: none;
}

#beitritt a {
	color: #0971E0;
  	text-decoration: underline;
}

#beitritt a:visited {
  	color: #FF0000;
  	text-decoration: none;
}


/* Tabelle Inhalt */
table {
	margin-top: 5px;
	margin-bottom: 5px;
}

thead td {
	background: #e3e3e3;
	text-align: center;
}

td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px black solid;
}

/* Tabelle Bilder Startseite */
#bilder table {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bilder thead td {
	background: #e3e3e3;
	text-align: center;
}

#bilder td {
	text-align: left;
	padding: 5px;
	border-bottom: 0px black solid;
}

/* Tabelle Kontakt */


#kontakt th,#kontakt td {
	vertical-align: top;
	text-align: left;
	border: none;
}

#kontakt input, #kontakt textarea {
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 0px 3px;
	background: #e3e3e3; 
	border: 1px solid #aaa;
}

/* Error Kontakt */

.error {
	color: red;
}

/* Navigation Kurse */
#navi-kurse ul li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 10px;
}

#navi-kurse a {
	color: #0971E0;
	text-decoration: none;
}

#navi-kurse a:hover {
  	color: #0971E0;
  	text-decoration: underline;
  }

#navi-kurse a:visited {
  	color: #FF0000;
  	text-decoration: none;
  }

/* Navigation Verein */
#navi-verein ul li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 10px;
}

#navi-verein a {
	color: #0971E0;
	text-decoration: none;
}

#navi-verein a:hover {
  	color: #0971E0;
  	text-decoration: underline;
  }

#navi-verein a:visited {
  	color: #FF0000;
  	text-decoration: none;
  }
  


/* Fußzeile */
#Fusszeile {
	clear: both;
	border-top: 1px solid black;
	margin-top: 30px;
	padding-top: 10px; 
}

#Fusszeile p.bottom-right {
	float: right;	
}

#Fusszeile a {
	color: #0971E0;
	text-decoration: none;
}

#Fusszeile a:hover {
	color: #FF0000;
}

#Fusszeile a:visited {
	color: #FF0000;
}