/*
psa-ventiltechnik screen stylesheet template
www.creativesyntax.at copyright 2009 
www.creativesyntax.at by Quoc-Dung Vuong
*/

/*--------------------------------------------*/
/* font size, line height  */
/* small: 12px/0.857em font, 1.286em line height */
/* standard: 14px/1em font, 22px/1.571em line heigt */
/* header: 16px/1.143em font, 1,375em line height */
/*--------------------------------------------*/

/*--------------------------------------------*/
/* main elements */
/*--------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;	/* sticky footer */
}
html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
html>body {
	font-size: 14px;
}
body {
	font-size: 87.5%; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#444;
	line-height: 1.571em; 
	background: url(../img/bg.png) top repeat-x;
}
a {
	text-decoration:none;
	color:#ee3233;
}
a:hover {
	text-decoration:none;	
	color:#c00000;
	border-bottom:1px solid #5f97b4;
}
p {
	font-size:1em;
	margin-top:1.571em;
	margin-bottom:1.571em;
}
td{
	white-space:nowrap;
}
hr {
	border:none;
	margin-bottom:1.571em;
}
h2, h3 {
	font-size:1.143em;		/* 16px */
	line-height: 1.375em;	/* 22px */
	margin-top: 1.375em;	
	margin-bottom: 1.375em;	
	border-bottom:1px dotted #ccc;
	background:url(../img/h2-r.png) left no-repeat;
	padding-left:20px;
	color:#30637b;
	}
.h2-kategorie {
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	background: url(../img/kalender.png) left no-repeat;
}
acronym {
	font-weight:bold;
	color:#ee3233;
}
/*--------------------------------------------*/
/* main layout */
/*--------------------------------------------*/
#header {
	width:960px;
	height:200px;
	margin: auto;
	background:url(../img/header.png) no-repeat;
}
#logo img {
	border:none;
}
#header #logo {
	position:absolute;
	width:260px;
	height:200px;
	margin-left:20px;
}
#logo a{
	width:260px;
	height:200px;
	display:block;
	border:none;
}
#container {
	width:960px;
	margin:auto;
	min-height:100%;		/* sticky footer */
	height:auto !important; /* sticky footer */
	height:100%;			/* sticky footer */
	margin:0 auto -40px;	/* negativ von footer höhe */
	background: url(../img/vertical.png) 320px repeat-y;
}
#container-single {
	width:960px;
	margin:auto;
	min-height:100%;		/* sticky footer */
	height:auto !important; /* sticky footer */
	height:100%;			/* sticky footer */
	margin:0 auto -40px;	/* negativ von footer höhe */
}
#center {
	padding:20px;
}
#left, #right {
	padding:20px 20px 0 20px;
}
#right-01, #right-02 {
	padding:20px 0 0 0;
}
#left {
	width:280px;	/* 320 - 40 padding */	
	float:left;
}
#right {	
	width:600px;	/* 640 - 40 padding */
	float:right;
}
/*--------------------------------------------*/
/* produkte */
/*--------------------------------------------*/
#right-01 {	
	width:300px;	/* 640 - 40 padding */
	float:right;
}
#right-02 {	
	width:300px;	/* 640 - 40 padding */
	float:right;
	margin-right:20px;
}
#footer, #lang {	/* Navi mit font-size 12px */
	font-size:0.857em;
	line-height: 1.286em;
}

