html{
	margin:auto;
	background:#ffffff;
}

body{
	margin:auto;
	background-image:url("../img/layout/body-bg.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#095b97;
}

ul{
	list-style-image:url("../img/li.png");
	/*list-style-image:url("../img/li.gif");*/
}
.btn-default {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #eee solid;
    height: 35px;
    color: #fff;
    background: #017cb7;
    background: -moz-linear-gradient(-45deg, #017cb7 0%, #01a6de 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#017cb7), color-stop(100%,#01a6de));
    background: -webkit-linear-gradient(-45deg, #017cb7 0%,#01a6de 100%);
    background: -o-linear-gradient(-45deg, #017cb7 0%,#01a6de 100%);
    background: -ms-linear-gradient(-45deg, #017cb7 0%,#01a6de 100%);
    background: linear-gradient(135deg, #017cb7 0%,#01a6de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017cb7', endColorstr='#01a6de',GradientType=1 );
}
#header{
	margin:0;
	padding:0;
	width:100%;
	height:188px;
	position:relative;
	z-index:5;
	background-image:url("../img/layout/header-bg.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	box-shadow:0 0 5px #666;
}

#logo{
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	width:420px;
	height:98px;
	text-align:left;
}
#menu-wrap{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:960px;
	height:70px;
	text-align:left;
}
#menu-line{
	margin:0;
	padding:0;
	width:960px;
	height:19px;
	position:relative;
	z-index:0;
	border-bottom:1px solid #0275ae;
	overflow:hidden;
	font-size:1px;
}
/*#menu{
	margin:-20px 50px 0 0;
	padding:0 0 0 4px;
	height:70px;
	position:relative;
	z-index:1;
	overflow:hidden;
}*/
#menu {
	margin:-20px 20px 0 0;
	padding:0 0 0 4px;
	width:956px;
	height:70px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
#menu a{
	display:block;
	float:left;
	margin:0 1px 0 0;
	padding:24px 19px 0 18px;
	height:42px;
	line-height:42px;
	font-size:10px;
	color:#0275ae;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#menu a b{
	font-size:12px;
	font-weight:bold;
}
#menu a.act,
#menu a:hover{
	background-image:url("../img/layout/button-bg.png");
	background-position:center 10px;
	background-repeat:no-repeat;
	color:#ffffff;
}

#wrapper{
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	z-index:1;
}
#base_index #wrapper{
	/*height:620px;*/
/*	background-image:url("../img/layout/index-bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;*/
	overflow:hidden;
}

#container{
	margin:30px auto 0 auto;
	padding:0;
	width:960px;
	text-align:left;
	background-image:url("../img/layout/container-bg2.jpg");
	background-position:left top;
	background-repeat:repeat-y;
	background-color:#ffffff;
	box-shadow:0px 5px 10px #333;
}
#base_index #container{
	background-image:url("../img/layout/container-bg.jpg");
	background-position:center top;
	background-repeat:repeat-y;
}
#container-inner{
	margin:0;
	padding:0 0 0 0;
	width:960px;
	background-image:url("../img/layout/triangle.png");
	background-position:650px bottom;
	background-repeat:no-repeat;
}
#base_index #container-inner{
	margin:0;
	padding:30px 0 30px 0;
	width:960px;
	background-position:-40px -40px;
}

/* ##### Contents # START ##### */
#left{
	float:left;
	margin:0;
	padding:0;
	width:480px;
	font-size:14px;
	font-weight:normal;
	color:#555555;
	letter-spacing:1px;
}
#content{
	float:left;
	margin:0;
	padding:30px;
	width:420px;
	font-size:12px;
	font-weight:normal;
	color:#555555;
	letter-spacing:1px;
}
#content h1, #leftBig h1{
	display:block;
	margin:0;
	font-size:20px;
	font-weight:normal;
	color:#0275AE;
	letter-spacing:1px;
}
#content a, #leftBig a{
	color:#0275AE;
}
#content a:hover, #leftBig a:hover{
	color:#555555;
}
#leftBig {
	float:left;
	margin:0;
	padding:30px;
	width:650px;
	font-size:12px;
	font-weight:normal;
	color:#555555;
	letter-spacing:1px;
	background-color:#ffffff;
}
#rightSmall {
	float:left;
	width:250px;
	background-color:#e6e6e6;
}
/* ##### Contents # END ##### */
/* ##### Index Contents # START ##### */
#base_index #left{
	display:none;
}
#base_index #content{
	float:none;
	margin:0;
	padding:30px;
	width:900px;
	border-top:1px solid #3399dd;
	border-bottom:1px solid #3399dd;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	letter-spacing:1px;
}
#base_index #content a{
	color:#ffffff;
}
#base_index #content a:hover{
	color:#aaaaaa;
}

