/*----------------------------------------------------------------------------------*/
/*------ common css ----------------------------------------------------------------*/  
/*----------------------------------------------------------------------------------*/

* { margin: 0; padding: 0; }
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
	color: black;
}

div, td {
	text-align:left;
	background-color: transparent;
	line-height: 20px;
}	

img{
	border:0;
}

img.border{
	border: 1px solid #bebebe;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	margin-top:15px;
	vertical-align: middle;
	color: #316ad2;
	font-weight: 200;
}

h1 {
	font-size: 26px;
	font-weight: 200;
	margin-bottom:25px;	
	padding-left:10px;
	border-left: 5px solid #7298E0;
	line-height:30px;
}

h2 {
	margin-top: 20px;
	margin-bottom:10px;
	border-left: 4px solid #7298E0;
	padding-left:10px;
	text-align: left;
}

h2 {	font-size: 16px; }
h3 {	font-size: 14px; }
h4 {	font-size: 12px; }
h5 {	font-size: 11px; }
h6 {	font-size: 10px; }

a, a:visited {
	color: #316ad2;
	text-decoration: none;
}

a:hover {
	color: #7298E0;
	text-decoration:  underline;
}

fieldset {border:0;}
form {display: inline;}
input {vertical-align:middle;}	

input, checkbox, radio, select {
	border: 1px solid #666666;
	margin:2px;
	background-color: transparent;
}

textarea {
	width: 100%;
	border: 1px solid #666666;
}

hr {
	border:0;
	border-bottom: 2px #316ad2 solid;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;	
}

ul {
	padding:0;
	margin: 0;
	margin-bottom: 20px;
	list-style: none;
	margin-left: 20px;
}

ul li {
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position: 5px 3px;
	padding-left:30px;
	color:black;
	border:0;
}

p {
	margin-bottom:20px;
}


/*---------------------------------------------------------------------------------------*/
/*------ Layout -------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	width: 200px;
	padding-left:12px;
	font-size: 10px;
	color: #316ad2;
}

#logo img  {
	width: 200px;
	height: 56px;
}

#mainmenu {
	background-image:url(images/menu_back.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 60px;
}

#header {
/*	Hintergrundbild wird per Template Variable mit Style-Attribut im Div gesetzt */
/*	background-image:url(images/header.jpg); */
	background-repeat: no-repeat;	
	height: 63px;
	padding-top: 167px;
}

#header #slogan {
	height: 45px;
	padding-right: 30px;
	font-size: 28px;
	font-weight:300;
	color: white;
	text-align: right;
}

#header #roundcorner {
	background-image:url(images/roundcorner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 18px;
	margin-right:0px;
}	

#content {
	float:left;
/*	background-image:url(images/content_back.png);*/
	background-repeat: no-repeat;
	width: 100%;
}

#content p, #content ul {
	padding-left: 14px;
}

#content-left {
	float: left;
	padding-top: 20px;
	width: 233px;
}

#content-right {
	float: right;
	padding: 20px;
	width: 520px;
	line-height: 20px;
}

#content-max {
	padding-top: 20px;
	padding-left:10px;
}

#submenu, #infobox {
	margin-bottom: 20px;
}

#submenu-top, #infobox-top {
	background-image:url(images/submenu_top.gif);
	background-repeat: no-repeat;
	width: 233px;
	height: 20px;
}

#submenu-bottom, #infobox-bottom {
	background-image:url(images/submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color: #a3e022;
	padding: 5px 20px 5px 20px;
	width: 193px;
}

#infobox-bottom {
	padding-top:0;
	padding-bottom: 20px;
}

#infobox-bottom p {
	margin:0;
	padding:0;
	margin-top:10px;
}


#infobox-bottom p img {
	margin:0;
	padding:0;
	margin-bottom: 5px;
	margin-left: -5px;
	border: 2px solid #d2ff6f;
}

.projects {
	background-image:url(images/projekte.png);
	background-repeat:no-repeat;
	width:180px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:15px;
}

.projects img {
	margin-bottom:10px;
}

.projects a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#infobox-bottom h2 {
	margin:0;
	margin-bottom:20px;
	color:white;
	font-weight:bold;
}

#searchbox{
	background-image: url(images/searchbox.png);
	background-repeat: no-repeat;
	width: 233px;
	height: 44px;
}

#footer {
	clear:both;
	background-image:url(images/footer.png);
	width: 860px;
	height: 190px;
}			

a.services {
	float:left;
	height: 50px;
	width: 136px;
	margin: 14px;
	padding-top: 180px;
	border: 2px solid #a3e022;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	display:block;
	text-indent:10px;
}

