/**
 CSS Document
 main.css
 
 @author twinmotion.de
 @copyright www.twinmotion.de, 2010
 @param $_GET
 @version 1.0.0
 
 Aufbau		1. Allgemeine Styles und Kalibrierung
 			2. Styles fuer Layoutbereich
 			3. Sonstige Styles
**/


/*==============================================
  1. Allgemeine Styles und Kalibrierung
  ==============================================*/
 
/* Kalibrierung der wichtigsten Abstände */

* {
	padding: 0;
	margin: 0;
}

h1, h2 {
	color: #00a99d;
	margin-bottom: 1em;
}

p {
	color: #6d6e71;
	margin-bottom: 1em;
	text-align: justify;
	font-style: italic;
	line-height: 18px;
}

p#am {
	color: #000000;
	margin-bottom: 1em;
	text-align: justify;
	font-style: normal;
	line-height: 18px;
}

td {
	color: #000000;
}

ul ul {
	margin-bottom: 0;
}

li {
	margin-left: 1em;
}


/* Allgemeine Selektoren */

body {
	color: #000000;
	background-color: #e9f6f5;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 12px;
}

h1 {
	font-size: 140%;
	color: #00a99d;
	font-weight: bold;
}

h2 {
	font-size: 125%;
	color: #00a99d;
	font-weight: bold;
}

a {
	color: #7c7c7c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:hover, .footer a:focus {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:active {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}



/*==============================================
  2. Styles fuer Layoutbereich
  ==============================================*/

#background {
	position: absolute;
	width: 1024px;
	min-height: 768px;
	margin: 0px 0px 0px -500px; 
	left: 50%;
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	color: black;
}

#wrapper {
	position: absolute;
	width: 1024px;
	min-height: 1024px;
	//margin: 0px 0px 0px -512px; 
	//left: 50%;
}

	#kopfbereich {
		position: relative;
		color: white;
		background-image: url(../img/header.jpg);
		height: 74px;
		width: 1024px;
	}

	#content {
		float: left;
		width: 630px;
		margin-left: 20px;
		margin-right: 20px;
		min-height: 656px;
		background-color: #e9f6f5;
	}

	#pagetitle {
		float: left;
		text-align: right;
		font-size: 10px;
		//background-image: url(../img/kongress.jpg);
		width: 354px;
	}

#fussbereich {
	float: left;
	width: 1024px;
	font-size: 10px;
	padding-top: 20px;
	color: gray;
	text-align: right;
}

/*==============================================
  3. Sonstige Styles
  ==============================================*/

.form {
	border-right: #d6d6d6 1px solid;
	padding-right: 2px; 
	border-top: #d6d6d6 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	padding-bottom: 0px; 
	margin: 3px; 
	border-left: #d6d6d6 1px solid; 
	color: #000000; 
	padding-top: 0px; 
	border-bottom: #d6d6d6 1px solid; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.button {
	padding: 5px 0.5em;
	margin: 0;
	font: bold 12px Arial, sans-serif;
	border: 1px solid #000000;
	background-color: #d82f00;
	color:#ffffff;
	}


.hinweis_rot { 
	color: #ff0000;
}

.hinweis_gruen {
	color: #3dd344;
}
