		BODY {
			background-color: #D3AE6D;
			background-image: url("/img/bg.gif");
			background-repeat: repeat-y;
			margin: 0;
			font-family: Tahoma,  sans-serif;
			font-size: 12px;
		}
		
		A {
			color: #843132;
		}
		
		#mainhead { 
			width: 474px; 
			height: 79px; 
			background-image: url("/img/top.gif");
			background-repeat: no-repeat;
			padding: 10px 30px 30px 350px;
			text-align: right;
		}
		

		.test {
			margin-left: 210px; 
			width: 400px;
			top: 0;
			border: 1px solid #cecece;
		}
		
		/* Hauptspalte */
		.info {
			margin-left: 220px; 
			line-height: 140%;
		}
		.info H1 {
			color: #843132;
			font-size: 22px;
		}
		.info H2 {
			color: #843132;
			font-size: 16px;
			border-left: 16px solid #DFCAA6;
			padding-left: 6px;
		}
		.info H3 {display: block; border-left: 15px solid #843132; padding: 0 0 0 10px; background: #DFCAA6; font-weight: bold; margin-bottom: 4px; text-decoration:none; font-size: 12px; }

		.mainpart {
			width: 794px;
			background-image: url("/img/bg-top.gif");
			background-repeat: no-repeat;
			padding: 20px 30px 0px 30px;

		}
		/* Menüformatierung */
		.menu {
			position: absolute;
			top: 140px;
			left: 30px;
			width: 190px;
			margin: 0 10px 0 0;
		}
		.menu A {
			display: block;
			font-weight: bold; 
			font-size: 11px;
			margin-bottom: 0px;
			color: #843132;
			padding: 5px 0 5px 5px;
			border-bottom: 1px solid #843132;
			text-decoration: none;
		}
		.menu A:HOVER {
			background: #DFCAA6;
			border-left: 6px solid #843132;
			padding-left: 8px;
		}
		.menu A.selected { border-left: 6px solid #DFCAA6; padding-left: 8px;}
		/* Formatierung googleAds */
		.menu A.none { border: none; padding:0;}
		.menu A:HOVER.none { border: none; padding:0; background:none;}

		.rightad {
			width: 120px;
			height: 600px;
			border: 0px solid #843132;
			position: absolute;
			top: 10px;
			left: 858px;
		}
		
		/* logo cogitatio */
		.cogilogo, .menu .cogilogo A {
			text-align: center;
			font-size: 10px;
			font-weight: normal;
			color: #A78A56;
		}
		.cogilogo { margin-top: 30px; }
		
		/* rechteseite */
		.right {
			float: right;
			width: 150px;
			border-left: 1px solid #A78A56;
			padding-left: 10px;
			margin-left: 10px;
		}
		
		/* Formular für Email */
		.formular {
			border: 1px solid #DFCAA6;
			padding: 3px 10px; 
			background: #DFCAA6;
			font-weight: bold;
			color: #843132;
		}
		.formular FORM { padding:0; margin: 0;  }
		.formular INPUT { 
			border: 0;
			border-bottom: 1px solid #843132; 
			background: #F4EDD4; 
			width: 300px; 
		}
		.bannerborder {
			border: 1px solid #D2C7A0;
		}

.umfrage { 
	background: #ECDEBC; padding: 3px; 
}
.umfrage TABLE {
	border: 1px solid #843132;
	width: 100%;
}
.umfrage TD {
	border-bottom: 0px solid #843132;
	padding: 2px 5px;
}
.umfrage .titel {
	background: #843132;
	color: #ECDEBC;
}
.umfrage .titel A {
	color: #ECDEBC;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.umfrage .info {
	background: #DFC491;
}
.umfrage .tiny { font-size: 9px; }