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

body {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	background: #fff;
	/*color: #666;*/ 	/*CHANGED  andere Schriftfarbe */
	color: #fff;
}

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

a:link { text-decoration: none; 
	color: #fff;
	font-weight: bold;}
	
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ff0000; }
a:hover { text-decoration: underline; 
		background-color: #ff0000; color: #fff; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000;
	background: #fff url(../img/kimchi_logo.jpg) no-repeat;
	background-position: 10px 5px;	
	padding-top:110px;
	width: 215px;
	background-color: #000;
 	


}

#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: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

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

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

p {
    margin: 0 0 15px 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 */


.termshontitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff0000;
	}
/* CHANGED	ENDE Styles für Links und Headline */

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

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