


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/* END CLEARFIX */




* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/*künstlicher Scrollbalken*/
html {height: 101%;}

body {	
	background-color:#000000;
}

.bg_1 {
	background-image: url(../bilder/bg_kratz2.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
}

.bg_2 {
	background-image: url(../bilder/bg_kratz.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
}


/* Header */

#header {
	width: 100%;
	height: 168px;
	margin: 20px auto 10px auto;
	background: url(../bilder/kopf1.jpg) no-repeat;
    background-size: contain;
}





/* Page */

#page {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0px 20px;
	
}




/* Content */



#content {
	margin-left: 15px;
	padding: 30px;
	float: left;
	width: auto;
	max-width: 990px;
	border: solid #333333 1px;	
}


#textbox {
	position: relative;
	float: left;
	width: 580px;
	text-align: left;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	
	color: #faf4ef;
}

#textbox2 {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 20px;
	color: #faf4ef;
}


#textbox_deutsch {
	position: relative;
	float: left;
	width: 580px;
	text-align: left;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	display: none;
	color: #faf4ef;
}


#deutsch, #engl {
	position: relative;
	margin-top: -24px; 
	margin-left: 45px;
	margin-bottom: 10px;
	display: block; 
	text-align: left;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	color: #faf4ef;
}

#engl {
	
	display: none; 
	
}

.fett15 {
	font-size: 15px;
	font-weight: bold;
}


.hr {
	border-bottom: 1px solid #ad8a6f;;
	margin: 25px 0px;


}





h1 {
	font-size: 17px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}



p, ul, ol, td {
	
	line-height: 1.5em;
}

.abstand {
	clear: both;
	display: block;
	height: 20px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #95B4C6;
	text-decoration: none;
}

a:active {
	color: #95B4C6;
	text-decoration: none;
}

a:visited {
	color: #95B4C6;
	text-decoration: none;
}

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



/* menu */

#menuwrap {
	width: 880px;
	height: 45px;
	margin-left: 260px;
	z-index: 1000;
	background-color:#000000;
	margin-bottom: 50px;
}

#menu {
	font-size: 20px;
	width: 880px;
	height: 25px;
	background-color:#000000;
	
	font-family: 'Nova Round';
	font-weight:400;
	
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 0px;
	
}

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

#menu li {
	
}

#menu a {
	
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
		
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ad8a6f;
	padding: 0px 25px;
	-webkit-transition:color 0.5s ease 0s;
   -moz-transition:color 0.5s ease 0s;
   -o-transition:color 0.5s ease 0s;
   transition:color 0.5s ease 0s;
   
}

#menu a:hover {
	
	color: #f1ebe6;
	font-weight: bold;
	line-height: 25px;	
	
}

#menu  ul li {
display: block; 	
	
}


#menu  ul li ul{
	position: absolute;
	display: none;
	width: auto;
	border: #333333 solid 1px;
	background-color:#000000;
	padding: 10px 0px 10px 0px;
	float: none!important;
	white-space: nowrap;
	
}

.drop_port {
	margin: 40px 0px 0px 108px!important;
    position: relative;
}

.drop_pub {
	margin: 40px 0px 0px 673px!important;  
}

#menu  ul li ul a {
    display: block;	
	line-height: 25px;
	height: 25px;
	float: none!important;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #ad8a6f;
	padding: 0px 25px;
	-webkit-transition:color 0.5s ease 0s;
   -moz-transition:color 0.5s ease 0s;
   -o-transition:color 0.5s ease 0s;
   transition:color 0.5s ease 0s;
}

.active_main {
	
	color: #f1ebe6;
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;		
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px 25px;
}


.active_sub {
	
	color: #f1ebe6;
	display: block;
	float: none!important;
	line-height: 25px;
	height: 25px;		
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 0px 25px;
}


.active_color {
	
	color: #f1ebe6;
	
}




a.eins:link {
	color: #880000;
	text-decoration: none;
	
}

a.eins:visited  {
	color: #880000;
	text-decoration: none;
	
}
a.eins:hover {
	color: #880000;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;


		}
a.eins:active {
	text-decoration: none;
	color: #880000;
	
}



.bullet1 {margin:0px; padding:0px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.bullet1 li {margin:0px; padding:0px;
	padding-left: 1.3em;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;	
	background-position: 1px 0.3em; 
	

}

.bullet2 {
	margin-right: 10px;
	margin-bottom: -5px; 
  	list-style: none;
  
}

.clear {
clear: both;	
}


#sprache {
	width: 690px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	height: 20px;
	padding: 30px;
}


	
	/* jQuery Accordion*/ 	

.accordionButton {	
	color:#B2A599;
	text-decoration: none;
	font-style: italic;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 700px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
***********************************************************************************************************************	*/

.on {
	color:#B2A599;
	text-decoration: none;
	font-style: italic;
	}
	
.over {
	color: #6DA0D1;
	text-decoration: underline;
	font-style: italic;
	}
	
	
	/* jQuery Sticky*/ 	

.BoxGlow_Grey2{
  	        box-shadow: 0 5px 15px rgba(176,176,176, 1);
            -webkit-box-shadow: 0 5px 15px rgba(176,176,176, 1); 
            -moz-box-shadow: 0 5px 15px rgba(176,176,176, 1);
        }




.mobil {
	
	display: none;
	}



@media screen and (max-width: 1150px) {
    
    #menuwrap {
	width: 400px;
	height: 45px;
	margin-left: 20px;
	z-index: 1000;
	background-color:#000000;
	margin-bottom: 50px;
        margin-top: -20px;
}
    
}



@media screen and (max-width: 860px) {
    
    .mobil {
	
	display: block;
        height: 40px;
	}
    
    #menu a {
	
	
	padding: 0px 15px;
	-webkit-transition:color 0.5s ease 0s;
   -moz-transition:color 0.5s ease 0s;
   -o-transition:color 0.5s ease 0s;
   transition:color 0.5s ease 0s;
   
}
    
    #menuwrap {
	width: 840px;
	height: 45px;
	margin-left: 20px;
	z-index: 1000;
	background-color:#000000;
	margin-bottom: 50px;
        margin-top: -40px;
}
    
.drop_port {
	margin: 70px 0px 0px 108px!important;
    position: relative;
}

.drop_pub {
	margin: 40px 0px 0px 200px!important;  
}
}


@media screen and (max-width: 560px) {
    
   
    
    #menuwrap {
	width: 840px;
	height: 45px;
	margin-left: 20px;
	z-index: 1000;
	background-color:#000000;
	margin-bottom: 50px;
        margin-top: -70px;
}
    
.drop_port {
	margin: 70px 0px 0px 108px!important;
    position: relative;
}

.drop_pub {
	margin: 40px 0px 0px 200px!important;  
}
}