* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #5b5b5b;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Nur in Printansicht sichtbar */
#logo {
	display:none;
}

#site {
	width:1000px;
	min-height: 100%;
	margin:0 auto;
	background-image:url(../images/back.jpg);
}

* html #site {
	height:100%;
}

#header {
	height:78px;
	background-image:url(../images/header.jpg);
}
	

#main_start {
	padding-bottom:60px;
	background-image:url(../images/subheader.start.jpg);
	background-repeat:no-repeat;
	/*border:1px solid red;*/
}

#main_content {
	width:1000px;
	position:relative;
	padding-bottom:60px;
	background-image:url(../images/subheader.content.jpg);
	background-repeat:no-repeat;
}

* html #site #main_content {
	height:100%;
}

#content {
	float:left;
	width:444px;
	margin-top:207px;
	margin-left:50px;
	display:inline;
	padding-bottom:70px;

}

#content_start {
	float:left;
	display:inline;
	width:730px;           /*750 change 14.01. */
	margin-left:10px;           /* 0 change 14.01. */
	margin-top:120px;           /* 180 change 14.01. */
	/*border:1px solid red;*/
}

#content_start_middle {
	float:left;
	display:inline;
	width:600px;
	margin-top:30px;
	margin-left:50px;
	/*border:1px solid red;*/
}

#footer {
	position:relative;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:108px;
	width:1000px;
	margin: -108px auto 0 auto;
}

#left_container {
	float:left;
	width:200px;
	padding-left:30px;
	margin-bottom:108px;
	/*border:1px solid red;*/
}

/****************
Haupt-und Submenu
****************/
#menu {
	float:left;
	width:190px;
	margin-top:200px;
	margin-bottom:108px;
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	/*border:1px solid red;*/
	
}

.mm{
	margin:0;
	padding:0;
	list-style:none;
	border:0px solid blue;
}



.mm li a:link, .mm li a:visited {
	display:block;
	height:auto;
	width:160px;
	padding-left:20px;            /*25 change 14.01. */
	text-decoration:none;
	color:black;
	background-image:url(../images/menu.mm.gif);
	line-height:16px; /* 32 */
	margin-bottom:10px;
	margin-top:6px;
	border:0px solid green;
	
}

.mm li a:hover {
	background-image:url(../images/menu.mm.gif);
	background-position:0 32px;
	color:#0099FF;

}

#mm_active {
	background-image:url(../images/menu.mm.gif);
	background-position:0 32px;
}

.mm_underline {
	display:block;
	width:185px;
	background-image:url(../images/menu.underline.jpg);
	height:1px;
	font-size:0;
	line-height:0;
	
}

.mm_subunderline {
	display:block;
	width:185px;
	margin-top:10px;
	background-image:url(../images/menu.underline.jpg);
	height:1px;
	font-size:0;
	line-height:0;
}



.sm {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:3px;
	margin-top:-5px;
}

.sm li a:link, .sm li a:visited {
	display:block;
	height:auto; /* 22 */
	width:160px;
	padding-left:32px; /* 35 */
	text-decoration:none;
	color:black;
	text-transform:none;
	font-size:10px;
	background-image:url(../images/menu.sm.gif);
	background-repeat:no-repeat;
	background-position:0 -53px; /*28 */
	font-weight:bold;

	line-height:14px; /* 20 */
	margin-bottom:4px;
	margin-top:2px;
}

.sm li a:hover {
	background-image:url(../images/menu.sm.gif);
	background-repeat:no-repeat;
	background-position:0 -5px;   /* 0 */
	color:#0099FF;
	font-weight:bold;

}

#sm_active {
	background-image:url(../images/menu.sm.gif);
	background-repeat:no-repeat;
	background-position:0 -5px;  /* 0 */
	font-weight:bold;
	color:#0099FF;
}




.ssm {
	list-style-type:none;
	margin-top:0px;
	margin-bottom:4px;
	border:0px solid blue;
}

.ssm li a:link, .ssm li a:visited {
	display:block;
	height:auto; 
	width:145px; 
	padding-left:46px; 
	text-decoration:none;
	background-image:none;
	color:black;
	text-transform:none;
	font-size:10px;
	line-height:14px;
	font-weight:normal;
	background-image:url(../images/menu.ssm.gif);
	background-repeat:no-repeat;
	background-position:20px -35px;
	margin-bottom:4px;
	border:0px solid red;
}

.ssm li a:hover {
	color:#0099FF;
	font-weight:normal;
	background-image:url(../images/menu.ssm.gif);
	background-repeat:no-repeat;
	background-position:20px -7px;
}

#ssm_active {
	color:#0099FF;
	font-weight:normal;
	background-image:url(../images/menu.ssm.gif);
	background-repeat:no-repeat;
	background-position:20px -7px;
}


/**************************************
Kasten mit Bild links (Content-Bereich)
**************************************/
.kl {
	width:444px;
	margin-bottom:20px;
	margin-top:10px;
}

.kl img {
	float:left;
	/* neu */
	margin-bottom:10px;
}

