/* Main Font */
body, input, td, select, iframe, div, textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px; 
	line-height: 17px;
    color: #000000;
    margin:0px;
}

body {
	background: #787878 url(/images/default/design/bg/main.jpg) repeat-x;
}

html {
	height: 100%;
	margin-bottom: 1px; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px; 
	color: #787878;
}

input { 
	border: 1px solid #cccccc;
	height: 20px;
	margin: 1px;
}

textarea { 
	border: 1px solid #cccccc;
}

.field {
	border: 1px solid #999999;
	height: 19px;
}

/* Main Layout Style */
body.print {
    margin: 10px;
	padding: 10px;
	background: #fff;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0;
}

/* Default Link Style */
a {
    color: #f08400;
    text-decoration: none;
}
a:hover {
    color: #f08400;
    text-decoration: none;
}

.maillink {
    color: #f08400;
    text-decoration: none;
}

.maillink:hover {
    color: #f08400;
    text-decoration: none;
}

.glossarlink {
    color: #999999;
    text-decoration: none;
}

.glossarlink:hover {
    color: #444444;
    text-decoration: none;
}


/* Default Heading Styles */

h1 {
	font-size: 14px;
	color: #f08400;
	font-weight:bold;
	margin:0;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 13px;
	font-weight:bold;
	margin:0;
	padding: 0 0 10px 0;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

h5 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}

/* START: MENUPAGE/NEWS CONTENT CSS */


.content_boxtitle {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	width: 100%; 
	height: 25px; 
	line-height: 25px;
}

.content_padding {
	padding: 0px 0px 0px 0px;
}

.multicellchapter {
	margin-top: 5px;
	margin-right: 0;
	padding-left: 0;
	background: #fff;
}

.multicellchapterrow {
	background: #fff;
}

.title_padding {
	padding: 0px 0px 0px 0px;
}

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

div.subtitle{
	padding: 10px 0 20 0;
}

div.abstract {
	padding: 0px 0 10px 0;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8e8e; 
	line-height: 120%;
}

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

div.author {
}

.text {
	padding: 5px 0 0 0;
}

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

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

.chapter_floating {
	float: left;
	padding: 0 0 0 0px;
	width: 176px;
/*	border: solid 1px #000; */
}

.chaptertitle {
	font-weight: bold;
	margin: 10px 0 0 0;
	width: 100%;
	background: #b2b2b2;
	color: #ffffff;
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

.chaptertext {
	padding: 5px 0 0 5px;
}

.chaptertext_floating {
	width: 160px;
	border: 0px solid #000;
}

.chaptertable_title {
	background: #eeeeee;
	color: #000;
	border-bottom: 2px #4c5662 solid;
}

.chaptertable_content {
	border-bottom: 1px #9bb1c8 solid;
}

.chaptertable_reserviert {
	background: #fbf499;
	border-bottom: 1px #9bb1c8 solid;
}

.chaptertable_verkauft {
	background: #f5bebd;
	border-bottom: 1px #9bb1c8 solid;
}

.moreinfo {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.moreinfoimage {
	padding: 0 0 8px 0;
	margin: 0;
	width: 180px;
	overflow: hidden;
}

.moreinfotitle {
	margin: 10px 0 0 0;
	width: 100%;
	background: #b2b2b2;
	color: #ffffff;
	display: block;
	line-height: 20px;
	text-indent: 5px;
}

.moreinfotext {
	padding: 2px 10px 10px 10px;
}


.moreinfobox {
	padding: 0 0 5px 0;
}

.moreinfobox_title {
	padding: 2px 0 2px 0;
	background: #ffc100;
	color: #fff;
	font-weight: bold;
}

.moreinfobox_image {
	padding: 0 0 0 0;
}

.moreinfobox_text {
	margin: 5px 0 0 0;
	padding: 5px;
	border: 0px solid #ffc100;
	background: #ffffff;
}


div.newsboxhome {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;

	font-size: 11px;
	padding: 0;
	color: #000000;
	line-height: 15px;
}

div.newsboxhome_boxtitle {
	color: #ffffff;
	padding: 0 0 0 0;
	font-weight: bold;
	background: #f08400;
	line-height: 20px;
	text-indent: 5px;
}

.newsboxhome_item {
	padding: 2px 10px 10px 10px;
	color: #000000;
	clear: both;
	border-bottom: 1px solid #f08400;
}

div.newsboxhome_title {
	font-size:11px;
	color: #000000;
	font-weight:bold;
	margin:0;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;
}

.newsboxhome a, .newsboxhome a:link {
	color: #000000;
}

a.newsboxhomemore, a.newsboxhomemore:link {
	color: #f08400;
}

.newsboxhome a:hover {
	color: #f08400;
}

.newsbox_trennlinie {
	border-top: 1px solid #f08400;
	display: block;
	width: 260px;
	height: 1px;
}

div.newsbox {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;

	font-size: 11px;
	padding: 0;
	color: #000000;
	line-height: 15px;
}

.newsbox_item {
	padding: 2px 10px 10px 10px;
	color: #000000;
	clear: both;
}

div.newsbox_boxtitle {
	color: #ffffff;
	padding: 0 0 0 0;
	font-weight: bold;
	background: #f08400;
	line-height: 20px;
	text-indent: 5px;
}

div.newsbox_title {
	padding: 10px 0 5px 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

div.newsbox_abstract {
	padding: 5px 0 0 0;
}

.newsbox_title {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	margin:0;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;
}

.newsbox a, .newsbox a:link {
	color: #000000;
}

a.newsboxmore, a.newsboxmore:link {
	color: #f08400;
}

.newsbox a:hover {
	color: #f08400;
}

a.newsbox, a.newsbox:link {
	color: #000000;
}

a.newsbox:hover {
	color: #f08400;
}


/* END: MENUPAGE/NEWS CONTENT CSS */

/* Direct Access */

#metanav {
	padding: 10px 0 0 5px;

}

a.dalink {
	color: #000000;
}

a.dalink:hover {
	color: #000000;
}

/* Menupage: Parent Navigation */

#parent_nav {
	padding: 7px 0 0 0;
	margin: 0px;
}

*.#parent_nav {
	padding: 8px 0 0 0;
}


