/* >> Seiten Grundeinstellungen */
	body {
		text-align: center; /* Für Mittige ausrichtung */
		margin: 0px;
		padding: 0px;
		color: #333;
		background: white url(../gfx/background.gif) 0px 520px repeat-x;
		font-family: Arial, Verdana, sans-serif;
		font-size: 0.7em;
	}
	
	/* Grundeinstellungen  fuer einige Element festlegen */
	th, td, p, ul, li, input, textarea {
		font-family: Arial, Verdana, sans-serif;
		color: #333;
		font-size: 1em;
	}
	
	/* Anpassungen fuer die Standard Absaetze */
	p {
		margin: 0 0 0.6em 0;
	}
		
	/* Allgemeine Einstellung fuer Aufzaehlungspunkte */
	ul {
		list-style-type: square;
		margin-top: 0px;
	}
	
	/* Einstellungen fuer Ueberschriften */
	h1 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 2em;
		margin: 0 0 1em 0;
		color: #333;
		text-transform: uppercase;
		letter-spacing: 0.2em;
	}
	
	h2 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 1.3em;
		margin: 0 0 0.4em 0;
		color: #333;
	}
	
	h3 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 1.1em;
		margin: 0.2em 0 0.3em 0;
		color: #333;
	}
	
	h4 {
		color: #333;
		font-size: 13px;
		margin: 0px 0px 13px 0px;
	}
	
	/*Standard Link einstellungen*/
	a {
		color: #e71802;
	}
	
	a:link, a:visited, a:hover {
		color: #e71802;
		text-decoration: none;
	}
	
	a:hover	{
		color: #000;
	}
/* << */

/* >> Layout Einstellungen */
	/* Hauptrahmen */
	div#Main {
	}
	
	/* Einstellungen fuer mittige Ausrichtung */
	div#Main {
		width: 741px;
		margin: 0 auto;
		text-align: left;
	}
	
	div#Center {
		position: absolute;
		top: auto; 
		left: auto;
		text-align: left;
		width: 741px;
	}
		
	/* Content Col */
	div#Content {
		position: absolute;
		top: 120px;
		left: auto;
		width: 741px;
		z-index: 500;
	}
		
	/* Navigation Col */
	div#Navigation {
		position: absolute;
		top: 100px;
		left: auto;
		width: 730px;
	}
		
	/* Header Col */
	div#Head {
		display: none;
	}
	
	/* Footer Col */
	div#Footer {
		position: absolute;
		top: 570px;
		left: auto;
		width: 741px;
	}
	
	/* Link Col */
	div#Links {
		position: absolute;
		top: 20px;
		left: auto;
		width: 741px;
		z-index: 999;
	}
	
	/* Dersign Col */
	div#Design {
		position: absolute;
		top: auto;
		left: auto;
		width: 741px;
		display: none;
	}
/* << */

/* >> Content Col */
	div#Content div.des_1 {
		position: absolute;
		top: auto;
		left: 0;
		width: 552px;
		background: #e5e5e5 url(../gfx/TeaserTopLeft.jpg) top left no-repeat;
	}
	
	div#Content div.des_2 {
		display: none;
	}
	
	div#Content div.des_3 {
		display: none;
	}
	
	div#Content div.des_4 {
		position: absolute;
		top: auto;
		left: 570px;
		width: 172px;
	}
/* << */

/* >> Navigation Col */
	div#Navigation div.des_1 {
		text-align: right;
	}
	
	div#Navigation div.des_2 {
		display: none;
	}
	
	div#Navigation div.des_3 {
		display: none;
	}
	
	div#Navigation div.des_4 {
		display: none;
	}
	
	/* Linkeinstellungen*/
	div#Navigation ul {
		margin: 0;
		padding: 0.1em;
		color: #e71802;
	}
	div#Navigation li {
		list-style: none;
		display: inline;
		margin: 0.1em;
		padding: 0;
		color: #e71802;
	}
	
	div#Navigation a,
	div#Navigation span {
		padding: 0em;
		text-decoration: none;
		color: #e71802;
		font-size: 11px;
	}
	
	* html div#Navigation a,
	* html div#Navigation span {
		width: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
	}
	
	div#Navigation a:hover,
	div#Navigation span {
		border-color: white;
		color: #333;
	}
/* << */

