html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
  	min-width: 960px;
	background-color: #FDF5E6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#container {
  width: 100%;
  height: 100%; overflow: hidden;
}

#wrapper {
  width: 960px;
  text-align: center;
  margin: 0px auto 0px auto;
  background-image: url(images/bg-wrapper.jpg);
  background-repeat: repeat-y;
}

#logo	{
	width: 960px;
	height: 130px;
}

#header	{
	width: 960px;
	height: 275px;
	text-align: left;
}

#header #box1	{
	width: 300px;
	height: 270px;
	background-color: #FFEFDB;
	float: left;
}

#header #box2	{
	width: 660px;
	height: 270px;
	float: right;
}

#navi	{
	float: left;
	width: 300px;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 2em;
}

#navi ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li	{
	margin: 0;
	padding: 0;
}

#navi a	{
	display: block;
	width: 225px;
	font-weight: bold;
	font-size: 16px;
	color: #FFEFDB;
	text-decoration: none;
	background-image: url(images/navi-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 75px;
	padding-top: 21px;
	padding-bottom: 21px;
	letter-spacing: 0.2em;
}

#navi a:hover	{
	color: #827260;
	text-decoration: none;
	background-image: url(images/navi-bg-hover.jpg);
	background-repeat: no-repeat;
}

.adresse	{
	line-height: 1.4em;
	margin-left: 30px;
}

#inhalt	{
	float: left;
	width: 630px;
	margin-left: 15px;
	color: #595959;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 2em;
}

#inhalt h1	{
	text-align: justify;
	color: #CD3700;
	font-size: x-large;
	background-color: #FFFAF0;
	padding-left: 2em;
	padding-bottom: 0.4em;
	padding-top: 0.3em;
	border-bottom: 2px dotted #595959;
	background-image: url(images/bg-h1.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

#inhalt h2	{
	text-align: justify;
	color: #CD3700;
	font-size: medium;
	line-height: 1.4em;
}

#inhalt ul	{
	list-style-image: url(images/list-type.gif);
}

#inhalt li	{
	padding-bottom: 0.5em;
}

#inhalt img	{
	padding: 5px;
	border: 3px solid #FFFFFF;
}

#inhalt a	{
	text-decoration: underline;
	font-weight: bold;
	color: #827260;
}

#inhalt a:hover	{
	text-decoration: overline;
}

.clear	{
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.fettkursiv {
	font-weight: bold;
	font-style: italic;
}

.portfolioprint	{
	width: 97%;
	background-color: #EED8AE;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 3px solid #FFA500;
	margin-bottom: 2em;
	font-size: 0.8em;
}

.portfolio	{
	width: 97%;
	background-color: #EED8AE;
	padding: 10px;
	border-top: 3px solid #FFA500;
	margin-bottom: 2em;
	font-size: 0.8em;
}

.portfolio a	{
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/extern.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #CD3700;
	padding-left: 25px;
}

.portfolio a:hover	{
	text-decoration: none;
	color: #FFA500;
}

#pagenavi	{
	text-align: right;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 2px;
}

#pagenavi ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pagenavi li	{
	margin: 0;
	padding: 0;
	padding-left: 2px;
	display: inline;
}

#pagenavi a	{
	text-decoration: underline;
	font-weight: bold;
	border-top: 1px solid #FFA500;
	border-left: 1px solid #FFA500;
	border-right: 1px solid #FFA500;
	background-color: #FDF5E6;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagenavi a:hover	{
	text-decoration: overline;
	background-color: #FFFAF0;
}

#pagenavi li#active a	{
	text-decoration: overline;
	background-color: #FFFAF0;
}

#pagenavi li#active a:hover	{
	text-decoration: overline;
	background-color: #FFFAF0;
}

/* Footer */

#footer {
	width: 100%;
	background-color: #696969;
	border-top: 5px solid #FFA500;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}

#footer	#box	{
	width: 960px;
	text-align: right;
	font-size: 0.75em;
	color: #CCCCCC;
	margin: 0 auto;
}

#footer	ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#footer	li	{
	margin: 0;
	padding: 0;
	display: inline;
}

#footer	a	{
	color: #CCCCCC;
	text-decoration: underline;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#footer	a:hover	{
	text-decoration: overline;
}

#footer	.left	{
	padding-left: 2.5em;
}

#footer	.right	{
	padding-right: 2.5em;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

form .formText {
  display: block;
  float: left;
  clear: left;
  width: 170px;
  margin-top: 15px;
}


fieldset {
  padding: 15px;
  margin-top: 40px;
  border: none;
  border: 1px solid #CCCCCC;
}

legend {
  color: #696969;
  font-size: 1.8em;
}


input, textarea {
  border-left: 1px solid #595959;
  border-top: 1px solid #595959;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 2px 5px;
  margin-top: 15px;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  height: 25px;
  line-height: 25px;
  color: #FFFAF0;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FFA500;
  border-bottom: 2px solid #FFA500;
}

input.button {
  padding: 0 4px;
  width: 198px;
  height: 39px;
  font-weight: bold;
  background: url(images/button.jpg) no-repeat left top;
  border: none;
  cursor: pointer;
  margin-left: 170px;
  margin-top: 20px;
  display: block;
  clear: both;
}