/* CSS Document */


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;	
    font-weight: normal;
    background-color: #34469B;
    scrollbar-base-color: #0A3992;
    scrollbar-face-color: #0A3992;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}


a               {font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-size: 12px;}
a:link 		{color: #000; }
a:visited 	{color: #000; }
a:hover 	{color: #144EBD; }


	
#contentrahmen {
	width:700px;
	margin:0px auto;
	text-align:left;
	background-color:#FFF;
	border:1px solid #FFF200;
	}
	
#logo {
	border-bottom: #fff solid 1px;
	}
	
.bildueberschrift {
	border:1px solid #000;
        position:relative ;
	}

#mitte {
	background-color:#fff;
	margin:15px;
	float: left;	
	width:490px;
	}

.bildcontent {
	margin-top:-3px;		
	border-color: #000;
	border-left: 1px dashed ;
	border-right:1px dashed ;
	border-bottom:1px solid ;
	}
	
#content {
	width:640px;
	border-color: #000;
	margin-left: 30px;
	margin-top: 15px;
	min-height:303px;
	}

.zellenstreifen-2 {
	background-color: #164A8C;	
	height: 19px;
}

.ueberschrift-weis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;	
    font-weight: bold;
	color: #fff;
	padding-left: 25px;
}


.hr-newslisting {
        float: left;
	width: 450px;
        margin-bottom: 0px;
        padding: 0px;
        }


.rechts {
	float: right;
        margin-right: 2px;
        margin-top: 3px;
        margin-bottom: 2px;
        }

.links {
	float: left;
        margin-top: 3px;
        }

.photostext {
	float: center;
	}

.bildrand {
	border: 1px solid #999;
	}

h1 {
 	 font-family: Arial, Helvetica, sans-serif;	
	 font-size: 12px;	
	 font-weight: bold;	
	 color: #000;
	 margin: 0px;
 	}

hr {
	height: 0px;
        border-top: 0px;
        border-bottom: 1px dashed #bbb;
	}

.ausblenden {display: none;}

.zeile{
	clear:both;
}