/*
 *********************************************************************************
    the _style.css contains the following parts:
    - body, clear, img
    - #bodytext (is the content part in every page)
    - #content
    - #content #signature (under every page - zulätzt geändert usw.)
    - #services (beinhaltet die links oben links in der ecke wie suche und kontakt)
    - #printer (drucker-icon für die print-view)
    - #globalnav (Navigationsmenu)
    - you are here (navigationsleiste on top of the page)
    - logo (platzierung des logos)
    - sprache (formatierungen für die sprachwahlelemente / englisch/deutsche Flagge)
    - sitemap (formatierungen für die sitemap)
    - tt_news LATEST view
    - tt_news SINGLE view
 *********************************************************************************/

body {
    background-image: url(bg.gif);
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: LucidaGrande, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    background-position: left;
    background-repeat: repeat-y;
    color: #000;
    margin: 0;
    padding: 0;
    }

.clear { 
    clear: both;
		}
img { 
    border: 0;
		}  

/*##########################--#globalnav --##############################################################*/
#globalnav { position: absolute; left: 10px;  top: 128px; height: auto;    width: 200px;}
#globalnav ul {  margin: 0 0 8px 0;  padding: 0;}

#globalnav li.level1 {font: bold; list-style: none; font-size: 12px; margin: 0; padding: 3px 0 3px 16px;background-image: url(bullet01.gif);background-repeat: no-repeat;background-position: 16px center;border-top: 1px dotted #fff;}
#globalnav li.level1empty { border-top: 1px dotted #fff;}
#globalnav li.level1 a {padding: 0 8px 0 16px;  text-decoration: none;}
#globalnav li.level1 a:link { color: #008800; }
#globalnav li.level1 a:visited {    color: #008800; }
#globalnav li.level1 a:hover, #globalnav li.level1 a:focus, #globalnav li.level1 a:active { color: #040;}

#globalnav li.level2 { list-style: none;  font-size: 12px;  line-height: 12px; margin: 0; padding: 3px 0 2px 32px;background: #fff;  background-image: url(icons/trans.gif);}
#globalnav li.level2 a {padding: 0 0 0 0;  text-decoration: none;}
#globalnav li.level2 a:link { color: #036;}
#globalnav li.level2 a:visited { color: #036;}
#globalnav li.level2 a:hover, #globalnav li.level2 a:focus, #globalnav li.level2 a:active { color: #999;}

#globalnav li.level3 { background-color:#f0f0f0;list-style: none;font-size: 10px;line-height: 10px; margin: 0; padding: 3px 0 2px 50px;}
#globalnav li.level3 a { color: #333333; padding: 0 0 0 0;text-decoration: none;
}




/*##########################--bodytext--######################################*/
#bodytext address {
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 16px 16px;
    }

#bodytext img {
    border: 0;
    }

#bodytext .imgright {
    float: right;
    margin-bottom: 1.0em;
    margin-left: 16px;
    }

#bodytext .imgleft {
    float: left;
    margin-bottom: 1.0em;
    margin-right: 16px;
    }

#bodytext form {
    margin: 0 0 1.0em 0;
    }

#bodytext form fieldset {
    border: 0;
    padding: 0 8px 8px 8px;
    margin: 0 0 1.0em 0;
    }

#bodytext form fieldset legend {
    display: block;
    font-weight: bold;
    font-size: 9pt;
    margin-bottom: 16px;
    padding: 0.2em;
    }

#bodytext form fieldset label {
    padding: 0 0 0 16px;
    }

#bodytext h1 {
    background-image: url(h1img.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #000000;
    color: #000;
    font-size: 18px;
    margin: 0 0 32px 0;
    padding: 0 0 5px 24px;
    }

#bodytext h2 {
    color: #333;
    font-size: 14px;
    margin: 32px 0 8px 0;
    padding: 0;
    }

#bodytext h3 {
    color: #088;
    font-size: 14px;
    font-weight: normal;
    margin: 16px 0 8px 0;
    padding: 0;
    }

#bodytext h4 {
    color: #3DA029;
    font-size: 12px;
    margin: 16px 0 0 0;
    padding: 0;
    }

#bodytext img.border {
    border: 1px solid #ccc;
    }

#bodytext p {
    font-size: 12px;
    margin: 0 0 8px 0;
    padding: 0;
    }

#bodytext p.top {
    margin: 64px 0 8px 0;
    padding: 0;
}

#bodytext ul {
}

#bodytext ul li {
    list-style-type: square;
    line-height: 16px;
    padding-bottom: 0.6em;
}

#bodytext ol {
    margin: 0 0 8px 32px;
    padding: 0;
}

#bodytext dl {
}

#bodytext dt {
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
}

#bodytext dd {
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
}

