/* Body */
BODY {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: White;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 100%;
}

table {
    font-size: 100%;
    max-width: 1000px;
}

td,tr,p,div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	padding: 0em 0em;
}

.personalBar {
	color: #666666;
	padding-right: 10px;
	padding-bottom: 3px;	
	text-align: right;
	font-size: 10px;

}

.pathBar {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	width: 100%;
}
.pathBar a {
	font-size: 11px;
}
.pathBar a:hover {
	font-size: 11px;
	color: #333333;
}

.searchBox {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #FFFFFF;
	color: #666666;
	float: right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;

}

.menuBar {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-left: 2em;
    padding-right: 2em;

}

/* Styles for dhtml tabbed-pages */
.ontab {
    background-color: #ffae00;
    border-left: outset 2px #333333;
    border-right: outset 2px #666666;
    border-top: outset 2px #333333;
    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;
}

.tabs {
	background: #CCCCCC center;
	background:#CCCCCC none repeat scroll 0%;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor: pointer;
}

.tabs a {
    background: transparent;
    border-color: #999999;
    border-width: 1px;
    border-style: solid solid none solid;
    color: #666666;
}

div.tabs a.selected {
    background: #CCCCCC;
    border: 1px solid #999999;
    border-bottom: #CCCCCC 1px solid;
    color: #666666;
    font-weight: normal;
}

div.tabs a:hover {
    background: #CCCCCC;
    border-color: #999999;
    border-bottom-color: #CCCCCC;
    color: #666666;
}

