/* UMS MAL GRUNDSAETZLICH ZU KLAEREN */
body {
	padding: 0px;
	margin: 0px;
/* 	background: url("img/body-bg14.png") repeat scroll 0 0; */
	font-family: Georgia,"Times New Roman",serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

a{
	color: #666;
	text-decoration: underline;
	-moz-transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    transition: all 0.4s; 
}

a img{
	border: none;
}

a:hover{
	color: black;
	font-color: black;
    -moz-transition: all 0.8s; 
    -webkit-transition: all 0.8s; 
    -o-transition: all 0.8s; 
    transition: all 0.8s; 
}

::selection { background-color: #4169e1; color: #FFFFF; }
::-o-selection { background-color: #4169e1; color: #FFFFF; }
::-moz-selection { background-color: #4169e1; color: #FFFFF; }
::-webkit-selection { background-color: #4169e1; color: #FFFFF; }
-webkit-font-smoothing: antialiased;	

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.withoutpadding{
	padding: 0px !important;
}

.right{
	text-align: right;
}

.fixed{
	position: fixed !important;
}

.clear{
	clear: both;
}

.big{
	font-size: 15px;
}

.very_big{
	font-size: 20px;
}

.small{
	font-size: 11px;
}

.black{
	color: black;
	font-color: black;
}

.displaytablecell{
	display: table-cell;
}

.displaytable{
	display: table;
}

ul{
	list-style: square;
}

#header{
	min-width: 600px;
	height: 300px;
	width: 100%;
	background-color: #e0e2df;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#invisible{
	height: 300px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
/*    MENU SECTION     */

#home #navhome{
	color: black;
}

#leistungen #navleistungen{
	color: black;
}

#unternehmen #navunternehmen{
	color: black;
}

#referenzen #navreferenzen{
	color: black;
}

#kontakt #navkontakt{
	color: black;
}

#menucontainer{
	position: relative;
	height: 42px;
	width: 100%;
	min-width: 600px;
	background-color: #f2f2f2;
	z-index: 11;
}
#menu{
	position: relative;
	font-size: 15px;
	width: 70%;
	min-width: 600px;
	max-width: 960px;
	margin: 0 auto;
	font-family: Georgia, serif;
	background-color: #f2f2f2;
	text-decoration: none;
	z-index: 11;
	
}

#menu a{
	color: inherit;
	text-decoration: none;	
	font-weight: normal;
}

.menuitem:hover{
	color: black;
	font-color: black;
    -moz-transition: all 0.8s; 
    -webkit-transition: all 0.8s; 
    -o-transition: all 0.8s; 
    transition: all 0.8s; 
}

#menu:hover{
	color: black;
}

.menuitem{
	background-color: #f2f2f2;
	padding: 10px;
	padding-top: 13px;
	margin-left: 10px;
	color: #999;
	height: 18px;
	width: auto;
	float: left;
	margin-right: 15px;
	-moz-transition: all 0.8s; 
    -webkit-transition: all 0.8s; 
    -o-transition: all 0.8s; 
    transition: all 0.8s; 
}

#submenu a{
	text-decoration: none;
}

#submenucontainer{
	position: fixed;
	top:42px;
	width: 100%;
	height: 22px;
	background-color: #f9f9f9;
}

#submenu{
	text-indent: 30px;
	padding-top: 2px;
	min-width: 600px;
 	max-width: 960px;
	width: 70%;
	margin: 0 auto;
}

/* CONTENT AREA */

#content{
	width: 100%;
	position: relative;
	background-color: white;
	z-index: 2;
	
}

.artikel{
	height: auto;
	width: 70%;
	min-width: 600px;
	max-width: 960px;
	min-height: 430px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: justify;
}

.artikelheader{
	text-align: center;
	width: 100%;
	border-bottom: solid 1px;
	border-color: #666;
}

.leftbox{
	width: 49%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: left;
}

.rightbox{
	width: 45%;
	float: left;
	height: 450px;
}

.history_leftbox{
	width: 55%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.history_rightbox{
	height: 100%;
	width: 45%;
}

#haftungsausschluss{
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
}

.history{
	position: static;
	margin-top: 18px;
	height: auto;
	width: 100%;
	background-color: #f8f8f8;
}

.entry{
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#referenz_slider{
	width: 100%;
	height: 250px;
	background-color: #f8f8f8;
}

#map{
	height: 100%;
	width: 100%;
}

.history_tablebox{
	display: table;
	width: 100%;
}

.leftboxrightbackground{
	margin-left: 100px;
	background-image: url(/img/history/history_1.jpg);
}

.leistungen_toshow{
	width: 100%;
}

.moreorless{
	cursor: pointer;
}

.moreall{
	display: none;
}

.all{
	cursor: pointer;
}

.material{
	width:70px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: left;
}

.material:last-child{
	margin-right: 0px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#f8f8f8;
	padding:5px;
	display:none;
	color: black;
}
/* FOOTER SECTION */

#footer{
	text-align: justify;
	color: #666;
	font-size: 11px;
	position: relative;
	width: 100%;
	background-color: #f2f2f2;
	font-family: "Helvetica Neue", "Helvetica", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 11px;
	line-height: 18px;
	word-spacing: 2px;
}

#footerright{
	width: 30%;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 65%;
	font-size: 12px;
}

#footerright a{
	text-decoration: none;
}

.footerelement{
	margin-left: 10px;
	padding-right: 10px;
	float: left;
	border-color: #666;
}
