/* Main Font */
BODY, INPUT, TD, SELECT {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* Main Layout Style */
BODY {
    color:#ffffff;
    background: #000000 top left repeat-x;
    margin:0px;
}
BODY.print {
    margin:10px;
}

p {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

/* Default Link Style */
a {
    color: #ffba37;
    text-decoration: none;
}
a:hover {
    color: #ffba37;
    text-decoration: none;
}

.maillink {
    color: #ffffff;
    text-decoration: none;
}

.maillink:hover {
    color: #ffffff;
    text-decoration: none;
}

.glossarlink {
    color: #999999;
    text-decoration: none;
}

.glossarlink:hover {
    color: #444444;
    text-decoration: none;
}


/* Default Heading Styles */

h1 {
    font-size: 15px;
	color: #ffba37;
    font-weight: bold;
    margin: 0 0 2px 0;
}
h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0 2px 0;
}
h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    margin: 0 0 2px 0;

}
h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

/* START: MENUPAGE/NEWS CONTENT CSS */

div.main {
	background: #ffffff;
	margin: 20px 0 10px 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 750px;
	min-height: 400px;
}

*.div.main {
	width: 800px;
	height: 400px;
}

div.content {
	padding: 10px 0 0 0;
}


div.title {
	padding: 0 0 0 0;
}

div.subtitle{
	padding: 10px 0 0 0;
}

div.abstract {
	padding: 5px 0 5px 0;
    font-style: normal;
    font-weight: bold;
}

div.date {
    font-size: 10px;
}

div.author {
}

div.text {
	padding: 5px 0 0 0;
}

div.image {
	padding: 0 0 0 0;
}

#footer {
	color: #777777;
	background: url(/images/default/design/content/hor-line.gif) left top repeat-x #000000;
	padding: 5px 0 0 7px;
	margin: 15px 0 0 0;
}

div.chapter {
	padding: 0 0 0 0;
}

div.chapter_with_line {
	background: url(/images/default/design/content/hor-line.gif) left top repeat-x #000000;
	padding: 2px 0 0 0;
	margin: 5px 0 0 0;
}

.chaptertitle {
	padding: 10px 0 0 0;
	color: #ffba37;
}

div.chaptertext {
	padding: 5px 0 0 0;
}

td.moreinfo {
	padding: 0 0 0 0;
}

div.moreinfotitle {
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #999999;
}

div.moreinfoimage {
	padding: 0 0 5px 0;
}

div.moreinfotext {
	padding: 0 0 15px 0;
	color: #999999;
}

div.newsbox {
	padding: 0 0 5px 0;
}

div.newsbox_boxtitle {
	font-size: 15px; 
	color: #ffffff; 
	font-weight: bold;
}

div.newsbox_title {
	background: url(/images/default/design/content/hor-line.gif) left top repeat-x #000000;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	
	font-size: 13px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

div.newsbox_text {
	font-size: 13px;
	padding: 0 0 5px 0;
}

div.newsboxhome_title {
	font-size: 13px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

div.newsboxhome_text {
	font-size: 13px;
	padding: 0 0 5px 0;
}

/* END: MENUPAGE/NEWS CONTENT CSS */

/* Default Image Cell */
td.default_image {
    padding: 2px;
    border: 1px solid #DDDDDD;
}
table.default_image {
    margin-right: 5px;
    margin-top: 2px;
}


/* Direct Access */

a.dalink {
	color: #000000;
}

a.dalink:hover {
	color: #ff0000;
}

/* Menupage: Parent Navigation */

td.navpid {
	font-size: 13px;
	font-weight: bold;
}

a.navlink_home_pd {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}
a.navlink_home_pd:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
a.navlink_home_pditw {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

A.navlink_home_pditw:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

a.navlink_pd {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.navlink_pd:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.navlink_pditw {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

A.navlink_pditw:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Menupage: Tree Navigation */

td.nav_tree {
}
td.td_navlink {
	height: 20px;
}
td.td_navlinkitw {
	height: 20px;
}
td.td_subnavlink {
	height: 20px;
}
td.td_subnavlinkitw {
	height: 20px;
}
td.td_subnavlink_start {
	height: 5px;
}
td.td_subnavlink_end {
	height: 5px;
}

a.navlink {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}
a.navlink:hover {
	color: #ffba37;
}
a.navlinkitw {
	font-size: 12px;
	font-weight: bold;
	color: #ffba37;
	line-height: 20px;
}
a.navlinkitw:hover {
	color: #ffba37;
}
a.subnavlink {
	color: #ffffff;
}
a.subnavlink:hover {
	color: #ffffff;
}
a.subnavlinkitw {
	color: #ffa926;
}
a.subnavlinkitw:hover {
	color: #ffa926;
}

/* Custom Classes */


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;
}
.small { font-family: Arial, Helvetica, sans-serif; font-size: 10px}

/* NAVIGATIONS */


/* CUSTOM */

#headtitle {
	display: block; 
	float: right; 
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #fff;
	width: 257px; 
	background: url(/images/default/design/head/background.jpg) repeat; 
	text-align: right; 
	padding: 75px 4px 10px 4px;
}

/* IE Special */
*.#headtitle {
	padding: 75px 10px 10px 4px;
	width: 244px; 
}


.inhalt_start {
	background: url(/images/default/design/content/bottom.gif) repeat-x bottom;
	font-size: 1px;
	height: 2px;
}

#inhalt {
	padding: 0 15px 0 15px;
	width: 98%;
	min-height: 300px;
}

/* IE Special */
*.#inhalt {
	height: 300px;
	width: 100%;
}

#inhalt_end {
	padding: 0 0 16px 15px;
	width: 98%;
	background: url(/images/default/design/content/bottom.gif) repeat-x bottom; 
}

/* IE Special */
*.#inhalt_end {
	width: 100%;
}

/* BLOG */

div.blog {
	display: block;
	width: 100%;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-width: 0px 0px 0px 0px;
	border-color: #666666;
	border-style: solid;
}


div.entry {
	display: block;
	width: 100%;
	background: #eeeeee;
	
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 2px 5px;
	
	border-width: 0px 0px 0px 0px;
	border-color: #666666;
	border-style: solid;
}

div.blog_title {
	margin: 0px 0 3px 0;
	font-weight: bold;
}

div.blog_text {
}

div.blog_comment {
	color: #666666;
}

div.blog_add {
	padding: 5px 0 0 0;
}

/* NEWSBOX */

#home_newsbox {
	position: relative; 
	top: 188px; 
	left: 435px; 
	width: 288px; 
	border: solid 1px #dfa900; 
	padding: 10px 20px 10px 20px; 
	background: #000000;
}

*.#home_newsbox {
	position: relative; 
	top: 188px; 
	left: 435px; 
	width: 330px; 
	border: solid 1px #dfa900; 
	padding: 10px 20px 10px 20px; 
	background: #000000;
}