.menutitle {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

h4 {
    color: #333333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

h5 {
    color: #333333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

h6 {
    color: #333333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

/* Links */
a:link, a:visited {
    color: #666666;
    text-decoration: none;
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:hover {
    color: #333333;
    text-decoration: none;
    /*border-bottom: solid 1px #333333;*/
}
a:link img, a:visited img {
    text-decoration: none;
}

a:hover img {
    text-decoration: none;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
     color: #666666;
    text-align:left;
}

a.contentpagetitle:hover {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align:left;
    color: #333333;
    text-decoration: none;
/*    border-bottom: solid 1px #333333;*/
    font-weight: bold;
}

a.plain {
    border-bottom-width: 0px;
}

/* Horizontal Line */
hr {
    background: #cccccc;
    height:2px;
    border: 1px inset;
}

hr.separator {
    background: #cccccc;
    height: 1px;
    width: 75px;
    border: 0px;
}

/* --Default Class Settings-- */





.selected {
    color: #333333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
}

#active_menu {
    color: #333333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
    color: #666666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-left: 3px;
}

a.sublevel:hover {
    color: #333333;
    text-decoration: none;

}



/* Content - Sections & Categories */


.contentpaneopen {
	align: left;
	width: 96%;
}

.contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-align:left;
	border-bottom: 1px dashed #DEDEDE;
	}

.contentpagetitle {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
     color: #333333;
    text-align:left;
}

table.contenttoc {
    color: #333300;
    background-color: #e0e0e0;
}

table.contenttoc td {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}

a.toclink:hover, a.toclink:visited, a.toclink:link {
    font-size: 9pt;
}

.contentdescription {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-align: left;
}

/* Links */
a.blogsection:link, a.blogsection:visited {
    color: #666666;
    text-decoration: underline;
    font-weight: normal;
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.blogsection:hover {
    color: #333333;    
    text-decoration: underline;
}

a.weblinks:link, a.weblinks:visited {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.weblinks:hover {
    color: #333333;    text-decoration: none;
    border-bottom: solid 1px #333333;
}

a.readon:link, a.readon:visited {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

a.readon:hover {
    color: #333333;    text-decoration: none;
    border-bottom: solid 1px #333333;
}

table.moduletable {
	margin: 0px;
	border-collapse: collapse;
	background: transparent;
	width: 100%;
}

table.moduletable_gaestebuch {
	margin-top: 10px;
	margin-bottom: 0px;
	border-collapse: collapse;
	background: transparent;
	width: 100%;
}
table.moduletable_agb {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	background: transparent;
	width: 100%;
}

table.moduletable th {
	background: #EEEEEE;
	border-bottom: 3px solid #CCCCCC;
	color: #666666;
	font-weight: bold;
	padding: 2px 3px 0px;
	text-align: left;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
    
table.moduletable tr {
    border-left: 0px solid #999999;
/*    padding: 1em; */

}
    
.component {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
     color: #999999;
    text-align:left;
    border-bottom: 1px dashed #CCCCCC;
	padding-top: 4px;

}

input {
    font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
    color: #333333;
    background-color: EEEEEE;
    vertical-align: middle;
    margin-bottom: 0px;
    /* IE bug fix */
    padding: 0.0em;
    padding-left:3px;
}

input[type=submit],input[type=button] {
    height: 22px;
    /*min-width: 60px;*/
    text-align: center;
}

input[type=checkbox] {
    height: 15px;
}

textarea {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    border: 1px solid #999999;
    color: #333333;
    background-color: white;
    width: 100%;
    padding: 0.1em;

}


/** category text format and links **/
.category {
    color: #999999;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

a.category:link, a.category:visited {
    color: #999999;
    font-weight: bold;
}

a.category:hover {
    color: #333333;
}

.poll {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    line-height: 14px
}

.sectiontableentry1 {
    background-color : #FFFFFF;
}

.contentpane {
}
    
.sectiontableentry2 {
    background-color : #FAFAFA;
}

.sectiontableheader {
    background-color : #FAFAFA;
    color : #131313;
    font-weight : bold;
    border-top-color: #E6E6E6;
    border-top-style: dashed;
    border-top-width: 0px;
    border-bottom: 0px dashed #E6E6E6;
}

.frontpageheader {
    font-size: 13pt;
    color : #949494;
    font-weight : bold;
}

.small {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;
    text-decoration: none;

    font-weight: normal;
}

.tiny {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: Black;
    text-decoration: none;
    font-weight: normal;
}

.hittext {
	margin-top:5px;
	}

.smalldark {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}


.newsfeedheading {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
    text-align:left;
}

.newsfeeddate {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;
    font-weight: normal;
}

.createdate {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: Black;
    text-decoration: none;
    font-weight: normal;
    border-bottom: dashed 1px #999999;
}

.modifydate {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}

ul {
    margin: 5px 0px 5px 0px;
}

li {
    list-style: inside url(../images/arrow.png) 3px;
    list-style-image: url(../images/arrow.png);
}

.fase4rdf {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
}

td.fase4rdf a {
    border-width: 0px;
}

a.fase4rdf:link {
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
}

a.fase4rdf:hover {
    font-weight: bold;
    color: #333333;
}

table.searchintro {
    background-color: #FFFFFF;
    border: solid 1px #777777;
    width: 95%;
}

table.contact {
    background-color: #FFFFFF;
}

table.contact td.icons {
}

table.contact td.details {
    font-size: 10pt;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-bottom: 1px dashed #999999;
}

.pagenav {
    font-weight: normal;
    color: #666666;
}

a.pagenav, a.pagenav:visited {
    color: #666666;
}

a.pagenav:hover {
	color: #333333;
	text-decoration: underline;
}

.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 : "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size : 10pt;
    color : Black;
    text-align: center;
}

.netscape4 {
    display: none;
}

.footer {
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	clear: both;
	float: none;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 16px;
	vertical-align: bottom;
	padding-top: 3px;
}

.syndicate img {
	padding-bottom: 10px;
	padding-top: 2px;
}

table.contenttable {
   padding-top: 0em;
   padding-left: 0.5em; 
   padding-right: 0.5em; 
   padding-bottom: 1em; 
}
td.leftcolumn {
   border-right-width: 0px;
   border-right-style: dashed;
   border-right-color: #E3E3E3; 
   padding-left: 0em; 
   padding-right: 0em;
   width: 200px;
}
td.contentcolumn {
   border-right-width: 0px;
   border-right-style: dashed;
   border-right-color: #E3E3E3; 
   padding-left: 0.3em; 
   padding-right: 0em;
}
td.rightcolumn {
   border-left-width: 0px;
   border-left-style: dashed;
   border-left-color: #E3E3E3; 
   padding-left: 0em; 
   padding-right: 0em;
   width:200px;
}
.naviline {
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* links on search page */
a.searchlink:link, a.searchlink:visited {
    color: #0000FF;
}

a.searchlink:hover {
    color: #348BC0;
}

