/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Main Layout Style */
body {
	margin: 0; 
	padding: 0; 
	
	line-height: 15px;
	text-align: center; 
	color: #000000; 
	background: #ffffff;
}

BODY.print {
    margin:10px;
}

/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #8FB226;
    text-decoration: none;
    line-height: 15px;
}
A:hover {
    color: #8FB226;
    text-decoration: none;
    line-height: 15px;
}

.maillink {
    color: #8FB226;
    text-decoration: none;
    line-height: 15px;
}

.maillink:hover {
    color: #8FB226;
    text-decoration: none;
    line-height: 15px;
}


/* Default Heading Styles */
H1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}
H2 {
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
}
H3 {
	font-size: 10px;
    font-weight: bold;
    margin: 0px;
}
H4 {
    
}


.clearer {
	height:1px;
	overflow:hidden;
	clear:both;
	padding: 0;
	margin: 0;
	margin-top:-1px;
	
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;

}

div.chaptertext ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
	padding-top: 2px;
	list-style-image:url(/images/default/list_style_image.gif); 
}

div.text ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
	padding-top:2px;
	list-style-image:url(/images/default/list_style_image.gif); 
}

li {
	margin-bottom: 2px;
	
}

* html li {
	margin-bottom: 0px;
}

/* Menupage: Main */

div.content {
	padding: 10px 0 0 0;
}

div.title {
	padding: 0 0 0 0;
    font-weight: bold;
}

div.subtitle {
	padding: 10px 0 0 0;
    font-size: 11px;
    font-weight: bold;
	color: #404040;
}

div.abstract {
	padding: 5px 0 0 0;
    font-style: italic;
    font-weight: bold;
}

div.date {
    font-size: 10px;
}

div.author {
    
}

div.text {
	line-height: 15px;
	padding: 5px 0 0 0;
}

div.image {
	padding: 0 0 0 0;
}

div.imageleft {
	float: left;
	padding: 0 10px 0 0;
}

div.imageright {
	float: right;
	padding: 0 0 0 0;
}

div.chapter {
	clear: both;
	padding: 0 0 0 0;
}

div.chaptertitle {
	padding: 10px 0 5px; 0;
	font-weight: bold;
}

div.chapter_line {
	clear: both;
	width: 100%;
	border-width: 2px 0 0 0; 
	border-color: #C5C8C7;
	border-style: solid;

	margin: 8px 0 0 0;
}

div.chaptertitle_line {
	padding: 5px 0 5px; 0;
	font-weight: bold;
}

div.chaptertext {
	line-height: 15px;
	padding: 5px 0 0 0;
}

td.newsbox {
	border-width: 2px 0 0 0; 
	border-color: #C5C8C7;
	border-style: solid;
	
	padding: 5px 0 5px 0;
}

/* Default not-tag classes */

/* Default Plugin Table */
TD.td_TPL {
    padding: 15px;
}

/* Default Image Cell */
TD.default_image {
    padding: 2px;
    border: 1px solid #DDDDDD;
}
TABLE.default_image {
    margin-right: 5px;
    margin-top: 2px;
}

/* Main Layout: Footer Cell Style */
TD.footer {
    background-color: #DDDDDD;
    background-image: url(/images/default/dot_hor.gif);
    background-position: top;
    background-repeat: repeat-x;
    padding: 5px;
    color: #AAAAAA;
}

TD.footer_right {
    background-color: #CCCCCC;
    border-left: 10px solid #BBBBBB;
    padding: 5px;
}

/* Main Layout: Right Box Style */
TD.box_right {
    padding: 12px;
    background-color: #EEEEEE;
    vertical-align: top;
}

/* Main Layout: Box Titles */
TD.boxtitle {
    font-weight: bold;
    font-size: 14px;
}

/* Main Layout: Default Cell */
TD.default {
    padding: 10px;
}

/* Main Layout: Head */
TD.head {
    color: white;
    vertical-align: top;
    background-color: #0000CC;
    padding: 8px 8px 8px 12px;
    height: 70px;
}

/* Main Layout: Head right */
TD.head_right {
    color: white;
    background-color: #000088;
    border-left: 10px solid #000077;
    height: 70px;
}

