/* CSS Document */
html, body {margin: 0; padding: 0; border: 0;}
html {
	min-height: 100.0%;
}
body {
	color: #454545; 
	background: #EEECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%; 
	text-align: center;
	margin: 0 0 10px 0;
	height: 100.1%;
}

p {
	margin: 0; 
	padding: 0;
}
h1 {
	font-size: 1.25em; 
	margin: 20px 10px 5px 0;
	color: #f36f2a;
}

h2 {
	/*font-size: 1.1em;*/ 
	font-size: 14px; 
	margin: 16px 10px 5px 0;
	color: #454545;
}

h3 {
	font-size: 12px; 
	margin: 12px 10px 5px 0;
	color: #454545;
}

.clear { clear: both; }
div.left div.clear {
	clear:none;
}

a {
	text-decoration: none;
	color: #f36f2a;
}

.alignright {
	margin-top: 0;
	text-align: right;
	clear: both;
}
.first { margin-top: 0; }
.small { font-size: .9em; }

.wide { /* header and footer colours */
	/* width: 100%; */
	color: #333;
	text-align: left;
	border-top: 1px solid #E2E2D7;
}

.wide p {
	margin: 0; 
	padding: 5px; 
	position: relative;
}

.top { }

.bottom {
/*	position: relative;*/
	padding: 0 25px;
	padding:0px;
}

.boxfloat {
	width: 50px; 
	border: 1px solid #999; 
	background: #ddd; 
	font-size: .7em;
}

.to-right {float: right;}

.to-left {float: left;}


.wrapper {
	/*width: 860px;*/
	width:976px;
	border-left: 1px solid #E2E2D7;
	border-right: 1px solid #E2E2D7;
	border-bottom: 1px solid #E2E2D7;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

* html .wrapper {
}

.outer {
	position: relative;
	/*margin-left: 226px;*/
	margin-left: 236px;
	width: 520px;
	background: #fff;
}

* html .outer {
	width: 522px;
	wid\th: 520px;
}

.float-wrap {
	float: left;
	width: 520px;
	margin-right: -1px;
}

.center {
	float: right;
	/*width: 406px;*/
	width: 520px;
	margin-bottom: -1px;
	/* \*/
	margin-left: -1px;  
	/* Hidden from IE-mac */
	padding-bottom: 10px;
	padding-top:8px;
	
}
/*
.center h2 {
	color:#000;
}
*/

.left {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 176px;    /*** Critical left col/divider dimension value ***/
	margin-left: -211px;    /*** Critical left col/divider dimension value ***/
}

* html .left {
	float:left;	
}

*>html .left {width:176px;}   /*** Fix only for IE/Mac ***/

.container-left {
	width: 176px;    /*** Critical left col dimension value ***/
	padding: 0px;
	padding-bottom: 10px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
}
.container-left	div.bbox {
	margin-left:0px;
}

.right {
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 176px;    /*** Critical right col/divider dimension value ***/
	margin-right: -226px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
}

/* \*/
* html .right {
	margin-left: 0px; 
	margin-right: -520px; 
	mar\gin-right: -226px;
}
/* */

.container-right { 
	/* \*/width: 176px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
	padding: 0 8px;
	padding-bottom: 10px;   /*** To keep content from going underneath the AP bottom boxes ***/
}

/* \*/
* html .container-right {
	fl\oat: right;
	margin-left: 2px; 
	mar\gin-left: 0px; 
}
/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to 
	different elements and see if that fixes the problem. Sometimes it may be necessary 
	to use "position: relative;" on certain elements, but it's hard to tell in advance which 
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends 
	of the headings. ***/
/* \*/
* html h2 {height: 1%;}
/* */


/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */


.italics-test, .italics-test-side {
	font-style: italic; 
	text-align: justify; 
}

/*** The following fixes prevent justified italic text from destroying the layout in IE/win.
	The problem is that those properties together make IE force the container wider,
	which in this type of floated layout causes a float drop. 	Pre-IE6 gets "width: 100%" 
	and "overflow: hidden", while IE6 gets "width: auto" and "overflow: visible, which 
	is the default, but explicitly stating it seems to keep IE6 happy. IE6 also needs
	to see the "height: 1%" to give it some kind of box dimension. Browser coddling 
	we call it. Finally, Bruno found that "word-wrap: break-word;" disarranged the 
	justified text in IE5.5 and 6, so it is defaulted to "normal" for this text.
	If you don't need justified and italicized text then forget all these fixes ***/

/* \*/
* html .italics-test, * html .italics-test-side {
	overflow: hidden;
	width: 100%;
	o\verflow: visible;
	w\idth: auto;
	hei\ght: 1px;
}
/* */

/*** All the IE fixes that are inside separate "Mac-hacks" may be grouped 	within 
	just one Mac-hack for convenience if desired. However, each fix must come 
	later than the rule it is fixing or the fix itself will be overridden. ***/
/* CSS Document */
#logo {
	display: inline;
	position:relative;
	top: 14px;
	left: 24px;
}
#topnav {
	margin-left: 242px;
	clear: right;
}
#topnav ul{
	list-style:none;
	padding: 0;
	margin: 0 0 8px 0;
}
#topnav ul li{
	display: inline;
	font-weight: bold;

	padding-right: 15px;
}
#topnav ul li a{
	color: #777;
}
#topnav ul li a:hover, #topnav ul li a:active{
	color: #f36f2a;
}
#breadcrumbs ul{
	font-weight:normal;
	list-style:none;
	padding: 0;
	margin: 8px 0 16px 0;
}
#breadcrumbs ul li{
	display: inline;
	color:#777;
	padding-right: 5px;
}
#breadcrumbs ul li a{
	color: #777;
}
#breadcrumbs ul li a:hover, #breadcrumbs ul li a:active{
	color: #f36f2a;
}

