/*  Versuch Gerold, um Einrücken zu elimieren */
*      {
        text-indent: 0 !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px; 
}
/* Weiterer Versuch, Haupttexte */
.texte {
	color: #666666;
	font:  normal 12px arial, verdana, sans-serif;
	text-align: left;
        margin-bottom: 3px;
}

.titre1 {
	color: #666666;
	font:  normal 16px arial, verdana, sans-serif;
	font-weight: bold;
	text-align: left;
        margin-bottom: 6px;
}
.titre2 {
	color: #666666;
	font:  normal 14px arial, verdana, sans-serif;
	font-weight: bold;
	text-align: left;
        margin-bottom: 6px;
}
table.contentpaneopen {
        margin-bottom: 6px !important;
        color: #666666;
}              
/* Ende Versuch */

body {
	padding: 0;
	background: #fff;
	color: #6B6266;
	font:  normal 11px/18px arial, verdana, sans-serif;
	text-align: justify;
}

.rahmenlinks{
	background-image:  url(../images/rahmenlinks.png); /* png statt gif, Gerold */
	background-repeat: repeat-y;
}

.rahmenrechts{
	background-image:  url(../images/rahmenrechts.png); /* png statt gif, Gerold */
	background-repeat: repeat-y;
}

.bgkopf{
	background-image:  url(../images/bgkopf.gif);
	background-repeat: repeat-x;
}

.fusszeile{
	background-image:  url(../images/fusszeile.png); /* png statt gif, Gerold */
	background-repeat: repeat-x;
}

.verpunkt{	
	width: 3px;
	background-color: white;
	background-image:  url(../images/verpunkt.png);
	background-repeat: repeat-y;	
}

.horpunkt{	
	height: 3px;
	background-color: white;
	background-image:  url(../images/horpunkt.png);
	background-repeat: repeat-x;
}

.abstandrechts{
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

.btnkopf{
	font-weight: bold;
	font-size: 12px; /*11px;*/
	font-family: arial, verdana, sans-serif;
	text-align: justify;
	/* auskommentiert (Gerold):
        background:url(../images/kreuz.png) left no-repeat; 
	padding-left:20px; */
}

/* Allgemeine Einstellugen für das ganze Template*/

.weiss {
	background-color: #FFFFFF;
}

.kopfZeile1, .subKopf {
	background-color: #92A4AE;
	padding-left: 8px;
	font-size: 11px;
	vertical-align: baseline;
	text-align: left;
	line-height: 20px;
	margin-bottom: 11px;
	height:20px;
}

.inhalt {
	color: #356E7F;
	padding-bottom: 8px;
}

.kopfZeile1 {
	color: #FFFFFF;
	background-color: #92A4AE;	
}

.subKopf {
	color: #436a84;
	background-color: #EEF0EF;	
}

.tuKopf {
	background-color: #EEF0EF;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #436a84;
	vertical-align: baseline;
	text-align: left;
	line-height: 20px;
	margin-bottom: 6px;
	}

td {
	vertical-align: top;
	font-size: 12px; /* statt 11px; */
        /* padding-left: 0px;   neu */
}

.naviPunkt {
	background-image: url(../images/menu_back.gif);
	background-repeat: repeat-y;
	background-color: #EFEFEF;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	color: #436a84;
	padding-left: 10px;
	margin-bottom: 2px;
	display:block;
	text-align:left;
	text-decoration: none;
}

.naviPunkt:hover {
	background-image: url(../images/menu_back_over.gif); 
	color: #478294;
}

.naviPunkt:active {
	color: #CC3300;
}

.prosjektTekst a {
	color: #356E7F;
	margin-top: 11px;
}

.prosjektTekst a:hover {
	color: #ffffff;
	background-color: #92A4AE;
}

.mission {
	font-size: 10px;
	color: #6C99A7;
	text-align: center;
	background-color: #EEF0EF;
	padding-bottom: 0px;
	padding-top: 14px;
}

.mission a {
	color: #356E7F;
}

.mission a:hover {
	color: #fff;
	background-color:#7FBDD0;
}

a {
	color: #356E7F;
	text-decoration: underline;    
}

a:hover {
	/* text-decoration: underline;  old */
	background-color: #FDE713;  /* new */
}

.hauptcontent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	padding-bottom: 7px; 
	margin-bottom: 7px;
	color: #6C99A7;
}

select, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEF0EF;
	color: #6C99A7;
	border: 0px solid #BDC8CE;
	margin-top:1px;
	width: 100px;  /* statt widht */
}

input .button {
	background-color:#E7EFF4;
	color:#FFFFFF;
}

.tableTop td {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #fff;	
}

.contentheading{
	font: normal 16px arial, verdana, sans-serif;
	color: #666666;
	font-weight: bold;
        padding-bottom: 12px;  /* neu Abstand nach unten, Gerold */
        /* auskommentiert(Gerold): 
        font-size:15px; 
	color:#4F90C2;
	padding-left:20px;
	background:url(../images/icon-1.png) left no-repeat; */
}

.mosimage {
	border: 1px dotted #cccccc;
	margin: 2px;
}

.mosimage_caption {
	margin-top: 1px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px dotted #cccccc;
}

.mostread li{
	display:list-item;
	list-style:circle;
	color:#444444;
	margin-left:-28px;
	line-height:150%;
}

