/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	line-height: 15px;
	font-size: 12px;
	font-family: courier, mono;
	background: #fff;
	letter-spacing: 0px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 10;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-left: 15px;
	padding-top: 10px;
}

#menu ul {
	margin: 0 0 0 0;
	list-style: none;
	line-height: 15px;
}

#menu ul li.section-title { 		
		text-decoration: underline;
		color: #000000;
		font-size: 9px;
		line-height: 20px;
		padding-left: 15px;}

#content {
    height: 100%;
    margin: 0 0 0 235px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 9px; }
h2 { font-size: 12px; }
h3 { font-size: 20px; }
h4 { font-size: 12px; }
h5 { font-size: 80px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

h1.info_r { font-size: 12px;
	color: #ff4700;
	font-family: courier, mono;
	line-height: 16px;	
	padding-left: 25px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}

h1.termine { font-size: 12px;
	color: #34d070;
	font-family: courier, mono;
	line-height: 16px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}	

h1.anmeldung { font-size: 10px;
	color: #34d070;
	font-family: helvetica, sans;
	line-height: 14px;	
	padding-left: 25px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: bold;}

h1.impressum { font-size: 10px;
	color: #ff4700;
	font-family: helvetica, sans;
	line-height: 14px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}	

h1.info_g { font-size: 12px;
	color: #6a696a;
	font-family: courier, mono;
	line-height: 16px;	
	padding-left: 25px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}

h1.info_b { font-size: 11px;
	color: #0000d0;
	font-family: courier, mono;
	line-height: 13px;	
	padding-left: 25px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}
	
h2.b { font-size: 12px;
	color: #0000d0;
	font-family: helvetica, sans;
	line-height: 16px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}
	
h2.r { font-size: 12px;
	color: #ff4700;
	font-family: helvetica, sans;
	line-height: 16px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}
	
h2.g { font-size: 12px;
	color: #000000;
	font-family: helvetica, sans;
	line-height: 16px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}

h3.b { font-size: 16px;
	color: #0000d0;
	font-family: helvetica, sans;
	line-height: 20px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}
	
h3.r { font-size: 16px;
	color: #ff4700;
	font-family: helvetica, sans;
	line-height: 20px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}
	
h3.r-center { font-size: 16px;
	color: #ff4700;
	font-family: helvetica, sans;
	text-align: center;
	line-height: 20px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}
		
h3.g { font-size: 16px;
	color: #000000;
	font-family: helvetica, sans;
	line-height: 20px;	
	padding-left: 0px; 
	padding-top: 0px; 
	letter-spacing: 0px;
	font-weight: normal;}