#bodytext table {
    margin: 0 0 8px 0;
    font-size: 12px;
}

#bodytext table .center {
    text-align: center;
}

#bodytext table .right {
    text-align: right;
}

#bodytext table th {
    padding: 4px;
    text-align: left;
}

#bodytext table td {
    padding: 4px;
    vertical-align: top;
}

/*bodytext-farben */
#bodytext a:link {
    color: #080;
    text-decoration:none;
}
#bodytext a:visited {
    color: #080;
    text-decoration:none;
}
#bodytext a:hover, #bodytext a:active, #bodytext a:focus {
    color: #040;
    text-decoration:underline;
}

#bodytext form fieldset {
    background: #eee;
}
#bodytext form fieldset legend {
    background: #ccc;
    color: #fff;
}
#bodytext form fieldset label {
}

/*
#bodytext ul li {
    background-image: url(../img/icons/bullet03.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
*/

#bodytext .intro {
    color: #036;
}

#bodytext table {
/*
    border-left: 1px solid #999;
    border-top: 1px solid #999;
*/
}
#bodytext table th {
    background: #eee;
    border-bottom: 1px solid #83220F;
}
/*
#bodytext table td {
    border-bottom: 1px solid #999;
}
*/


/*##########################--#content #########################################################*/
#content {
    margin-left: 250px;
    margin-right: 64px;
    width: auto;
    }
    
#content #bodytext {
    margin-top: 64px;
    }

#content #bodytext img.spacer {
    float: left;
    margin: 0 16px 136px 0;
    padding: 0;
    }    

/*##########################--#content #signature--##############################################*/
#content #signature {
    border-top: 1px dotted #999;
    clear: both;
    margin: 2px 0 0 0;
    padding: 0 0 80px 0;
    width: auto;    
		}
#content #signature p {
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    padding: 8px 0 0 0;
    color: #83220F;
    }
#content #signature a {
    padding: 1px;
    text-decoration: none;
    }
#content #signature a:link {
    color: #000;
    }
#content #signature a:visited {
    color: #000;
    }
#content #signature a:hover, #content #signature a:active {
    color: #83220F;
    }
#content #signature a.icon:link, #content #signature a.icon:visited {
    background: #fff;
    border: none;
    }
#content #signature a.icon:hover, #content #signature a.icon:focus, #content #signature a.icon:active {
    background: #83220F;
    border: none;
    }
#content #signature img {
    vertical-align: middle;
    }
   


/*##########################--#yah - you are here --#########################################################*/
#yah {position: absolute; left: 250px;  top: 20px; width: auto; padding: 2px; font-size:10px; line-height:12px;}
#yah a:link   {color:#000066; text-decoration:none;}
#yah a:visited{color:#000066; text-decoration:none;}
#yah a:hover  {color:#003399; text-decoration:underline;}
#yah a:active {color:#003366; text-decoration:none;}


/*##########################--#the web page logo --#########################################################*/
#logo { position: absolute; left: 0; top: 0;}


/*##########################--#Sprache /englisch deutsch --###################################################*/
#sprache {
    position: absolute;
    left: auto;
    right: 64px;
    top: 10px;
    padding: 2px;
    width: auto;
    }

/*##########################--#sitemap --####################################################################*/
.sitemap1 {
    border-bottom: 1px dotted #cccccc;
    padding: 4px;
    font-weight: bold;
    margin-top: 26px;
    text-decoration:none;
    }
    
.sitemap2{
    line-height: 13px;
    padding: 2px;
    font-weight: normal;
    margin-left: 120px;
    text-decoration:none;
    }

.sitemap3 {
    font-weight: normal;
    margin-left: 160px;
    text-decoration:none;
    }

.sitemap4 {
    line-height: 12px;
    font-size:10px;
    font-weight: normal;
    margin-left: 180px;
    }


/*##################################################################################################*/
/*################## news ##########################################################################*/
/*##################################################################################################*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
/*
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}
*/


/*######################################tt_news LATEST view #############################################*/

.news-latest-container {
	/*border:1px solid #333;
	background-color:#efefef;*/
	font-size:12px;
}

.news-latest-container H2, .news-latest-gotoarchive {
	color:#ccc;
	padding:3px;
	margin:3px;
	/*border:1px solid #666;
	background-color:#efefef;*/
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#036;
}
.news-latest-gotoarchive A {
	color:#036;
}
.news-latest-item {
	font-size:10px;
	// IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	/*border:1px solid #036;*/
	/*background-color:#fafafa;*/
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date, .news-latest-morelink, .news-latest-category {
	font-size:10px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:left;
}

/*########################################tt_news SINGLE view #####################################*/
.news-single-item {
	padding:5px;
	margin-bottom:2px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}

.news-single-img {
	float: right;
	margin-left:5px;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
  /*clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}
