/******************************************
*
* common.css
*
* Common CSS definitions for CMS
*
* Copyright 2005 by  Gerhard Sinnhuber
*
* Author(s):  http://www.transform.at
*
******************************************/

/* Colordefinitions
rot:
dunkelrot:

headerorange: #ff9966
logo: urw grotesk -15 grad horizont. neigung

*/


body,td {
	font-family		:  Lato,Helvetica,Arial,sans-serif;
	font-size		: 14px;
	font-weight		: 300; 
	line-height: 19px;
	color: #4a4a4a;
	text-decoration		: none;
	text-transform		: none;
	margin:0px;
	padding:0px;
    position: relative;
    text-align: left; 
}


.frontend{
	background-image: url("./images/background.png");
	background-repeat: repeat-x;
	background-color: #fff;
}

a,  a:active,  a:visited {  
	color:#f78147; 
	border:0px; 
	text-decoration: none;
	font-weight:bold;
}

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


h1 {
	font-weight: 700; 
	font-size: 16Px;
	text-decoration: none;
	color: #4a4a4a; 
	padding: 0px;
	margin: 0 0 20px 0;
}

h2 {
	
	font-weight: 700; 
	font-size: 16Px;
	line-height: 22px;
	text-decoration: none;
	color: #4a4a4a; 
	padding: 0px 0px 0px 5px;
	margin: 30px 0px 5px 0px;
	border-top: dotted 2px #666;
}


h3,h4 {
	font-weight: 700; 
	font-size: 14Px;
	text-decoration: none;
	color: #4a4a4a; 
	padding: 0px;
	margin: 0px;
}


input{
	font-family		:  Verdana, Arial, Tahoma,  Helvetica, sans-serif;
	font-size: 11Px;
}
button{
	font-family		:  Verdana, Arial, Tahoma,  Helvetica, sans-serif;
	font-size: 11Px;
}
select {
	font-family		:  Verdana, Arial, Tahoma,  Helvetica, sans-serif;
	font-size:11px;
}
textarea{
	font-family		:  Verdana, Arial, Tahoma,  Helvetica, sans-serif;
	font-size: 11Px;
}


.klickbutton{
	background-image: url("images/buttonback.gif");
	background-repeat: no-repeat;
	width: 146px;
	height: 24px;
	line-height: 24px;
	display:block;
	text-align: center;
}



hr{
	border:solid #cfcfcf 1px;
	height: 1px;
}


/* --------------------------------------
    Grundbereiche
   -------------------------------------*/

#header{
	position: fixed;
	left: 0px;
	top:0px;
	height: 120px;
	width: 100%;
	padding:0px;
	margin: 0px;
	border-bottom:2px solid #efefef;
	background: #fff;
	z-index:999;
}




#headerlogo{
position: absolute;
left:40px;
top:12px;
}


.wrapper{
position: relative;
width: 100%;
height: 100%;
z-index:1;
padding-top: 120px;
}

.content{
	position: relative;
	top:0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.content > div{
	position: relative;
	top:170px;
	max-width: 1260px;
	padding-top: 0px;
	margin: 0 auto;
	/*background: rgb(232, 238, 248);*/
}

.abschluss{
	clear: both;
}

.footer{
position: relative;
left:0px;
width: 100%;
height: 100px;
/*background: rgba(122, 147, 132,0.4);*/
}
.footer a, .footer a:active, .footer a:visited {
color: #666;
}
.footer a:hover {
	text-decoration: none;
	color:#f78147;
}

.servermonitor{
position: absolute;
right: 40px;
top: 16px;
font-size: 9.5px;
}

.googlebox{
	font-size: 12px;
}

.googlequerbox{
	position: absolute;
	top: 16px;
	left: 315px;
	width: 728px;
	height: 90px;
	font-size: 12px;
	background: #efefef;
	display: none;
}


@media  (max-width:950px){
	#headerlogo img{
		height: 70px;
	}
	
	.googlebox{
	display: block;
	}
	.content > div{
	max-width: 840px;
	}
	.googlequerbox{
	display: block;
	}
	.servermonitor{
	display: none;
	}
}



@media (max-width:650px){
	#header{
	height: 70px;
	width: 640px;
	}
	#headerlogo img{
	height: 50px;
	}
	.servermonitor{
	display: none;
	}
	.googlebox{
	display: none;
	}
	.googlequerbox{
	display: none;
	}
	.content > div{
	max-width: 380px;
	}
	.infobox {
	margin-left: 0px;
	width: 320px;
	}
}