/* Users: Loginbox */

/* Menupage: Tree Navigation */
TD.nav_tree {
    padding: 12px 10px 0px 0px;
    background-color: #EFEFEF;
}
TD.td_navlink {
    
}
TD.td_navlinkitw {
    
}
TD.td_subnavlink {
    
}
TD.td_subnavlinkitw {
    
}
TD.td_subnavlink_start {
	height: 10px;
}
TD.td_subnavlink_end {
	height: 10px;
}

A.navlink {
    
}
A.navlink:hover {
    
}
A.navlinkitw {
    color: #000088;
}
A.navlinkitw:hover {
}
A.subnavlink {
}
A.subnavlink:hover {
}
A.subnavlinkitw {
}
A.subnavlinkitw:hover {
}

/* Menupage: Parent Navigation */
TD.nav_pid {
    background-color: #6666DD;
    background-image: url(/images/default/dot_hor.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 12px;
    height: 30px;
}
A.navlink_pd {
    color: #000088;
}
A.navlink_pd:hover {
    color: #000000;
}
A.navlink_pditw {
    color: #000000;
}
A.navlink_pditw:hover {
    
}



/* Custom Classes */

/* Dotted Vertical Line */
TD.dotted_vert {
    background-image: url(/images/default/dot_vert.gif);
    background-repeat: repeat-y;
    width: 1px;
}

TD.header_sub1 {
	background: #c1cecd;
	padding: 11px 0px 11px 11px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.adminheader_navlink {
    color: #6c77a0;
    text-decoration: none;
}

.adminheader_navlink:hover {
    color: #000000;
    text-decoration: none;
}

TD.guesttitle {
	background-color: #cad322; 
	padding: 2px 2px 2px 10px;
	margin: 2px;
	
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

TD.guest {
	background-color: #ffffff; 
	padding: 2px 2px 2px 10px;
	margin: 2px 2px 2px 2px;
	
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.guestcomment {
	font-weight: normal;
	color: #000000;
}

.guestadmincomment {
	font-weight: normal;
    font-style: italic;
	color: #707b1b;
}

.error_border_top_left {
	background-image: url(/images/error/border_top_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_border_top { 
	background-image: url(/images/error/border_top.gif); 
	height: 14px;
}
.error_border_top_right {
	background-image: url(/images/error/border_top_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_left {
	background-image: url(/images/error/border_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_background { 
	background-image: url(/images/error/background.gif); 
	font-family: Arial; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}
.error_border_right {
	background-image: url(/images/error/border_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_bottom_left {
	background-image: url(/images/error/border_bottom_left.gif); 
	width: 19px; 
	height: 19px;
}
.error_border_bottom { 
	background-image: url(/images/error/border_bottom.gif); 
	height: 19px;
}
.error_border_bottom_right {
	background-image: url(/images/error/border_bottom_right.gif); 
	width: 19px; 
	height: 19px;
}

.error {
	color: #ff0000;
}

/* FORM-FUNCTION CSS */

.required {
	color: #ff3300;
	background-color: #ffcccc;
}
.caption {
	font-weight: normal;
}
.inp_err {
	color: yellow;
	background-color: #ff0000;
}
.small { font-family: Arial, Helvetica, sans-serif; font-size: 10px}

/* Main
============================================================ 
--------------------------------------------------------- */
#container {
	color: #000000;
	width: 928px; 
	margin: 20px auto ; 
	padding: 0;
	text-align: left;
}

#container tr {
	
}

/* Header
============================================================ 
--------------------------------------------------------- */
#header {
	height: 96px;
}

#hauptnav {
	height: 32px;
	background: #828282 url(/images/default/design/gray.gif) no-repeat top left;
	
	
}

#hauptn {
	float:left;
}

#searchwrapper {
float:right;
}
#searchfeld {
	float:left;
	padding-top: 7px;
}

#searchfeld input{
	border: 0;
	height: 16px;
	width: 144px;
	
}


#searchbotto {
	float: left;
	padding-top: 7px;
	padding-right: 17px;
}




.searchinput {
	border: solid 2px #000;

}

.searchbotton {

}

#main {
	background-color: #ffffff;
	border-bottom: solid 1px #9B9B9B;
	
	
	
}

#nav {
	width: 169px;
	min-height: 456px;
	
	background: #fff;
}

* html #nav {
	height: 456px;
	background: #fff;
}


