

@font-face { font-family: 'lintsec';
             src: url('font/lintsec.ttf') format('truetype'); }


 

html, body, div, p, h1, h2, h3, ul, span, a, form, img, li  {
	margin:0px; 
	padding:0px; 
	color:#000; 
	font-family: Arial, Helvetica, sans-serif; 
}

body {
	font-size:100,01%;
	background-color:/*#ffff66;#FFFC71*/#fffec2;
	}

#page {
	width:900px;
	min-height:500px;
	border:1px solid #663300;
	margin-top:8px;
	margin-right: auto;
	margin-left: auto;
}
	
#header {
	background-color: #663300;
	height:150px;
}

#header h1{
	font-size: 3em; 
	font-family:/*Stencil;*/lintsec;
	color:#ffff66;
	margin-left:40px;
	padding-top:40px;	
}

#header h2 {
	font-size:1em;
	color:#ffff66;
	margin-left:40px;
}

#content {
	margin-left:250px;
	padding-right:1rem;
	padding-top:50px;
}
#content ul {
	margin-left:20px;
	}
	
#content ul li {
	font-weight:bold;
	margin-bottom:20px;

}

#galerie img{
	border:1px solid #663300;
	margin-right:5px;
	margin-bottom:5px;

}
#footer {
	clear: both;
	background-color:#663300;
	height:19px;
	padding-left:210px;
	padding-top:5px;
	padding-bottom:5px;
}
#footer p {
	color: #FFFC71;
	font-size:0.8em;

}
#footer a {
	color: #FFFC71;
	padding-top:5px;
}
#menu {
	float:left;
	width:150px;
	
	}
#navi {
	width: 100%;
	margin-left:40px;
	margin-top:50px;
}
#navi ul li {
	margin-bottom:20px;
	list-style-type:none;
	font-size:1em;
	
}
/*#navi a {
font-family:Stencil !important;
}
*/

#logos {
	display:flex;
	justify-content:space-between;
}
p {
	line-height:1.2em;
	margin-bottom:15px;
}

h2 {
	font-size:1.2em;
	margin-bottom: 15px;
	}
h3 {
	font-size:1em;
	margin-top:10px;
	margin-bottom:10px;
	}
	
a	{ 
	color:#663300;
	text-decoration:dotted;
	font-weight:bold;
	 
}

/* altes CSS*/
#menu1 {
float: left;
width: 150px;
color: #663300;
}
#menu2 {
float: right;
width: 150px;
}


/*css für den basic-slider*/


pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*h2{
	font-size: 48px;
}
*/

pre /*+ h2*/{
	margin-top: 80px;
}

#container{
	max-width:800px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:5px;
	background:#FFFC71;
	color:#663300;
	text-decoration: none;
	 -webkit-border-radius:5%;
	 -moz-border-radius:5%;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#663300;
	color:#FFFC71;
}

ol.bjqs-markers li a{
padding:5px 5px;
	background:#663300;
	color:#FFFC71;
	margin:1px;
	text-decoration: none;
	font-size:10px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: /*#999; */ #d7710c;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

.medium {
	width: 500px;
	height:auto;
	}

/*Tabelle Referenzen*/
#referenzen table {
	width:600px;
	}
	
#referenzen td {
	text-align:center;
	vertical-align:middle;
	}
#referenzen img {
	width:200px;
	height:150px;
	border: 1px solid #663300;
	}