@font-face { 
	font-family: NanumGothic; 
	src: url('font/NanumGothic.ttf'); 
	font-style: normal; 
	font-weight: normal; 
}
@font-face { 
	font-family: NanumGothicBold; 
	src: url('font/NanumGothicBold.ttf'); 
	font-style: normal; 
	font-weight: bold; 
	}
@font-face { 
	font-family: NanumMyeongjo; 
	src: url('font/NanumMyeongjo.ttf'); 
	font-style: normal; 
	font-weight: normal; 
	}	
	
	

body, nav, ul, li, a  {margin: 0; padding: 0;}
body {
	font-family: NanumGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(images/code2.jpg) repeat;;
}

a {
	text-decoration: none;
	color: #8B0000;
	
	}
.container {
    width: 90%;
    max-width: 800px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #8B0000;
    padding: 10px 15px;
    margin: 10px auto;
    color: #fff;
    font-family: NanumGothicBold;
}
.nav {
    list-style: none;
     *zoom: 1;
     background: #000000
}
.nav:before,
.nav:after {
    content: ""; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 19em; /* Breite der Untermenues */
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #104336;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #696969;
    position: relative;
    z-index:100;
    border-top: 1px solid #000000;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}




/*  Neu  */
.header{
	height:			226px;
	background-image: url(images/header.jpg); 
	background-repeat:no-repeat;
	margin-bottom: 	10px;
	padding-bottom: 0px;
	width: 			100%;
}

.mainframe {
    width: 			90%;
    max-width: 		800px;
    margin: 		10px auto;
    background-color: #ffffff;
    border-top: 	solid 1px #000000;
    border-bottom: 	solid 4px #000000;
}

.content {
	margin:20px;
}

.content h1{
	padding: 		30px 0px 10px 0px;
	margin: 		0px;
	font-family:	NanumMyeongjo;	
	font-weight:	normal;
	color: 			#8B0000;
}

.content h2{
	padding: 		10px 0px 0px 20px;
	margin: 		0px;
	font-size: 		1.0em;
	font-family: 	NanumGothicBold;	
	font-weight: 	bold;
	color: 			#000000;
}

.content p{
	padding: 		10px 0px 0px 20px;
	margin: 		0px;	
	color:			#333333;
}



@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }




/* Neu*/
.content p, .content h2{
	padding-left: 0px;
	margin-right: 0px;	
}
    
.header{
	height:39px;
	background-image: url(images/header-small.jpg); background-repeat:no-repeat;
	width: 49px;
    max-width: 100px;
    margin: 10px auto;
    float: left;
}   
}