/* Start of Padding margin hell */

* {
	margin: 0;
	padding: 0;
}

p {
	padding-bottom: 1.5em;
}


h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
}
/*
h2, h3, h4 {
	font-size: 13px;
	font-weight: bold;
	
}*/

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
	padding-bottom: 0.4em;
}

/* End of Padding margin hell */


body {
	background-color: #d2d2d2;
	background-image: url('../images/design/back_slice.jpg');
	background-position: center;
	background-repeat: repeat-y;
}

body, div, p, td, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

a {
	color: #825852;
}

a:hover {
	color: #825852;
}

#navigation a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}


address {
	font-style: normal;
}

/* Layout only: */

/* FOOTER STAYS BOTTOM */
/*
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper1 {
	position: relative;
	min-height: 100%;
	_height: 100%;
	
}

#footer {
	height: 180px;
	position: absolute;
	bottom: 0;
}*/
/* END OF FOOTER */

#main {
	clear: both;
}
#wrapper3 {
	min-height: 768px;
}
/* CENTERING: */
body {
  text-align: center;
  min-width: 800px;
}

#page {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* END OF CENTERING */

#page {
	
}

#wrapper1 {
	background-image: url('../images/design/top.jpg');
	background-repeat: no-repeat;
        background-position: center top;

}

#header {
	height: 358px;
        width: 800px;
}

#navigation {
	position: absolute;
	top: 335px;
	left: 0px;
	width: 800px;
	text-align: center;	
}

#wrapper3 {
	position: relative;
}

#navigation ul li a  {
	display: inline;
	font-weight: normal;
	padding-left: 20px;
}

#navigation ul, #navigation li {
	display: inline;
	list-style: none;
}

#main {
	clear: both;
}

.contact {
	padding-top: 2em; 
	color: #825852;
}

.contact .persons .area {
	font-style: Italic;
	color: black;
}

.contact .persons .person {
	padding-bottom: 1em;
}

.contact .company, .contact .persons {
	width: 360px;
	padding-right: 40px;
	float: left;
}

.contact .company {
		text-align: right;
		padding-top: 2.5em;
}

.contact a {
	color: black;
	text-decoration: none;
}

.copyrights {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding: 10px;
}

.copyrights, .copyrights a {
	color: #ababab;	
}

#content {
	width: 292px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 88px;

	float: left;
}

#pics {
	padding-left: 0px;
	padding-right: 88px;
	padding-top: 30px;
	text-align: right;
	width: 332px;

	float: right;
}

#spacer {
	clear: both;
}


#header a {
	display: block;
	width: 100%;
	height: 260px;
}

#header a span {
	display: none;
}



#navigation .eng a,
#navigation .ger a,
#navigation .fin a {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 95px;
    height: 22px;
}

#navigation .eng span,
#navigation .fin span,
#navigation .ger span {
    display: none;
}

#navigation .eng a {
    top: -315px;
    right: 1px;
    background: url('/images/design/nav_eng.png');
}
#navigation .eng a:hover {
    background: url('/images/design/nav_eng_hover.png');
}
#navigation .eng.active a {
    background: url('/images/design/nav_eng_active.png');
}

#navigation .fin a {
    top: -337px;
    right: 1px;
    background: url('/images/design/nav_fin.png');
}
#navigation .fin a:hover {
    background: url('/images/design/nav_fin_hover.png');
}
#navigation .fin.active a {
    background: url('/images/design/nav_fin_active.png');
}


#navigation .ger a {
    top: -293px;
    right: 1px;
    background: url('/images/design/nav_ger.png');
}
#navigation .ger a:hover {
    background: url('/images/design/nav_ger_hover.png');
}
#navigation .ger.active a {
    background: url('/images/design/nav_ger_active.png');
}
