/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* Main Layout Style */
BODY {
    color:#000000;
    background-color:#FFFFFF;
    margin:0px;
}
BODY.print {
    margin:10px;
}

/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #1c4b8f;
    text-decoration: none;
}
A:hover {
    color: #444444;
    text-decoration: none;
}

/* Default Heading Styles */
H1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
H2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
H3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}
H4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;   
}

.chaptertitle {
	padding: 10px 0px 0px 0px;
    font-weight: bold;
	color: #000000;
}

.chaptertitle_cprint {
	padding: 10px 0px 0px 0px;
    font-weight: bold;
	color: #217737;
}

.chaptertitle_ctype {
	padding: 10px 0px 0px 0px;
    font-weight: bold;
	color: #c57400;
}

.chaptertitle_netzprint {
	padding: 10px 0px 0px 0px;
    font-weight: bold;
	color: #006192;
}

.chaptertitle_fotodesign {
	padding: 10px 0px 0px 0px;
    font-weight: bold;
	color: #a00e16;
}

/* Default not-tag classes */
.title {
    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: #CC0000;
    padding: 8px 8px 8px 12px;
    height: 70px;
}

/* Main Layout: Head right */
TD.head_right {
    color: white;
    background-color: #880000;
    border-left: 10px solid #770000;
    height: 70px;
}

/* Users: Loginbox */

/* Menupage: Tree Navigation */
TD.nav_tree {
    padding: 12px 10px 0px 0px;
    background-color: #EFEFEF;
}
TD.td_navlink {
	font-weight: bold;
	height: 20px;
}
TD.td_navlinkitw {
	font-weight: bold;
	height: 20px;
}
TD.td_subnavlink {
	font-weight: normal;
	height: 20px;
}
TD.td_subnavlinkitw {
	font-weight: normal;
	height: 20px;
}
A.searchlink {
	color: #1c4b8f;
	font-weight: bold;
}
A.searchlink:hover {
	color: #1c4b8f;
	font-weight: bold;
}
A.navlink {
	color: #000000;
}
A.navlink:hover {
	color: #1c4b8f;
}
A.navlinkitw {
    color: #1c4b8f;
}
A.navlinkitw:hover {
	color: #1c4b8f;
}

/* Menupage: Parent Navigation */
TD.nav_pid {
}
A.navlink_pd {
    color: #ffffff;
}
A.navlink_pd:hover {
    color: #f0eb1c;
}
A.navlink_pditw {
    color: #f0eb1c;
}
A.navlink_pditw:hover {
    color: #f0eb1c;
}

/* Menupage: Main */
SPAN.abstract {
    font-weight: bold;
}
SPAN.date {
    font-size: 10px;
}
SPAN.author {
    
}

/* Custom Classes */

/* Dotted Vertical Line */
TD.dotted_vert {
    background-image: url(/images/default/dot_vert.gif);
    background-repeat: repeat-y;
    width: 1px;
}

.header_sub1 {
	background-color: #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: #ffffff;
    text-decoration: none;
}

.newstitle {
	font-weight: bold;
}

