body {
	background: #a7a7a7;
}

#main-container {

	width: 725px;
	border: 1px solid #fff;
	margin: auto; 
	display: table;
	background-color:#fff;}

			.image {
		
			border: 0px solid #fff;}

#title{
	
	float: left;}		

#left-column {
	
	float: left;

	height: 100%;
	width: 580px;	
	
	padding-bottom: 40px;
	margin-left: 15px; }
	
#nav{
	
	float: left;
		
	height: 20px;
	width: 715px;	
	
	padding-left: 15px;
	padding-top: 4px;
	background: #a70731;
	
	background-image: url(grafik/blank-red.png);
	background-repeat: repeat-x; }
		
		.navtext {
		
			font-size: 1.0em;
			text-decoration: none;
			color: #fff;}

			
		.navtext.active {
			
			font-weight: bold;}
#nav2{
	
	float: left;
	background-color:#fff;	
	height: 30px;
	width: 550px;	
	
	padding-left: 0;
	padding-top: 4px;}
	
	
		
		.navtext2 {
		
			font-size: 1.0em;
			text-decoration: none;
			color: #a70731;}

			
		.navtext2.active {
			
			font-weight: bold;}
		
#content{
	
	float: left;
	background-color:#fff;
	
	width: 550px;
	
	padding-top: 10px; }
	
		.titletext {
	
		
		font-size: 1.6em;
		text-decoration: none;
		color: #000; }
		
		.link {
		
		text-decoration: none;
		color: #c30228; }
		
		.image.text {
		
		float: right;
		
		margin: 15px;
		margin-top: 3px;
		margin-right: 0px; }
		
#content2{
	
	float: left;
	background-color:#fff;
	
	width: 680px;
	
	padding-top: 10px; }
	
		.titletext {
	
		
		font-size: 1.6em;
		text-decoration: none;
		color: #000; }
		
		.link {
		
		text-decoration: none;
		color: #c30228; }
		
		.image.text {
		
		float: right;
		
		margin: 15px;
		margin-top: 3px;
		margin-right: 0px; }
		
		

	

#red-line {
	
	float: left;
	background-color:#fff;
	
	height: 1px;
	width: 580px;
	margin-top: 10px;
		
	background-image: url(grafik/dot-red.png);
	background-repeat: repeat-x; }

	
#right-column {
	
	background-color:#FFFFFF;
	float:right;
	height:100%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-left:0;
	padding-top:30px;
	width:130px;
	}
