@charset "UTF-8";

/*
Theme Name: avero
Description: corporate Theme Version: 2.0
Author: David Goldammer
Author URI: http://www.avero.de
*/

* {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
    }
	
html, body, td, li, input, textfield {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #345;
	text-shadow: #f5f5f5 0 1px 0;
	}

html {
	background: url('img/html_background.gif');
	}
	
a {
	color: #345;
	}
	
a:hover {
	color: #932;
	}

p {	
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
p img.alignleft {
	margin-right: 20px;
	float: left;
	}

p img.alignright {
	margin-left: 20px;
	float: right;
	}
	
.content.teaser img {
	margin-top :10px;
	}
		
.teaser h1 {
	background: url('img/hr.gif') left top no-repeat;
	padding-top: 20px;
	}

.teaser a:hover  {
	color: #345;
	}

.teaser a em {
	background: url('img/arrow_blue.gif') right center no-repeat;
	padding-right: 12px;
	color: #07B;
	font-style: normal;
	}
	
.teaser a:hover em {
	text-decoration: underline;
	}
	
h1, .title, .logo {
	font-weight: bold;
	font-size: 18px;
	}
	
h1 {
	margin-bottom: 10px;
	margin-top: -3px;
}
	
h2 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	}
 
p img {
	margin-bottom: 5px;
	}

.segment {
	margin-top: 25px;
	}

.excerpt {
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
.content {
	padding: 0 25px 10px;
	}
	
.hr {
	height: 2px;
	margin-bottom: 15px;
	background: url('img/hr.gif') center no-repeat;
	clear: both;
	}
	
.page {
	width: 900px;
	margin: 0 auto;
	}
	
.page_header {
	height: 90px;
	background: url('img/page_header.gif') center no-repeat;
	clear: both;
	}
	
.page_header object.flashmovie {
	margin-left: 670px;
	}

.page_navigation {
	height: 30px;
	padding: 0 40px;
	background: url('img/page_body.gif') center repeat-y;
	clear: both;
	}
	
.page_navigation .item {
	height: 20px;
	margin-top: 5px;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
	background-position-x: left;
	background-position-y: top;
	background-repeat: no-repeat;
	}
	
.page_navigation .item:hover, .page_navigation .item:active {
	background-position-y: center;
	}
	
.page_navigation .item.active {
	background-position-y: bottom;
	display: inline;
	}
	
.Home {
	background-image: url('img/de_home.gif');
	width: 84px;
	}
	
.Agentur {
	background-image: url('img/de_agency.gif');
	width: 117px;
	}
	
.Leistungen {
	background-image: url('img/de_services.gif');
	width: 138px;
	}

.Referenzen {
	background-image: url('img/de_references.gif');
	width: 139px;
	}

.Kontakt {
	background-image: url('img/de_contact.gif');
	width: 118px;
	}
	
.page_hr {
	height: 7px;
	font-size: 1px;
	line-height: 1px;
	background: url('img/page_hr.gif') center no-repeat;
	clear: both;
	}

.page_body {
	min-height: 200px;
	padding: 23px 15px 0;
	background: url('img/page_body.gif') center repeat-y;
	clear: both;
	}

.page_teaser {
	min-height: 100px;
	background: url('img/page_body.gif') center repeat-y;
	clear: both;
	}
	
.page_footer {
	height: 80px;
	background: url('img/page_footer.gif') top center no-repeat;
	clear: both;
	}

.container { 
	display: block;
	width: 870px;
	height: 315px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
	}
	
.bottom_line {
	width: 245px;
	height: 2px;
	background: url('img/hr.gif') right no-repeat;
	position: absolute;
	bottom: 0;
	}
	
.testimonial {
	width: 245px;
	position: absolute;
	bottom: 10px;
	}

.quote {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #678;
	}
	
.quote:before {
	content:url(img/quote_left.gif);
	}
	
.quote:after {
	content:url(img/quote_right.gif);
	}

.author {
	text-align: right;
	font-size: 12px;
	color: #345;
	}
			
#button_prev, #button_next, #button_call {
	padding: 0 20px;
	margin-bottom: 7px;
	z-index: 1000;
	float: left;
	}
	
#button_next { 
	float: right;
	}
	
#button_call { 
	padding: 0;
	}
														
#button_prev a, #button_next a, #button_call a {  
	display: block;
	width: 114px;
	height: 40px;
	background-image: url('img/button_prev.gif');
	background-position-x: left;
	background-position-y: top;
	text-indent: 8000px;
	overflow: hidden;
	}
	
#button_next a { 
	background: url('img/button_next.gif') no-repeat 0 0;	
	}	

#button_call a {
	background: url('img/button_call.gif') no-repeat 0 0;
	width: 119px;
	}	
		
#button_prev a:hover, #button_next a:hover, #button_call a:hover { 	
	background-position-y: center;
	}

#button_prev a:active, #button_next a:active, #button_call a:active { 	
	background-position-y: bottom;
	}
	
.col {
	min-height: 15px;
	float: left;
	}

.vg {
	width: 15px;
	height: 15px;
	float: left;
	}
	
.hg {
	height: 30px;
	width: 100%;
	float: left;
	}
	
.left {
	text-align: left;
	float: left;
	}
	
.right {
	text-align: right;
	float: right;
	}
	
.center {
	text-align: center;
	}

.clear {
	clear: both;
	}
	
img#wpstats {
	display: none;
}


