/* CSS Document */

body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px;
	color: #1f1f1f;
}

#page {
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
}

#page_inner {
	padding: 10px;
}

#header {
	height: 125px;
	background-color: #cccccc;
	background-image: url(images/diaet.jpg);
	background-repeat: no-repeat;
	z-index: 5;
}

#header_inner {
	text-align: left;
	position: absolute;
	width: 930px;
	height: 125px;
}

#search {
	position: absolute;
	left: 650px;
	top: 89px;
	width: 230px; /* 250px - 2x 10 */
	height: 23px; /* 40px - 9 - 8 */
	background-image: url(images/bg_search.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 9px 10px 8px;
	/*display: none; ++++++++++++++++++++++++++++++++ deaktivieren/unsichtbar */
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search .text {
	width: 127px;
	color: #bfbfbf;
	font-size: 12px;
	padding: 5px 5px 5px 35px;	
	margin-right: 5px;
	border: 1px solid #bfbfbf;
	background-image: url(images/bg_search_text.gif);
}

#search .submit {
	width: 55px;
	color: #ffffff;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 4px;
	background-image: url(images/bg_search_submit.gif);
	font-weight: bold;
}

#main {
	margin: 20px 0px;
}

#navigation {
	width: 220px;
	float: left;
	margin-right: 20px;
}

#path {
	color: #555555;
	font-size: 11px;
	background-image: url(images/bg_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 20px;	
}

#menu {
	margin: 10px 0 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	border-bottom: 2px #ffffff solid;
}

#menu li a {
	color: #333333;
	font-size: 14px;
	display: block;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding: 8px 5px 4px 15px;	
	border-bottom: 1px solid #00ff00;
}

#menu li a:hover, #menu li a.current {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#submenu {
	margin: 0;
	padding: 0;
}

#submenu li {
	list-style-type: none;
	border-bottom: none;
}

#submenu li a {
	color: #62b500;
	font-size: 13px;
	display: block;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 5px 6px 20px;	
}

#submenu li a:hover, #submenu li a.current {
	font-weight: bold;
	color: #62b500;
	text-decoration: none;
}

#content {
	width: 650px;
	min-height: 500px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	border-left: 10px solid #f1f1f1;	
}

#content p {
	line-height: 17px;
}

#footer {
	height: 16px; /* 30px - 2x 7px */
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 11px;
	padding: 7px;
}



/* TRENNER */

.separator_h_top {
	height: 10px;
	background-color: #ffffff;
	border-bottom: 10px solid #bfbfbf;
}

.separator_h_bottom {
	height: 10px;
	background-color: #ffffff;
	border-top: 10px solid #bfbfbf;
}



/* ÜBERSCHRIFTEN */

#header h1 {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
	background-color: #bfbfbf;
	display: inline;
	padding: 3px 10px;
	z-index: 10;
}

#header h2 {
	position: absolute;
	top: 60px;
	left: 32px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	color: #ffffff;
	background-color: #62b500;
	background-image: none;
	display: inline;
	padding: 10px 10px;
	z-index: 9;
}

#header h1 a, #header h2 a {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	font-size: 20px;
	color: #62b500;
	font-weight: normal;
	background-image: url(images/bg_h2.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #1f1f1f;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #1f1f1f;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}

h6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}



/* LINKS */

a {
	color: #62b500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	color: #dddddd;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 15px;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}



/* SONSTIGES */

a img {
	border: none;
}

.clear {
	clear: both;
}
.new-item {
    color:#62b500;
}

