/* CSS Document */

/* General CSS */
body {
	background-color: #f1f4ed;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 12px;
	color: #f1f4ec;
	font-family: Tahoma, Verdana;
}

a {
	color: #f3c9a1;
	text-decoration: none;
}

a:hover {
	color: #6e99d8;
	text-decoration: underline;
}

#menu {
	background-image: url(images/1-2.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#menu a {
	color: #5b5b5b;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	color: #6e99d8;
	text-decoration: none;
}

#content {
	background-color: #5b5b5b;
	vertical-align: top;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#left_frame {
	background-image: url(images/3-1.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}

#right_frame {
	background-image: url(images/3-3.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}

.titel {
	color: #6e99d8;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}

.untertitel {
	font-size: 14px;
	color: #6e99d8;
	font-weight: bold;
}

.disclaimer {
	font-size: 10px;
}

.weitere_lieferanten td {
	font-weight: bold;
}

/* Personen-Beschreibungen */
table.persbesch td.persbesch_passiv {
	text-align: center;
	padding: 5px;
}

.persbesch_passiv a {
	color: #6e99d8;
	font-weight: bold;
	text-decoration: none;
}

.persbesch_passiv a:hover {
	color: #6e99d8;
	font-weight: bold;
	text-decoration: underline;
}

table.persbesch td.persbesch_aktiv {
	text-align: center;
	border: 1px solid #6e99d8;
	background-color: #6e99d8;
	padding: 5px;
}

.persbesch_aktiv a {
	color: #5b5b5b;
	font-weight: bold;
	text-decoration: none;
}

.persbesch_aktiv a:hover {
	color: #5b5b5b;
	font-weight: bold;
	text-decoration: underline;
}

table.persbesch #persdetail {
	border: 1px solid #6e99d8;
	padding:3px;
}