#parent_nav ul, #parent_nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#parent_nav a {
	display: block;
	font-weight: bold;
	height: 17px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 84px;
	line-height: 17px;
	float: left;
	text-indent: 5px;
}

a.navlink_pd {
    color: #5e5e5e;
	background: url(/images/default/design/navi/pn_normal.gif);
}
a.navlink_pd:hover {
    color: #5e5e5e;
	background: url(/images/default/design/navi/pn_hover.gif);
}
a.navlink_pditw {
    color: #5e5e5e;
	background: url(/images/default/design/navi/pn_activ.gif);
}
a.navlink_pditw:hover {
    color: #5e5e5e;
	background: url(/images/default/design/navi/pn_activ.gif);
}

/* Menupage: Tree Navigation */

#nav_tree {
	width: 140px;
}

.td_navlink {
}
.td_navlinkitw {
}
.td_subnavlink {
}
.td_subnavlinkitw {
}
.td_subnavlink_start {
}
.td_subnavlink_end {
}

a.navlink {
	color: #ffffff;
	background: url(/images/default/design/navi/normal.gif) repeat-x;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;

	display: block;
	padding: 0 0 0 5px;
}
a.navlink:hover {
	background: url(/images/default/design/navi/hover.gif) repeat-x;
	color: #ffffff;
}
a.navlinkitw {
	color: #ffffff;
	background: url(/images/default/design/navi/hover.gif) repeat-x;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;

	display: block;
	padding: 0 0 0 5px;
}
a.navlinkitw:hover {
	color: #ffffff;
	background: url(/images/default/design/navi/hover.gif) repeat-x;
}

a.subnavlink {
	color: #ffffff;
	background: url(/images/default/design/navi/subnav.gif) repeat-x;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;

	display: block;
	padding: 0 0 0 5px;
}
a.subnavlink:hover {
	color: #000000;
	background: url(/images/default/design/navi/subnav.gif) repeat-x;
}
a.subnavlinkitw {
	color: #000000;
	background: url(/images/default/design/navi/subnav.gif) repeat-x;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	height: 20px;

	display: block;
	padding: 0 0 0 5px;
}
a.subnavlinkitw:hover {
	color: #000000;
	background: url(/images/default/design/navi/subnav.gif) repeat-x;
	font-weight: normal;
}

/* Custom Classes */mor

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

.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 */



/* 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;
}

/* CUSTOM */

#main {
	float: left;
	position: relative;
	left: 80px;
	top: 0px;
	width: 450px;
}

#main_padding {
	padding: 0 20px 0 20px;
}

.redtop {
	height: 5px;
	background: #c91a24;
}
#logo {
	display: block; 
	float: left; 
	width: 573px;
	height: 112px;
}

#head_nav { 
	float: right;
	text-align: right;
}

#search {
	text-align: right;
	font-size: 9px;
	color: #d8d8d8;

	padding: 0 0 5px 0;
	line-height: 25px;
}

.search_text {
	color: #777777;
	border: #d8d8d8 1px solid;
	width: 157px;
	height: 16px;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.search_button {
	border:none;
	width: 18px;
	height: 16px;
	position: relative;
	background: url(/images/default/design/searchfield.gif) no-repeat right;
}

#searchinput {
	float: left;
	padding: 0 0 0 10px;
}
#searchbutton {
	float: left;
}

*.#searchbutton {
	top: 1px;
}

#head_trenner {
	height: 8px;
	background: #f5b910;
	display: block;
}

.navi_cell {
	width: 229px;
	padding: 4px;
	background: #cccccc;
}

/* IE Special */
*.navi_cell {
	width: 221px;
}

#footer {
	clear: both; 
	display: block; 
	color: #bbbbbb;
	font-size: 9px;
	font-family: Arial;
	padding: 17px 0 0 300px;
}

#footer a, #footer a:hover, #footer a:active {
	color: #bbbbbb;
}

.footermaillink {
	color: #478a2e;
}

.footermaillink:visited {
	color: #478a2e;
}

.footermaillink_hover {
	color: #478a2e;
}

/* CUSTOM DESIGNS */

#main-wrapper {
	position: absolute; 
	left: 50px; 
	width: 900px;
}

#head-wrapper {
	display: block; 
	width: 900px; 
	height: 230px; 
	background: url(/images/default/design/bg/head-bg.gif) no-repeat;
}

#mid-wrapper{
	clear: both; display: block; width: 900px; padding-top: 20px;
}

#mid-left{
	float: left; 
	width: 200px;
}

#mid-center{
	float: left; 
	width: 500px;
}

#mid-center-wide{
	float: left; width: 700px;
}

#mid-right{
	float: right; background: url(/images/default/design/bg/right.gif) no-repeat; width: 200px;
}

#banners {
	padding: 80px 0 0 0;
}

.listerTitle {
	font-weight: bold;
}

ul {
	margin: 15px;
	padding: 0px;
}