.mostread li a{
	color:#444444;
	font-weight:normal;
}

.latestnews li{
	border:1px solid white;
	display:list-item;
	list-style:circle;
	color:#444444;
	margin-left:-28px;
	line-height:150%;
	
}

.latestnews li a{
	color:#444444;
	font-weight:normal;
	
}

#bottomright {
	width: 100%;
	position:relative;
	float:right;
	color: #92A4AE;
}

/* Runde Box*/

.roundcont {
	width: 100%;
	background-color: #F5F4F5;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}


.roundbottom {
	background: url(../images/br.gif) no-repeat bottom right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   
}

#bottombox {
	/* width: 100%;
	position: relative;
	float: right;
	color: #92A4AE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C6C6C6;
	border-right-color: #666666;
	border-bottom-color: #92A4AE;
	border-left-color: #666666;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #6C99A7; auskommentiert Gerold */
}

/* Top-Menu*/

#slantedmenu {
	font-weight: bold;
	font-size: 90%;
}

#slantedmenu:after { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#slantedmenu ul {
	text-indent: 18px;
	padding: 2px 0;
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;	
}

html>body #slantedmenu ul { 
	text-indent: 222px;
	padding: 2px 0;
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;/* Fox-Fix*/

}	

#slantedmenu ul li{
	display: inline;
}

#slantedmenu ul li a{
	color: #494949;
	padding: 2px 0;
	padding-right: 30px;
	margin: 0;
	text-decoration: none;
	background: transparent url(../images/top-trenner.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
	color: #494949;
} 

#slantedmenu ul li a:hover{
	color: #CC3300;
}

/* Footer*/


#footer {
	font-size: 10px;
	float: left; /* center; */
	width: 775px;
	height: 71px;
	background: url(../images/footer.png) 0px 0 no-repeat;
	text-align: center;
	padding-top: 5px;
}

html>body #footer { 
	font-size: 10px;
	float: left; /* center; */
	width: 776px;
	height: 71px;/* Fox-Fix*/

}	

#footerlinks {
	float: left;
	text-align: left;
	padding-left: 20px;
}
 
/*Navigation*/

a.mainlevel:link, a.mainlevel:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*statt 11px;*/
	color: #666666;
	display: block; 
	background: url(../images/button.png) no-repeat;
	vertical-align: middle;
	padding-top: 4px;  /*2px; */
	padding-left: 22px;
	height: 21px !important;
	height: 23px;
	/* width: 100%; auskommentiert, Gerold */ 
	text-decoration: none;
}

a.mainlevel:hover {
	background: url(../images/button_gelb.png) no-repeat;
  /* background-color: #EDF713;  */
	/*background-position: 0px -23px;*/
	text-decoration: underline; /* statt none;*/
	/*color:#CC3300;*/ 
}

a.mainlevel#active_menu {
/* 	background: url(../images/button_active.png) no-repeat; Versuch Gerold */
	color:#CC3300;
	/*font-weight: bold;*/
	/*font-size:11px;*/
}

a.mainlevel#active_menu:hover {
	color:#405369;
	background-color: #FDE713;
}

/* Unter-Menue */

a.sublevel:link, a.sublevel:visited {
	background: url(../images/winkel2.png) no-repeat;
	padding-left: 30px;
	vertical-align: middle;
	font-size: 12px; /*statt 11px;*/
	color: #405369;
	text-align: left; 
	text-decoration: none;
	/*padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #405369;
	text-align: left; ersetzt Gerold */
}

a.sublevel:hover {
	color: #405369;
	text-decoration: underline;  /* none; */
	background: url(../images/winkel2_gelb.png) no-repeat;
}

a.sublevel#active_menu {
	color: #CC3300;  /* #405369; */
} 
.readon {
	display:block;
	background:url(../images/weiter.png) no-repeat;
	text-align: center;
	width:74px;
	height:18px;
	line-height: 18px;
	margin: 1em 0;
}

a.readon:link, a.readon:visited, a.readon:hover {
	color: #123456; 
	text-decoration: none; 
	font-size: 11px;
}

#sidebar .moduletable h3, .moduletable-leftnav h3 {
	background: url(../images/h3-img.png) no-repeat 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #92A4AE;
	width: 80%;
	padding-top: 2px;
	padding-left: 21px;
}

#sidebar .moduletable-leftnav h3 {
	margin-bottom: 0;
}
#sidebar .moduletable-leftnav { 
	padding: 0px;
	margin: 0;
}

li {
	list-style-type:none;
	background: url(../images/iconbullet.png) no-repeat 0px 0px;
        /* background: url(../images/M_image/indent.png) no-repeat 0px 0px; */
	padding-left: 15px;  /* vorher 20 px */
	margin-left: 0px; /* vorher 5 px */
}

ul {
	margin: 0px !important; /* vorher 10 px */
}

.back_button  {
	background: url(../images/zurueck-img.png) no-repeat 0px 0px;
	padding: 0px 0 5px 10px;
	margin: 0px 0 5px 0;
	color: #000000;
} 

.back_button a  {
	color: #000000;
}

.pathway {
	margin-left: 4px;
	color: #CC3300;
	font-size: 11px;
	text-align: left;
}

a.pathway:link, a.pathway:visited {
	color: #356E7F;
}

a.pathway:hover {
	color: #356E7F;
}