/* Links */
/*
a:link, a:visited {
color: #A13813;
font: normal 1.0em "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
text-decoration: underline;
}

a:hover {
	color: red;	text-decoration: none;
}
*/


/* Hauptcontainer zum zentrieren der ganzen Seite */

div.spacer {
	clear:both;
}

#main {
	width: 782px; 
	margin: 0 auto .5em auto;
	background-color: #FFF;
}

/* header mit Image */
#myheader_top {
	height: 120px;
    margin: 0 auto; 
	background: #766615 url(../images/beltop.jpg) no-repeat 140px 30px;
    overflow: hidden;
}

#left {
    padding:0;
    text-align: left;
    background-color: #F7F4EF;
    width: 171px;
    float: left;
    background: url(../images/tback.gif) repeat-y;
}

#content {
	text-align: left;
    background-color: #FFF;
    padding: 1.8em 30px 1.5em 30px;
    overflow:hidden;
}

/* bordeaux balken horizontal FOOTER*/
#myfooter_bar {
   width: 100%; height: 5px;
   margin: 0px auto;
   padding: 0;
   display: block;
   overflow: hidden;
}


/* Horizontale Hauptnavigation box-container */
#navbox {
	background-color: #C4B04D;
    height: 170px;
    width: 171px;
    float:left;
    overflow:hidden;
    text-align:left;
    font-family : "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
	font-weight: bold;
   color: #876435;
}


#navbox A:link, #navbox A:visited, #navbox A:active {
    font-size: 13px;
    color:white;
	border-left: 5px transparent solid;	/* border-right: 8px #876435 solid;
	border-top: 1px #876435 solid;	border-bottom: 1px #876435 solid; */
	padding-left: 10px;
	display:block;
	margin-bottom: 1px;
	letter-spacing: 1px;
	text-decoration: none;
}                                      

#navbox A:hover {
	color: white;
	border-left: 5px  #766615 solid;	/* border-right: 8px #DCD6B2 solid;
	border-top: 1px #DCD6B2 solid;	border-bottom: 1px #DCD6B2 solid; */
	padding-left: 10px;
}
	
/* vertikale Sub-Navigation => box-container */
#navbox_sub {
	background-color: #D5D1BD;
    position:absolute;
	top: 305px;
    width: 171px;
/*    float:left;  */
    overflow:hidden;
    text-align:left;
    font-family : "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
	font-weight: bold;
	color: #876435;
}


#navbox_sub A:link, #navbox_sub A:visited, a#navbox_sub A:active {
    font-size: 13px;
	color: #876435;
	border-left: 5px transparent solid;	/* border-right: 8px #876435 solid;
	border-top: 1px #876435 solid;	border-bottom: 1px #876435 solid; */
	padding-left: 10px;
	display:block;
	margin-bottom: 1px;
	letter-spacing: 1px;
	text-decoration: none;
}

#navbox_sub A:hover {
	color: #876435;
	border-left: 5px #766615 solid;	/* border-right: 8px #DCD6B2 solid;
	border-top: 1px #DCD6B2 solid;	border-bottom: 1px #DCD6B2 solid; */
	padding-left: 10px;
}


#image {
    height: 170px;
    width: 610px;
    overflow: hidden;
    float:right;
}

#mosimage {
	border-color: #AAA;
}

#pathway {
	/* background: #CCC; */
	display: block;
	padding: 10px 10px 0 10px;
	text-align: left;
}

#search{
	float: right;
	width: 150px;
	/* background: #FFF3AC; */
	text-align: right;
	padding-right: 10px;
	
}

/* footer webdesign by */
#webfooter {
   text-align: center;
   font: 9px "Lucida Grande", Verdana, Helvetica, sans-serif;
   color: #AAA;
   padding-top: 4px;
}

#contentbox {
  width:100%; height:480px;
  padding:0;
  border: 0px solid #DCD6B2;
  background: url(../images/tback.gif) repeat-y;
}

/* Body */

HTML { min-height: 100.05%; }

