/* 
Theme Name: ASTEC
Author: Katharina Helmreich
Author URI: mailto:kathi.helmreich@chello.at
Version: 1.0 
*/



/* /////////////// basic elements /////////////// */
html, body {
	margin:0 auto;
	padding:0;
}

body {
	background-color:#c1c1c1;
	color: #000;
	width: 900px;
	
}

html { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5;
	background: url(http://www.astec-engineering.at/wp-content/uploads/back.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; /*contain*/
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll; /*scrollbar always visible to avoid backgroundimage-hopping on sites which do not have to be scrolled*/
}


@font-face {
    font-family: 'AvantGarde';
    src: url('fonts/avantgardebookbt-webfont.eot');
    src: url('fonts/avantgardebookbt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantgardebookbt-webfont.woff') format('woff'),
         url('fonts/avantgardebookbt-webfont.ttf') format('truetype'),
		 url('fonts/avantgardebookbt-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logoblau {color: #003E7E;}
.aciddunkelblau {color: #02244A;}
.regenerationhellblau {color:#1B70C8;}
.textgrau {color:#4D4D4D;}

h1, h2, h3, h4, h5, h6 {
	font-family: AvantGarde;
	/*font-weight:bold;*/
	color: #02244A;  /*logo-dunkelblau*/
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}


p {
	text-align:justify;	
	color:#4D4D4D; /*grau*/
}
ul, li {
	color:#4D4D4D; /*grau*/
}


a {
	color: #1B70C8; /*#003E7E; /*logo-blau*/
	font-style: normal;
	text-decoration: none;
}

img {
	border:none;
}



/* ////////////// HEADER ///////////////// */

#header{
	float:left;
	position:relative;
	width:100%;   
	height:200px;
	background-image:url(http://www.astec-engineering.at/wp-content/uploads/header.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#fff;
}

#header a {
    display: block;
    height: 100%;
}
#header a span {
    display: none;
}

#language {
	float:left;
	position:relative;
	width:100%;  
	height:30px;
	padding-top:10px;
	background-color: rgba(255,255,255,0.8);	
}
#lang_blank{
	float:left;
	position:relative;
	width:658px;
	height:30px;
}
#lang_select {
	float:left;
	position:relative;
	color: #02244A; /*logo-dunkelblau*/
	font-family: Arial;
}
#lang_drop{
	float:left;
	position:relative;
	/*width:150px;*/
}


/* ////////////// MENÜ ///////////////// */

#menu{
	float:left;
	position:relative;
	width:100%;   
	height:45px;
	margin-top:-45px;
	color:#003E7E;  /*logo-blau*/
}

.menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu li{
	font-family:AvantGarde;
	font-size:15px;
	display: inline;
	padding-right:30px;
}

.menu li a{
	color: #003E7E; /*logo-blau*/
}
.menu .current_page_item a{
	font-weight:bold;
}


/* ////////////// BODY ///////////////// */

#content{
	float:left;
	position:relative;
	width:810px; /*inkl. padding: 900px*/
	min-height:350px;
	padding: 30px 50px 40px 40px;
	background-color: rgba(255,255,255,0.8);
}

#newsticker {
	margin-bottom:25px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked{
	color:red;
	background-color:#C5D0E1;
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
	border:none !important;
}
div.wpcf7-response-output {
	margin: 0px !important;
	padding: 30px !important;
}

.wpcf7-mail-sent-ok{
	color: #003E7E; /*logo-blau*/
	background-color:#C5D0E1; /*hellblau wie im header*/
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
	border:none !important;

}




/* ////////////// FOOTER ///////////////// */

#footer{
	float:left;
	position:relative;
	vertical-align:middle;
	width:100%;   
	height:65px;
	padding-top:10px;
	background-color:#e5e5e5;  /*hellgrau*/
}

.f_text{
	text-align:center;
	color:#666;
}