@media (max-width:480px){
#header{
	height: 50px;
	width: 480px;
	}
	#headerlogo img{
	height: 30px;
	}
	
	.content > div{
	max-width: 320px;
	}
	
	
}




/* --------------------------------------
    Haupt-Navigations Definitionen
   -------------------------------------*/


.mainmenu{
	position: absolute;
	top: 72px;
	left: 45px;
	width:700px;
	height: 24px;
	border:0px;
	text-align:left;
	line-height: 24px; 
	font-size: 18px;
	color: #ffffff;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 400;
}

.mainmenu ul{
	display: inline; 
   float: left; 
   padding: 0px; 
   margin: 0px; 
   height: 24px; 
}
.mainmenu li{
	display: inline; 
   float: left; 
   padding-left:5px; 
   margin: 0px; 
  
   background-repeat: no-repeat; 
   height: 24px; 
}



.menubutton{
	position: relative;
	top: 0px;
	left: 0px;
	height: 24px;
	color: #ffffff;
	float:left;
	margin-right: 20px;
}
.menubutton a, .menubutton a:active, .menubutton a:visited { 
	color:#666;
	text-decoration: none;
}
.menubutton a:hover {
	text-decoration: none;
	color:#f78147;
}

.menuactive{
	position: relative;
	top: 0px;
	left: 0px;
	height: 24px;
	color: #fff;
	float:left;
	margin-right: 20px;
}
.menuactive a, .menuactive a:active, .menuactive a:visited {  
	color:#fff; 
	border:0px; 
	text-decoration: none;
}
.menuactive a:hover	{
	text-decoration: none;
	color:#f78147; 
	}


.menunone{
	width:10px;
}

.sprachwahl{
	position: absolute;
	top: 15px;
	left: 790px;
	height: 26px;
	width:140px;
	padding:0px;
	margin:0px;
	border:0px;
}
.sprachwahl a, .sprachwahl a:active, .sprachwahl a:visited { 
	color:#afb7c5;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.sprachwahl a:hover { 
	text-decoration: underline;

}



/* --------------------------------------
    Content Definitionen
   -------------------------------------*/




#content_left{
	position: absolute;
	top:0px;
	left: 0px;
	min-width: 140px;
	max-width: 140px;
	height: 400px;
	margin-top: 0px;
	float: left;
	overflow: visible;
	padding-right: 0px;
}


#content_center{
	position: absolute;
	top:0px;
	left: 186px;
	width: 440px;
	height: 400px;
	margin-top: 0px;
	
}


#content_right{
	position: absolute;
	left:643px;
	top:0px;
	width: 273px;
	min-height: 400px;
	margin-top: 0px;
}



.author{
	font-weight: normal; 
	font-size: 11Px;
	text-decoration: none;
	color: #4a4a4a;
	padding: 0px 0px 10px 0px;
}


.description{
	padding: 0px 20px 0px 0px;
	color: #4a4a4a;
}

.headline{
	padding: 0px 0px 0px 0px;
	color: #4a4a4a;
	font-weight: bold;
	font-size:12px;
}

.teaser{
	padding: 0px 0px 0px 0px;
	color: #4a4a4a;
}

.fliesstext{
	padding: 0px 0px 0px 0px;
	color: #4a4a4a;
}


.infobox{
	position: relative;
	float: left;
	width: 360px;
	min-height: 300px;
	margin: 10px;
}

.dottedborder{
	border: 2px dotted #aeaeae;
	padding: 10px;
}

.leftbox{
	margin-left: 40px;
}
/* --------------------------------------
    spezielle Definitionen
   -------------------------------------*/

.referenzlistitem{
	padding: 0px 0px 5px 10px;
	line-height: 18px;
	font-weight: bold;
}

.referenzlistitem a{
	display: inline;
}



.technikprodukt{
	border-bottom: solid 0px #cfcfcf;
}


.techniktext{
	padding: 0px 0px 0px 10px;
	margin-right: 10px;
	width:295px;
	color: #656565;
	background-image: url("/images/technik-linien.gif");
	line-height: 18px;
	float:left;
}

.technikheadline{
	padding: 0px 0px 0px 10px;
	color: #0d0f62;
	line-height: 18px;
	float:left;
	font-weight: bold;
}

.technikbild{
	width:213px;
	height:168px;
}



.fotobalken {
	color:#ffffff;
	background-color:#1b1a76;
	height:30px;
	line-height:20px;
	
	padding:1px 0px 0px 10px;
	font-weight:bold;
	font-size:9px;
	
}