#footer {
	position:relative;
	width:960px;
	height:40px;
	margin:auto;
	background:url(../img/footer-bg.png) no-repeat;
	color:#999;
}
#copyright {
	float:left;
	width:480px;
	padding-top:11px;
	margin-left:20px;
}
#footer-nav {
	position:absolute;
	width:460px;
	text-align:right;
	margin-left:480px;
	padding-right:20px;
	margin-top:11px; /* line height = 22px / 2 */
}
div.clear {
	font-size: 1.571em;
	line-height: 1.571em;
	clear: both;
}
/*--------------------------------------------*/
/* breadcrumbs + vCard styles */
/*--------------------------------------------*/
#crumbs {
	width:960px;
	margin:auto;
	padding:20px 0px 0px 0px; 
	font-size:0.857em;
	line-height: 1.286em;
}
#crumbs p, blockquote {
	border:1px solid #e1e1e1;
	background:#eee;
	padding:10px 20px;

}
blockquote:hover {
	border:1px solid #e1e1e1;
	background:#e2e2e2;
}
#crumbs span {
	padding:5px;
	background:url(../img/crumbs.png) left no-repeat;
	margin-left:10px;
	margin-right:10px;
}
blockquote {
	width:240px; /* 280px - 40 padding */
	padding:20px;
}
blockquote dt {
	border-bottom:1px dotted #ccc;
}
/*--------------------------------------------*/
/* left right lists */
/*--------------------------------------------*/
.ul-left, .ul-right {
	font-size:1em;
	margin-top:1.571em;
	margin-bottom:1.571em;
	margin-left:24px;
}
.ul-right-1 {
	margin-top:1.571em;
	margin-bottom:1.571em;
	margin-left:48px;
}
.ul-right {
	list-style:square;
}
.ul-left {
	list-style:circle;
}
/*--------------------------------------------*/
/* referenzen table layout */
/*--------------------------------------------*/
#referenzen {
	width:600px;
	font-size:1em;
	margin-bottom:1.571em;
}
#referenzen .thname, #referenzen .thcountry {
	color:#444;
}
#referenzen .name {
	color:#444;
	padding-right:40px;
}
#referenzen .country {
	color:#888;
}
#referenzen th {
	text-align:left;
}
/*--------------------------------------------*/
/* top navigation */
/*--------------------------------------------*/
#top-navi {
	position:absolute;
	width:480px;
	height:40px;
	margin-left:369px;
	margin-top:120px;
	background:url(../img/navi.png) no-repeat;
}
#navi-wrap {
	position:relative;
	width:480px;
	height:40px;
}
#navi-wrap li a span {
	display:none;
}
#navi-wrap li {
	position: absolute;
	list-style: none; 
}
#navi-wrap li a {
	height:40px;
	display:block;
}

#start {left:0px; width:120px;}
#kontakt {left:120px; width:120px;}
#produkt {left:240px; width:120px;}
#referenzen {left:360px; width:120px;}

#start a:hover, #start.active {background: transparent url(../img/navi.png) -0px -40px no-repeat; border:none;}
#kontakt a:hover, #kontakt.active {background: transparent url(../img/navi.png) -120px -40px no-repeat; border:none;}
#produkt a:hover, #produkt.active {background: transparent url(../img/navi.png) -240px -40px no-repeat; border:none;}
#referenzen a:hover, #referenzen.active {background: transparent url(../img/navi.png) -360px -40px no-repeat; border:none;}
/*--------------------------------------------*/
/* language navigation */
/*--------------------------------------------*/
#lang {
	position:absolute;
	margin-left:780px;
	margin-top:10px;
}
#lang #de, #lang #en {
	list-style:none;
	padding-left:20px;
}
#lang ul li {
	display:inline;
	padding-right:5px;
}
#lang #de {
	background:url(../img/at.png) left no-repeat;
}
#lang #en {
	background:url(../img/gb.png) left no-repeat;
}
#lang ul li a {
	color:#d7d7d7;
}
#lang a:hover, #lang .active {
	color:#ee3233;
	border-bottom:none;
}
/*--------------------------------------------*/
/* footer navigation */
/*--------------------------------------------*/
#footer-nav li {
	display:inline;
	padding-right:5px;
}
#footer a {
	color:#fff;
}
#footer a:hover, #footer .active {
	color:#ee3233;
}
/*--------------------------------------------*/
/* specific elements - table, dl impressum*/
/*--------------------------------------------*/
.impressum dt, .agb dt {
	font-weight:bold;
	margin-top: 1.375em;	
	margin-bottom: 1.375em;	
}
.impressum-data dt {
	font-weight:bold;
}
.impressum-data dd, .impressum dd, .agb dd {
	padding-left:20px;
}
.data {
	border:1px solid #e1e1e1;
	padding:20px;
}	
.data .tableleft {
	padding:0px 10px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}
.data .tableright {
	padding:0px 10px;

}
.even {
	background:#eee;
}
.top {
	background: url(../img/anchor.png) left no-repeat;
	padding-left:15px;
}

/*--------------------------------------------*/
/* kontakt form */
/*--------------------------------------------*/
#form-container form {
	margin-bottom:20px;
}
.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}
#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
