/******************************************************************************/
/*                                  PVA AG                                 */
/******************************************************************************/

/*  Reset CSS -> Thanks to Eric A. Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }



table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
    }

body {
	line-height: 1;
	color: #666;
	background: #fff;
    }

ol, ul {
	list-style: none;
    }

table {
	border-collapse: separate;
	border-spacing: 0;
    }

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align : top;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }

blockquote, q {
	quotes: "" "";
    }

/******************************************************************************/
/********************************************************************** Start */
/******************************************************************************/



/* General */
a:link {
	color: #311114;
	text-decoration: underline;
}

a:visited {
	color: #311114; /* 666 */
	text-decoration: underline;
}

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


div.text p.first span.smaller,
p.smaller,
.smaller,
span.smaller {
	font-size: 11px;
	line-height: 15px;
    }

/* Text align */
.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

/* Site */
html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	color: #311114;
	background: #8d7e6a;

    }

div.cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #8d7e6a;

}


div.top_shadow {
    position : relative;
    top : 0;
    height : 70px;
    width : 1005;
	background: #8d7e6a;
	background-image: url(bg_cover_shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
    }

div.wrapper {
	position: relative;
	z-index: 100;
	width: 100%;
	background-image: url(bg_shadow.png);
	background-position: 50% 20px;
	background-repeat: repeat-y;
	}

div.site {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:  -30px auto -25px;
	padding: 0;
	background-color: #fff;
	border-style: solid;
}


    
div.colored {
    position : relative;
    border : 1px solid green;
    background-color : red;
    }     



/******************************************************************** Gallery */
table.gallery_binder {
	width: 100%;
	height: 100%;
}

table.gallery td {
	width: 580px;
}

div.gallery_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

div.image_box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
}

table.gallery {
	position: absolute;
	top: 140px;
	left: 223px;
	z-index: 700;
	margin: 0;
	padding: 0;
	width: 580px;
	height: 495px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
}

table.gallery td {
	margin: 0;
	padding: 0;
	background-color: red;
}

table.gallery td.middle,
table.gallery td.back_forward {
	background-color: red;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}