BODY {
	margin: 0;
	/* background: #FFF url(../images/img_36.gif); */
	background-color: #777;
	padding: 0;
	text-align: center;
	margin-bottom: 25px;
}

td,tr,p,div {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	border: none;
	font-weight: normal;
	font-size: 11px;
	color: #777777;
}

.inputform {
	width: 490px;
	border : 1px dashed #DCDCDC;
	background-color: #EFEBE5;
	padding:25px 25px;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
}


.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h1 {
    background-color: white;
	}
	
h2 {
	background-color: white;
}

h3 {
	background-color: white;
}

h4 {
	color: #FF9900; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h5 {
	color: #FF9900; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #FF9900; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
 	color: #808080;
	text-align:left;
	background-color:white;
	}

a.contentpagetitle:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
	background-color:white;
	}

/* Horizontal Line */
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}

/* --Default Class Settings-- MainMenu-oben links*/
a.mainmenu:link, a.mainmenu:visited {
	color: #808080; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, serif;
	font-weight: normal; 
}

a.mainmenu:hover, a.mainlevel:hover {
	color: #FF9900; text-decoration: underline;
	}

a.sublevel:hover {
	color: #FF0000; text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	color: #0000c0; font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, serif;
	font-weight: normal;
}




/* Content - Sections & Categories */
.contentpane {
	background-color : #000;
}

.contentpaneopen {
    border : 0px dashed #DCDCDC;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 2.5em;
}

.contentpaneopen img {
/*
    background-color: #FFF;
	padding:4px;
	margin:3px;
	border:1px solid #AAA;
*/
}

/* Überschrift Contents - frontpage etc. */
.contentheading {
	font: normal 2em "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
 	color: #926F3F;
	text-align:left;
	letter-spacing:-1px;
	word-spacing: -2px;
	padding:0;
	}
	

/* Überschrift Contents BLOGS*/
.contentpagetitle,
A.contentpagetitle:link, A.contentpagetitle:visited,
A.contentpagetitle:hover, A.contentpagetitle:active {
  	font: normal 0.98em "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
 	color: #926F3F;
	text-align:left;
    text-decoration: none;
	letter-spacing:-1px;
	word-spacing: -2px;
	padding:0;
}

table.contenttoc {
        color: #333300;
		background-color: #e0e0e0;
        }

table.contenttoc td {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        text-align:left;
}

a.toclink:hover, a.toclink:visited, a.toclink:link {
	font-size: 9px;
	}

.contentdescription {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-align: left;
	}



/* BLOG-Links */
a.blogsection:link, a.blogsection:visited {
	color: #876435; text-decoration: none; font-weight: normal;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}

a.blogsection:hover {
	color:  #876435;
	text-decoration: underline;
	}


a.weblinks:link, a.weblinks:visited {
	color: #FF9900; text-decoration: none; font-weight: normal;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}

a.weblinks:hover {
	color: #999999;	text-decoration: underline;
	}


/***************************************************************************************************/
/* Link "weiterlesen..." */
/***************************************************************************************************/

a.readon:link, a.readon:visited, a.readon:hover {
   /*color: #876435;*/
   color: #A13813;
   font: normal 11px "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
   text-decoration: underline;
   padding: 0em 0 0.5em 0em;
}

/***************************************************************************************************/

table.moduletable {
	margin: 0px 0px 0px 0px;
	width:100%;
	font-size:12px;
}

table.moduletable th {
    font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #876435;
	text-align:left;
    width: 140px;
    padding: 0 15px 10px 15px;
}

table.moduletable td {

}

.componentheading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	}


/***************************************************************************************************/
/* Newsglash Module => mod_newsflash */
#newsflash {
   width: 140px;
   padding: 0 15px;
}

#newsflash a:link, #newsflash a:visited, #newsflash a:hover {
   /* zurücksetzen + überschreiben der #navbox_sub ID */
   color: #A13813;
   font: normal 11px "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
   text-decoration: underline;
   border: 0;
   padding: 0;
   margin: 0;
   display:inline;
   letter-spacing: 0;
}

