/* Main Font */
* {
	margin: 0 ;
	padding: 0;
}

BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

p {
	margin: 0 0 0 0;
}

/* Main Layout Style */
BODY {
    color:#000000;
    background: #ffffff;
    margin:0px;
}
BODY.print {
    margin:10px;
}

/* Default Link Style */
a {
    color: #075196;
    text-decoration: none;
}
a:hover {
    color: #075196;
    text-decoration: underline;
}

.maillink {
    color: #075196;
    text-decoration: none;
}

.maillink:hover {
    color: #075196;
    text-decoration: none;
}

.glossarlink {
    color: #3f6498;
    text-decoration: none;
}

.glossarlink:hover {
    color: #3f6498;
    text-decoration: none;
}


/* Default Heading Styles */

h1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #075196;
}
h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}
h4 {
    
}

/* 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 0 0;
    font-style: italic;
    font-weight: bold;
}

div.date {
    font-size: 10px;
}

div.author {
}

div.text {
	padding: 5px 0 0 0;
}

div.image {
	padding: 0 0 0 0;
}

div.chapter {
	clear: both;
	padding: 0 0 0 0;
}

div.chaptertitle {
	padding: 15px 0 0 0;
}

div.chaptertext {
	padding: 0 0 0 0;
}

#moreinfocontent {
	padding: 35px 0 0 0;
}

#moreinfocontent_intranet {
	width: 300px; 
	padding: 0 0 0 0;
}

td.moreinfo {
	padding: 5px 0 0 0;
}

div.moreinfotitle {
	font-weight: bold;
}

div.moreinfoimage {
	padding: 5px 0 0 0;
}

div.moreinfotext {
	padding: 5px 0 0 0;
}

td.moreinfo_intranet {
	padding: 0 0 0 0;
}

div.moreinfotitle_intranet {
	font-weight: bold;
	background: #3f6498;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding: 2px 0 0 5px;
}
div.moreinfotitle_intranet a {
	color: #ffffff;
}

div.moreinfoimage_intranet {
	padding: 0 0 0 0;
}

div.moreinfotext_intranet {
	padding: 5px 0 10px 5px;
	color: #6f6f6f; /* #3f6498; */
}

div.moreinfotext_intranet ul {
	list-style: none;
	list-style-image: url(/images/default/design/li.gif);
    padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

div.newsbox {
	padding: 0 0 5px 8px;
}

div.newsbox_boxtitle {
	padding: 5px 0 0 0;
	font-weight: bold;
}

div.newsbox_title {
	padding: 5px 0 0 0;
	font-weight: bold;
}

div.newsbox_abstract {
	padding: 5px 0 0 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: #075196;
}

a.dalink:hover {
	color: #000000;
}

/* Menupage: Parent Navigation */

td.navpid {
	font-size: 12px;
	font-weight: bold;
}

a.navlink_pd {
    color: #ffffff;
	font-weight: bold;
}
a.navlink_pd:hover {
    color: #000000;
}
a.navlink_pditw {
    color: #000000;
}
A.navlink_pditw:hover {
}

/* Menupage: Tree Navigation */

td.nav_tree {
    padding: 12px 10px 0px 0px;
    background-color: #EFEFEF;
}
td_navlink {
}
td_navlinkitw {
}
td_subnavlink {
}
td_subnavlinkitw {
}
td_subsubnavlink {
}
td_subsubnavlinkitw {
}

td.td_subnavlink_start {
	height: 0px;
}
td.td_subnavlink_end {
	height: 0px;
}

a.navlink {
	color: #ffffff;
	background: url(/images/default/design/nav/navlink.gif) no-repeat top left;
	
}
a.navlink:hover {
	color: #ffffff;
	text-decoration:none;
	background: url(/images/default/design/nav/over.gif) no-repeat top left;
}
a.navlinkitw {
	color: #ffffff;
	background: #075196;
}
a.navlinkitw:hover {
	color: #ffffff;
	text-decoration:none;
	background: #075196;
}
a.subnavlink {
	color: #075196;
	background: url(/images/default/design/nav/unternav_off.gif) no-repeat top left;
}
a.subnavlink:hover {
	color: #075196;
	text-decoration:none;
	background: url(/images/default/design/nav/unternav_over.gif) no-repeat top left;
}
a.subnavlinkitw {
	color: #ffffff;
	background: url(/images/default/design/nav/unternav_off.gif) no-repeat top left;
}
a.subnavlinkitw:hover {
	color: #ffffff;
	text-decoration:none;
	background: url(/images/default/design/nav/unternav_over.gif) no-repeat top left;
}

a.subsubnavlink  {
	background: #A8C0D8;
}

a.subsubnavlink:hover  {
	background: #A8C0D8;
	text-decoration:none;
}

a.subsubnavlinkitw, a.subsubnavlinkitw:hover  {
	background: #A8C0D8;
	text-decoration:none;
	color: #ffffff;
}


/* Menupage (intranet) : Tree Navigation */


td.intra_nav_tree {
    padding: 12px 10px 0px 0px;
    background-color: #EFEFEF;
}
td_intra_navlink {
}
td_intra_navlinkitw {
}
td_intra_subnavlink {
}
td_intra_subnavlinkitw {
}
td_intra_subsubnavlink {
}
td_intra_subsubnavlinkitw {
}

td.td_intra_subnavlink_start {
	height: 0px;
}
td.td_intra_subnavlink_end {
	height: 0px;
}

a.intra_navlink {
	color: #ffffff;
	background: url(/images/default/design/nav/intranet_navlink.gif) no-repeat top left;
	
}
a.intra_navlink:hover {
	color: #ffffff;
	text-decoration:none;
	background: url(/images/default/design/nav/intranet_over.gif) no-repeat top left;
}
a.intra_navlinkitw {
	color: #ffffff;
	background: #5d5d5d;
}
a.intra_navlinkitw:hover {
	color: #ffffff;
	text-decoration:none;
	background: #5d5d5d;
}
a.intra_subnavlink {
	color: #5d5d5d;
	background: url(/images/default/design/nav/intranet_unternav_off.gif) no-repeat top left;
}
a.intra_subnavlink:hover {
	color: #5d5d5d;
	text-decoration:none;
	background: url(/images/default/design/nav/intranet_unternav_over.gif) no-repeat top left;
}
a.intra_subnavlinkitw {
	color: #ffffff;
	background: url(/images/default/design/nav/intranet_unternav_off.gif) no-repeat top left;
}
a.intra_subnavlinkitw:hover {
	color: #ffffff;
	text-decoration:none;
	background: url(/images/default/design/nav/intranet_unternav_over.gif) no-repeat top left;
}

a.intra_subsubnavlink  {
	background: #5d5d5d;
}

a.intra_subsubnavlink:hover  {
	background: #5d5d5d;
	text-decoration:none;
}

a.intra_subsubnavlinkitw, a.subsubnavlinkitw:hover  {
	background: #5d5d5d;
	text-decoration:none;
	color: #ffffff;
}


/* 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;
}

/* --------------------------- Pagestyles -------------------------------- */


#header {
	height: 84px;
	width: 1000px;
	background: #ffffff;
	padding-left: 20px;
}

