/*  -  -  -  -  -  -  -  -  -  -  -  -  //
// Projekt:	Rudolf Berens
// Pfad:		/inc/
//  -  -  -  -  -  -  -  -  -  -  -  -  */

* {
	border: 0px;
	color: #626262;
	font-family: Verdana, Arial, sans;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}

body {
	background-color: #f9f9f9;
	background-image: url('../pic/_background.png');
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #990b23;
}

a:hover, a:active {
	color: #470511;
	text-decoration: underline;
}

a.a_bottom:link, a.a_bottom:visited {
	color: #202020;
	font-size: 10px;
	text-decoration: none;
}

a.a_bottom:hover, a.a_bottomu:active {
	color: #626262;
	text-decoration: underline;
}

a.a_menu:link, a.a_menu:visited {
	color: #facb9f;
	text-decoration: none;
}

a.a_menu:hover, a.a_menu:active {
	color: #facb9f;
	text-decoration: underline;
}

h1 {
	color: #990b23;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;
}

img.image {
	border: 1px solid #f0f0f0;
}

p {
	margin-bottom: 8px;
}

ul {
	margin-bottom: 8px;
}

ul li {
	color: #990b23;
	font-style: italic;
	margin-left: 25px;
}

ul li li {
	color: #470511;
}

ul li li li {
	list-style-type: disc;
}

/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */
/* IDs */

#d_container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	width: 840px;
}

#d_content {
	background-color: #ffffff;
	background-image: url('../pic/_content_background.png');
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	min-height: 640px;
	text-align: justify;
	width: 660px;
}

#d_content_bottom {
	left: -24px;
	position: relative;
	top: 50px;
}

#d_menu_container {
	display: inline;
}

#d_menu_eins {
	background-image: url('../pic/_menu_1off.png');
	background-repeat: no-repeat;
}

#d_menu_zwei {
	background-image: url('../pic/_menu_2off.png');
	background-repeat: no-repeat;
}

#d_menu_drei {
	background-image: url('../pic/_menu_3off.png');
	background-repeat: no-repeat;
}

/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */
/* Klassen */

.d_content_left-right {
	background-repeat: no-repeat;
	float: left;
	height: 600px;
	width: 30px;
}

.d_content_pic {
	background-image: url('../pic/_content_trenner.png');
	background-repeat: no-repeat;
	float: right;
	margin-left: 22px;
	min-height: 380px;
	padding-left: 27px;
	width: 175px;
}

.d_content_text {
	clear: left;
	min-height: 500px;
	width: 435px;
}

.d_menu_left-right {
	float: left;
	height: 101px;
	width: 30px;
}

.highlight {
	color: #470511;
}

.menu_area {
	display: block;
	float: left;
	height: 91px;
	padding-left: 20px;
	padding-top: 10px;
	width: 240px;
}

.li_menu {
	color: #facb9f;
	font-size: 11px;
	font-style: italic;
	margin-left: 60px;
}

.sitemap {
	margin-top: 8px;
}