.kl_text {
	float:left;
	width:270px; /* 300 */
	margin-left:30px; /* 10 */
}

.kl_text_ohneRand {
	float:left;
	margin-left:0px;
}

.kl_text_klein {
	float:left;
	width:240px;
	margin-left:10px;
}

.kl p {
	margin-top:0px; /* 10 */
	margin-bottom:15px; /*10 */
}

.kl_teiler {
	width:444px;
	height:1px;
	font-size:1px;
	background-image:url(../images/teiler.jpg);
	border:0;
}


/******
Flaggen
******/
#flags {
	position:absolute;
	margin-left:740px;
	margin-top:39px;
	width:160px;
	border:0px solid red;
}

#flags img {
	margin-left:5px;
}


/******
Sidebar
******/
.sb {
	font-weight:normal;
	text-transform:none;
	width:184px;
	background-image:url(../images/sidebar.back.jpg);
	background-repeat:repeat-y;
}


.sb li {
	display:block;
	height:20px;
	width:160px;
	padding-left:13px;
	text-decoration:none;
	color:black;
	background-image:url(../images/h2_black.gif);
/*	background-image:url(../images/menu.sm.gif); dicker pfeil */
	background-repeat:no-repeat;
	background-position:0px 5px;
	line-height:15px;
	list-style:none;
}

.sb li a:hover {
	color:#0099FF;
	color:#9c9e9f;
}




.sb_header {
	background-image:url(../images/sidebar.header.jpg);
	background-repeat:no-repeat;
	height:5px;
	font-size:0;
	line-height:0;
}

.sb_footer {
	background-image:url(../images/sidebar.footer.jpg);
	height:68px;
	font-size:0;
	line-height:0;
}

.sb_footer2 {
	background-image:url(../images/sidebar.footer2.jpg);
	width:184px;
	height:23px;
	font-size:0;
	line-height:0;
}

.sb_footer3 {
	background-image:url(../images/sidebar.footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:25px;
}

.sb_icon {
	margin-left:-7px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:25px;
	line-height:20px;
}

#file {
	background-image:url(../images/sidebar.icon.file.jpg);
	background-repeat:no-repeat;
}

#plus {
	background-image:url(../images/sidebar.icon.plus.jpg);
	background-repeat:no-repeat;
}

#brief {
	background-image:url(../images/sidebar.icon.brief.jpg);
	background-repeat:no-repeat;
}

#cube {
	background-image:url(../images/sidebar.icon.cube.jpg);
	background-repeat:no-repeat;
}

.sb p {
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
	width:170px;
}

.sb_h1_1 {
	display:block;
	height:20px;
	margin-left:4px;
	margin-bottom:0;
	padding-left:10px;
	width:167px;
	font-size:12px;
	line-height:20px;
	background-image:url(../images/sidebar.h1.jpg);
}

.sb_h1_2 {
	display:block;
	height:auto;
	margin-left:4px;
	margin-bottom:0;
	padding-left:10px;
	width:167px;
	font-size:12px;
	line-height:20px;
	background-image:url(../images/sidebar.h1_2.jpg);
	background-repeat:repeat-y;
}



/******************************
Kategorie-Kasten der Startseite
******************************/
.start {
	float:left;
	display:inline;
	margin-top:30px;
	margin-left:25px;
	/*border:1px solid red;*/
}

.start .sb {
	line-height:0;
}
/* WIRD NICHT MEHR VERWENDET A.B. 20.01.08
.start_ende {
	height:5px;
	font-size:0;
	line-height:0;
	width:184px;
	margin-top:50px;
	background-image:url(../images/start.underline.jpg);
}
*/ 
.start img {
	margin:0;
	padding:0;
	margin-left:4px;
}

.start p {
	width:185px;
}

.start h3 {
	width:185px;
}

.start_teiler {
	float:left;
	display:inline;
	width:1px;
	height:250px;
	margin-top:160px;
	margin-left:25px;
	margin-bottom:60px;
	background-image:url(../images/start.trennlinie.jpg);
}



/******************************
Kategorie-Kasten der Startseite
******************************/
.overview {
	float:left;
	display:inline;
	margin-top:10px;
	margin-left:33px;
	height:150px;
	width:175px;
	/*border:1px solid red;*/
}

.overview .sb {
	line-height:0;
}

.overview_ende {
	height:5px;
	font-size:0;
	line-height:0;
	width:184px;
	margin-top:50px;
	background-image:url(../images/start.underline.jpg);
}

.overview img {
	margin:0;
	padding:0;
	margin-left:4px;
}

.overview p {
	width:185px;
}

.overview h3 {
	width:185px;
}

.overview_teiler {
	float:left;
	display:inline;
	width:1px;
	height:250px;
	margin-top:270px;
	margin-left:33px;
	background-image:url(../images/start.trennlinie.jpg);
}




/********
Allgemein
********/
a:link, a:visited {
	color:#009FE1;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#9c9e9f;
	text-decoration:none;
	font-weight:bold;
}

