/**
 * jpe.css
 *
 * Copyright (c) 2003-2011 wege und gehege
 *
 * JPE theme.
 *
 * $Id$
 */

body {
	color: #111111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('imagesCSS/bar.png') repeat-x  #4F473F 0px 152px;
}
a {
	text-decoration: none;
}
a:link {
	color: #D59500;
	text-decoration: none;
}

a:active {
	color: #D59500;
	text-decoration: none;
}

a:visited {
	color: #D59500;
	text-decoration: none;
}

a:hover {
	color: #D59500;
	text-decoration:underline;
	background: none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
}
input.button{
	background-color: #ffffff;
}
input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	position: absolute;
	top: 25px;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	border-bottom: 0px solid black;
	background: #FFE3A1;
	height: 97px;
    padding-bottom: 20px;
}

#headerTitle {
    background: none repeat scroll 0 0 #FFE3A1;
    height: 97px;

}
#rightSidebar {
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	padding-left: 15px;
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding-top: 40px;
	background-image: url("imagesCSS/menu_back.png");
	background-repeat: repeat-x;
	background-position: 0px 8px; 
	float: none;
	height: auto;
}	
#sidebar {
	position: absolute;
	top: 142px;
	left: 50%;
	margin-left: -490px;
	background-color:#FFE3A1;
	min-height: 100%;
	height: auto;
}

#header h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #424242;
	padding-left: 200px;
}

#footer {
	width: 100%;
}

#main {
	position: absolute;
	top: 142px;
	left: 50%;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;	
	background: url('imagesCSS/menu_back.png') repeat-x #ffffff 0px 8px;
	width: 760px;
	margin-left: -290px;	
	height: auto;
}

#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navbar {
	border-bottom: none;
	margin-left: -15px;
}

#breadcrumb {
	border-bottom: 1px dotted black;
}

#content {
	border-top: 0px dotted #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.menu {

	height: 24px;
	line-height: 24px;
}
ul.menu li{
	line-height: 24px;
	height: 24px;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #000000;
}
#navbar ul.menu li:hover{
	background: url('imagesCSS/menu_back_highlight.png') repeat-x;
	line-height: 24px;
	height: 24px;
	color:#999999;
}
#content ul.menu a{
	color: #D59500;
	text-decoration: none;
}
#content ul.menu a:link{
	color: #D59500;
	text-decoration: none;
}
#content ul.menu a:active{
	color: #D59500;
	text-decoration: none;
}
#content ul.menu a:visited{
	color: #D59500;
	text-decoration: none;
}
#content ul.menu a:hover{
	color: #D59500;
	text-decoration: underline;
}
ul.menu{
	padding-left: 10px;
}

ul.menu a:link {
	color: #000000;
	line-height: 24px;
}

ul.menu a:active {
	color: #000000;
}

ul.menu a:visited {
	color: #000000;
}

ul.menu a:hover {
	color: #999999;
	background: none;
	line-height: 24px;
}
div#homepageImage img{
width: 200px;
height: 217px;
}