/*                       */
/* CSS - main stylesheet */
/*                       */

/* ---------- GENERAL DEFINITIONS ---------- */

/* HTML, BODY */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image:url(../images/template/background.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

/* WHATEVER:HOVER FOR IE */
body {
	/*behavior: url(../../config/csshover.htc);*/
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	clear: left;
}

* html .clearfix {
	/* Hides from IE-mac \*/ height: 1%;
	clear: none;
}

.clearfix {
	display:block;
}/* End Hide from IE Mac - dont remove this comment */

/* REMOVE ALL UNDERLINES */
a {
	text-decoration: none;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* ---------- START OF THE DESIGN ---------- */

/* GENERAL DESIGN */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
}

* h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

* h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

* h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

* h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

* h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

* h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

* p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

* a {
	color:#4891dc;
	text-decoration:none;
}

* a:hover {
	color:#4891dc;
	text-decoration:underline;
}

* ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	/*list-style-image:url(../images/list_item.png);*/
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

* ol li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424242;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

* ul ul li {
	/*list-style-image:url(../images/ulist_item.png);*/
}

* ol li li {
	/*list-style-image:url(../images/ulist_item.png);*/
}

/* LOGO */
.logo {
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:5px;
}

/* MENU */
.menu_button_1, .menu_button_3, .menu_button_5 {
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:5px;
	float:left;
	display:inline;
}

.menu_button_2, .menu_button_4, .menu_button_6 {
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:5px;
	float:right;
	display:inline;
}

/* SUBMENU */
.submenu {
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.submenu_items {
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.submenu_items a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#4891dc;
	margin:0;
	padding-right:9px;
	padding-left:9px;
	padding-top:2px;
	padding-bottom:2px;
}

.submenu_items a#current {
	color:#FFFFFF;
	background-color:#4891dc;
}

/* CONTENT */
.content_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0px;
	color:#4891dc;
	margin:0;
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#4891dc;
}

.content_main{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
}

/* FOOTER */
.content_footer {
	margin:0;
	padding-right:21px;
	padding-left:21px;
	padding-top:0px;
	padding-bottom:0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#4891dc;
}

.href_footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#4891dc;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}

.href_footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#4891dc;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}

.href_footer b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#4891dc;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}

/* NEWS */
.news-latest-container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.news-latest-container h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

/* only for first header "latest news"*/
.news-latest-container h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:justify;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

/* for news headlines */
.news-latest-container h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	margin:0;
	padding-right:0px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}

.news-latest-container p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
   	text-align:justify;
   	margin:0;
   	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
}

.news-latest-item a {
	color:#424242;
}

.news-latest-morelink {
	padding-bottom:0px;
}

.news-latest-morelink a {
	color:#424242;
}

.news-single-timedata {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
   	margin:0;
   	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.news-single-backlink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
   	margin:0;
   	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.news-single-item h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
   	margin:0;
   	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.news-amenu-container ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
   	margin:0;
   	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	/*list-style-type:none;*/
}

.news-amenu-container h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
   	margin:0;
   	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.news-list-morelink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
   	margin:0;
   	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

hr {
	height:1px;
	background-color:#DFDFDF;
	color:#DFDFDF;
	border:0px solid;
	border-color:#DFDFDF;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:0px;
	padding-bottom:0px;
}

li.news-amenu-item-year {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
   	margin:0;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
}

.news-latest-gotoarchive {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:10px;
}

.news-latest-gotoarchive a {
	font-size:10px;
}

.news-latest-morelink a {
	font-size:10px;
}

.news-single-author {
	font-size:11px;
}

/* NEWS BOX */
.news_box_top {
	background-image:url(../images/template/news_box_top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.news_box_content {
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:10px;
	text-align:justify;
	background-image:url(../images/template/news_box_content.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}

.news_box_bottom {
	background-image:url(../images/template/news_box_bottom.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.news-latest-date a {
	font-size:9px;
	text-decoration:none;
}

/* LANGUAGE BOX */
.language_box_top {
	background-image:url(../images/template/language_box_top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.language_box_content {
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	background-image:url(../images/template/language_box_content.gif);
	background-repeat:repeat-y;
	/*background-image:url(../images/sprachauswahl_box_2.gif);*/
	height:17px;
	overflow:hidden;
}

.language_box_bottom {
	background-image:url(../images/template/language_box_bottom.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

/* SITEMAP */
.tx-dropdownsitemap-pi1 {
	padding-bottom:10px;
}

/* WT GALLERY */
div.wtgallery_categories { 
	/*border: 1px solid silver;*/
	width: 140px;
	height: 140px;
	padding: 10px;
	float: left;
	overflow:hidden;
}

div.wtgallery_category_pic {
	float: left;
}

p.wtgallery_category_pagebrowser {
	display: none;
}

.wtgallery_pagebrowser_sign, .wtgallery_pagebrowser_page, .wtgallery_pagebrowser_up {
	display: none;
}

.wtgallery_singlepic {
	padding-left0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:10px;
}

/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
