html {
  height: 100%;
}
body {
	font-family: Arial, Verdana, sans-serif;
	color: #535353;
	background-color: #FFFFFF;
	margin:0px;
}
p { margin: 0px; padding: 0px; }

/* links */

a {
	/*color: #195496;*/
	/*color: #b0d615;*/
	color: #669900;
	text-decoration: underline;
}
a:hover {
	color: #464646;
	text-decoration: none;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}

/******************************************************************************/
/* TOP BOX */
#box_top {
	margin: auto;
	width: 980px;
	position: relative;
	height: 430px;
	background-image: url('/img/rotate/bg_persons.jpg');
	background-repeat: no-repeat;
	background-position: -50px 10px;
}
#rotate_text {
	position: absolute;
	top: 30px;
	right: 200px;
	width: 300px;
	z-index: 30;
}
#rotate_text h1 {
	font-size: 2.2em;
	color: #669900;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#rotate_text h2 {
	font-size: 1.2em;
	color: #669900;
	padding: 0px;
	margin: 0px;
}
#rotate_text p {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font-style: italic;
}
#rotate_socialmedia {
	position: absolute;
	bottom: 100px;
	right: 100px;
	z-index: 30;
	width: 390px;
}
#rotate_socialmedia img {
	margin-right: 10px;
}
#rotate_home {
	position: absolute;
	bottom: 12px;
	right: 0px;
	z-index: 30;
	width: 315px;
}
#rotate_home img {
	margin-right: 10px;
}

/******************************************************************************/
/* kleine TOP BOX */
#box_top_sm {
	margin: auto;
	width: 980px;
	position: relative;
	height: 80px;
}
/******************************************************************************/
/* NAVIGATION */
#box_navi {
	margin: auto;
	text-align: left;
	background-color: #5f5f5f;
	position: relative;
	height: 59px;
	z-index: 10;
}
#box_navi #logo {
	border-left: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -510px
}
#box_navi > ul#navi {
	position: absolute;
	left: 50%;
	padding: 0px;
	margin: 0px;
	margin-left: -265px;
	color: #FFFFFF;
	list-style: none;
}
#box_navi > ul#navi > li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;	 /* total 137px width */
	padding-left: 15px;
	height: 44px;	 /* total 59px height */
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('/img/navi_element_bg.png');
}
#box_navi > ul#navi > li.active, #box_navi > ul#navi > li:hover {
	background-image: url('/img/navi_element_bg_active.png');
}
#box_navi > ul#navi li a {
	color: #FFFFFF;
	text-decoration: none;
}
#box_navi > ul#navi li a:hover {
	color: #99CC00;
}
#box_navi > ul#navi > li div.subtitle {
	color: #C9C9C9;
	font-size: 9px;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
}
#box_navi > ul#navi li:hover {
	cursor: pointer;
}
#box_navi > ul#navi li:hover a, #box_navi > ul#navi li:hover div.subtitle, #box_navi > ul#navi li.active a, #box_navi > ul#navi li.active div.subtitle {
	color: #99CC00;
}
/******************************************************************************/
/* subnavi */

.box_subnavi {
	background-color: #535353;
	border-top: 10px solid #7d7d7d;
	position: absolute;
	z-index: 20;
	color: #FFFFFF;
	padding: 0px;
	text-transform: none;
	margin-top: 16px;
	margin-left: -15px;
	font-size: 1em;
	display: none; /* default hidden */
}
.box_subnavi > ul {
	z-index: 20;
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
	border-right: 1px solid #6a6a6a;
	width: 170px;
}
.box_subnavi > ul > li {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	padding-top: 10px;
	padding-right: 10px;
}
.box_subnavi > ul > li:first-child {
	padding-top: 0px;
}
.box_subnavi > ul:last-child {
	border-right: 0px;
}
.box_subnavi li a {
	color: #FFFFFF !important;
}
.box_subnavi li:hover a, .box_subnavi li:hover span {
	color: #99CC00 !important;
}


/******************************************************************************/

