/* CSS Document */
/* ******************* */	
/* Standards festlegen */
/* ******************* */	

*	{
border:0px none -moz-use-text-color; margin:0px; padding:0px; 
}


body{
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	background-color:#efefef; 
}

/* **************** */	
/* Linkformatierung */
/* **************** */	

a:link {
	text-decoration: underline;
	color: #3c5488;
}
a:visited {
	text-decoration: underline;
	color: #3c5488;
}
a:hover {
	text-decoration: underline;
	color: #f3932e;
}

a:active {
	text-decoration: underline;
	color: #3c5488;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #f3932e;
	text-decoration: none;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}


/* ******************** */	
/* Typografie festlegen */
/* ******************** */	

td {
	font-size: 13px;
	vertical-align:top;
	padding-right: 0px;
}

h1 {
	color:#3c5488;
	font-weight:normal;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}

h2 {
	color:#3c5488;
	font-weight:normal;
	font-size: 15px;
	padding: 5px 0px 5px 0px;
}
	
.betonung_copy {
	font-weight: bold;
	color:#666666;
	}

.abstand_vor_10px {
	margin-top: 10px;
	}
	
.abstand_nach_10px {
	margin-bottom: 10px;
	}
	
	


/* ************************** */	
/* Layout-Container festlegen */
/* ************************** */	

p {
	text-align: justify;
}

.content p {
	padding-left: 0px;
	padding-right: 20px;
	line-height: 140%;
	color:#333333; 
}

.content  ul {
	list-style-image:url('./../bilder/bullet_bu.gif'); 
}

.content  li {
	margin-bottom: 2px;
	margin-left:15px;
}

.imgcontainer {
	background-color:#5c6369;
        border-style : solid;
	border-width : 1px;
	border-color: #5c6369;
	margin-top: 25px;
} 

.imgcontainer ul {
	list-style-image:url('./../bilder/bullet_bu.gif');
	background-color:#5c6369; 
	color:white;
        padding-left:2px;
}

.imgcontainer li {
	margin-left:15px;
	padding-bottom:2px; 
}

.imgcontainer a:link {
	color: #000000;
	text-decoration:underline;
}

.imgcontainer a:visited {
	color: #000000;
	text-decoration:underline;
}
.imgcontainer a:hover {
	color: #f3932e;
	text-decoration:underline;
}
.imgcontainer a:active {
	color: #000000;
	text-decoration:underline;
}

/* footer */

#footer {
	 font-weight:bold;
	 position: relative;
	 text-align:right;
}

#footer p {
	font-weight:normal;
	font-size: 12px;
	line-height: 80%;
	padding-bottom: 15px;
	text-align:right;
}

#footer li {
	list-style-type: none;
}


/* Menu links */
			
#menu {
	position:relative;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 100%;
	width: 150px;
	height: auto;
	list-style-type: none;
	line-height: 13px;
}

#menu a {
	text-decoration:none;
	line-height: 13px;
	}

#menu ul {
	list-style: none;
}

#menu li {
	padding-bottom: 7px;
	color: #f3932e;
	line-height: 13px;
	font-weight: bold;
}


#menu li a:link, #menu li a:visited {
	color:#000000;
}

#menu li a:hover {
	color: #f3932e;
}

#menu li#active {
	color: #f3932e;
}

#menu li#inactive {
	color: #f3932e;
}


/* Menu links Zahlen */
			
#navzahl {
position:relative;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	padding-left: 0px;
	font-weight: bold;
	margin-top:20px;
	padding-top: 1px;
	width: 150px;
	height:40px;
}
#navzahl ul {
	list-style: none;
}

#navzahl li {
	display: inline;
	float: left;
}

#navzahl li#inactive{
	float: left;
	text-decoration: none;
	color: #9f9f9f;
	margin-left: 0px;
	margin-right:5px;
	padding-right: 5px;
	padding-left:5px;
	background-image: url('../bilder/quadr_subnav_f1.gif');
}

#navzahl li#active{
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right:5px;
	padding-right: 5px;
	padding-left:5px;
	background-image: url('../bilder/quadr_subnav_f2.gif');
}

#navzahl a:link, #navzahl a:visited {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right:5px;
	padding-right: 5px;
	padding-left:5px;
	background-image: url('../bilder/quadr_subnav_f1.gif');
	
}
#navzahl a:hover {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url('../bilder/quadr_subnav_f2.gif');	
}

/* ************************** */	
/* Newsticker                 */
/* ************************** */	

#f1 {
white-space:nowrap;
border-width:0px; 
border-style:solid; 
border-color:blue;
/*
position:absolute;
top:1;
left:1;
*/
font-size:12px;
font-weight:bold; 
color:blue; 
text-align:left;
filter:revealTrans(Duration=1);
color:#4f4f4f;
}