.menu ul {
	margin: 7px 0px 0px 0px;
	padding: 0;
/*	margin-top:7px;
	margin-bottom:0px;*/
	/*border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;*/
	line-height: 12px;
	background-color: #F9F9F9;
	font-size:12px;
	width:160px !important;
	overflow:hidden;
}
.menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
.menu ul li {
	line-height: 1.6em;
	border-bottom: 1px dotted #D5D5D5;
}
.menu a.current {
	font-weight:bold;
	color: #f36f2a;
}
.menu ul li a {
	display: block;
	width: 160px;
	padding: 2px 0 2px 8px;
	text-decoration: none;
	color: #000000;
}
* html .menu ul li a {
	width: 140px;
	w\idth: 140px;
}
.menu ul li a:hover, .menu ul li a:active {
	color: #f36f2a;
}
.menu a.current {
	font-weight: bold;
	color:#000;
}
.menu ul ul {
	margin: 3px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
.menu ul ul li {
	line-height: 1em;
	border-bottom: none;
	padding-left: 4px;
	padding-right:12px;
}
.menu ul ul li a{
	background-image: url(../graphics/plusSym.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:12px;
	/*text-indent: 12px;*/
}
.menu ul ul li a.current {
	font-weight:normal;
	color: #f36f2a;
}

.menu ul ul ul li a, .menu ul ul ul li a{
	width:137px;
	background: #fff;
	background-image: url(../graphics/menuArrowBlue.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding-left:12px;
	/*text-indent: 12px;*/
}
.menu ul ul ul li a:hover, .menu ul ul ul li a:active,
.menu ul ul li a:hover, .menu ul ul li a:active{
	color: #f36f2a;
}
.menu li.level_1 {
	background-color: #D6E3F2;
}
.menu li.level_2 {
	background-color: #EFF4FA;
}
.menu li.level_3 {
	background-color: #FFFFFF;
}
/*
.menu {
	width: 180px;
	clear: left;
	background-color:#FFFFFF;
	margin: 0 0px 10px 0px;
	border: 1px solid #d3d3d3;
	overflow: hidden;
}
.menu .init {
	margin: 8px 8px 0 8px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	line-height: 0.9em;
	background-color: #F9F9F9;
}
.menu #topic {
	width: 180px;
	color: #f36f2a;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	text-indent: 12px;
	padding: 4px 0;
}

*/
.menu,
.bbox{
	width: 180px;
	clear: left;
	background-color:#FFFFFF;
/*	margin: 0 auto 10px; */
	margin: 0 0px 10px 0px;
	border: 1px solid #d3d3d3;
	overflow: hidden;
}
.menu .init,
.bbox .init {
	width: 146px;
	margin: 8px;
	padding: 0px 8px 10px 8px;
	border: 1px solid #D5D5D5;
	background-color: #F9F9F9;
}
.menu .init {
	padding: 0px;
	width: 160px;
	padding-bottom:0;
}
.bbox .init {
	padding: 0px 8px 0px 8px;
}

.init img.teaserpic {
	margin-left: -8px;
	margin-bottom:8px;
}

*+html .menu .topic{
  position:relative;
  left: 7px;
  top:8px;
  margin-left:0px;
	margin-top:0px;
}

* html .bbox .init {
	overflow:hidden;
	width:146px !important;
}

.menu .topic,
.bbox .topic {
	width: 180px;
	margin:0px;
	margin-left:-16px;
	margin-top:8px;

	padding:0;
	padding-top:4px;
	padding-bottom:4px;
	/*height:25px;*/
	/*line-height:25px;*/
	color: #f36f2a;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	text-indent: 0px;
	background:#fff;
}


*+html .menu .topic{
  position:relative;
  left: 7px;
  top:8px;
  margin-left:0px;
	margin-top:0px;
}

* html .menu .topic{
  position:relative;
  left: 7px;
  top:8px;
  margin-left:0;
	margin-top:0px;
}

*+html .bbox .topic,{
  position:relative;
  left: 0px;
  top:8px;
  margin-left:0;
	margin-top:0px;
}

* html .bbox .topic {
  position:relative;
  left: 0px;
  top:8px;
  margin-left:0;
	margin-top:0px;
}

*+html .bbox .topic {
  position:relative;
  left: 0px;
  top:8px;
  margin-left:0;
	margin-top:0px;
}

* html .bbox .topic{
  position:relative;
  left: 0px;
  top:8px;
  margin-left:0;
	margin-top:0px;
	overflow:hidden;
}

*+html .bbox .topic_search{
  position:relative;
  /*left: -16px;*/
  top:8px;
  margin-left:0;
	margin-top:0px;
}

* html .bbox .topic_search {
  position:relative;
  /*left: -16px;*/
  top:8px;
  margin-left:0;
	margin-top:0px;
}


.menu .init h2.topic,
.bbox .init h2.topic {
	width: 140px !important;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;
	/*height:23px;*/
	/*line-height:25px;*/
	padding-left:18px;
	padding-right:20px !important;
	margin-bottom:8px;
}


.menu .init h2.topic {
	width: 180px !important;
	padding-left:22px;
}

*+html .menu .init h2.topic,{
	width: 138px !important;
	padding-left:22px;
}

* html .menu .init h2.topic {
	width: 138px !important;
	padding-left:22px;
}

.relations {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #f36f2a;
}

.article_container {
	margin-bottom:18px;

}
.article_container h3{
	margin-top:0px;
 color:#424242;
}
.article_teaser {
	padding-bottom: 10px;
}
.center h2 {
	margin-left: 8px;
}
.center p {
	margin: 8px auto 4px;
}


.left .bbox ul,
.right .bbox ul {
	margin-left:0px !important;
	padding:0px !important;
	list-style-type:none;
	}
.left .bbox ul li,
.right .bbox ul li {
	margin-left:0px;
	padding-left:5px;
	text-indent:0;
	/* background:transparent url(/img/bullet_orange_grey.gif) no-repeat 7px 8px !important;*/
}

.center ol {
	font-weight:bold;
	margin-left:10px;
	padding:0;
	list-style-position:inside;
}

.center ol li {
	list-style-position: inside;
	text-indent:-8px;
	font-weight:normal;
	padding:0;
	margin:0;
}


.center ul {
	margin-left:0px;
	padding:5px 0;
	}
.center ul li {
	/*
	list-style-position:outside;
	text-indent:0;
	list-style-image:url(/img/bullet_orange_grey.gif);*/
	list-style-type:none;
	background: url(/img/bullet_orange_grey.gif) no-repeat left 4px;
	padding-left:10px;

}

.image_caption {
/*	display: inline;
	float: right;
	clear: right;
*/
	/*width: 180px;
	margin-left:10px;*/
	width: 95px;
	height: 70px;
	line-height:70px;
	text-align:center;
	margin-right:10px;
	overflow: hidden;
	border:1px solid #e2e2e2;
}
.image_caption img{
	margin-top:50%;
	margin-bottom:50%;
}

.teaser_text {
	float: left;
	clear: left;
}

.teaser {
	padding: 10px 18px;
}

.teaser h2,
.teaser h2 a{
	color:#000;
}

.bgwhite ,
.bggrey {
	display: block;
	width: 500px;
	overflow: visible;
	padding:10px 8px;
	margin-bottom:18px;
}

.bgwhite h2,
.bgwhite h3,
.bggrey h2,
.bggrey h3 {
	margin-top:0px;
	margin-left:0;
}
.bgwhite {
	background-color: #fff;
}

.bggrey {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	background-color: #F9F9F9;
}


#loginbox,
#searchbox {
	margin-bottom:12px;
}
#loginbox input.button,
#searchbox input.button {
	font-size:11px;
	color:#353535;
	display:block;
	clear:both;
	border:none;
	border-top:1px dotted #ccc;
	background:#eee;
	margin-top:10px;
	margin-left:-10px;
	margin-bottom:-10px;
	width:164px;
	text-align:left;
	padding:4px 0px 4px 22px;
	background: url(../graphics/plusSym.gif) no-repeat 12px 8px;
}


fieldset {
	padding:0px;margin:0px;
	border:1px solid #e2e2e2;
	padding-top:-10px;
	margin-bottom:18px;

}
option {
	width:160px;
}
table.magogtable { width:100%; padding:0; margin:0px;}
table.magogtable tr {}
table.magogtable tr th {background:#f9f9f9;padding:4px 0px;border-bottom:1px solid #e2e2e2; border-top:1px solid #e2e2e2}

table.magogtable tr.color1 {background:#fff;}
table.magogtable tr.color2 {background:#f9f9f9;}
table.magogtable td.color1 {background:#fff;}
table.magogtable td.color2 {background:#f9f9f9;}
table.magogtable tr td{padding:4px 4px;border-left:1px solid #e2e2e2;}
table.magogtable tr td.first{border-left:none;}
/* table.magogtable tr a {color:#353535;} */
/* table.magogtable tr a:hover {color:#F36F2A;} */

div.relations ul{
	list-style-type:none;
}
div.relations ul li{
	list-style-type:none;
	background: url(../graphics/plusSym.gif) no-repeat 0px 4px;
}

ul.relations {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-top:10px;
	background:none;
	font-size:11px;
}


ul.relations li {
	list-style-image:none;
	padding:0;
	margin:0;
	background:none;
	width:144px;

}
ul.relations li a {
	padding-left:6px;
	background:none;
	display:block;
	height:20px;
	line-height:20px;
	color:#353535;
	margin-left:-10px !important;

	border:none;
	border-top:1px dotted #ccc;
	background:#eee;
	margin-top:0px;
	margin-left:-12px;
	margin-bottom:0px;
	width:142px;
	text-align:left;
	padding:4px 0px 4px 20px;
	background: url(../graphics/plusSym.gif) no-repeat 6px 10px;
}

* html ul.relations li a {
	margin-left:-10px;
	padding-left:18px;
}
.press_date {
	color: #666666;
}
.news_list {
	font-size: 1.0em;
	color: #333333;
	font-weight: bold;
}
.article_back {
	padding: 10px 0;
}
.image_container {
	display: block;
	width: 500px;
	margin-left:8px;
}
.imglist {
	background-color: #F9F9F9;
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	padding-left: 8px;
	he\ight: 100%;
	min-height: 180px;
	overflow: visible;
	display: block;
}
.imglist dl {
	background-color: #F9F9F9;
	float: left;
	width: 160px;
	margin: 0;
	padding: 8px 0 0 0;
}
.imglist dt {
	width: 150px;
	margin: 0px;
	padding: 0px;
	background: #F9f9f9;
	line-height: 0;
	clear: none;
}
.imglist dd {
	width: 150px;
	margin: 0;
	padding: 0px;
}
.imglist img {
	display: block;
}


.basic_margin {
	margin-bottom:18px;
}

#footerFolderLinks {
	width:100%;
	float:left;
	border-bottom:1px solid #cfcfcf;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:20px;
}
#footerLangLinks {
	width:30%;
	height:30px;
	margin-left:25px;
	line-height:15px;
	float:left;
	color:#aaa;
}
#footerArticleLinks {
	width:60%;
	float:right;
	text-align:right;
	margin-right:25px;
	color:#aaa;
}
#footerArticleLinks a {
	color:#aaa;
}

.sitemap {
	float:left;
	margin-left:65px;
	width:182px;
}
.sitemap dl {
	padding-bottom:0;
	padding-left:5px;
	padding-top:13px;
	margin:0;
	font-size:11px;
}
.sitemap dl.clone {
	padding-top:0px;
}
.sitemap dl a {
	text-decoration: none;
	/*line-height:1.1em;*/
}
.sitemap dl dt{
	display:block;
	line-height: 12px;
	padding-bottom:8px;
	font-weight: bold;
}
.sitemap dl dt a{
	color:#444444;
	font-weight: bold;
}
.sitemap dl dt a:hover{
	color:#F36824;
}
.sitemap dl dd {
	display:block;
	margin:0;
	padding:0;
	line-height: 10px;
	padding-bottom:8px;
	line-height: 14px;
	padding-bottom:2px;
}
.sitemap dl dd a{
	color:#818181;
	background: url(/img/arrow.gif) no-repeat 1px 4px;
}
.sitemap dl dd a:hover{
	color:#F36824;
	background: url(/img/arrow_orange.gif) no-repeat 1px 4px;
}
/*
form {
	BITTE KEINE ZENTRALEN PADDING UND MARGIN FUER FORM
	background-color: #F9F9F9;
	border: 1px solid #E2E2E2;
	padding: 0 6px 6px;
	margin: 0;
	line-height: 120%;
}
form p {
	padding: 2px 4px;
	clear: both;
}
form .btn {
	margin-left: 120px;
	width: auto;
	background-color: #EEE;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
label {
	width: 120px;
	float: left;
}
input, select {
	display:block;
	width: 180px;
	float: left;
	font-size: 0.8em;
	border: 1px solid #E2E2E2;
	background-color: #FFFFFF;
}
select {
	width: 182px;
	border: 1px solid #E2E2E2;
	wi\dth: 185px;
}
*/
dl.map {border:1px solid #eee;}
dl.map dt {}
dl.map dd {margin:0; padding:0;}

dl.map .tippWrapper {position:absolute;}
dl.map .mapTipp{
	display:block;
	position:absolute;
	padding-top:16px;
	background: transparent url(/img/blindgif.gif) repeat top left;
}
dl.map .mapTipp .inner {
	padding:8px;
	background:#fff;
	border: 1px solid #F36F2A;
}
dl.map #tippLaegerdorf {top:90px; left:200px;}
dl.map #tippGnoien {top:85px; left:355px;}
dl.map #tippHavel {top:198px; left:360px;}
dl.map #tippBorna {top:280px; left:386px;}
ul.relations li a {
	height:auto;
}
.menu ul ul li a{
	text-indent: 0px;
	padding-left:12px;
	width:140px;
}

table.magogtable {
margin-top:10px;
}
table.magogtable tr th {padding:4px 5px;}
table.magogtable tr th.first {padding:4px 10px;}
table.magogtable tr td {padding:4px 5px;}
table.magogtable tr td.first {padding:4px 10px;}

.bottom {
margin-top:15px;
}

* html .bottom {
float:left;
}

*html .wide.bottom.clear,
*+html .wide.bottom.clear {
float:left;
width:100%;
}

div.picbox  {
	width:130px;
	float:left;
}
div.picbox dl {
	margin-left:10px;
}
div.picbox dl dt{margin:0;}
div.picbox dl dd{margin:0;}