BODY {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
}



/* DIVKLASSEN */


	#zeller {
		margin-left: -3000px;
		height: 0px;
		width: 0px;
	}

	#header {
		width: 1000px;
		height: 212px;
		margin: 0px;
		padding:0px;
	}
	
	#farblinien  {
		width: 1000px;
		height: 12px;
		background-image: url(pics/farblinie.gif);
		background-repeat: repeat-x;
	}
	
	#quicknav {
		margin-top: 10px;
		padding-left: 350px;
		width: 650px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		background-color: #999999;
		color: white;
		
	}
	
	DIV.langnav {
		float: right;
		line-height: 25px;
		margin-right: 50px;
	}
	
	#container {
		float: left;
		width: 1000px;
		background-image: url(pics/container.gif);
		padding-bottom:20px;
		
	}
	
	#left {
		float: left;
		width: 300px;
		background-image: url(pics/backleft.gif);
		background-repeat: no-repeat;

	}
		#menu {
			margin-top: 50px;
			min-height: 500px;
		}
	
		#adresse {
			margin-top: 50px;
			margin-left: 50px;
		}
	
	#color {
		float: left;
		width: 700px;
		background-color: #e7dcbd;
		padding-bottom: 50px;					
	}
		
	#right {
		float: left;
		width: 600px;
		margin: 50px 0px 0px 50px;
		background-color: #e7dcbd;				
		padding: 0px;
	}
		#seitenheader {
			margin-bottom: 5px;
			clear: both;
			width: 600px;
			height: 25px;
			line-height: 18px;
			font-size: 18px;
			color: #827f46;
			font-weight: 600;
		}
		
		DIV.forpic {
			width: 600px;
			height: 150px;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			clear: both;
		}
		
		DIV.twocol {
			clear: both;
			margin: 0px 0px 10px 0px;
			
		}
		
			DIV.tcleft {
				width: 295px;
				margin: 0px 0px 10px 0px;
				padding-top: 0px;
				float: left;
			}
			
			DIV.tcright {
				width: 295px;
				margin: 0px 0px 10px 8px;
				float: left;
			}
		
		
		DIV.onepic {
			
		}
/* Listenklassen */	
	UL.nodot {
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	
	UL.ulmenu {
		width: 200px;
		margin-left: 50px;
	}
	
	LI.quick {
		float: left;
	}
	
	LI.menu {
		height: 25px;
		width: 200px;
		background-color:  #999999;
		margin: 0px;
		padding: 0px;
		margin-top: 5px;
		border: 0px;

	}
	
		LI.actmenu {
		height: 25px;
		width: 200px;
		background-color:  #827f46;
		margin: 0px;
		padding: 0px;
		margin-top: 5px;
		border: 0px;

		}
	
	LI.submenu {
		height: 25px;
		width: 200px;
		background-color:  #cccccc;
		margin: 0px;
		padding: 0px;
		margin-top: 5px;
		border: 0px;

		}
		
		LI.actsubmenu {
		height: 25px;
		width: 200px;
		background-color:  #b9b562;
		margin: 0px;
		padding: 0px;
		margin-top: 5px;
		border: 0px;

		}

/* Bildklassen */

	.twocol IMG {
		height: auto;
	}
	

	.forpic IMG {
			width: 143px;
			height: 143px;
			border: 1px solid white;
			margin: 0px;
			padding: 0px;
		}
		
	.tcright IMG {
			border: 1px solid white;
			margin: 0px;
			padding: 0px;
			}

	.tcleft IMG {
			border: 1px solid white;
			margin: 0px;
			padding: 0px;
			}
	
	.onepic IMG {
			width: 598px;
			border: 1px solid white;
			margin: 0px;
			padding: 0px;
			}	
	.langnav IMG {
			border: 0px;
			margin-top: 6px;
			margin-right: 5px;

	}
	
	.frontEndEditIcons {
		width: 10px;
		height: 8px;
	}
	
	DIV.forpicl { 
			float: left;
			width: 145px;
			height: 145px;
		}	
	DIV.forpicr {
			float: left;
			width: 145px;
			height: 145px;
			margin-left: 6px;
	}

		
/* Linkklassen */
	
	A {
		text-decoration: none;
		font-weight: 400;
		color: #827f46;
	}

	A:hover {
		text-decoration: none;
		font-weight: 400;
		color: black;
	}
		
	.menu A {
		width: 190px;
		height: 25px;
		padding-left: 10px;
		text-decoration: none;
		line-height: 25px;
		font-size: 14px;
		color: white;
		display: block;
	}

	.actmenu A {
		width: 190px;
		height: 25px;
		padding-left: 10px;
		text-decoration: none;
		line-height: 25px;
		font-size: 14px;
		color: white;
		display: block;
	}

	.submenu A {
		width: 190px;
		height: 25px;
		padding-left: 10px;
		text-decoration: none;
		line-height: 25px;
		font-size: 14px;
		color: black;
		display: block;
	}
	.actsubmenu A {
		width: 190px;
		height: 25px;
		padding-left: 10px;
		text-decoration: none;
		line-height: 25px;
		font-size: 14px;
		color: black;
		display: block;
	}
	
	.quick A {
		color: white;
		text-decoration: none;
	}

	.quick A:hover {
		color: #333333;
		text-decoration: none;
	}

	
	H1 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		font-size: 18px;
		color: #827f46;
		font-weight: 600;
	}

	H2 {
		display: inline;
		font-size: 14px;
		font-weight: 600;
		color: #827f46;
	}
	
	.csc-header .csc-header-n1{
		display: inline;

	}
	
/* Allgemein */

	P {
	margin: 0px;
	padding: 0px;
	}