/***************************************************************************************************/


.button {
	font-family: "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}

.inputbox {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
	}

/** category text format and links **/
.category {
	color: #999999; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; text-decoration: none;
	}

a.category:link, a.category:visited {
	color: #999999; font-weight: bold;
	}

a.category:hover {
	color: #FF9900;
	}

.poll {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px
	}

.sectiontableentry1, .contentpane {
	background-color : #FFFFFF;
	}

.sectiontableentry2 {
	background-color : #EBEBEB;
	}

.sectiontableheader {
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold;
	}

.frontpageheader {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 500px;
    color : #0077aa;
    font-weight : bold;
    }

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A13813;
	text-decoration: none;
	font-weight: normal;
	display: block;
	}

.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        font-weight: normal;
}


.newsfeedheading {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
}

.createdate., .modifydate {
padding-top:.1em; 
margin-bottom: .4em;
color:#888;
   font: normal 1.0em "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
   text-align:left;
   padding:0;
/* width: 430px; */
display: block;
}

.link-comment {
background:#fff url(../images/bubble.gif) top left no-repeat;
margin-left: 1.0em;
padding-left: 1.8em;
}

.createdate a:link, .createdate a:visited {
color: #A13813;
font: normal 1.0em "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
text-decoration: underline;
}


ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside url(../images/arrow.png) 3px;
	list-style-image: url(../images/arrow.png);
	}


.fase4rdf {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #000000; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 11px; font-weight: normal; color: #FF9900;
	}

a.fase4rdf:hover {
	font-weight: bold; color: #808080;
	}

table.searchintro {
  	background-color: #FFFFFF;
	border: solid 1px #777777;
	}

table.contact {
	background-color: #000;
	text-align: left;
}

table.contact td.icons {
	background-color: #C6CBCE;
	}

table.contact td.details {
	background-color: #EEEEEE;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.pagenav {
	font-weight: normal;
	color: #386593;
}

a.pagenav, a.pagenav:visited {
	color: #FF6600;
}

a.pagenav:hover {
	color: #386593;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : white;
	text-align: center;
	padding-bottom: 20px;
	   background-color: #FF6600;
}

/* class mainlevel für vertikale MyMenu-Navigation */
.mainlevel {
	font-family : "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
	font-size: .8em;
	font-weight: bold;
	text-align: left;
	color: black;
	margin: 0;
	padding: 0;
}

a.mainlevel:link,
a.mainlevel:visited {
}
a.mainlevel:hover {
    color: white;
	font-size: 12px;
	font-family: Georgia;
	font-weight: bold;
}
a.mainlevel:active {
}



/* Meta Navigation: Site-header-Navigation (Home... Login...) */

A.meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration:none;
	padding-left: 2px;
	padding-right: 2px;
}
A.meta:link, A.meta:visited, A.meta:hover {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px;	font-weight: normal;
}
A.meta:active {
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px;	font-weight: normal;
}

.meta_left {
	padding-left: 20px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
}

.meta_right {
	padding-top: 0px;
	padding-right: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
 }
 
 /***********************************************************************************/
.storycontent p {
padding: 0em 5px 0.5em 0em;
margin: 0 0px 0 0px;
color:#666;
line-height:160%;
font-size: 1em;
}

.storycontent p a:link, .storycontent p a:visited, .storycontent p a:hover {
color: #A13813;
font: normal 1.0em "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif;
text-decoration: underline;
}

.storycontent ul {
margin: 0 1.5em 0 1.5em;
}

.storycontent li {
margin-bottom:1em;
line-height: 170%;
list-style-position: inside;
}

.storycontent li a:link {
font-weight:bold;
}

.storycontent blockquote {
border: 1px solid #ddd;
border-left: 2px solid #ddd;
background: #f7f7f7;
}

.storycontent blockquote p {
margin: 0;
padding: 5px;
color: #555;
}
 