.box_content_topstory {
	width: 950px;	/* total width 990px */
	padding: 20px;
	background-image: url('/img/bg_dots_topstory.png');
	background-repeat: repeat-x;
	border-top: 1px solid #99cc33;
	border-bottom: 1px solid #99cc33;
}
.box_content_topstory > div {
	background-color: #FFFFFF;
	padding: 10px;
}
.box_content_topstory h1 {
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	text-transform: uppercase;
	color: #535353;
}
/* link styles in der headline zuruecksetzen */
.box_content_topstory h1 a {
	text-decoration: none;
	color: #535353;
}
.box_content_topstory h2 {
	font-size: 1em;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	letter-spacing: normal;
}
.box_content_topstory p {
	padding-top: 10px;
	font-size: 1em;
}

.box_content_topstorysmall {
	width: 462px;
	float:left;
	border-top: 1px solid #99cc33;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 120px;
}
.box_content_topstorysmall h1 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
/* link styles in der headline zuruecksetzen */
.box_content_topstorysmall h1 a {
	text-decoration: none;
	color: #535353;
}
.box_content_topstorysmall p {
	padding-top: 10px;
	font-size: 0.9em;
}
.box_content_topstorysmall div.image {
	position: absolute;
	width:136px;
	height:85px;
	float:left;
	margin-right:10px;
	margin-top: 10px;
}
.box_content_topstorysmall div.content {
	position: relative;
	left: 146px;
	width: 284px;	/* total width 326px */
	padding-left: 19px;
	padding-right: 13px;
	background-image: url('/img/bg_gradient_topstorysmall.png');
	background-repeat: repeat-x;
}
/* zum ueberschreiben, wenn kein image vorhanden */
.box_content_topstorysmall div.noimage {
	left: 0px;
	width: 430px;	/* total width 472px? */
}

/******************************************************************************/

.box_content_article {
	width: 950px;	/* total width 990px */
	padding: 20px;
	background-image: url('/img/bg_dots_topstory.png');
	background-repeat: repeat-x;
	border-top: 1px solid #99cc33;
}
.box_content_article > div.main {
	background-color: #FFFFFF;
	padding: 10px;
}
.box_content_article > div.smaller {
	margin-right: 210px;
}


.box_content_article > div.right {
	width: 200px;
	/*background-color: #FFFFFF;*/
	background-image: url('/img/bg_gradient_article_right.png');
	background-repeat: repeat-x;
	float: right;
}
.box_content_article > div.right .image {
	width: 165px;
	/*min-height: 108px;*/
	border: 1px solid #d8d8d8;
	margin-left: 17px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 15px;
	text-align: center;
}
.box_content_article > div.right h3 {
	width: 176px;
	margin: 12px;
	border-bottom: 1px solid #99cc33;
	text-transform: uppercase;
	font-size: 1.2em;
}

/* Auflistung */
.box_content_article > div.right ul {
	list-style-type: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}
