* {
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;	
}

a:link, a:visited, a:hover, a:active {
	color: #363942;
	text-decoration: none;
}

a:hover, a.active {
	color: #f00;
}

img {
	border: 0;
}

hr {
	border: 0;
	background-color: #ccc;
	height: 1px;
	margin-bottom: 10px;
}

p, .text-image, .text-two-cols, #right ul {
	line-height: 18px;
	margin-bottom: 15px;
}

blockquote {
	position: relative;
	margin-bottom: 40px;
}

blockquote p {
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
}

blockquote cite {
	bottom: -25px;
	right: 0;
	position: absolute;
}

table {
	background-color: #ccc;
	border-spacing: 1px;	
	margin-bottom: 15px;
}

table td {
	background-color: #fff;
	line-height: 14px;
	padding: 4px;
}

h1, h2, h3 {
	margin-bottom: 5px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4, h5, h6 {
	font-size: 12px;
}

body {
	/*background-color: #363942;*/
	background-color: #ddd;
	font-size: 0.75em;
	margin: 35px auto;
	width: 800px;
}

#header {
	background-color: #fff;
	height: 110px;
	position: relative;
}

#logo {
	right: 40px;
	bottom: 15px;
	position: absolute;
}

#navigation {
	list-style: none;
	bottom: 15px;
	left: 15px;
	position: absolute;
}

#navigation a, #middle-navigation a {
	color: #000;
}

#navigation li {
	float: left;
	font-size: 11px;
	margin-right: 10px;
}

#middle {
	background-color: #0971B3;
	height: 162px;
	position: relative;
}

#middle h1 {
	color: #000;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	right: 35px;
	bottom: 25px;
	position: absolute;
	z-index: 20;
}

#middle-navigation {
	background-color: #D40700; /* #f00, #c00300 */
	float: left;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
	padding: 15px;
	width: 140px;
	height: 132px;
}

#middle-navigation li a.active  {
	color: #fff;
}

#middle-image {
	width: 170px;
	height: 162px;
}

#middle-right {
	width: 460px;
	height: 162px;
	right: 0;
	position: absolute;
}

#content {
	background-color: #fff;
	min-height: 285px;
	height: auto !important;  /* für moderne Browser */
	height: 285px;  /*für den IE */
	padding: 15px 0 0 0;
	position: relative;
}

/* SUBDIVS IN content: "*/
#left {
	border-right: 1px solid #ccc;
	float: left;
	margin-bottom: 15px;
	padding: 15px;
	width: 140px;
	min-height: 220px;
	height: auto !important;
	height: 220px;
}

#left p {
	font-size: 9px;
	line-height: 16px;
	margin-bottom: 15px;
}

#left ul {
	list-style: none;
}

#left ul li {
	font-size: 9px;
	line-height: 14px;
	margin-bottom: 8px;
}

#right {
	padding: 15px 40px 15px 25px;
	width: 565px;
	margin-left: 170px;
	position: relative;
}

#right a {
	border-bottom: 1px dotted #363942;
}

#bread-crumb a {
	border-bottom: 0px;
	font-size: 10px;	
}

#right ul {
	list-style: url('graphics/list.gif') outside;
	margin-left: 15px;
}

#right ul li {
	margin-bottom: 5px;
}

#navigation-forward-back {
	top: 10px;
	position: relative;
	list-style: none;
}

#navigation-forward-back li {
	float: left;
	margin: 0 3px;
}

/* FORMS */
input {
	width: 100%;
}

/* TEXT CLASSES */
.red, #navigation li a.active {
	color: #f00;
}

.small {
	font-size: smaller;
}

.center {
	text-align: center;
}

/* OTHER CLASSES */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.width-100p {
	width: 100%;
}

.width-30p {
	width: 30%;
}

.width-10p {
	width: 10%;
}

.width-5p {
	width: 5%;
}

.image-zoom {
	position: relative;
}

.icon {
	top: 10px;
	right: 10px;
	position: absolute;
}

.icon a:link {
	border-bottom: 0;
}

.no-background {
	background: none;
}