/************************************************
*			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;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.12em;
}
body {
	text-align: center;
	font-size: 0.75em;
	height: 100%;
	background: #E1DBDB;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid #ED1C24;
	border-right: 1px solid #ED1C24;
	border-bottom: 1px solid #ED1C24;
	background: #F2F2F2 url('../images/menu_bg.gif') left bottom no-repeat;
	}
	
#header {
	height: 140px;
	width: 800px;
	overflow: hidden;
	}
#header #logo {
	float: left;
	width: 319px;
	}
#header #emotion {
	float: left;
	width: 481px;
	overflow: hidden;
	}
	
#menu {
	float: left;
	width: 160px;
	padding: 20px 0 120px 0;
	}

#content {
	float: left;
	width: 600px;
	padding: 20px;
	}
/************************************************
*	Style-Elemente			*
************************************************/
img {
	border: none !important;
	}
hr {
	clear: both;
	}

/************************************************
* Navigation	       			*
************************************************/
#menu ul {
	list-style-type: none;
	}

* html ul li {height: 1%;}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
	padding: 5px 0 0 10px;
	border-bottom: 1px solid #bb0808;
	}
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus,
#menu ul li.active,
#menu ul li.active a,
#menu ul li.active a:link,
#menu ul li.active a:visited {
	color: #ED1C24;
	}
#menu ul ul li a,
#menu ul ul li a:link,
#menu ul ul li a:visited {
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/snav_bg.gif) 10px .9em no-repeat;
	border-bottom: none;
	color: #000 !important;
	}

#menu ul ul li a:hover,
#menu ul ul li a:active,
#menu ul ul li a:focus,
#menu ul ul li.active,
#menu ul ul li.active a,
#menu ul ul li.active a:link,
#menu ul ul li.active a:visited {
	color: #ED1C24 !important;
	}

/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
	}
h1 {
	font-size: 1.4em;
	padding: 5px 0;
	}
h2 {
	font-size: 1.2em;
	padding: 5px 0;
	}
h3 {
	font-size: 1em;
	padding: 5px 0;
	}
	
/* Paragraph */
.content p {
	margin: 10px 0 5px 0;
	}
	
/* Links */
#content a, 
#content a:link,
#content a:visited {
	color: #18B35C;
	}
#content a:hover, 
#content a:active {
	}
	
/* Listen */
#content ul {
	list-style-type: none;
	}
#content ul li {
	padding-left: 10px;
	background: url('../images/list_item.gif') 0 .5em no-repeat;
	}

#content ul ul {
	padding-left: 10px;
	}
/* Tabellen */
.content table {
	}
.content table th, .content table td {
	}

/************************************************
*					Formular					*
************************************************/

form {
	width: 350px;
	border: none;
	}
fieldset {
	border: none;
	}
legend {
	}
label {
	float: left;
	margin-top: 2px;
	width: 130px;
	}
input, textarea {
	float: left;
	margin-top: 2px;
	border: 1px solid #BB0808;
	width: 200px;
	}
.submit,
.loginsubmit,
.gb-submit {
	margin-left: 130px;
	margin-top: 5px;
	width: 80px;
	background: #BB0808;
	color: #fff;
	}
.loginsubmit {
	margin-left: 0;
	}

/************************************************
*					Foooter						*
************************************************/
.footer p {
	}
.footer p a, .footer p a:hover, .footer p a:active, .footer p a:visited {
	}