#logohead {
	float:left;
	width: 670px;
}

#directhead {
	padding-top: 70px;
	
}

#wrapper {

}

#mainnav {
	width: 208px;
	font-size: 10px;
}

#mainnav a {
	display: block;
	height: 17px;
	padding: 3px 0 0 20px;	

}

* html #mainnav a {
	height: 18px;
	padding: 2px 0 0 20px;	
}

#mainnav ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
}

#mainnav li {
	border-bottom: solid 1px #CFDAE5;
	height: 20px;
}

#contentwrapper {
	border-top: solid 1px #075196;
	border-bottom: solid 1px #075196;
	border-left: solid 1px #075196;
	min-height: 340px;
	padding-top: 70px;
	padding-left: 15px;
	color: #6F6F6F;
}

* html #contentwrapper {
	height: 340px;
}

#contentwrapper_intranet {
	border-bottom: solid 1px #075196;
	border-left: solid 1px #075196;
	min-height: 340px;
	padding-left: 15px;
	color: #6F6F6F;
}

* html #contentwrapper_intranet {
	height: 340px;
}


#maincontent {
	width: 435px; 
	padding-right: 35px;
	border: 0px solid #000;
	min-height: 300px;
}

*.#maincontent {
	height: 300px;
}

#maincontent ul {
	list-style: none;
	list-style-image: url(/images/default/design/li.gif);
    padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

#maincontent li {
	margin-bottom: 2px;
	margin-left: 0px;
}

#maincontent_intranet {
	width: 435px; 
	padding-right: 35px;
	padding-top: 7px;
	border: 0px solid #000;
	min-height: 300px;
}

*.#maincontent_intranet {
	height: 300px;
}

#maincontent_intranet ul {
	list-style: none;
	list-style-image: url(/images/default/design/li.gif);
    padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

#maincontent_intranet li {
	margin-bottom: 2px;
	margin-left: 0px;
}


#contentbg {
	margin-top: 1px;
	background: #ffffff url(/images/default/design/contentbg.gif) repeat-x top left; 
}

#contentbg_intranet {
	margin-top: 1px;
	background: #ffffff url(/images/default/design/contentbg_intranet2.gif) repeat-x top left; 
}

.ct_head_left {
	height: 18px;
	padding: 1px 0 0 7px;
	background: #e2e2e4;
	font-weight: bold;
}

.ct_head {
	height: 18px;
	padding: 1px 0 0 7px;
	background: #e2e2e4 url(/images/default/design/ct_bg.gif) top right no-repeat;
	font-weight: bold;
}

.ct_row {
	height: 18px;
	padding: 1px 0 0 7px;
	background: #fff;
	font-weight: normal;
	border-bottom: 1px solid #e2e2e4;
}

.formfields {
	border: 1px solid #000;
	height: 18px;
	width: 160px;
}

#content_main fieldset{
	border:1px solid #cccccc;	
	padding:5px;
}

#content_main legend {
	color:#999999;
	font-size:11px;
}

#content_main label {
	font-weight:bold;
	float:left;
	width:150px;
}
