/* Haupt-CSS-File mit allen grundlegenden Einstellungen, wie den 3 Inhaltsspalten und immer wiederkehrenden Definitionen */

/* ############### allgemeine Definitionen ############### */
	body,html
	{
		background-color:#C9C9C9;
		font-family:verdana;
		font-size:10px;
		height:1150px;
	}

	/* Textfeld */
	input.text
	{
		float:left;
		background-color:#FFFFFF;
		padding:3px;
		border:0;
		width:80px;
		height:12px;
		margin-left:14px;
		color:#7E7E7E;
		font-size:9px;
	}

	/* Knopf */
	input.button
	{
		background-color:#534C48;
		color:#FFFFFF;
		text-transform:uppercase;
		float:left;
		border:0;
		height:18px;
		width:45px;
		font-size:9px;
	}

	/*Float clearen */
	div.clear
	{
		clear:both;
	}


/* ############### Spalteneinstellungen ############### */

	/*wrapper für Verlauf einfügen*/
	
		
	/*Header-Bereich (Beinhaltet Banner + Menues */
	#header
	{
		width:961px;
		border-left:21px solid #534C48;
		border-right:21px solid #534C48;
		margin:0 auto;
		height:126px;
		background:#0B0E13 url("../images/header.png") no-repeat top left;
	}
	
		#bannertext
		{
			font-size: 8px;
}

	/* kompletter Inhaltsbereich mit allen 3 Spalten unter dem Header */
	#main
	{
	/*background: #CCC url("../images/interface/shadow_bg.gif") top repeat-y;*/
		width:961px; /*962px;*/
		border-left:21px solid #534C48;
		border-right:21px solid #534C48;
		margin:0 auto;
		background:#A4A4A4 url("../images/background.png") no-repeat 30% 60%;
		padding-top: 0px;
		height:70%;
	}

		/*Definition der 3 Inhaltsspalten */
		#main #left
		{
			width:164px;
			background-color:#6E6863;
			float:left;
			text-align:center;
			margin-left:0px;
			height:100%;
		}

		#main #center
		{
			width:513px;
			float:left;

		}

		#main #right
		{
			width:278px;
			/*background-color:#A4A4A4;*/
			float:left;
		}
