@import URL('structure.css');
@import URL('formatting.css');
@import URL('navigation.css');
@import URL('modules.css');

.invisible, 
.unsichtbar {
    display: none;
}

/* ##### General styles ##### */
span.buttonheading {
    float: right;
    display: block;
    height: 25px;
    margin-top: -28px;
}
.highlight {}
.pagenav {}
.pagenavbar {}
.searchbox {}
.sitetitle {}
.small {}

.pathway {
    color:#d2dbda;
}

.pathway a:link, 
.pathway a:visited { 
    color:#d2dbda;
    text-decoration:none;
}
			
.pathway a:hover, 
.pathway a:active,
.pathway a:focus { 
    color: #d2dbda;
    text-decoration: underline;
}


/* ##### Form styles ##### */

.back_button {}
.button {}
input,
select,
.inputbox {
    margin: 1px;
}



/* ##### Tabbed Frontend Admin Interface ##### */

.ontab {}
.offtab {}
.tabpadding {}
.pagetext {}



/* ##### General styling for Section- and Category-Items ##### */

.createdate {}
.modifydate {}
.readon {}



/* ##### Styles for Sections ##### */

.sectiontableheader {}
.sectiontablefooter {}
.sectiontableentry1 {}
.sectiontableentry2 {}


/* ##### Styles for Categories ##### */

.category {}


/* ##### Styles for Items ##### */

.blog {}
.contentpane {}
.contentpaneopen {}
.contentpagetitle {}
.contentheading {}
.contentcolumn {}
.contentdescription {}
.content_rating {}
.content_vote {}

table.contenttoc {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

table.contenttoc th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}


/* ##### Styles for Components ##### */

.componentheading {}


/* ##### Styles for Modules ##### */

.moduletable {}
.moduletable h3 {}


/* ##### Built-In Components Style ##### */

.weblinks {}
.newsfeedheading {}
.newsfeeddate {}
.fase4rdf {}
.poll {}
.pollstableborder {}
.searchintro {}
.contact {}
.contact td.icons {}
.contact td.details {}
.newsflash {}

.code {
	background-color: #DDD;
	border: 1px solid #BBB;
}

.contact_email label {
    display: block;
    margin-top: 5px;
}

.contact_email input.inputbox {
}