HTML, BODY {
	padding: 0;
	margin: 0;
}

BODY {
	background: url('img/bg1.png') repeat-x #babdbd;
	text-align: center;

	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 1.4;
}

H1 {
	margin-top: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #333333;
}

A {
	color: #222222;
	text-decoration: underline;
}

A:hover {
	color: #e63239;
	text-decoration: none;
}



TABLE {
	margin-bottom: 15px;
        border-collapse:collapse;
        border-spacing:10px;
        background-color#333333; 
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;

}

TD {
        border:1px solid #E0E0E0;
        padding:3px;
}

TR:hover {
	background: #ffffff;
}

IMG {
	border: none;
}

#header {
	width: 955px;
	margin: 0 auto;
	height: 90px;
	text-align: left;
	z-index: 4;
}

#picture {
	width: 955px;
	height: 225px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-bottom: 0;
	background: url('img/top.jpg');
	text-align: left;
	display: none;
}

#meta {
	float: right;
}

#logo {
	width: 130px;
	height: 80px;
	float: left;
}

#intro {
	width: 955px;
	height: 345px;
	background: url('img/start.jpg');
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-top: 0;
	position: relative;
}

#intro IMG {
	border: none;
}

.intro-text {
	width: 350px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
	color: #efefef;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute; 
	bottom: 0;
	left: 0;
	margin-bottom: 15px;
}

.intro-bild {
	width: 560px;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
}

.kopfbild {
	padding-top: 15px;
}

.kopftext, .kopfhdl {
	padding-left: 15px;
        padding-right: 15px;
	color: #efefef;
	text-align: left;
        padding-top: 5px;
}

.kopfhdl {
        padding-top: 15px;
	font-size: 2em;
	font-weight: bold;
}

.hdl {
	font-size: 2em;
}

#newsStart {
	display: block;
	width: 657px;
	height: 195px;
	margin: 15px;
	margin-right: 0px;
	float: left;
}

#newsA {
	display: none;
	width: 657px;
	height: 195px;
	margin: 15px;
	margin-right: 0px;
	background: url('img/bgnewstop.jpg') repeat-y #f1f2f2;
	float: left;
}

#newsB {
	display: none;
	width: 657px;
	height: 195px;
	margin: 15px;
	margin-right: 0px;
	background: url('img/bgnewstop.jpg') repeat-y #f1f2f2;
	float: left;
}

#newsC {
	display: none;
	width: 657px;
	height: 195px;
	margin: 15px;
	margin-right: 0px;
	background: url('img/bgnewstop.jpg') repeat-y #f1f2f2;
	float: left;
}

#hdlA {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 280px;
	height: 61px;
	float: left;
}

#hdlB {
	display: block;
	margin-bottom: 5px;
	width: 280px;
	height: 61px;
	float: left;
}

#hdlC {
	display: block;
	width: 280px;
	height: 61px;
	float: left;
}

#hdlA:hover {
	background: #f8f9f9;
}

#hdlB:hover {
	background: #f8f9f9;
}

#hdlC:hover {
	background: #f8f9f9;
}

.topNews {
	width: 270px;
	height: 51px;
	margin: 5px;
	line-height: 1.4;
}

.topNewsHdl {
	color: #e63239;
	font-weight: bold;
}

.topNewsHdl A {
	color: #e63239;
	text-decoration: none;
}

.topNewsHdl A:hover {
	color: #e63239;
	text-decoration: none;
}


.topNewsGrHdl {
	color: #333333;
	font-size: 1.3em;
}

.topNewsBild {
	width: 185px;
	height: 185px;
	margin: 5px;
	float: left;
}

.topNewsText {
	width: 440px;
	height: 160px;
	margin: 5px;
	float: left;
}

.topNewsLinks {
	width: 440px;
	height: 15px;
	margin: 5px;
	float: left;
}

.topNewsLinks A {
	color: #e63239;
	text-decoration: none;
}

.topNewsLinks A:hover {
	color: #e63239;
	text-decoration: underline;
}


#navi {
	width: 955px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	background: url('img/bgnav.png') repeat-x #fefefe;
	z-index: 3;
}

#nav, #subnav, #sidenav {
        list-style: none;
        margin: 0;
        padding: 0;
        clear: both;
}

#sidenav {
	background: #ffffff;
	margin-bottom: 10px;
}

#sidenav li {
	display: block;
        width: 245px;
        background: #ffffff;
}

#nav li {
	display: block;
	float: left;
	padding: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#subnav li {
	display: block;
	float: left;
	padding: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}


.mnu A {
	color: #666666;
	font-size: 1.2em;
	text-decoration: none;
}

.mnu A:hover {
	color: #c83335;
	text-decoration: none;
}


