/* CSS-Datei fuer "www.atemschoepfen.de" */
/* (2008) Alexander Rosner               */
 

/*----------------------------*/
/* Formatierung des Body      */
/*----------------------------*/
/* Gesamtbreite der Seite     */ 
/* siehe #wrapper_main        */
/* Gesamthoehe der Seite      */
/* siehe #hauptnavi, #content */    
/*----------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 11pt/1.3em Arial, Helvetica, Verdana, sans-serif;
	background-color: #abcbed; /* Hintergrund: Hellblau*/
	background-color: #D5E6F7; /* Hintergrund: Environmental Blue Highlight 50%*/
	background-color: #CCE0F5; /* Hintergrund: Environmental Blue Highlight 60%*/
	color: #003366;} /* Standardschrift: Dunkelblau*/
/* END Formatierung des Body */


/*----------------------------*/
/* Formatierung der Schriften */
/*----------------------------*/

/* ...der Ueberschriften */
h1 {
	font: 260% Arial Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0px 0px 0px 0px;}
h2 {font: 185% Arial Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0px 0px 0px 0px;}
h3 {font: 110% Arial Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0px 0px 0px 0px;}
	
/* ...Standardtext in der Content-Box */
.txt {
	text-align: justify;
	padding-left: 0.5em;
	padding-right: 0.5em;}

/* Standardformatierung unsortierter Listen */
li {text-align: justify;
	padding-right: 0.5em;}


/* ...weitere inline-Textauszeichnungen mit <span class="..."></span> */
.eingerueckt {
	text-align: justify;
	padding-left: 3em;
	padding-right: 0.5em;}
.fett {
	font-weight: bold;}
.wichtig {
	color: red;
	background-color: yellow;}
.big {
	font-size: 140%;}
.little {
	font-size: 80%;}
.agb {
	font-size: 90%;}
.disclaimer {
	font-size: 90%;}
.zitat {
	color: white;
	font-style: italic;
	font-weight: bold;}

/*----------------*/
/* Bilder im Text */
/*----------------*/
img {border: 0px solid #ffffff;}
.noborder {
	border: 0;}
.bild_links {
	float: left;
	margin-right: 10px;}
.bild_rechts {
	float: right;
	margin-left: 10px;}
.bild_mitte {
	text-align: center;}
/* END Bilder im Text */


/*--------------------------------*/
/* Formatierung Links Navtable    */
/*--------------------------------*/
#navigation {
	background-color: #6699cc;
	border: 0px solid #6699cc;
	font: normal 14px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	width: 170px;}

#navigation ul, #navigation li {
	list-style-type: none;
	text-indent: 5px;
	padding-top: 5px;
	font-weight: normal;}

#navigation li a {
	text-decoration: none;
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	border-left: 1px solid #6699cc;
	border-right: 8px solid #6699cc; /* Rechteck nach Text */
	display: block;
	width:100%;
	padding: 3px;}

#navigation a:link, #navigation a:visited {
	color: #ffffff;
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	border-left: 8px solid #336699; /* Rechteck vor Text */
	border-right: 1px solid #6699cc;
	background-color: #6699cc;}

#navigation #akt {
	font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #fd3001;
	border-bottom: 1px solid #fd3001;
	border-left: 8px solid #fd3001;
	border-right: 1px solid #fd3001;
	background-color: #6699cc;}

#navigation a:hover, #navigation a:hover#akt {
	font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #fd3001;
	border-bottom: 1px solid #fd3001;
	border-left: 8px solid #fd3001;
	border-right: 1px solid #fd3001;
	background-color: #6699cc;}
/* END Formatierung der Navi-Links */


/*------------------------------------------*/
/* Die Hauptbox, in der sich alles abspielt */
/*------------------------------------------*/
#wrapper_main {
	position: relative;
	top: 0;
	left: 0;
	width: 800px; /* Gesamtbreite der Seite */
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;}
/* END Hauptbox wrapper */


/*-------------------*/
/* Header mit Banner */
/*-------------------*/
#header {}
/* END Header-Bereich */


/*-----------------------------------------------*/
/* Freespace: Freier Raum unter/ueber dem Header */
/*-----------------------------------------------*/
.freespace1 {
	height: 0px;
	border: 0px solid blue;}
.freespace2 {
	height: 3px;
	border: 0px solid blue;}
/* END Freespace */


/*-----------------*/
/* Hauptnavigation */
/*-----------------*/
#hauptnavi {
	position: relative;	
	float: left;
	width: 200px; /* Breite der Navigationsleiste */
	/* min-height: 525px; Wegen IE6 ersetzt durch die zwei folgenden Zeilen */
	min-height: 525px; /* Hoehe der Navigationsleiste: Firefox - IE 7 */
	height: auto !important; height: 525px; /* Hoehe der Navigationsleiste: IE 6 */
	line-height: 0.4em;
	background-color: #6699cc;
	border-top: 1px solid #6699cc;
	border-right: 1px solid #6699cc;
	border-left: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;}
/* END Hauptnavigation */


/*-------------*/
/* Content-Box */
/*-------------*/
#content {
	position: relative;
	float: right;
	width: 580px; /* Breite der Content-Box */
	/* min-height: 525px; Wegen IE6 ersetzt durch die zwei folgenden Zeilen */
	min-height: 525px; /* Hoehe der Navigationsleiste: Firefox - IE 7 */
	height: auto !important; height: 525px; /* Hoehe der Navigationsleiste: IE 6 */
	border-top: 1px solid #336699;
	border-right: 4px solid #336699;
	border-bottom: 1px solid #336699;}
/* END Content-Box */


/*-----------*/
/* Copyright */
/*-----------*/
#copyright {
	font-size: 8pt;
	color: #ffffff;
	position:absolute;
	top:510px; /* Position Copyright am unteren Rand */
	left:35px;
	z-index:1;}
/* END Copyright */


/*--------------------*/
/* Grafische Elemente */
/*--------------------*/

/* Orange */
.box_orange_highlight	{background-color: #eec73e}
.box_orange					{background-color: #f0a513}
.box_orange_base			{background-color: #fb8b00}
.box_orange_shadow		{background-color: #f44800}

/* Yellow */
.box_accent_yellow_highligt	{background-color: #ffff99}
.box_accent_yellow_base			{background-color: #fdca01}

/* Red */
.box_accent_red		{background-color: #FD3301}
.box_accent_red_base	{background-color: #d40000}
.box_accent_deep_red	{background-color: #980101}

/* Blue */
.box_background_color					{background-color: #CCE0F5}
.box_environmental_blue_highlight	{background-color: #aaccee}
.box_environmental_blue_medium		{background-color: #6699cc}
.box_environmental_blue_base			{background-color: #336699}
.box_environmental_blue_shadow		{background-color: #003366}
.box_accent_blue_shadow					{background-color: #b3defd}

/* Grey */
.box_white	{background-color: #ffffff}
.box_grey_1	{background-color: #eeeeee}
.box_grey_2	{background-color: #cccccc}
.box_grey_3	{background-color: #aaaaaa}
.box_grey_4	{background-color: #888888}
.box_grey_5	{background-color: #666666}
.box_grey_6	{background-color: #333333}
.box_black	{background-color: #000000}

/* END Grafische Elemente */


/* END CSS */

