@charset "utf-8";
/**
*Allgemein
*/
* {margin:0;
   padding:0;
   }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
}

/**
*Layoutformate
*/
#seite {
	width: 840px;
	margin-top: 40px;
	margin-right: auto;	
	margin-left: auto;
	border: none;
	font-size: 70%;	
}
#kopf {
	height: 50px;
	width: auto;	
	margin-bottom: 2px;	
	background-color: #701b46;
	
}


#text {
	width: auto;
	height: 370px;	
	min-height: 370px
	max-height: 370px;;
	background-color: #efefef;
	padding-top: 5px;
	padding-left: 5px;
	
}

#home {
	width: auto;
	height: 370px;	
	min-height: 370px
	max-height: 370px;;
	background-image:url(images/cover.jpg);	
	padding-top: 5px;
	padding-left: 20px;
	
}


#fuss {
	height: 50px;
	width: auto;
	clear: both;
	background: #701b46;
	margin-top: 2px;
}

#navi1 {
	width: 600px;
	border: none;
	float: left;
	margin-left: 150px;
	margin-top: 20px;
	text-align: left;
	font-size: 1.2em;
	color: #ffffff;
}

/**
*Elemente im Kopf
*/


#kopfleft {
	width: 500px;
	border: none;
	float: left;		
	margin-left: 20px;
	margin-top:12px;
	
	
}

#kopfright {
	width: 150px;
	border: none;
	float: right;
	margin-right: 20px;		
	margin-top: 20px;
	
}


#kopf h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #ffffff;	
	text-align: left;
}

#kopf h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ffffff;	
	text-align: right;
}



/**
*Elemente im Text bzw. Inhalt
*/
#text h1 {
	font-size: 11px;
	color: #701b46;	
	margin-top: 1px;	
	margin-bottom: 1px;	
}

#text h2 {
	font-size: 10px;
	color: #701b46;	
	margin-top: 1px;	
	margin-bottom: 1px;	
}

#text h3 {
	font-size: 12px;
	color: #701b46;	
	margin-top: 1px;	
	margin-bottom: 1px;	
}

#text a {
	color: #990099;
	text-decoration: none;
	
}
#text a:hover {
	color: #ff9999;
	text-decoration: none;

}
.klein {
	font-size: 10px;		
}
.klein_farbig {
	font-size: 10px;
	color: #701b46;		
}
.gross {
	font-size: 13px;
	font-weight: bold;
		
}
.kurse {
	font-size: 11px;
	font-weight: bold;
	color: #701b46;		
}
.rot {
	font-size: 30px;
	font-weight: bold;
	color: #701b46;	
	float: right;
	padding-right: 15px;
	margin-top: 100px;	
}
		


#preise {
	width: auto;	
	table-layout: fixed;	
	padding-top: 15px;
	padding-left: 15px;
	font-size: 12px;	
}


#impressum {
	width: auto;	
	table-layout: fixed;	
	padding-top: 15px;
	padding-left: 15px;
	font-size: 12px;	
}
#specials {
	width: auto;		
	table-layout: fixed;	
	padding-top: 15px;
	padding-left: 15px;
	font-size: 11px;
}

#anmeldung {
	width: auto;	
	table-layout: fixed;	
	padding-top: 15px;
	padding-left: 15px;
	font-size: 12px;
	
}
#orte {
	font-size: 12px;
}



#foto {
	width: auto;
	height: 330px;	
	min-height: 330px
	max-height: 330px;;
	background-color: #cccccc;
	padding-top: 0px;
	padding-right: 18px;
	
	
}
#foto a {
	color: #1D3B1D;
	text-decoration: none;
	
}
#foto a:hover {
	color: #336633;
	text-decoration: none;

}
#foto h3 {
	font-size: 12px;
	color: #663399;	
	margin-top: 1px;	
	margin-bottom: 1px;	
}



/**
*Elemente in der Fußzeile
*/


/**
*Elemente im Navi
*/
#navi1 a {
	color: #ff9999;
	text-decoration: none;
	
}

#navi1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#navi1 a.aktivlink {
	color: #ffffff;
	text-decoration: none;
}
