@charset "utf-8";

/*-----------------------------------*/
/*---------- Global Styles ----------*/
/*-----------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content:'';
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	height: 0;
	clear: both;
}

.indented {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	background: #ffffff;
	font: 62.5%/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
}

/*-----------------------------------*/
/*---------- Layout Styles ----------*/
/*-----------------------------------*/

/*---------- Container ----------*/
#container {
	background: url(../images/bg-container.png) repeat-y 0 0;
	width: 970px;
	margin: 0 auto;
}

/*---------- Header ----------*/
#header {
	background: url(../images/bg-header.png) no-repeat 0 0;
	width: 970px;
	height: 250px;
	position: relative;
}

/*---------- Branding ----------*/
h1#branding {
	width: 575px;
	height: 209px;
	position: absolute;
	left: 335px;
	top: 48px;
}

h1#branding a {
	display: block;
	width: 575px;
	height: 209px;
}

/*---------- NavigationAdditional ----------*/
#navigationAdditional {
	width: auto;
	height: auto;
	position: absolute;
	left: 41px;
	top: 13px;
}

#navigationAdditional ul {
	width: auto;
	height: auto;
}

#navigationAdditional ul li {
	float: left;
	margin: 0 20px 0 0;
}

#navigationAdditional ul li a {
	font-size: 1.3em;
	line-height: normal;
	color: #aab2e0;
	text-decoration: none;
}

#navigationAdditional ul li a:hover,
#navigationAdditional ul li.active a {
	text-decoration: underline;
}

/*---------- ContentContainer ----------*/
#contentContainer {
	background: url(../images/bg-contentContainer.png) no-repeat left bottom;
	width: 970px;
	padding: 0 0 0 0;
}

/*---------- ContentSidebar ----------*/
#contentSidebar {
	float: left;
	width: 250px;
	padding: 1px 9px 0 26px;
}

/*---------- Navigation ----------*/
#navigation {
	width: 250px;
	height: auto;
}

#navigation ul {
	width: 250px;
	height: auto;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	border-bottom: 1px solid #ededed;
	font-size: 1.7em;
	line-height: normal;
	color: #14206e;
	text-decoration: none;
	display: block;
	width: 236px;
	height: 28px;
	padding: 7px 0 0 14px;
}

#navigation ul li a.last {
	border: none;
}

#navigation ul li a:hover,
#navigation ul li.active a {
	color: #b2281c;
}

/*---------- ContentMain ----------*/
#contentMain {
	background: url(../images/bg-contentMain.png) no-repeat 0 0;
	font-size: 1.3em;
	line-height: 161%;
	float: left;
	width: 585px;
	min-height: 482px;
	padding: 0 50px 21px 50px;
}

* html #contentMain {
	height: 482px;
}

#contentMain h2 {
	font-size: 2.76em;
	line-height: normal;
	color: #b2281c;
	margin: -8px 0 20px 0;
	position: relative;
}

#contentMain h3 {
	font-size: 1.69em;
	line-height: normal;
	color: #595959;
	margin: 0 0 10px 0;
}

#contentMain h3.main {
	margin: -22px 0 20px 0;
	position: relative;
}

#contentMain p {
	margin: 0 0 21px 0;
}

#contentMain a {
	font-weight: bold;
	color: #313c80;
	text-decoration: none;
}

#contentMain a:hover {
	color: #b2281c;
}

#contentMain strong {
	font-weight: bold;
}

#contentMain em {
	font-style: italic;
}

#contentMain ul.navigation {
	margin: -11px 0 21px 0;
}

#contentMain ul.navigation li {
	background: url(../images/li-bullet-navigation.png) no-repeat 0 11px;
	line-height: 200%;
	padding: 0 0 0 11px;
}

#contentMain img.default {
	border: 1px solid #313c80;
	float: left;
	margin: 0 15px 40px 0;
	padding: 1px;
}

#contentMain img.default:hover {
	border: 1px solid #b2281c;
}

#contentMain a.pdf {
	background: url(../images/icon-pdf.png) no-repeat 0 0;
	float: left;
	display: block;
	min-height: 20px;
	margin: 0 0 21px 0;
	padding: 2px 0 0 60px;
}

#contentMain ul	{margin-bottom: 21px;}
#contentMain ul li	{background: url(../images/li-bullet-navigation.png) no-repeat 0 11px;
	line-height: 200%;
	padding: 0 0 0 11px;}

/*---------- Footer ----------*/
#footer {
	background: url(../images/bg-footer.png) no-repeat 0 0;
	font-size: 1.3em;
	line-height: 146%;
	color: #9ba2cd;
	width: 970px;
	height: 71px;
	position: relative;
}

* html #footer {
	position: static;
}

#footer p {
	position: absolute;
	left: 0;
	top: 34px;
}

#footer p.company {
	left: 37px;
	top: 15px;
}

#footer p.phone {
	left: 321px;
}

#footer p.fax {
	left: 528px;
}

#footer p.mail {
	left: 707px;
}

#footer a {
	color: #9ba2cd;
	text-decoration: underline;
}

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

#contentMain table.contents	{width: 100%; margin-bottom: 21px;}
#contentMain .contents td,
#contentMain .contents th	{padding: 7px; border-bottom: 1px solid #fff;}
#contentMain .contents th	{background: #14206e; color: #fff;}
#contentMain .contents tr	{}
.contents tr.even td	{background: #e4e4e4;}
.contents tr.odd td	{background: #f5f5f5;}

#contentMain h4	{font-weight: bold; font-size: 1.1em; margin-bottom: 12px;}

.cmsUserEdit	{display: none;}

.feature		{clear: both; float: none; padding: 20px; border: 2px solid #eee;}
.feature img.default	{float: right !important;}
.feature .text	{}

/* ------------ Karte Brandenburg Imagemap ------------  */
#brandenburg-karte {
	margin:0 0 15px 0;
}

#karte-brandenburg {
	background:url(../images/karten/brandenburg.png) no-repeat;
	width:400px;
	height:393px;
	margin:0 0 15px 0;
}

#karte-brandenburg ul, #karte-brandenburg a, #karte-brandenburg span {
	position:absolute;
}

#karte-brandenburg ul {
	list-style-type:none;
}

#karte-brandenburg span {
	visibility:hidden;
	font-size:1px;
}

#karte-brandenburg a {
	width:15px;
	height:15px;
	text-decoration:none;
	background:none;
	padding:0;
}

#karte-brandenburg a:hover {
	background:url(../images/icons/circle-hover.png) no-repeat;
}

a#marien {
	top:201px;
	left:138px;
}

a#eberswalde {
	top:119px;
	left:270px;
}

a#ehst {
	top:232px;
	left:361px;
}

a#forst {
	top:305px;
	left:366px;
}

a#luther {
	top:208px;
	left:356px;
}

a#hennings {
	top:164px;
	left:208px;
}

a#niederlau {
	top:345px;
	left:301px;
}

a#lehnin {
	top:211px;
	left:159px;
}

a#neuruppin {
	top:117px;
	left:162px;
}

a#potsdam {
	top:197px;
	left:184px;
}

a#pritzwalk {
	top:61px;
	left:90px;
}

a#rathenow {
	top:165px;
	left:109px;
}

a#schwedt {
	top:75px;
	left:315px;
}

a#wolters {
	top:190px;
	left:251px;
}

a#cottbus {
	top:306px;
	left:303px;
}

/* ------------ Karte Brandenburg Imagemap Ende ------------  */