#content_id {
	float: left;
	width: 512px;
	margin-right: 16px;
	padding-top: 6px;
}

#moreinfo {
	float: left;
	width: 224px;
	padding-top: 16px;
}

.morinfoeintrag {
	border-bottom: solid 1px #C5C8C7;
	margin-right: 16px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}



#directaccess {
	margin-left: 176px;
}

#directaccess a {
	color: #9B9B9B;
	margin-right: 10px;
}



/* Navigation
============================================================ 
--------------------------------------------------------- */
#nav_pid {
	padding: 9px 0 0 0;
	font-size: 12px;
	margin-left: 176px;
}

#nav {
	padding-top: 16px;
}

#nav_pid a{
	margin-right: 10px;
	color: #ffffff;
}

#nav li {
	min-height: 16px;
	
}

* html #nav li {
	height: 16px;
}

.td_subnavlink {
	
}

.td_subnavlink a, .td_subnavlinkitw a, .td_subsubnavlink a, .td_subsubnavlinkitw a  {
	padding-left: 4px;
	padding-top: 1px;
	display: block;
}

.td_subsubsubnavlink a, .td_subsubsubnavlinkitw a  {
	padding-left: 10px;
	padding-top: 1px;
	display: block;
}

a.subnavlink:link {
	color:#000000;
	padding-bottom: 1px;
}

a.subnavlink:visited {
	color:#000000;
	padding-bottom: 1px;
}

a.subnavlink:hover {
	color:#6E8E5B;
	padding-bottom: 1px;
}

a.subnavlink:aktiv {
	color:#000000;
	padding-bottom: 1px;
}


.td_subnavlinkitw {
	color:#000000;
}

a.subnavlinkitw:link {
	border-top: solid 1px #6E8E5B;
	border-bottom: solid 1px #6E8E5B;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	color:#000000;
	padding-bottom: 1px;	
}

a.subnavlinkitw:visited {
	border-top: solid 1px #6E8E5B;
	border-bottom: solid 1px #6E8E5B;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	color:#000000;
	padding-bottom: 1px;
}

a.subnavlinkitw:hover {
	border-top: solid 1px #6E8E5B;
	border-bottom: solid 1px #6E8E5B;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	color:#000000;
	padding-bottom: 1px;
}

a.subnavlinkitw:aktiv {
	border-top: solid 1px #6E8E5B;
	border-bottom: solid 1px #6E8E5B;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	color:#000000;
	padding-bottom: 1px;
}

.td_subsubnavlink,.td_subsubsubnavlink {

}

a.subsubnavlink:link, a.subsubsubnavlink:link {
	color:#9B9B9B;
	padding-bottom: 1px;
}

a.subsubnavlink:visited,a.subsubsubnavlink:visited {
	color:#9B9B9B;
	padding-bottom: 1px;
}

a.subsubnavlink:hover,a.subsubsubnavlink:hover {
	color:#9B9B9B;
	padding-bottom: 1px;
}

a.subsubnavlink:aktiv,a.subsubsubnavlink:aktiv {
	color:#9B9B9B;
	padding-bottom: 1px;
}


.td_subsubnavlinkitw, .td_subsubsubnavlinkitw { 
 
}

a.subsubnavlinkitw:link, a.subsubsubnavlinkitw:link {
	color:#6E8E5B;
	padding-bottom: 1px;
}

a.subsubnavlinkitw:visited, a.subsubsubnavlinkitw:visited {
	color:#6E8E5B;
	padding-bottom: 1px;
}

a.subsubnavlinkitw:hover, a.subsubsubnavlinkitw:hover {
	color:#6E8E5B;
	padding-bottom: 1px;
}

a.subsubnavlinkitw:aktiv, a.subsubsubnavlinkitw:aktiv {
	color:#6E8E5B;
	padding-bottom: 1px;
}

