@charset "UTF-8";
html {
	height: 100%;
}

* html #subcontainer {
	height: 100%;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #999;
	height:100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h3, h4, h5,  {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #888;
}

a {
	font-family:'Lato', sans-serif;
	font-weight:100;
	font-size:1.2em;
	text-decoration:underline;
	color:#777;
}

a:link {
	color:#777;
}

a:hover {
	color:#eb6639;
}

a:active {
	text-decoration:underline;
	font-size:1.2em;
	color:#eb6639;
}

h1 {
	font-size:1.5em;
	font-family:'Lato', sans-serif;
	font-weight:100;
}

h2 {
	font-size:1.2em;
	font-family:'Lato', sans-serif;
	font-weight:100;
}

p {
	margin:0;
	font-size:0.8em;
	font-family:'Lato', sans-serif;
	font-weight:100;
}

.header {
	padding-top:5px;
	margin: 0 0 60px 5px;
}

.logo {
	float:left;
}

.telefon {
	margin-right:5px;
	text-align:right;
}

#subcontainer {
	position: relative;
	min-height: 100%;
}

.container {
	width:100%;
	margin: 0 auto; 
}

#content {
	padding-bottom:50px;
}
	
.navigation {
	position:absolute;
	width:270px;
	float:left;	
}

.navigation ul li a  {
	font-family:'Lato', sans-serif;
	font-size:3em;
	color: #666666;
	text-decoration: none;
	line-height:35pt;	
}

.navigation ul li a:visited {
	color: #666666;
}

.navigation ul li a:hover { 
	color: #eb6639;
}

.navigation ul li a:active { 
	color: #eb6639;
}

.submenue {
	border-top: 1px solid #333;
	margin-left:300px;
	width:auto;
}

.submenue ul {
	list-style:none;
	border-bottom: 1px solid #333;
}

.submenue ul li {
	padding-right:15px;
	display:inline;
}
	
.submenue ul li a  {
	display:inline;
	font-family:'Lato', sans-serif;
	font-size:1.2em;
	color: #666666;
	text-decoration: none;
}

.submenue ul li a:hover {
	color: #eb6639;
}

.submenue ul li a:active {
	color: #eb6639;
}

.submenue2_text {
	border-bottom: 1px solid #333;
	width:auto;
	margin-left:300px;
	max-width:700px;
	position:relative;
	margin-top:-5px;
}

.submenue2_text p {
	font-size:1em;
	padding-bottom:20px;
}

.current {
	font-family:'Lato', sans-serif;
	font-size:3em;
	color: #fff;
	text-decoration: none;
	line-height:35pt;
}

.sub_current {
	font-family:'Lato', sans-serif;
	font-size:1.2em;
	color: #fff;
	text-decoration: none;
}

.content {
	float:left;
	
	margin:0 20px 0 0;
	
}

ul.nav {
	list-style: none;
	border-top: 1px solid #333;
}
ul.nav li {
	border-bottom: 1px solid #333;
}

/* ~~ Fußzeile ~~ */
#footer {
	clear:left;
	text-align:center;
	background-color: #000;
	width:100%;
	position: relative;
	margin-top: -35px;
}

#footer ul {
	border-top:  1px solid #333;
	border-bottom:  1px solid #333;
}

#footer ul li {
	padding-right:15px;
	display:inline;
}

#footer ul li a  {
	line-height:25pt;
	font-family:'Lato', sans-serif;
	font-weight:100;
	font-size:1.2em;
	color: #666;
	text-decoration: none;
	
}

#footer ul li a:hover{
	color:#eb6639;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

@media only screen and (max-width : 765px)
{
.navigation {
	position:relative;
	width:100%;
	margin-bottom:20px;
	margin-left: 0px;
}


.submenue {
	
	border-top: 1px solid #333;
	clear: both;
    margin-bottom:0px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 23px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: auto;
    z-index: 10;
}

.submenue ul {
	border-bottom:none;
	font-size:1.5em;
}

.submenue ul li {
	display:block;
	border-bottom:1px solid #333;
	margin-bottom:5px;
	
	margin-right:10px;
}

.submenue2 {
	clear: both;
    margin-bottom:0px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 23px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: auto;
    z-index: 10;
}

.submenue2 h1{
	margin-left:5px;
}

.submenue2_text {
	border-bottom: 1px solid #333;
	width:auto;
	margin-left:5px;
	max-width:700px;
	position:relative;
	margin-top:-5px;
}

.content {
	clear: both;
    margin-bottom:20px;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 23px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: auto;
    z-index: 10;
}

.item {
	
	margin:2px;
}

.item img {
	max-width: 285px;
}

.logo {
	float:none;
}

.telefon {
	width:268px;
	text-align:center;
	margin-top:15px;
}

.work_expand {
	max-width:285px;
	max-height: 189px;
	overflow: hidden;
	position: relative;
	z-index:2;
}

}