/*
  Copyright,
  Juergen Nutzel
 
  last modification: 2005/11/15
*/

/*
  Used colors:
  darkblue    = #003399
  blue        = #3366ff
  lightblue   = #E7F3FF 
  darkorange  = #ff9a29 ff9900
  orange      = #ffcc33
  lightorange = #FFD781
  darkgray    = #555555
*/

body    {
	background-image: url('../images/hintergrund.gif'); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #f6f6f6;
/*	background-color: #E7F3FF;*/
        color: #555555;
	padding: 0;
	margin: 0;
}

body p,h1,h2,h3,h4,h5 { 
	margin-top:0em; margin-bottom:0.5em
}

body form { 
	margin-top:0em; margin-bottom:0em
}

body a  {
	text-decoration: none;
	color: #003399;
}

body a:visited  {
	text-decoration: none;
	color: #3366ff;
}

body a:hover  {
	text-decoration: underline;
}

*#contentcontainer    {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
}

.potato_button {
	height: 20px; 
	border: 1px solid #FFD781; 
	color: white;
        background-color: #003399;
	margin-top: 3px;
        padding-bottom: 2px;
}

.potato_input {
	height: 16px; 
	border: 1px solid #003399; 
	color: #003399;
        background-color: white;
}

.middle_blue {
	font-size: 20px;
	font-weight: bold;
        color: #003399;
}

.big_white {
	font-size: 36px;
	font-weight: bold;
        color: white;
}


*#header    {
	background-image: url(../images/bghead.jpg);
	height: 75px;
	top: 0px;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	margin-left: 5px;
	margin-right: 5px;
}

*#left-header    {
	background-image: url(../images/potato_logo_169.gif);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	width: 200px;
	height: 70px;
	clear: both;
	float: left;
}

*#center-header    {
	float: left;
	width: 530px;
	height: 75px;
}

*#center-header h1 {
	font-size: 24px;
    color: white;
	padding-top: 20px;
	padding-left: 5px;
}

*#right-header    {
	float: right;
	padding-top: 5px;
	padding-right: 2px;
	text-align: right;
	width: 250px;
}

*#statusline    {
	font-size: 70%;
	color: #003399;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 155px;
}


*#left-column    {
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
	clear: both;
	float: left;
}

*#blueheader    {
	background-color: #003399;
	text-align: center;
	color: white;
        font-weight: bold;
}

*#orangeheader    {
	background-color: #fafafa/*#ff9a29*/;
	text-align: center;
	color: white;
        font-weight: bold;
}

*#darkorangebox    {
	padding: 5px;
	background-color: #fafafa/*#ff9a29*/;
	color: #003399;
	margin-bottom: 5px;
	border: 1px solid #003399;
}

*#darkorangebox  a  {
	text-decoration: none;
	color: #003399;
}

*#darkorangebox  a:visited  {
	color: #003399;
}

*#darkorangebox  a:hover  {
	text-decoration: underline;
}


*#lightorangebox    {
	padding: 5px;
	background-color: #FFD781;
	margin-bottom: 5px;
	border: 1px solid #003399;
}

*#lightbluebox    {
	padding: 5px;
	background-color: #E7F3FF;
	margin-bottom: 5px;
	border: 1px solid #003399;
}


*#center-column    {
	float: left;
	width: 660px; 
}

*#main    {
	border: 1px solid #003399;
	width: 660px;
	padding: 5px !important;
	padding-top: 10px !important;
        background-color: white;
	float: left;
}

*#right-column    {
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
	float: right;
}

.small {
	font-size: 75%;
}


*#footer    {
	font-size: 65%;
	margin-top: 3px;
	width: 100%;
	clear: both;
	text-align: center;
}

*#selected    {
	background-color: #E7F3FF/*#ff9a29*/ !important;
	color: #003399 !important;
	font-weight: bold;
}

*#subentry {
	font-size: 75%;
	padding-top: 2px !important;
	padding-left: 8px !important;
	text-align: left !important;
	border-bottom: 1px solid #003399;
	width: 110px !important;
}

*#navcontainer    {
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	width: 679px;
/*	float: left;*/
}

*#navcontainer ul    {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	text-align: center;*/
}

*#navcontainer ul li    {
	display: block;
	float: left;
/*	text-align: center; */
	padding: 0;
	margin: 0;
	width: 97px; /* XXX */
}

*#navcontainer ul li a    {
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	width: 93px;
	height: 18px;
	padding: 0px;
	margin-right: 2px;
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #003399;
}

*#navcontainer ul li a:hover    {
	background: #E7F3FF/*#FFD781*/;
	color: #003399;
}
