/* @override http://fw-kreistag-goerlitz.de/css/style.css */

/*
blau:        #0268A7
orange       #EF8602
text:        #555
beige:		 #F9E6AA
grau:        #CCC
*/

html, body {
   margin:0;
   padding:0;
}


body {
   height: 100%;
	padding: 0px 0 0px 0;	
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #555;
	background: #CCC url(../images/layout/body-bg.png) repeat-x top left; 
}

a { color: #EF8602;  text-decoration: none;}
a:visited { color: #EF8602;}
a:hover { color: #EF8602; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #555;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -0.8px; 
	line-height: 27px;
	margin-bottom: 15px;
	padding-left: 15px;
	background: url(../images/layout/h1-bg.png) no-repeat left 1px; 
}

h2 { color: #0268A7; font-size: 18px; line-height: 24px; font-weight: bold;}
h3 { color: #555; font-size: 15px;}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

img, img a {border: none;}

/* WRAPPER
----------------------------------------------------------------------------- */

#container {
    position: relative;   
	margin: 0 auto;
	width: 940px;
	background: url(../images/layout/header-shadow.png) no-repeat 0 0px; 
}

/* HEADER
----------------------------------------------------------------------------- */

#header {
 	width: 920px;
	height: 195px;
	margin: 0 0 0 10px;
    clear: both;
	border-bottom: 1px solid #B3B3B3;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}

#header h1 {
	float: left;
	margin: 71px 0 0 0px;
	padding: 0 0 0 0;
	width: 435px;
	height:  100px;
}

/* CONTENT
----------------------------------------------------------------------------- */

#content {
   clear: both;
   margin: 0px auto 0px 0;
   margin-left: 0px;
   width: 940px;
   background: transparent url(../images/layout/content-bg.png) repeat-y top;
   _background: transparent url(../images/layout/content-bg-ie6.png) repeat-y top; /*IE*/
	border: 0px solid RED;
}

/* NAV
----------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 190px;
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
	margin: 0px 35px 0 10px;
	padding: 25px 0 180px 0;
    background: url(../images/layout/nav-bg.png) repeat-x top left;

}

#search label {	display: none;}

#search form {
	background: #E2E2E2;
	padding: 0;
	margin: 0;
}

#search input {
	font-size: 11px;
	color: #666;
	padding: 1px 4px;
	margin: 14px 0 14px 15px;
	width: 151px;
	border: 1px solid #BBB;
}


/* MAIN
----------------------------------------------------------------------------- */

#main {
	width: 450px;
	float: left; 
	padding: 25px 0px 60px 0px;
    font-size: 12px;
	line-height: 18px;
	 min-height: 400px;
	 margin: 0 35px 0 0;
}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
	display: block;
	clear: both;
}

.totop {
	position: absolute;
	height:25px;
	width: 100px;
	top: -25px;
	left:  230px;
	font-size: 11px;
	color:  #666;
    padding: 0px 0 2px 14px;
	background: url(../images/layout/nach-oben.gif) no-repeat left top; 
}

.totop a { text-transform: none; }

/* --- List --- */

#main ul {
	padding-left: 0px;
	margin: 0 0 15px 15px;
	list-style: none;
}

#main ul li {
	background: url(../images/layout/bullet-blue.gif) no-repeat left 6px;
	padding-left: 12px;
}

#main li {
	margin-bottom: 8px;
}

#main ul.sitemap { 
	margin: 0;
}

#main ul.sitemap li { 
	background-image: none;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 22px;
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #CCC;
}

#main ul.sitemap li ul { margin-bottom: 0;}

p.einleitung {
	font-size: 15px;
	line-height: 20px;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	font-weight: bold;
	padding:  0 0 0 12px;
	color: #0268A7;
	background: url(../images/layout/bulletlink.gif) no-repeat left 0px; 
}

a:hover.bulletlink {
	color: #EF8602;
	text-decoration: none;
}

.download {
	padding: 0 0 0 15px;
	background: url(../images/layout/download.gif) no-repeat left center; 
}


/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* hellgelb */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #FBEFC7;
	border-left: 5px solid #F7B262;
}

.box_1 a { 
	text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px 15px;
	background: #E5E5E5;
	margin: 0 0 10px 0;
	border-left: 5px solid #DDD;
}

.red { color: RED; }

