body, html {height: 100%; text-align: center;}

body { 
	background-color: #47201b; 
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #6d5855;
	}

p { 
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #6d5855;
	margin:0;
	}
	
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #99867f;
	margin: 0;
	padding: 0;
	}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #99867f;
	margin: 0;
	padding: 20px 0 10px 0;
	}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #99867f;
	margin: 0;
	padding: 20px 0 10px 0;
	}

img {
	border: 0;
}

a:link { 
	color: #408772;
	}

a:visited { 
	color: #408772;
	}

a:hover {
	color: #539f88;
	}

a:active { 
	color: #539f88;
	}

ul, li {
	padding: 0 0 0 0px;
	margin-left: 8px;
	}
	
#main {
	margin: 0 auto;
	width: 930px;
	min-height: 500px;
	background-image: url("../images/bg.jpg");
	text-align: left;	
}

#header {
	margin: 0 auto;
	width: 930px;
	height: 178px;
	background-image: url("../images/bg-top.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

#top-navi {
	float: right;
	position: relative;
	top: 40px;
	right: 25px;
	text-align: right;
	color: #5c3530;
	font-size: 12px;
}

#top-navi a,
#top-navi a:active,
#top-navi a:visited {
	color: #5c3530;
	font-size: 10px;
	text-decoration: none;	
}

#top-navi a:hover {
	color: #8d544c;
	text-decoration: underline;
}

#main-navi {
	margin: 0 auto;
	width: 930px;
	height: 171px;
	background-color: #FFF;
}

#sub-navi {
	width: 215px;
	min-height: 300px;
	float: left;
	margin-right: 55px;
	text-transform: uppercase;
}

#sub-navi ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
}

#sub-navi li {
	padding: 3px 0 3px 3px;
	background-image: url("../images/subnavi-list-divider.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

#content-index {
	margin: 0 auto;
	margin-top: 50px;
	padding: 0 0 0 25px;
	width: 905px;
	min-height: 300px;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	text-align: left;
}

#content-index-right {
	float: right;
	width: 296px;
	min-height: 200px;
	padding-left: 14px;
}


#content-sub {
	margin: 0 auto;
	margin-top: 50px;
	padding: 0 30px 0 25px;

	width: 875px;
	min-height: 300px;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	text-align: left;
}

#inhalte {
	padding: 0 0 0 270px;
}

#footer {
	
}

#bottom {
	margin: 0 auto;
	width: 930px;
	height: 20px;
	background-image: url("../images/bg-bottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;	
}

/* ###### BOX LAYOUT ###### */

.box {
	margin-top: 13px;
	width: 268px;
	height: 80px;
	border: 1px solid #fff;
	background-color: #d1c3b6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

.box:hover {
	background-color: #d8cbc0;
	filter:alpha(opacity=0);
	-moz-opacity:1;
}

.box img {
	float: left;
	padding: 10px 10px 0 7px;
}

.box p, p.title {
	font-size: 12px;
	padding: 10px 0 0 7px;
}

.box p.title {font-size: 14px; font-weight: bold;}


/* ###### FARBDEFINITIONEN ###### */

.corporate-design,
.corporate-design a,
.corporate-design a:active,
.corporate-design a:visited {
	color: #395677;
	text-decoration: none;
}

.corporate-design a:hover {
	color: #55759a;
	text-decoration: underline;
}


.web-design, 
.web-design a,
.web-design a:active,
.web-design a:visited {
	color: #834956;
	text-decoration: none;
}

.web-design a:hover {
	color: #a66c79;
	text-decoration: underline;
}

.grafik-design,
.grafik-design a,
.grafik-design a:active,
.grafik-design a:visited {
	color: #88a13b;
	text-decoration: none;
}

.grafik-design a:hover {
	color: #88a13b;
	text-decoration: underline;
}