/* Haupt-CSS-File mit allen grundlegenden Einstellungen, wie den 3 Inhaltsspalten und immer wiederkehrenden Definitionen */

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 8px;
	background: ;
	margin: 0px;
	width: 425px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 6px 4px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #6678b1;
	color: #669;
	padding: 4px 5px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

/* ############### allgemeine Definitionen ############### */
	body,html
	{
		background-color:#FFFFFF;
		font-family:Verdana;
		font-size:11px;
		height:100%;
	}

	/* Textfeld */
	input.text
	{
		float:left;
		background-color:#FFFFFF;
		padding:3px;
		border:0;
		width:90px;
		height:17px;
		margin-left:14px;
		color:#7E7E7E;
		font-size:9px;
	}
	
	
	


	/* Knopf */
	input.button
	{
		background-color:#686565;
		color:#FFFFFF;
		text-transform:uppercase;
		float:left;
		border:0;
		height:18px;
		width:25px;
		font-size:9px;
	}

	/*Float clearen */
	div.clear
	{
		clear:both;
	}


/* ############### Spalteneinstellungen ############### */

/*Kompletter Seiteninhalt mit header und main */
#wrapper
{
	width:779px;
	margin:0 auto;
	border-left:21px solid #534C48;
	border-right:21px solid #534C48;
	background-color:#CDCDCD;
	min-height:100%;
}
	
	/*Header-Bereich (Beinhaltet Banner + Menues */
	#wrapper #header
	{
		height:98px;
		background:#0B0E13 url("../images/header.png") no-repeat top left;
	}

	/* kompletter Inhaltsbereich mit beiden Spalten unter dem Header */
	#wrapper #main
	{
		background:#CDCDCD;
		padding-bottom:0px;
	}

		/*Definition der 2 Inhaltsspalten */
		#wrapper #main #left
		{
			width:410px;
			padding-left:27px;
			padding-top:7px;
			margin-right: 32px;
			float:left;
		}
		
		
		#wrapper #main #right
		{
			width:310px;
			float:left;
		}
		
			
			#wrapper #footer
			{
		margin-top: 10px;
		margin-left:0px;
		padding-bottom: 2px;
		
		}
		
			#fuss
			{
	font-size:11px;
	font-style: normal;
		color:#333333;
		line-height: 15px;
}
			#fuss a
			{
			color: #333333;
			text-decoration:none;
			}

			#fuss a:hover
			{
			text-decoration:underline;
			}
		

		
		