a.services:hover {
	text-decoration: none;
	border: 2px solid #0046C9;
	
}


div.customers {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	border:#6BC90C solid 2px; 
}


/*-------------------------------------------------------------------------------------*/
/*--------- Mainmenu ------------------------------------------------------------------*/ 
/*-------------------------------------------------------------------------------------*/

#mainmenu ul {
	list-style: none;
	margin-left: 40px;
}

#mainmenu ul li {
	width: 97px;
	height: 61px;
	float: left;
	display:block;
	margin:0;
	padding:0;
	margin-right:10px;
	text-align:center;
	background-image:none;
}

#mainmenu ul li a {
	width: 97px;
	height: 41px;
	display:block;
	font-size: 14px;
	font-weight: bold;
	padding-top:20px;
	text-decoration: none;
	color: white;
}

#mainmenu ul li a:hover {
	background-image:url(images/mainmenu_back.png);
	background-repeat: no-repeat;
} 

#mainmenu ul li.active a{
	background-image:url(images/mainmenu_back.png);
	background-repeat: no-repeat;
} 




/*-------------------------------------------------------------------------------------*/
/*--------- Submenu -------------------------------------------------------------------*/ 
/*-------------------------------------------------------------------------------------*/

#submenu ul {
	list-style: none;
	margin-left: 0px;
}

#submenu ul li {
	display:block;
	height:22px;
	width:213px;
	padding:5px;
	padding-left:0;
	font-weight: bold;
	background-image:none;
}

#submenu ul li a {
	display:block;
	padding:5px;
	padding-left:0;
	color: #fff;
	height:22px;
	text-indent:25px;
	background-position: 0px 8px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
}

#submenu ul li a:hover {
	background-image:url(images/arrow-active.png);
} 

#submenu ul li.active a, #submenu ul li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	background-image:url(images/arrow-active.png);
} 




/*---------------------------------------------------------------------------------------*/
/*--------- Footermenu ------------------------------------------------------------------*/ 
/*---------------------------------------------------------------------------------------*/

#footer ul {
	list-style: none;
	float: left;
	margin-left: 40px;
	margin-top: 45px;

}

#footer ul li ul {
	list-style: none;
	float:none;
	margin:0px;
	line-height: normal;
}

#footer ul li {
	color: white;
	padding:0;
	background-image: none;
}

#footer ul li.level1 {
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
	float:left;
}

#footer ul li.level2 {
	font-weight: normal;
}

#footer ul li.level1 a, #footer ul li.level1 a:visited {
	font-size: 12px;
	color: white;	
}

#footer ul li.level2 a, #footer ul li.level2 a:visited {
	font-size: 10px;
	color: white;	
}

#footer ul li a:hover {
	text-decoration: underline;
} 




/*---------------------------------------------------------------------------------------*/
/*------ Special -----------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

.left  {float: left;}	
.right {float: right;}
.center { text-align:center;}
.clr   {clear: both;}

/*---------------------------------------------------------------------------------------*/
/*------ Kontaktformular ------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

div.formular textarea, div.formular input{
	background: #FFF;
	border: 1px solid #CCC;
	width: 300px;
}

div.formular textarea {
	height: 300px;
	margin-left: 2px;
	margin-top:3px;
}

div.formular label{
	display: block;
	float: left;
	width: 12em;
	line-height: 1.5em;
}

div.formular label.small-lab{
	display: block;
	float: left;
	width: 2em;
	line-height: 1.5em;
}



/*---------------------------------------------------------------------------------------*/
/*------ Suche ------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/


#ajaxSearch_form { 
}

#ajaxSearch_input {
	background-color: transparent;
	color: white;
	font-weight: bold;
	width: 160px;
	height: 18px;
	margin-left: 40px;
	margin-top: 10px;
	padding: 3px;
	vertical-align: top;
	border:0;
}

#ajaxSearch_submit {
           display: none;
           height: 23px;
           line-height: 24px;
}

#ajaxSearch_output {
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
}

a.ajaxSearch_resultLink {
	margin-bottom:10px;
	display:block;
}

.ajaxSearch_highlight {
	color: blue;
	font-weight: bold;
}

.ajaxSearch_result {
	background-color:#CFFFA0;
	padding: 15px;
	border:#6BC90C solid 2px;
	margin-top:10px;
	margin-bottom:0;
}

.ajaxSearch_result:hover {
	background-color:#E7FFD0;
	border:#CFFFA0 solid 2px;
}

.ajaxSearch_resultsInfo {
	float:right;
	margin-top: 20px;
}

span.ajaxSearch_paging {
	height:30px;
	display:block;
}