table.gallery table.title {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

table.gallery table.title td.title {
	width: 540px;
	padding-left: 10px;
}

table.gallery table.title td.close {
	height: 30px;
	width: 30px;
}

table.gallery table.title a.close {
	background-image: url(close/gallery_close.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

table.gallery table.title a.close:hover {
	background-image: url(close/gallery_close_over.gif);
}

table.gallery td.middle {
	width: 400px;
}

table.gallery td.back_forward {
	width: 90px;
}

table.gallery td.back_forward a {
	display: block;
	background-color: #fff;
	color: #324e2b;
	padding-top: 5px;
	width: 90px;
	height: 25px;
}

table.gallery td.back_forward a:hover {
	background-color: #324e2b;
	color: #fff;
}

table.gallery td.image {
	background-color: #fff;
	filter: alpha(opacity = 100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

/******************************************************************************/
/********************************************************************* Header */
/******************************************************************************/

div.header {
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	height: 70px;
	background-image: url(bg_header_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color : #fff;
}

/*** Logo*/
div.header p.logo {
	float: right;
	margin: 22px 20px 0 0;
}

div.header p.logo:hover {
	filter: alpha(opacity = 50);
	-moz-opacity: .50;
	opacity: .50;
}

/*** Emotive ***/
div.emotive {
	height: 235px;
}

/*** General Definitions -> Language ***/
div.language {
	position: absolute;
	top: 55px;
	left: 25px;
	z-index: 100;
	font-size: 10px;
	line-height: 10px;
	color: #666;
}

div.language a {
	padding: 2px 0 3px 0;
}

div.language a:hover {
	color: #333;
}

div.content_wrapper {
	margin-top: 70px;
}

/******************************************************************************/
/***************************************************************** Navigation */
/******************************************************************************/

div.main_navigation {
	color: #fff;
	background-color: #311114;
	padding: 0 25px;
	width: 750px;
	height: 25px;
	font-size: 12px;
	text-align: justify;
}

div.main_navigation p {
	float: left;
	width: 125px;
	padding: 7px 0 8px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #bba8a4;
	letter-spacing: 1px;
}

div.main_navigation p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

div.main_navigation p a:hover {
	color: #bba8a4;
	text-decoration: none;
}

/**************************************** Subnavigation | Level 2 - Level 5 ***/
div.navigation {
	float: left;
	width: 165px;
	margin: 0;
	padding: 0 0 50px 25px;
}

div.navigation p {
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

div.navigation p,
div.navigation p a {
	color: #98888a;
	text-decoration: none;
	font-weight: bold;
}

div.navigation p.level_two a,
div.navigation p.level_two_selected a,
div.navigation p.level_two_shown,
div.navigation p.level_three a,
div.navigation p.level_three_selected a,
div.navigation p.level_three_shown,
div.navigation p.level_four a,
div.navigation p.level_four_selected a,
div.navigation p.level_four_shown,
div.navigation p.level_five a,
div.navigation p.level_five_selected a,
div.navigation p.level_five_shown {
	display: block;
	text-decoration: none;
	padding: 3px;
}

div.navigation p.level_two_selected a,
div.navigation p.level_three_selected a,
div.navigation p.level_four_selected a,
div.navigation p.level_five_selected a,
div.navigation p.level_two_shown,
div.navigation p.level_three_shown,
div.navigation p.level_four_shown,
div.navigation p.level_five_shown
	{
	color: #311114;
	background-color: #fff;
	font-weight: normal;
}

div.navigation p.level_two a,
div.navigation p.level_two_selected a,
div.navigation p.level_two_shown
	{
	width: 159px;
}

/* Level 3 */
div.navigation p.level_three a,
div.navigation p.level_three_selected a,
div.navigation p.level_three_shown
	{
	width: 145px;
	padding-left: 20px;
	color: #311114;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

/* Level 4 */
div.navigation p.level_four a,
div.navigation p.level_four_selected a,
div.navigation p.level_four_shown
	{
	width: 125px;
	padding-left: 40px;
	font-weight: normal;
	color: #311114;
	text-transform: none;
}

/* Level 5 */
div.navigation p.level_five a,
div.navigation p.level_five_selected a,
div.navigation p.level_five_shown
	{
	width: 125px;
	padding-left: 60px;
	color: #311114;
	font-weight: normal;
	text-transform: none;
}

/* Selected */
div.navigation p.level_two_selected a,
div.navigation p.level_three_selected a,
div.navigation p.level_four_selected a,
div.navigation p.level_five_selected a
	{
	background-color: #fff;
	color: #311114;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* Hover */
div.navigation p.level_two a:hover,
div.navigation p.level_two_selected a:hover,
div.navigation p.level_three a:hover,
div.navigation p.level_three_selected a:hover,
div.navigation p.level_four a:hover,
div.navigation p.level_four_selected a:hover,
div.navigation p.level_five a:hover
	{
	text-decoration: none;
	background-color: #ebe8e8;
	color: #000;
}

/* Shown */
div.navigation p.level_two_shown,
div.navigation p.level_three_shown,
div.navigation p.level_four_shown,
div.navigation p.level_five_shown
	{
	background-color: #fff;
	color: #311114;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/******************************************************************************/
/******************************************************************** Content */
/******************************************************************************/
div.content {
	margin: 0 0 40px 0;
	padding: 0 0 0 50px;
	float: left;
	width: 496px;
	font-size: 14px;
	line-height: 19px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #fff;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.content p,
div.content_noservice p {
	margin-bottom: 15px;
}


/* Startpage */

body.start div.content  {
    width : 800px;
    }

body.start div.start_img    {
    float : left;
    width : 180px;
    padding : 50px 25px 0 35px;
    }

body.start div.start_wrapper    {
    float : left;
    width : 496px;
    }

body.start div.content  {
    padding-left : 0;
    }



/******************************************************************** BB-List */

/* Unordered */
div.content ul,
div.content ul.bb-list-unordered {
	list-style: disc;
	padding-left: 15px;
	margin: -10px 0 10px 0px;
}

div.content ul li,
div.content ul.bb-list-unordered li.bb-listitem {
	padding: 4px 0 0 0;
	font-style: normal;
}

/* Ordered List */
ol.bb-list-ordered-d {
	margin: 15px 0 0 5px;
	padding: 0;
}

ol.bb-list-ordered-d li.bb-listitem {
	margin: 0 0 0 18px;
	padding: 0 0 5px 0;
}

/*********************************** Image Gallery */
div.image_gallery,
div.n_image_gallery {
	position: relative;
	margin-bottom: 20px;
	width: 496px;
}

div.image_gallery p.img_gallery img {
	border: 1px solid #e8e8e8;
}

/* Image Navigation */
div.img_nav {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
}

div.img_nav a.back,
div.img_nav a.forward {
	background-image: url(back.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border: 1px solid #e8e8e8;
	filter: alpha(opacity = 50);
	-moz-opacity: .50;
	opacity: .50;
}

div.img_nav a.forward {
	background-image: url(forward.png);
}

div.img_nav a.back {
	float: left;
}

div.img_nav a.forward {
	float: right;
}

div.img_nav a.back:hover,
div.img_nav a.forward:hover {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
}

/*********************************** N Image Gallery */
div.n_image_gallery p,
div.n_image_gallery ul {
	float: left;
	margin-right: 15px;
}

div.n_image_gallery p a img:hover {
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div.n_image_gallery+p,
div.n_image_gallery+h2 {
	clear: left;
}

div.n_image_gallery+h2 {
	padding-top: 20px;
}

div.n_image_gallery ul.download {
	width: 125px;
	height: 98px;
	list-style: square;
	background-color: #ebe8e8;
	margin: 0 0 15px 0;
	padding: 5px 5px 10px 20px;
	font-size: 11px;
	line-height: 14px;
}

div.n_image_gallery ul.download li {
	margin: 0;
	padding: 0;
}

div.n_image_gallery ul.download li.title,
div.n_image_gallery ul.download li.gallery
	{
	margin-top: 10px;
	margin-left: -13px;
	list-style: none;
}

div.n_image_gallery ul.download li.title {
	font-weight: bold;
	margin-top: 0;
}

/*********************************** Team / News */
div.team,
div.news {
	clear: left;
	margin-bottom: 30px;
}

div.news p a img:hover,
div.team p a img:hover {
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div.news p.img,
div.news div.text,
div.team p.img,
div.team div.text {
	float: left;
	width: 300px;
	margin-bottom: 25px;
}

div.news p.img,
div.team p.img {
	width: 150px;
	margin-right: 20px;
}

div.news p.img {
	width: 150px;
	margin-left: 20px;
}

div.news+h2,
div.team+h2 {
	padding-top: 20px;
}

div.news div.text ul.download,
div.team div.text ul.download {
	list-style: square;
	background-color: #ebe8e8;
	margin: 0 0 15px 0;
	padding: 5px 5px 10px 20px;
	font-size: 11px;
	line-height: 14px;
}

div.news div.text ul.download li,
div.team div.text ul.download li {
	margin: 0;
	padding: 0;
}

div.news div.text ul.download li.title,
div.news div.text ul.download li.gallery,
div.team div.text ul.download li.title,
div.team div.text ul.download li.gallery    {
	margin-left: -13px;
	list-style: none;
}

div.news div.text ul.download li.title, 
div.team div.text ul.download li.title {
	font-weight: bold;
	margin-top: 0;
}

div.text h4 {
    font-size : 14px;
    font-weight : bold;
    margin-bottom : 6px;
    padding : 0;
    }
    
div.text h4 p.first    {
    padding : 0;
    margin : 0;
    }
    
/***************************************** Team Gallery */

div.team_gallery    {
    position : relative;
    clear : left;
	height : 80px;
    }

div.team_gallery p {
	float : left;
	width : 80px;
	margin-right : 20px;
    }

div.team_gallery img:hover  {
	filter: alpha(opacity = 50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	}

div.team_gallery p + p {
	width : 360px;
    margin-top : 17px;
    }

div.team_gallery_big    {
    position : absolute;
    top : -140px;
    left : 100px;
    z-index : 300;
    background-color : #fff;
    }

div.team_gallery_big p  {
    margin : 0;
    padding : 0;
    width : 270px;
    }

div.team_gallery_big img:hover   {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
	}

/*********************************** Wissen Team / know */
div.know,
div.know_colored {
	clear: left;
    }

div.content div.know_colored    {    }

div.know p a img:hover,
div.know_colored p a img:hover  {
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div.know p.img,
div.know_colored p.img,
div.know div.text,
div.know_colored div.text {
	float: left;
	width: 300px;
    }

div.know p.img,
div.know_colored p.img  {
	width: 150px;
	margin: 0 0 0 0;
    }

div.know p.img,
div.know_colored p.img {
	width: 150px;
    margin : 0;
	padding : 0;
	float : right;
    }

div.know+h2 {
	padding-top: 20px;
    }

div.know div.text ul.download {
	list-style: square;
	background-color: #ebe8e8;
	margin: 0 0 15px 0;
	padding: 5px 5px 10px 20px;
	font-size: 11px;
	line-height: 14px;
    }

div.know div.text ul.download li    {
	margin: 0;
	padding: 0;
    }

div.know div.text ul.download li.title,
div.know div.text ul.download li.gallery    {
	margin-left: -13px;
	list-style: none;
    }

div.know div.text ul.download li.title  {
	font-weight: bold;
	margin-top: 0;
    }

div.text h4 {
    font-size : 18px;
    font-weight : bold;
    margin-bottom : 15px;
    }
    


/* Tables */

table.know_colored,
table.know {
    margin : 0 0 20px 0;
    padding : 5px 5px 0 5px;
    background-color : #f7f6f6;
    width : 100%;
    }  
    
table.know  {
    background-color : #fff;
    }    




/******************************************************************* Services */
	/* Download */
div.download {
	background-color: #ebe8e8;
	margin-bottom: 15px;
	padding: 10px 12px 10px 12px;
}

div.download p {
	margin-bottom: 0;
}

div.download ul {
	list-style: square;
	margin: 0 0 0 15px;
	padding: 0;
}

div.download ul li {
	margin: 0;
	padding: 0;
}

/* Quick Reference */
div.related_links ul li {
	list-style-image: url(arrow.png);
	margin: 0 0 0 15px;
	padding: 0;
}

div.related_links ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

/* Image Box */
p.gallery a:hover {
	filter: alpha(opacity = 50);
	-moz-opacity: .50;
	opacity: .50;
}

div.image_box ul {
	margin-top: 5px;
}



/************************************************************** Contact Form */


table.contact   {
    margin : 0 0 0 0;
    padding : 4px;
    width : 100%;
    background-color : #f0f0f0;
    }

table.contact td.col1   {
    width : 50%;
    padding : 4px 0;
    }

table.contact td.col2   {
    text-align : left;
    }

table.contact td.spam_description {
    font-size : 11px;
    line-height : 15px;
    vertical-align : top;
    padding-right : 12px;
    }

select,
input.contact,
input.contact_error,
textarea.contact,
textarea.contact_error	{
	width : 280px;
	border : 1px solid #98888a;
	margin : 0;
	padding : 2px;
	background-color : #fff;
	color : #666;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	}

select  {
    width : 80px;
    padding : 2px 0;
    }


textarea.contact    {
    margin : 4px 0 0 0;
    height : 80px;
    width : 280px;
    }

input.contact_error,
textarea.contact_error   {
    background-color : #fcc;
    color : #666;
    }

td.button_send  {
    text-align : right;
    }

input.button    {
	padding : 4px;
	background-color : #97c143;
	color : #fff;
	border : 1px solid #98888a;
	font-family : arial, helvetica, sans-serif;
	}

input.button:hover  {
    background-color : #eff5e5;
    color : #666;
    }





/******************************************************************************/
/********************************************************************* Footer */
/******************************************************************************/
div.footer,
div.push {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 25px;
	color: #666;
	font: normal 10px/ 13px arial, helvetica, sans-serif;
}

div.footer {
	position: relative;
	margin: 0 auto;
	padding: 0 18px;
	height: 60px;
	background-image: url(bg_footer_shadow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
}







/************************
** CSS FOR THE GALLERY **
************************/
div#screen_background {
	position: absolute;
	color: white;
	top: 0px;
	left: 0px;
  width: 100%;
  background-color : #000;
  filter : alpha(opacity=80);
  -moz-opacity : 0.80;
  opacity : 0.80;
}

.popup_content {
  text-align: left;
  position: absolute;
  top: 140px;
  z-index: 700;
  margin: 0px auto 0px auto;
  width: 496px;
  height: 372px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  
}

div#reference_popup {
	display:none;
	height:100%;
	left:0px;
	position:absolute;
	text-align:center;
	top:0px;
	width:100%;
	z-index:101;
}
