* {
	margin: 0;
	padding: 0;
}
/* Hides from IE5-mac \*/
* html .content {height: 1%;}
/* End hide from IE5-mac */
body {
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	background-color: #CCCCCC;
	margin-top: 20px;
}
h1 {
	color: #7A1B2F;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
p {
	font-size: 1em;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* IDs */
#container {
	color: #ffffff;
	width: 800px;
	background-color: #F1EEE9;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#header {
	width: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
}
#logo {
	width: 800px;
	height: 150px;
	color: #fff;
	background-color: transparent;
}
/*#logo img {
	position: absolute;
	top: 0px;
	left: -2000em;
}*/
#main {
	margin-left: 202px;
	color: #ffffff;
	line-height: 1.2em;
	background-color: #F1EEE9;
	margin-bottom: 0px;
}
p.mainbot {
	clear: both;
	height: 0px;
	background-color: #CBAB9F;
}
#column {
	float: right;
	width: 150px;
	color: #ffffff;
	background-color: #9A7D7B;
	padding: 0px;
	margin: 0px;
}
.clearfix {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content {
	margin-right: 170px;
	color: #000000;
	background: #F1EEE9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content ul, #content li {
	list-style: disc;
	line-height: 1.5em;
	margin-left: 15px;
}
#code {
	line-height: 1em;
	font-style: italic;
}
#content a {
	color:#7A1B2F;
	text-decoration:none;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#content a:hover {
	color: #F1EEE9;
	background-color: #7A1B2F;
}
p.containerbot {
	background-color: #313645;
	color: #ffffff;
	font-size: 80%;
	text-align: right;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Navigation */

#navigation {
	position: absolute;
	top: 150px;
	left: 0;
	width: 173px;
	color: #E7E7E7;
	}
#navigation ul, #navigation li {
	border: 0 none;
	margin-left: 15px;
	list-style-type: circle;
	color: #000000;
}
#navigation a {
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 1.9em;
}

#navigation a.akt {
	color: #7A1B2F;
	list-style-type: disc;
}
#navigation a:hover {
	color:#313645;
	text-decoration: none;
	display: block;
	width:173px;
	line-height: 1.9em;
	border: 0 none;
}

