    
	@import url('menu.css');
	@import url('content.css');
	@import url('news.css');
    @import url('sort.css');
	@import url('tx_sksimplegallery.css');
	@import url('subcolums.css');
    
	
@media all {
* {
	margin: 0;
	padding: 0;
	/*font-size: 100%;*/
}
html {
	height: 100%
}
body {
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts ** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die H\FFFDhe des Browserfensters. */
	min-height: 101%;
/* Beseitigung des Rundungsfehlers bei Schriftgr\FFFD\00FFFDen im Opera sowie Standardformatierungen */
	font-size: 100.01%;
/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Gr\FFFD\00FFFDe des Browser Fensters ge\FFFDndert wird. */
	position: relative;
/* Vorgabe der Standardfarben und Textausrichtung*/
	color: #000;
	/*background-color: #63A1D6;*/
	background:url(../img/html.gif) #64a1d7 repeat; bottom right fixed;
	text-align: left;
	font-family: Arial, Verdana, 'Times New Roman';
	width: 100%;
	margin: auto;
	font-size:1em;
}
}
/*root template */
.mainbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mainbox {
    border:1px solid #000;
	width: 860px;
	font-size: .8em;
	margin-left: 10%;
	display: inline-block;
    background: url(../img/bg_main.gif) repeat-y;
}
/* Opera */
@media all and (min-width: 0px) {
.mainbox {
	margin: 0 0 3em 20%;
}
}


#languages {
	width: 100%;
	padding-top: 5px;
}

.header{
    width:100%;
    height:123px;
    background: url(../img/header.gif) no-repeat;
}

.left {
	width: 185px;
	padding: 0;
	margin: 0;
	float: left;
    height:100%;
    
}
.news-list-item{padding-bottom:15px;}

.contentbox{
    /*width:80%;*/
    width:98%;
    height:100%;
    float:left;
    margin-left:10px;
}

.news-list-date{font-size:9px;}

.right {
    width: 670px;
    height:100%;
    float:left;
}

.rechts {
    width: 18%;
    height:100%;
    float:left;
}

.logo {padding: 0 0 0 8px;width: 100%;}
#klickpath {width:100%;font-size:.8em;color:#fff;margin:0;padding: .5em .5em .3em 1em;}
#klickpath a {color: #d19e23;}
#klickpath a:hover {color: #b32f08;}
#klickpath a:visited {color: #be8639;}
#klickpath a:hover {color: #b32f08;}

#content {width: 100%;min-height: 560px;margin: 10px 0 0 0;clear: both;padding: 0;}
/* Opera @media all and (min-width: 0px) {
#content {
	width: 99%;
}
}
*/
.footerline {
    clear:both;
    /*border:1px solid #000;*/
	width: 100%;
	height: 25px;
	text-align: left;
	color:#000;
}
/* für Opera*/
@media all and (min-width: 0px) {
.footerline {
	width: 99%;
}
}

.footertext {
	font-size: .8em;
	text-align: left;
	padding-top:8px;
	
}
/* Opera */
@media all and (min-width: 0px) {
.footertext span, .footertext a {
	font-size: 1em;
}
}
/* root template ende*/
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Diese Angabe ben\FFFDtigt der Safari-Browser zwingend !! */
.clearfix {
	display: block;
}
* html .clearfix {
	display: inline-block;
}
