/* Main Font */
BODY, INPUT, TEXTAREA, TD, TABLE, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
	line-height: 16px;
}

/* Main Layout Style */
BODY {
    color: #ffffff;
    background-color: #4c637a;
    margin:0px;
}
BODY.print {
    margin:10px;
	background: #ffffff;
	color: #000000;
}

.homepage {
	line-height: 17px;
	color: #ffffff;
}

/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #ffff00;
    text-decoration: none;
}
A:hover {
    color: #ffffff;
    text-decoration: none;
}
A.homepage {
    color: #ffff00;
    text-decoration: none;
}
A.homepage:hover {
    color: #000000;
    text-decoration: none;
}
A.popup {
    color: #000000;
    text-decoration: none;
}
A.popup:hover {
    color: #0000ff;
    text-decoration: none;
}

.maillink {
    color: #ffff00;
    text-decoration: none;
}

.maillink:hover {
    color: #ffff00;
    text-decoration: none;
}

/* Default Heading Styles */
H1 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
    padding: 0 0 0 0;
}
H2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}
H3 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}
H4 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
} 

ul {
margin: 0 0 0 15px; 
padding: 0;}

li {   


}

/* Default not-tag classes */
.title {
    font-weight: bold;
}

.subtitle {
    font-size: 11px;
    font-weight: bold;
	color: #ffffff;
}

.chaptertitle {
	margin: 9px 0 12px 0;
	font-weight: bold;
}

/* 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 {
	height: 20px;
	text-align: right;    
}
TD.td_navlinkitw {
	height: 20px;
	text-align: right;
	background: url(/images/default/design/background_selected.gif);    
}
TD.td_subnavlink {
	height: 16px;
	text-align: right;    
}
TD.td_subnavlinkitw {
	height: 16px;
	text-align: right;    
	background: url(/images/default/design/background_selected.gif);    
}
TD.td_subnavlink_start {
	height: 5px;
}
TD.td_subnavlink_end {
	height: 5px;
}

A.navlink {
    color: #4c637a;
}
A.navlink:hover {
    color: #000000;
}
A.navlinkitw {
    color: #4c637a;
    font-weight: bold;
}
A.navlinkitw:hover {
    color: #000000;
    font-weight: bold;
}
A.subnavlink {
    color: #4c637a;
}
A.subnavlink:hover {
    color: #000000;
}
A.subnavlinkitw {
    font-weight: bold;
    color: #4c637a;
}
A.subnavlinkitw:hover {
    font-weight: bold;
    color: #000000;
}

/* 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: #97aec8;
}
A.navlink_pd:hover {
    color: #ffffff;
}
A.navlink_pditw {
    color: #ffffff;
}
A.navlink_pditw:hover {
    color: #ffffff;
}

/* Menupage: Main */
SPAN.abstract {
    font-style: italic;
    font-weight: bold;
    display: block;
    margin: 0px 0px 12px 0px;
}

SPAN.date {
    font-size: 10px;
    display: block;
    margin: 0px 0px 5px 0px;
}

SPAN.author {
    
}

/* 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;
}

.guesttitle {
	background-color: #c1cecd; 
	padding: 2px 2px 2px 10px;
	margin: 2px;
}

.guestcomment {
	font-weight: bold;
	color: #00ccff;
}

.guest {
	background-color: #ffffff; 
	padding: 2px 2px 15px 10px;
	margin: 2px 2px 2px 2px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 10px 0px;
}

.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
}

#more_info {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

#more_info_image {
	position:relative;
	z-index: -1;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}	

#more_info_abdeckung {
	position:relative;
	top:0px;
	left:0px;
	z-index:2;
	margin:0px;
	padding:0px;
	/*background:#FFcc00;*/
	background: url(/images/default/design/more_info_abdeckung.gif);
	background-repeat: no-repeat;
}

.moreinfooverlay {
/*	visibility: hidden; */
	visibility: visible;
	display: inline; 
	z-index: 20; 
	position: absolute; 
	left: 0px;
	top: -151px;
}

* html .moreinfooverlay {
	visibility: visible;
	display: inline; 
	z-index: 20; 
	position: absolute; 
	left: 0px;
	top: 0px;
}

.moreinfopic {
	display: inline; 
	z-index: 1; 
	position: relative;
}