.index-image{
	display:block;
	float:left;
	margin:0;
	padding:0 30px 0 0;
	width:376px;
}
.index-content{
	float:left;
	margin:0;
	padding:0;
	width:494px;
}
/* ##### Index Contents # END ##### */

/* ##### Aktuelle Themen # START ##### */
#aktuelle-themen{
	margin:10px auto 0 auto;
	padding:0;
	width:960px;
	text-align:left;
}
.vollthema{
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:960px;
	text-align:left;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
	box-shadow:0 0 5px #666;
	background-image:url("../img/layout/container-bg.jpg");
	background-position:center top;
	background-repeat:repeat-y;	
}


.thema {
	float: left;
	margin: 0 10px 0 0;
	padding: 0px;
	width: 313px;
	text-align: left;
	box-shadow: 0px 5px 10px #333;
	background-image: url("../img/layout/container-bg3.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	color: #ffffff;
	height:160px;
}
.thema + .thema{
	width:314px;
}
.thema + .thema + .thema{
	width:313px;
	margin:0 0 0 0;
}
.thema + .thema + .thema + .thema{
	margin:0 0 0 0;
	width:313px;
}
.thema table,
.thema tbody,
.thema tr,
.thema th,
.thema td{
	display:block;
	margin:0;
	padding:0;
}
.thema div br{
	//display:none;
}
.thema div table br{
	display:block;
}
.thema ui-accordion-header{
	display:block;
	margin:0;
	padding:0;
	height:31px;
	/*background-image:url("../img/layout/container-bg3.jpg");
	background-position:center top;
	background-repeat:repeat-y;	*/
}
.thema h3 {
	display:block;
	margin:2px 0 0 0;
	padding:5px 0 0 30px;
	height:30px;
	background-image:url("../img/layout/menu-icon.png");
	//background-position:15px 5px;
	background-repeat:no-repeat;
	border-bottom:1px solid #3399dd;
	text-align:left;
	//line-height:30px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
}
.thema h3{
	font-size:12px;
	font-weight:bold;
}
.thema h3:hover{
	color:#aaaaaa;
}
.thema div{
	margin:0;
	padding:10px;
	/*color:#ffffff;*/
}
.thema div {
	margin: 0 5px;
	padding: 0;
	background-image: url("../img/layout/triangle2.png");
	background-position: right -51px;
	background-repeat: no-repeat;
	
	
	/*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
}
.thema a{
	color:#ffffff;
	bottom:7px;
	position:absolute;
	text-align:right;
	width:280px;
}
.thema a:hover{
	color:#aaaaaa;
}
.vollthema td{
	display:block;
	margin:0;
	padding:0 0 0 60px;
	height:30px;
	background-image:url("../img/layout/menu-icon.png");
	background-position:15px 5px;
	background-repeat:no-repeat;
	border-bottom:1px solid #3399dd;
	text-align:left;
	line-height:30px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
}
#aktuelle-themen .ui-icon{
	display:none !important;
}

/* ##### Aktuelle Themen # END ##### */

/* ##### Rotator # START ##### */
#flip-list{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
}

#flip-list .front span{
	display:block;
	padding:25% 0 0 0;
	width:100%;
}

#flip-list .back a{
	display:block;
	margin:0;
	padding:25% 0 0 0;
	width:100%;
	height:74%;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	text-decoration:none;
	color:#0275AE;
	font-weight:normal;
}

#flip-list{
	margin:0;
	padding:0;
	border-bottom:1px solid #eeeeee;
}
.flip-item{
	float:left;
	margin:0;
	padding:0;
}
.flip-item div{
	margin:0;
	padding:0;
}
.flip-item.short,
.flip-item.short div{
	width:159px;
	height:99px;
}
.flip-item.long,
.flip-item.long div{
	width:239px;
	height:149px;
}
.flip-item.short,
.flip-item.long{
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
}
.flip-item .front{
	background-image:url("../img/layout/container-bg2.jpg");
	background-position:left top;
	background-repeat:repeat-y;
}
.flip-item .back{
	background-color:#eeeeee;
}
.flipNeu {
	padding: 15% 0px 0px !important;
	font-size:12px !important;

}
/* ##### Rotator # END ##### */