/* >> Header Col */
	div#Head div.des_1 {
		display: none;
	}
	
	div#Head div.des_2 {
		display: none;
	}
	
	div#Head div.des_3 {
		display: none;
	}
	
	div#Head div.des_4 {
		display: none;
	}
/* << */
	
/* >> Footer Col */
	div#Footer div.des_1 {
		text-align: center;
		color: white;
	}
	
	div#Footer div.des_2 {
		display: none;
	}
	
	div#Footer div.des_3 {
		display: none;
	}
	
	div#Footer div.des_4 {
		display: none;
	}
	
	div#Footer div.des_1 p {
		color: white;
		font-size: 1.3em;
		font-weight: bold;
	}
/* << */

/* >> Design Col */
	div#Design div.des_1 {
	}
	
	div#Design div.des_2 {
	}
	
	div#Design div.des_3 {
	}
	
	div#Design div.des_4 {
	}
/* << */

/* >> Links Col */
	div#Links div.des_1 {
		text-align: center;
	}
	
	div#Links div.des_1 img {
	}
	
	div#Links div.des_2 {
		display: none;
	}
	
	div#Links div.des_2 img {
	}
	
	div#Links div.des_3 {
		display: none;
	}
	
	div#Links div.des_3 img {
	}
	
	div#Links div.des_4 {
		display: none;
	}
	
	div#Links div.des_4 img {
	}
/* << */

/* Teaser */
	div.des_1 div.Teaser_1,
	div.des_2 div.Teaser_1,
	div.des_3 div.Teaser_1,
	div.des_4 div.Teaser_1 {
		background: url(../gfx/TeaserTopRight.jpg) top right no-repeat;
	}
	
	div.des_1 div.Teaser_1 div.Content,
	div.des_2 div.Teaser_1 div.Content,
	div.des_3 div.Teaser_1 div.Content,
	div.des_4 div.Teaser_1 div.Content {
		height: 55px;
		overflow: hidden;
		padding: 5px 10px 5px 10px;
	}
	
	div.des_1 div.Teaser_2,
	div.des_2 div.Teaser_2,
	div.des_3 div.Teaser_2,
	div.des_4 div.Teaser_2 {
		height: 180px;
		overflow: hidden;
		border-left: 1px solid #d8dadc;
		border-right: 1px solid #d8dadc;
	}
	
	div.des_1 div.Teaser_3,
	div.des_2 div.Teaser_3,
	div.des_3 div.Teaser_3,
	div.des_4 div.Teaser_3 {
		padding: 5px 10px 5px 10px;
		height: 330px;
		overflow: hidden;
		border-left: 1px solid #d8dadc;
		border-right: 1px solid #d8dadc;
		background: white;
	}
	
	div.des_4 div.Teaser_2 {
		height: 180px;
	}
	
	div.des_4 div.Teaser_3 {
		height: 150px;
	}
	
	div.des_1 div.Teaser_4,
	div.des_2 div.Teaser_4,
	div.des_3 div.Teaser_4,
	div.des_4 div.Teaser_4 {
		background: white url(../gfx/TeaserBottomLeft.jpg) bottom left no-repeat;
		overflow: hidden;
	}
	
	div.des_1 div.Teaser_4 div.Content,
	div.des_2 div.Teaser_4 div.Content,
	div.des_3 div.Teaser_4 div.Content,
	div.des_4 div.Teaser_4 div.Content {
		background: url(../gfx/TeaserBottomRight.jpg) bottom right no-repeat;
		heigh: 35px;
		overflow: hidden;
	}
	
	div.des_1 div.Teaser_4 div.Content_2,
	div.des_2 div.Teaser_4 div.Content_2,
	div.des_3 div.Teaser_4 div.Content_2,
	div.des_4 div.Teaser_4 div.Content_2 {
		padding: 5px 10px 5px 10px;
	}
/* << */

/* Sonstige Textformatierungen */

/* Kontaktforumlar */
	form.mailForm {
		border: 
	}
	
	form.mailForm table {
		width: 100%;
	}
	
	form.mailForm table td.left {
		width: auto;
		padding-right: 10px;
	}
	
	form.mailForm table td.right {
		width: 100%;
	}
	
	form.mailForm table td.button {
		text-align: center
	}
	
	form.mailForm table td.button input {
		width: auto;
	}
	
	form.mailForm table input,
	form.mailForm table textarea {
		width: 100%;
		border: 1px solid #ccc;
	}