.trennstrich-oben { /* p */
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* --- News --- */

/* Summary page */

.NewsSummary {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 0px 0 10px 0;
	margin: 0 0 0 0;
}

.NewsSummary h2, .NewsSummary h2 a  {
	padding: 0;
	margin: 2px 0 5px 0;
	color:  #0268A7;
}

.NewsSummary p {
	margin: 0;
	padding: 0;
}

.NewsSummaryPostdate {
	font-size: 11px;
	color: #888;
	margin: 10px 0 0 0;
	font-weight: bold;

}
.pagenav {
	position: relative;
	padding-top: 15px;
	padding-right: 25px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

p.nextpage {
	position: absolute;
	text-align: right;
	right: 24px;
	top:  0;
	width: 200px;
}

p.nextpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	right: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}

.nextpage a { background: #F9E6AA url(../images/layout/nextpage.gif) no-repeat 0 0; }
.nextpage a:hover { background-position: bottom left; }

p.prevpage {
	position: absolute;
	left: 24px;
	top:  0;
	width: 200px;
}

p.prevpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	left: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}
.prevpage a { background: #F9E6AA url(../images/layout/prevpage.gif) no-repeat 0 0; }
.prevpage a:hover { background-position: bottom left; }

/* Detail page */

.NewsPostDetailDate { 
	font-size: 11px; 
	color: #777; 
	padding-bottom: 5px; 
	font-weight: bold;
}

.NewsPostDetailReturnLink {
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

/* --- Kalender --- */

.cal-upcominglist {
	border-top: 1px solid #CCC;
}
.calendar-event {
	background: #FFF;
	margin: 0 0 0px 0;
	padding: 10px 0;
    border-bottom: 1px solid #CCC;
}

.calendar-event.detail{
	border: none;
}

.calendar-event h2 {
	margin: 0 0 5px 0;
	color: #0268A7;
}

.calendar-event h2 a {
	color: #555;
}


.calendar-date-from {
	color: #EF8602;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.calendar-summary {
	margin: 0;
}

.calendar-date-title, .calendar-ort {
	color: #555;
	font-weight: normal;
}

.calendar-returnlink {
	padding: 5px 0;
	border-top: 1px solid #CCC;
}


#sidebar .cal-upcominglist {
	border: none;
}

#sidebar .calendar-date-from {
	color: #EF8602;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

#sidebar .calendar-event {
	margin: 0 0 0px 0;
	padding: 5px 0;
}

#sidebar .calendar-event h4  { 
	color: #555; 
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

#sidebar .calendar-event h4 a { 
color: #555; 
}


/* SIDEBAR
----------------------------------------------------------------------------- */

#sidebar {
	float:  left;
	position: relative;
	width: 210px;
	margin-top: 25px;
	background: transparent;
}

#sidebar .block {
	float: left;
	width: 190px;
	font-size: 11px;
	margin: 0 0 10px 0;
	background: #FFF;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}

#sidebar a.bulletlink {
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	color: #0268A7;
	background: url(../images/layout/bulletlink-small.gif) no-repeat left 1px; 

}

#sidebar h3 {
	font-size: 14px;
	margin: 0px;
	margin: -10px -10px 0 -10px;
	padding: 7px 10px;
	color: #FFF;
	background: #017FC0 url(../images/layout/sidebar-header-bg.png) repeat-x top left;
	border-bottom: 1px solid #FFF;
}

#sidebar img {
	padding: 4px;
	margin: 5px 0 0px -5px;
	background-image: none;
	background: #FFF;
}

#sidebar a img, #sidebar a:visited img { border: none;}

/* --- Box Aktuell --- */

#sidebar .block.aktuell .postdate{
	margin: 5px 0 2px 0;
	font-size: 11px;
}

#sidebar .block.aktuell h4 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #CCC;
}
#sidebar .block.aktuell h4 a { color: #0268A7; line-height: 16px;}

#sidebar .linkall {
	background: #CECECE;
	margin: -1px -10px 0 -10px;
	padding: 7px 10px;
	text-align: right;
}

#sidebar .linkall a {
	font-size: 12px;
	color: #0268A7;
    font-weight: bold;
}

/* --- Box Newsletter --- */

#sidebar .newsletter h3 {
	background: #9F9F9F url(../images/layout/sidebar-header-newsletter-bg.png) repeat-x top left;
	border-bottom: none;
}

#sidebar .block.newsletter form {margin: 0;}

#sidebar .block.newsletter { background: #CDCDCD;}

#sidebar .block.newsletter p {
font-size: 12px;
padding: 10px 0 0 0;
	}

#sidebar .block.newsletter span.nms_message {
color: RED;
margin: 10px 0 0px 0;
display: block;
}

#sidebar .newsletter input {
	margin: 10px 0 11px 0;
	width: 180px;
}

#sidebar .newsletter span.submitbtn {
	display: none;
}


/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	width: 940px;
	height: 82px;	
	margin: 0;
	color: #555;
	font-size: 12px;
	background: url(../images/layout/footer-bg.png) repeat-x top;
}

#footer p {
	padding: 18px 0 0 30px;
	color: #555;
}

#footer p a {
	color: #555;
}

#footer a {
	color: #54544F;
	margin: 0 1px;
}

#footer a:hover { text-decoration: underline; }


/* ACCESSIBILITY
----------------------------------------------------------------------------- */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End of 'style' */

