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

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	color:#000;
}

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

a:link { text-decoration: none; 
	color: #000;
	font-weight: normal;}
	
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; 
		background-color: #000;
		color: #fff;}
		
		
		
a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color:#ff9300;
	background: #ff6600 url(../img/jorg_logo2.gif) no-repeat;
	background-position:0px 0px;
	padding-top:40px;
	width: 210px;
	font-weight: normal;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title {font-weight: bold;  /*CHANGED MenŸ-Kategorien fett gemacht  */ }

#content {
    height: 200%;
    margin: 0 0 0 225px;
    top: 0;               
	color: #000;
}

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

#content p { width: 400px; margin-bottom: 25px; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }


/* CHANGED	ANFANG Styles fŸr Links und Headline */


.container span.termshontitle {
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;                 
	}

/** html .container span.termshontitle {*/
/*		line-height: 12px;*/
/*		}	*/

*:first-child+html .container {
	margin-top: 50px;
	}
* html .container {
	margin-top: 50px;
	}		
*:first-child+html .container span.termshontitle {
	line-height: 10px;
	}	
* html .container span.termshontitle {
	line-height: 10px;
	}	
*:first-child+html .container ul {
	line-height: 12px;
	}
* html .container ul {
	line-height: 12px;
	}	
/* CHANGED	ENDE Styles fŸr Links und Headline */      
.container ul {
	font-size: 12px;
}

#menu ul li.section-title { /*CHANGED MenŸ-Kategorien fett gemacht  */
	font-weight: bold;  
	padding-top: 5px;
	color: #fff; 
	}	

a#prev:link, a#next:link, a#prev:visited, a#next:visited {color: #777;}
a#prev:hover, a#next:hover {
		background-color: #007731;
		color: #000;
	}
#num {color:#777;
/*	background-color: #000;*/
	}