.mnu-act A {
	color: #c83335;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

.mnu-act A:hover {
	color: #c83335;
	text-decoration: none;
}


.mnu2 A {
	color: #666666;
	font-size: 1.1em;
	text-decoration: none;
}

.mnu2 A:hover {
	color: #c83335;
	text-decoration: none;
}


.mnu2-act A {
	color: #c83335;
	font-size: 1.1em;
	text-decoration: none;
}

.mnu2-act A:hover {
	color: #c83335;
	text-decoration: none;
}

.mnu-hdl A {
        display: block;
        width: 245px;
        background: #b02b30;
	color: #efefef;
	text-decoration: none;
        padding-top: 4px;
        padding-bottom: 4px;
        border-left: 5px solid #b02b30;
}

.mnu-hdl A:hover {
	color: #ffffff;
	text-decoration: none;
}

.mnu3 A {
        display: block;
        width: 245px;
	color: #666666;
	text-decoration: none;
        padding-top: 4px;
        padding-bottom: 4px;
        border-left: 5px solid #ffffff;
        background: #ffffff;
}

.mnu3 A:hover {
	color: #c83335;
	text-decoration: none;
}

.mnu3-act A {
        display: block;
        width: 245px;
	color: #c83335;
	text-decoration: none;
        padding-top: 4px;
        padding-bottom: 4px;
        border-left: 5px solid #ffffff;
        background: #ffffff;
}

.mnu3-act A:hover {
	color: #c83335;
	text-decoration: none;
}


#content {
	width: 955px;
	min-height: 200px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-top: 0;
	background: #ffffff;
	text-align: left;
	background: url('img/back.jpg');
}

#col1 UL {
	list-style-type: square;
	list-style-image:url('img/square.jpg');
        margin-left: 0px;
        padding-left: 15px;
}

#col1 {
	position: relative;
	float: left;
	width: 670px;
}

#col2 {
	position: relative;
	width: 250px;
	float: left;
}

#content2 {
	width: 955px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-top: 0;
	background: #ffffff;
	text-align: left;
	background: url('img/bgright.png');
}

#c1 {
	position: relative;
	float: left;
	width: 335px;
}

#c2 {
	position: relative;
	float: left;
	width: 335px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#c3 {
	position: relative;
	width: 250px;
	float: left;
}

#cnt {
         padding: 15px;
}

#cnt1 {
         padding: 2px;
         padding-left: 15px;
}

.zitat {
	display: box;
	width: 300px;
	margin-top: 8px;
	background: url('img/zitat-bottom.jpg') no-repeat bottom right #ffffff;
	color: #444444;
	float: left;
	margin-right: 30px;
}

.zitat1 {
	display: box;
	width: 300px;
	margin-top: 8px;
	background: url('img/zitat1-bottom.jpg') no-repeat bottom right #ffffff;
	color: #444444;
	float: left;
}

.zitat P, .zitat1 P {
	padding: 5px;
	margin: 0px;
	margin-top: 0px;
}

.autor {
	font-size: 0.8em;
	color: #555555;
}

#footer {
	width: 955px;
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #cccccc;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5;
	background: url('img/bgfuss.jpg') #ececec;
}

.cls {
	clear: both;
}

.csc-default {
	clear: both;
}

.news {
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px dotted #cdcdcd;
}

.n-bild {
	width: 260px;
        height: 110;
	float: left;
}



.weiter {
	text-align: right;
	color: #666666;
}

.news A {
	color: #333333;
	text-decoration: none;
}

.news A:hover {
	color: #333333;
	text-decoration: underline;
}

A.wtr {
	color: #999999;
}

A.wtr:hover {
	color: #333333;
}


#sidebox {
	width: 240px;
        background: #ededed;
        color: #777777;
        padding: 1px;
        margin: none;
        text-align: left;
        border: 5px solid #fefefe;
}

#sidebox P {
}

.trenner {
	width: 250px;
	height: 10px;
	border-bottom: 1px solid #d6d9d9;
	padding: 1px;
        margin-bottom: 13px;
        margin-top: 0px;
}

.filelinks {
        margin-top: 10px;
	margin-bottom: 30px;
}

.filelinks UL A {
	text-decoration: underline;
}

.boxcnt {
	width: 230px;
	border: 5px solid #ededed;
        padding: 0px;
        clear: both;
}

.boxhdl {
	font-size: 0.9em;
	color: #999999;
        margin-bottom: 3px;
}

.boxblogbild {
        width: 58px;
        float: left;
        margin-top: 3px;
        margin-bottom: 3px;
}

.boxblogtext {
        float: left;
        margin-top: 6px;
        margin-bottom: 3px;
}


.trenner1 {
	width: 600px;
	height: 10px;
        border-top: 1px dotted #d6d9d9;
        margin-bottom: 3px;
        margin-top: 0px;
}


/* Easy Slider */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:240px;
		background:#fff;	
		}	
		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
    
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:240px;
		height:100px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:10px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:240px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(img/btn_next.gif) no-repeat 0 0;	
		}
		
.lnktop {
        font-size: smaller;
}	