a.download {
	color:#009FE1;
	text-decoration:underline;
	font-weight:normal;
}

h1 {
	height:29px;
	width:444px; /* 444 */
	margin-left:-20px;
	margin-bottom:20px;
	padding-left:20px;
	display:block;
	font-size:16px;
	background-image:url(../images/headline.underline.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	border:0px solid red;
}

h2 {
	height:15px;
	padding-left:13px;  /* 15 */
	margin-left:-13px; /* neu */
	font-size:10px;   
	line-height:15px;
	color:#0099FF;
	display:block;
	background-image:url(../images/h2.jpg);
	background-repeat:no-repeat;
	background-position:0 5px; /* 3 */
	border:0px;
	height:auto;
	
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
}

.bold {
	font-size:10px;
	font-weight:bold;
	margin:0;
}

.list {	
	list-style:inside;
	list-style-type:square;
	color:#808080;
	font-size:14px;
	
}

.inner_ul {
	color:black;
	font-size:11px;
	display:inline;
	margin-top:5px;
}


/**************
Kontaktformular
**************/
.contactLabel {
	display:block;
	float:left;
	display:inline;
	width:100px;
}

input {
	float:left;
	display:inline;
	margin-bottom:10px;
	border-color:#9c9e9f;
}

.inputCheckbox{
	border:1px solid red;
	margin-right:9px;
	background-color:#f7f7f9;
}

.inputBig {
	width:300px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputMedium {
	width:205px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputSmallRight {
	width:80px;
	margin-left:9px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputSmallLeft {
	width:80px;
	margin-right:9px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	background-color:#f7f7f9;
}

.inputSubmit {
	width:150px;
	margin-left:100px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	border-color:#9c9e9f;
}

.inputText {
	float:left;
	display:inline;
	margin-bottom:10px;
	width:300px;
	height:150px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	line-height:150%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-color:#9c9e9f;
	background-color:#f7f7f9;
	
}

.inputSelect {
	margin-left:100px;
	display:inline;
	margin-bottom:10px;
	width:285px;
	border-width:1px;
	border-style:solid;
	padding:2px;
	line-height:150%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-color:#9c9e9f;
	background-color:#f7f7f9;
}


/********
Snipplets
********/
.blue {
	color:#0099FF;
	/* neu */
	margin-left:3px;
	margin-right:3px;
}

#impressum {
	position:relative;
	margin-left:746px;
	padding-top:29px;
	font-size:10px;
}

.clearer {
	clear:both;
}

#adress {
	float:left;
	margin-top:0px; /* neu */
	margin-left:5px;
}

#adress p {
	font-size:10px;
}

#right {
	float:left;
	display:inline;
	margin-top:85px; /* 126 */
	margin-left:37px; /* 43 */
}

.bold {
	font-weight:bold;
	line-height:22px;
	/* neu */
	margin-top:40px;
	color:#0099FF;
	display:block;
	margin-bottom:5px;
}

.kontakt {
	float:left;
	width:222px;
	margin-bottom:30px;
}

.spacer_h2 {
	margin-top:30px;
	margin-bottom:20px;
}

.spacer_p {
	margin-bottom:10px;
}

.teaser {
	color:red;
	font-size:12px;
	font-weight:bold;
}

.description {
	padding-top:10px;
	padding-bottom:10px;
}

.description_h2 {
	margin-top:30px;
}

#description_left {
	float:left;
	width:265px;
}

#description_right {
	float:left;
	width:170px;
}





/********
ImageTrail
********/

#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}















/********
LightBox
********/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ 
	font-weight: bold;	
	border:0px solid red;
	background-image:url(/fileadmin/templates/main/images/h2.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px; 
	color: #0099FF; 
	padding-left:13px;
	line-height:15px;
	font-size:10px;
	height:15px;
	font-size:10px;
	display:block;

}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #555555; }






.tt_news {
	padding-top:0;
}

.news-single-img {
	margin-bottom:25px;
	overflow:hidden;
	width:450px;
}

/* .news_single_h1 {
	min-height:29px;
	height:auto;
	height:100%;
	width:444px;
	margin-left:-20px;
	margin-bottom:20px;
	padding-left:20px;
	display:block;
	font-size:16px;
	background-image:url(../images/headline.underline.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	border:0px solid red;
} */

.tt_news_list_image {
	float:left;
	width:120px;
	margin-right:0 !important;
}
.tt_news_list_text {
	padding-left:120px;
}

/*.tt_news_list_text h2 {
	margin:10px 0;
}

.tt_news_list_text h2 {
	margin-bottom:20px;
}*/



.news-single-additional-info {
	background-color:#FFFFFF;
	border:medium none;
	margin-top:15px;
	padding:3px 3px 0;
}

.news-single-related dt, .news-single-links dt, .news-single-files dt {
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
	width:90%;
}

.news-single-related, .news-single-files, .news-single-links {
	background-color:#FFFFFF;
	border:medium none;
	margin:0 0 3px;
	padding:3px;
}
