/* [Kunde] - [Datum] - [Online Consulting AG] - [format.css] */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}

/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}  /* IE 7 */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 100.1%;
	}
body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.5em;
	height: 100%;
	background-color: #e0e0e0;
	}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 890px;
	background-color: #fff;
	padding: 0 30px 0 30px;
	}
#header {
	float: left;
	width: 890px;
	position: relative;
	}
#header h1 {
	position: absolute;
	top: 103px; left: 16px;
	color: #fff;
	font-size: 2.7em;
	}
#header a 
{
    color: #fff;
}
#main {
	width: 890px;
	margin-top: 20px;
	}
#left {
	float: left;
	width: 211px;
	margin-right: 45px;
	}
#content {
	float: left;
	width: 633px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}
#right {
	float: left;
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {border: none;}
hr {
	clear: both;
	color: #000;
	height: 1px;
	margin: 5px 0;
	background: #000;
	}
a, a:link, a:visited {
	color: #838d00;
	text-decoration: none;
	}
a:focus, a:hover {
	color: #9ea600;
	}
address {font-style: normal;}


/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#left ul {
	}
#left ul li {
	list-style: none;
	display: block;
	background-color: #9ea600;
	text-align: right;
	border-bottom: solid 1px #fff;
	}
#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
	display: block;
	color: #fff;
	padding: 5px 15px 5px 0;
	}
#left ul li a:hover, 
#left ul li a:active, 
#left ul li a:focus,
#left ul li a.active, 
#left ul li a.active:link, 
#left ul li a.active:visited {
	background-color: #838d00;
	}
	
/* Stufe 2 */
#left ul ul {
	}
#left ul ul li {
	background-color: #fff;
	border-top: solid 1px #9ea600;
	}
#left ul ul li a, 
#left ul ul li a:link, 
#left ul ul li a:visited {
	color: #666666;
	padding: 2px 15px 2px 0;
	}
#left ul ul li a:hover, 
#left ul ul li a:active, 
#left ul ul li a:focus {
	background-color: #fff;
	color: #000;
	}

#left ul ul li a.active, 
#left ul ul li a.active:link, 
#left ul ul li a.active:visited {
	font-weight:bold;
	background-color: #fff;
	color: #000;
	}


/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1 {
	font-size: 2.7em;
	line-height: 40px;
	color: #9ea600;
	margin: 0 0 20px 0;
	font-weight: normal;
	}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
h3 {
	font-size: 1em;
	}
h4 {
	color: #838d00;
    margin: 10px 0 10px 0;
	font-weight: bold;
    padding: 5px 0 5px 0;
	border-top: solid 1px #838d00;
}
h4:hover {
	cursor:hand;
	cursor:pointer;
}
	
/* Paragraph */
p {
	line-height: 1.5em;
	padding: 5px 0;
	}
	
/* Listen */
#content ul {
	list-style-type: none;
	margin: 10px 0 10px 0;
	}
#content ul li {
	padding: 2px 0 2px 15px;
	background: url('../1/images/list_item.gif') 5px 7px no-repeat;
	}
#content ol {
	list-style-type: decimal;
	margin: 10px 0 10px 20px;
	}
#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	}
	
/* Tabellen (Rangliste) */
table {
	width: 100%;
	margin: 20px 0 0 0;
	}
table td,
table th {
	text-align: left;
	padding: 1px 5px 2px 5px;
	border-bottom: solid 1px #ccc;
	}
table th {
	font-weight: bold;
	background-color: #e2e4b2;
	}
table td {
	}


/************************************************
*					Formular					*
************************************************/
.formular {
	}
label {
	float: left;
	width: 150px;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	width: 300px;
	}
textarea {
	height: 100px;
	}
select {
	margin-bottom: 6px;
	border: 1px solid #bdbdbd;
	background: #e5e5e5;
	width: 308px;
	}
label, input.txtfield, textarea {
	margin-bottom: 6px;
	}
input.txtfield, textarea {
	padding: 4px 2px 4px 4px;
	border: 1px solid #bdbdbd;
	background: #e5e5e5;
	}
input.txtfield:hover, input.txtfield:active, input.txtfield:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus {
	border: 1px solid #999;
	background: #fff;
	}
input.submit {
	clear: both;
	width: auto;
	margin: 20px 0 0 0;
	}
	
div.cbl  {
	margin: 10px 0 10px 150px;
	}	
span.checkbox label {
	width: auto;
	max-width: 600px;
	}
span.checkbox input {
	width: auto;
	margin: 0 10px 0 0;
	}
	
	
/************************************************
*					Sponsors						*
************************************************/
div.sponsors  {
	float: right;
	width: 185px;
	}
div.sponsors img  {
	border: solid 1px #999;
	margin: 0 0 5px 0;
	}

/************************************************
*					Footer						*
************************************************/
#footer  {
	height: 50px;
	margin-top: 10px;
	}
#footer p {
	color: #666;
	}