#footer-wrap{
	display:none;
	margin:0;
	padding:0;
	width:100%;
}
#footer{
	margin:10px auto 0 auto;
	padding:0;
	width:960px;
	height:30px;
	text-align:left;
	background-image:url("../img/layout/container-bg.jpg");
	background-position:center top;
	background-repeat:repeat-y;
}
#base_index #container #footer{
	display:none;
}
#base_index #footer-wrap{
	display:block;
}
#footer a{
	display:block;
	float:right;
	margin:0;
	padding:0 20px 0 0;
	height:30px;
	line-height:30px;
	font-size:10px;
	color:#aaaaaa;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#footer a b{
	font-size:12px;
	font-weight:bold;
}
#footer a.act,
#footer a:hover{
	color:#ffffff;
}

/* ########## */

h3{
	display:block;
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
/*	color:#888888;
*/	letter-spacing:1px;
}
h3 img {
	position:relative;
	padding-right:5px;
	padding-bottom:1px;
}
.accordion h3{
	color:#555555;
	cursor:pointer;
}
.accordion h3.ui-state-active,
.accordion h3:hover{
	color:#0275AE;
}
.accordion div{
	margin:0 0px 10px 0;
	/* padding:0 0 20px 13px !important; ANPASSUNG ACC IN KONTAKT */
	/*border-bottom:1px solid #888888;*/
}

.aktuelles table,
.aktuelles tbody,
.aktuelles tr,
.aktuelles th,
.aktuelles td{
	display:block;
	margin:0;
	padding:0;
}
.aktuelles th{
	color:#555555;
	cursor:pointer;
	padding:0 0 10px 0;
}
.aktuelles th.ui-state-active,
.aktuelles th:hover{
	color:#0275AE;
}
.aktuelles td{
	margin:0 0 20px 0;
	padding:0 0 20px 13px !important;
	/*border-bottom:1px solid #888888;*/
}
.element.atStart img {
	max-width:420px;
}


p{
	margin-top:0;
}
#stDivLeft {
	width:440px;
	float:left;
}
#stDivRight {
	width: 440px;
	float: right;
	margin-top: -10px;
}
.inMarge {
	margin: 0px 15px;
}
.inMarge  {
	text-decoration:none;
	color:#333333;
}
.MapInfoWindow {
	width:190px;
	height:70px;
	overflow:hidden;
}
#headkatimg {
	float:left;
	width:710px;
	background-color:#ffffff;
	height:278px;
}
#headerRight {
	float:left;
	width:250px;
	height:278px;
	background-color:#eeeeee;
}
.rightTxt {
	padding: 15px 20px; 
	font-size:12px;
	font-weight:normal;
	color:#555555;
	letter-spacing:1px;
}
.npEzArt {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	margin: 20px 0;
	padding: 6px;
	border-radius: 5px;
	border: 1px solid #ddd;
	text-align:left;
}
.npEzArt #netzprospekt_link {
	width:400px;
	text-align:right;
	margin: 10px 0 0;
}
.npEzArt #netzprospekt_link a {
	width:100%;
	color:#0a6fb3;
	text-decoration:underline;
}
marquee {
	width: 960px;
	margin-top:10px;
	color:#0275ae;
	font-size:14px;
}
marquee a {
	color:#0275ae;
	text-decoration:none;
	font-size:14px;
	}
	
.accordion h3{
	color:#0275AE;
	
	}
	
#netzprospekt {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	margin: 20px 0;
	padding: 6px;
	border-radius: 5px;
	border: 1px solid #ddd;
	text-align:left;
}
.netzprospekt th {
	color:#0275ae;
	}
	
.thema #netzprospekt {
	background:none;
	border:none;
	}

#aktuelle-themen .thema #netzprospekt {
	margin: 5px 0px !important;
}
#aktuelle-themen .thema #netzprospekt img {
	display:none;
}

#aktuelle-themen .element.atStart {
	height:92px;
	overflow:hidden;
}