/*****************************************************************************
 * Autor	| Tobias Baur ( http://www.tobiasbaur.de )
 * Projekt	| Nicole Kokkinos - Organisations- u. Personalentwicklung ( http://www.nicolekorte.de )
 *
 * Datum	| 2010-01-04
 * Datei	| main.css
 * Funktion	| style-definition for all browsers
 *****************************************************************************/

/* 
 * Aufbau: 	1. Kalibrierung
       		2. Allgemeine Styles
        	3. Styles für Layoutbereiche
        	4. Sonstige Styles 
*/

/*========  1. Kalibrierung  ========*/

* {
	padding: 0;
	margin: 0;
}

html {
	height: 101%;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 8px;
}

ol, ul {
	list-style-position: inside;
	list-style-type: disc;
}

#menue ul, #menue ol {
	margin-bottom: 0px;
}

/*========  2. Allgemeine Styles  ========*/

body {
	background-color: #f4f4f4;
	background-repeat: repeat-y;
	background-image: url(../images/body.gif);
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}

h1 {
	font-size: 140%;
	color: #f39a1f;
	font-weight: lighter;
}

h2 {
	font-size: 130%;
	color: #f39a1f;
	font-weight: lighter;
}

h3 {
	font-size: 100%;
	color: #f39a1f;
	margin-bottom: 1px;
}

h4 {
	font-size: 100%;
	color: #f39a1f;
	margin-bottom: 1px;
	font-weight: lighter;
}

/* Hyperlinks */  

a {
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #528a9e;
}

a:hover, a:focus, a:active {
	color: #f39a1f;
}

/*========  3. Styles für Layoutbereiche  ========*/

#container {
	width: auto;
	height: 1%;
}

#kopfbereich {
	background-image: url(../images/kopfbereich-repeat.gif);
	background-repeat: repeat-x;
	height: 134px;
}

#logo {
	position: absolute;
	left: 85px;
	top: 15px;
	width: 428px;
	height: 100px;
	z-index: 10;
}

#left {
	position: absolute;
	left: 0px;
	top: 134px;
	width: 280px;
	height: 201px;
	z-index: 20;
}

#motion {
	position: absolute;
	left: 280px;
	top: 134px;
	width: 636px;
	height: 201px;
	z-index: 30;
}

#streifen {
	position: absolute;
	left: 414px;
	top: 296px;
	width: 480px;
	height: 25px;
	z-index: 35;
	background-image: url(../images/streifen-trans.png);
	background-repeat: repeat-y;
	background-position: 8px;
	font-size: 140%;
	color: #fff;
	text-align: right;
	margin: 0;
	padding-right: 8px;
}

#schatten {
	position: absolute;
	left: 280px;
	top: 335px;
	width: 636px;
	height: 12px;
	z-index: 40;
}

#textbereich {
	margin-bottom: 8px;
	margin-left: 279px;
	width: 580px;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding: 230px 20px 20px 20px;
}

#fussbereich {
	margin-left: 279px;
	width: 475px;
	padding: 0px 20px 20px 20px;
	font-size: 10px;
	color: #f39a1f;
	width: 580px;
}

#adresse {
	position: absolute;
	top: 135px;
	left: 88px;
	padding: 8px 0 0 9px;
	width: 175px;
	font-size: 11px;
	z-index: 70;
	color: #fff;
	line-height: 14px;
}

#imprint a:link, #imprint a:visited {
	color: #b0b0b0;
}

#imprint a:hover, #imprint a:focus, #imprint a:active {
	color: #c0311c;
}

#footer {
	padding: 5px 0 40px 15px;
	color: #666;
	clear: both;
	font-size: 9px;
	color: #b0b0b0;
}

/* Hauptmenue */

#menue {
	position: absolute;
	top: 108px;
	left: 280px;
	text-align: right;
	width: 637px;
	height: 15px;
	z-index: 50;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

#menue ul {
	margin: 0;
}

#menue li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#menue a, #menue span {
	padding: 4px 15px 4px 15px;
	margin-left: -4px;
	color: #fff;
}

#menue a:hover, #menue a:focus, #menue a:active {
	border-top: 1px solid #f39a1f;
	background-color: #bacdd3;
	color: #489cb6;
}

#menue .menueaktive {
	color: #fff;
	border-top: 1px solid #f39a1f;
	background-color: #bacdd3;
	padding: 4px 15px 4px 15px;
	margin-left: -4px;
}

/* Topmenue */

#topmenue {
	position: absolute;
	top: 0px;
	left: 280px;
	text-align: right;
	width: 637px;
	height: 15px;
	z-index: 60;
	padding: 5px 0px 5px 0px;
	margin: 0;
	font-size: 11px;
}

#topmenue ul {
	margin: 0;
}

#topmenue li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#topmenue a, #topmenue span {
	padding: 10px 15px 0px 6px;
	margin-left: -4px;
	color: #aeaeac;
	border-left: 1px solid #c1c0bf;
}

#topmenue a:hover, #topmenue a:focus, #topmenue a:active {
	color: #666;
}

#topmenue .menueaktive {
	padding: 10px 15px 0px 6px;
	margin-left: -4px;
	color: #666;
	border-left: 1px solid #c1c0bf;
}

/* Submenue */

#submenue {
	position: absolute;
	top: 390px;
	left: 97px;
	width: 170px;
	height: auto;
	z-index: 55;
}

#submenue ul {
	margin: 0;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
}

#submenue li {
	display: block;
	padding: 4px 0 4px 0;
}

#submenue a, #submenue span {
	color: #528a9e;
}

#submenue a:hover, #submenue a:focus, #submenue a:active {
	color: #f39a1f;
}

#submenue .menueaktive {
	color: #f39a1f;
}

/*========  4. Sonstige Styles  ========*/

#fussbereich a, #fussbereich a:visited {
	color: #cdc8c1;
}

#fussbereich a:hover, #fussbereich a.aktive, #fussbereich a:focus {
	color: #929292;
}

#adresse a, #adresse a:visited {
	color: #fff;
	text-decoration: none;
}

#adresse a:hover, #adresse a.aktive, #adresse a:focus {
	color: #f39a1f;
}

.dklgrau {
	color: #898d8b;
}

.hellgrau {
	color: #999;
}

.smallhellgrau {
	font-size: 10px;
	color: #999;
}

#textbereich ul {
	list-style-type: none;
	list-style-position: outside;
}

#textbereich li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-position: outside;
	margin-left: 2px;
	padding-left: 8px;
	margin-top: 3px;
}

#textbereich li li {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-position: outside;
	margin-left: 2px;
	padding-left: 8px;
	margin-top: 3px;
}

.orangebold {
	font-weight: bold;
	color: #f39a1f;
}

.orange {
	color: #f39a1f;
}

/* Formular */

.error {
	color: #f39a1f;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
