* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px 0px 12px;
	background: url(images/page_bg.gif);
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#outer {
  background: top left url(images/line.gif) repeat-x;
  padding-top: 25px;
}


#container {
	margin: 0px auto;
	width: 970px;
	background-repeat: no-repeat;
	text-align: left;
}


#logo {
  background: top right url(images/logo.gif) no-repeat;
  margin-right: -17px;
  height: 55px;
  margin-top: -25px;
}


/* Navigation Menu */

#navmenu {
	width: 970px;
	text-align: center;
	position: relative;
}

#navmenu a {
	text-decoration: none;
}

#navmenu li {
	float: left;
	background: url('images/navmenu_background.gif') repeat-x;
	line-height: 44px;
}

#navmenu li#menu_first {
	background-image: url('images/navmenu_background_first.gif');
	background-repeat: no-repeat;
}

#navmenu li#menu_last {
	background-image: url('images/navmenu_background_last.gif');
	background-repeat: no-repeat;
}

#navmenu li a {
	display: block;
	color: inherit;
	font-size: 12px;
	cursor: pointer;
	padding: 0px 20px 0px 20px;
}

#navmenu li a:hover {
	background-color: #ffffff;
	color: #941818;
	padding: 0px 20px 0px 20px;
}

#navmenu li.selected a {
	background-color: #ffffff;
	color: #941818;
}






#main {



}



#left {
	float: left;
	width: 560px;
	padding:10px;
}

#line-quer {
	background: url('images/line-quer.gif') repeat-x; 
	height:5px;
	padding-bottom: 6px;
}

#left-start {
	float: left;
	width: 460px;
	padding:10px;
}


#middle {
	background: url('images/middle.gif') repeat-y;
	float: left;
	width: 20px;
	padding-bottom: 20px;
}


#right {
	background-color:#F0F0F0;
	float: right;
	width: 310px;
	padding: 20px;
	margin-right: 10px;
}

#right-start {
	float: right;
	width: 450px;
	padding: 10px;

}

#hervorheben {
	color: #555;
	font-weight: bold;
}

#bildtext {
	font-size:10px;
	font-weight: bold;
	margin-top: -15px;
	padding: 3px;
	width: 304px;
}

#bildtext2 {
	font-size:10px;
	font-weight: bold;
	margin-top: -15px;
	padding: 3px;
	background-color:#EAEAEA;
	width: 304px;
}

#bildtext3 {
	font-size:10px;
	margin-top: -5px;
	padding: 3px;
	width: 304px;
}

#bildtext4 {
	font-size:10px;
	font-weight: bold;
	margin-top: -10px;
	width: 290px;
}

#schaukasten {
	border: 1px solid #941818; 
	padding-left: 10px; 
	background-color:#FFFFFF;
}

.desc {
	display: none;
}

a {
	color: #941818;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #526052;
	background-color: inherit;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

ol li {
	margin-left: 25px;
	padding-left: 5px;
	list-style-type: disc;
	font-size: 11px;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 12px;
	text-align: left;
	line-height: 16px;
}

h1 {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #941818;
	margin-top: -10px;
}

h2 {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #313131;
	margin-top: -10px;	
}

h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #941818;
}

/* Page Footer */

#footer_line {
	height: 1px;
	background-color: #ADADAD;
	margin-bottom: 4px;
}

#page_footer {
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 15px;
}

