body {
	background: #ffffff;
	background-image: url('../../img/bg.jpg');
	background-repeat: repeat-x;
	color: #222222;
	font: 12px trebuchet ms, verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
  border: 0px;  
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #222222;
}

a:hover, a:active {
	color: #888888;
}

img#logo {
	position: absolute;
	right: 0px;
	top: 92px;
	border: 0px;
	z-index: 100;
}

div#content {
	padding: 0px;
	text-align: left;
	width: 882px;
	position: relative;

}

div#contenttop {
	background-image: url('../../img/contenttopbg.jpg');
	height: 244px;
	background-repeat: no-repeat;
	position: relative;
}

div#contentmiddle {
	padding: 20px;
	padding-left: 60px;
	padding-right: 265px;
	background-image: url('../../img/contentmiddlebg.jpg');
	background-repeat: repeat-y;
	min-height: 220px;
	position: relative;
}

div#contentbottom {
	background-image: url('../../img/contentbottombg.jpg');
	height: 159px;
	background-repeat: no-repeat;
	position: relative;
}

div#slidebox {
	margin-top: 20px;
}

div#slidebox img {
	border: 0px;
}

h1 {
	position: absolute;
	bottom: 5px;
	left: 60px;
	margin: 0;
	color: #33ba33;
	font: italic 2em/1.1 "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 25px;
}

h2 {
	bottom: 5px;
	margin: 0;
	color: #33ba33;
	font: italic 2em/1.1 "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

h3 {
	margin-bottom: 5px;
	margin-top: 10px;	
	color: #747EDC;
	font: italic 2em/1.1 "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

h4 {
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 12px;
}

p {
	text-align: justify;
}

ul#navi {
	position: absolute;
	right: 0px;
	top: 1px;
	padding: 0; margin: 0;
}

ul#navi li {
	padding: 0; margin: 0;
	margin-bottom: 2px;
	list-style-type: none;
	padding: 1px;
}

ul#navi a:link, ul#navi a:visited, ul#navi a:hover, ul#navi a:active {
	text-decoration: none;
  background-image: url('../../img/navibg_inactive.jpg');
  display: block;
  width: 228px;
  font: italic 16px "Times New Roman", Times, serif;
  font-weight: bold;
  color: #000000;
  padding: 0px;
  padding-left:8px;
}

ul#navi a.current:link, ul#navi a.current:visited, ul#navi a.current:hover, ul#navi a.current:active {
	text-decoration: none;
  background-image: url('../../img/navibg_active.jpg');
  color: #ffffff;
  cursor: default;
}

ul#navi a:hover {
  background-image: url('../../img/navibg_hover.jpg');
}

ul#portfolio {
	margin: 0;
	padding: 0;
}

ul#portfolio li {
	list-style-type: none;
	padding: 0; margin: 0;
}

html>body img.bildlinks {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #dadada;
}

img.bildrechts {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 2px solid #dadada;
}

hr {
	clear: both;
}