.box_content_article > div.right ul li {
	background-image: url('/img/arrow_ul.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-bottom: 8px;
}


.box_content_article > div.main > h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.box_content_article > div.main > div.text {
	border-top: 1px solid #99cc33;
	padding-top: 20px;
}
.box_content_article > div.main .leadtext {
	font-weight: bold;
}

/******************************************************************************/

.box_content_list {
	/*width: 950px;	/* total width 990px */
	width: 650px;	/* total width 690px */
	padding: 20px;
	background-image: url('/img/bg_dots_topstory.png');
	background-repeat: repeat-x;
	border-top: 1px solid #99cc33;
	float: left;
}
.box_content_list > div.main {
	background-color: #FFFFFF;
	padding: 10px;
}
.box_content_list > div.main > .item {
	margin-top: 20px;
}
.box_content_list > div.main > .item:first-child {
	margin-top: 0px;
}
.box_content_list > div.main > .item > h2 {
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
/* link styles in der headline zuruecksetzen */
.box_content_list > div.main > .item h2 a {
	text-decoration: none;
	color: #535353;
}
.box_content_list > div.main .item_content {
	border-top: 1px solid #99cc33;
	padding-top: 0px;
}
.box_content_list > div.main .item_content > .image {
	width: 136px;
	height: 85px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
.box_content_list p {
	padding-top: 10px;
	font-size: 0.9em;
}

/******************************************************************************/

.box_content {
	width: 950px;	/* total width 990px */
	padding: 20px;
	background-image: url('/img/bg_dots_topstory.png');
	background-repeat: repeat-x;
	border-top: 1px solid #99cc33;
	float: left;
}
.box_content > div.main {
	background-color: #FFFFFF;
	padding: 10px;
}

/******************************************************************************/

.box_banner {
	float: right;
}

.breadcrumbs {
	font-size: 0.9em;
}

/*#box_bottom {
	margin: auto;
	width:			980px;
	text-align:		center;
	border-top:		1px solid #555555;
	margin-top:		15px;
	margin-bottom:	10px;
	padding-top:	3px;
	color:			#666666;
}*/
#box_bottom {
	clear:both;
	margin: auto;
	width:			100%;
	text-align:		center;
	border-top:		4px solid #626262;
	margin-top:		15px;
	padding-top:	20px;
	color:			#535353;
	background-image: url('/img/foot_bg.jpg');
	background-repeat: repeat-x;
	min-height: 130px;
}
div#box_bottom_content {
	margin: auto;
	width: 990px;
}
div#box_bottom_content h4 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}
div#box_bottom_content .kontakt {
	float: left;
	text-align: left;
	margin-left:20px
}
div#box_bottom_content .kontakt a {
	color: #535353;
	text-decoration: none;
}
div#box_bottom_content .kontakt a:hover {
	color: #669900;
	text-decoration: underline;
}

div#box_bottom_content .bundeslaender {
	float: left;
	text-align: left;
	margin-left: 100px
}
div#box_bottom_content .bundeslaender a {
	color: #535353;
	text-decoration: none;
}
div#box_bottom_content .bundeslaender a:hover {
	color: #669900;
	text-decoration: underline;
}

div#box_bottom_content .freiheit {
	float: left;
	text-align: left;
	margin-left: 60px;
	width: 250px;
}
div#box_bottom_content .social  {
	float: left;
	text-align: left;
	margin-left: 60px
}

/* main block */
div#box_main {
	width: 990px;
	/*position:absolute;
	left:50%;
	margin-left: -495px;*/
	margin: auto;
	margin-top: 10px;
	/*height: 400px;
	overflow:auto;*/
}



/* Textformatierungen */
.offline {
	text-decoration:line-through;
}


/* Unterteilungen */

hr.line {
	color: #999999;
	background-color: #999999;
	border:0px;
	height: 1px;
	width: 70%;
	text-align:center;
}



/* Text */
.leadtext {
	text-align: left;
	letter-spacing: 0px;
}

.text {
	text-align: left;
}


/* Formulare */
input, textarea, select, option, optgroup {
	font-family: Arial, Verdana, sans-serif;
	color: #282828;
	text-align:left;
}



img {
	border: 0px;
}

/* tabelle */
th {
	font-weight: bold;
}

.table_table {
	background-color: #FFFFFF;
}
.th_r {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
.th {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
.td_r_1 {
	border-right: 1px solid #999999;
	background-color: #EEEEEE;
	vertical-align: top;
}
.td_r_2 {
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
	vertical-align: top;
}
.td_1 {
	background-color: #EEEEEE;
	vertical-align: top;
}
.td_2 {
	vertical-align: top;
}


.error {
	color: red;
}
/* data table */
.row0 {
	height:20px;
}
.row1 {
	height:20px;
	background-color:#eee;
}

.article_navi {
	
}

/* Seiten blättern */
.pagination {
	text-align: center;
	font-size: 0.9em;
}


@media screen {
	/* hide unless printing */
	.showprint {
		display: none;
	}

	.hideprint {

	}
}

@media print {

	/* hide unless printing */
	.showprint {

	}

	.hideprint {
		display: none;
	}
}

#search_q {
	border: 1px solid #999999;
	font-size: 1em;
	color: #666666
}

/******************************************************************************/
/* Clearfix from http://www.webtoolkit.info/css-clearfix.html */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}