@charset "UTF-8";
/* ***************************************
*   Kunde:   adriankoehli.com
*   Projekt: Launch 2008
*   Im Auftrag von: Adrian Koehli
*   Datum:   23.07.2008
*   Update:  25.08.2008
* ***************************************/

/* Farbwerte *****************************
*  dunkelgruen................ #283732

*****************************************/

/* Hide from Screen and PDA
---------------------------------------*/

#printFooter  { display: none; }

/* Allgemeines
---------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: center; /* Bewirkt das Zentrieren aller 	Inhalte (auch DIV-Container) im IE5/WIN */
	background: #273631;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc);
}

#Frame {
	background: url(../layoutimages/bg_bottom.jpg) top right no-repeat;
	margin:0 auto;
}

#LeftContent {
	width: 480px;
	border: 1px solid #94A0A0;
	margin: 0 10px 10px 30px;
	padding: 0px;
	float: left;
	text-align: left;
}

html* table {
   width : 985px; /* 1. for Safari Win */
}

html* #LeftContent {
   width : 470px; /* 1. for Safari Win */
   margin-left: 20px;
}

* html table {
   /*  \width: 960px; /* 2. for IE5 and IE6 in quirks mode */
   w\idth: 960px; /* 3. for IE6 in standards mode */
   border-collapse: collapse;
   margin-left: 0px; /* rueckt IE6 witzigerweise nach rechts! */
   margin-right: 40px; /* rueckt IE7 witzigerweise nach links! */
}

#RightContent {
	width: 470px;
	height: auto;
	float: left;
	border: 1px solid #94A0A0;
	margin: 0 10px 10px 0;
	padding: 0px;
}

#Footer {
	font-size: 11px;
	padding: 0px 30px 0 0;
	text-align: right;
}

/* Links
---------------------------------------*/

a, a:visited {
	color: #FFF;
}

a:hover { 
	color: #CCCCCC;
}

/* Typographie
---------------------------------------*/

h1 {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 13px;
	padding: 10px 10px 0px 20px;
}

p {
	padding: 10px 10px 0px 20px;
}

#Footer p {
	padding-top: 0px;
}

.zitat {
	color: #94A0A0;
	font-style: italic;
}

/* --- END OF STYLESHEET --- */