body {
	margin: 0;
	padding: 0;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background: url(../img/body_bg.jpg) repeat-x left top #E9E9E9; /* #F5F5F5 */
	color: Black;
}

* {
	font-size: 100.1%;
}

/* LINKS =================================== */

a:link {
	color: #A60807;
}

a:visited {
	color: #666666;
}

#footer a:hover,
#footer a:focus,
#footer a:active,
#content-i a:hover,
#content-i a:focus,
#content-i a:active {
	color: Black;
	background-color: #CCC;
	text-decoration: none;
}

a img {
	border: none;
}

/* std elements */

h2 {
	color: #868787;
	font-size: 1.4em;
	font-weight: normal;
}

cite,
address,
blockquote {
	margin-left: 0;
	margin-right: 0;
	font-style: normal;
}

/* MAIN LAYOUT =================================== */

#wrapper {
	background: url(../img/wrapper_bg.jpg) no-repeat center top;
	height: 70px;
	text-align: center;
}

#main {
	width: 735px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(../img/header_bg.png) no-repeat left top;
	margin: 0;
	padding: 45px 0 5px 17px;
}

#content-o {
	position: relative;
	background: url(../img/content_bg.png) no-repeat left top;
	padding: 0 8px 0 7px;
	width: 720px;
}

#content-i {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid White;
	clear: both;
	padding: 3em 35px 20.5px 35px;
}

#footer {
	background: url(../img/footer_bg_trans.png) no-repeat left top;
	padding: 10px 27px 70px 28px;
	margin-bottom: 30px;
	font-size: 0.7em;
	line-height: 1.0;
	width: 730px; /* will be fixed at the end of this stylesheet: real value 687px */
}

#footer h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #666666;
	position: relative; /* One more bugfix regarding IE's buggy PNG + Link treatment */
}

#footer a:link,
#footer a:visited {
	color: #666666;
}

/* NAVIGATION */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 720px;
}

#subnav {
	position: absolute;
	left: 0;
	top: 1.8em;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #CCC;
	width: 720px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #CCC;
	background-color: White;
}

#subnav li {
	text-transform: none;
	background-color: #CCC;
}

#nav li a:link,
#nav li a:visited {
	position: relative;
	z-index: 10;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: Black;
}

#subnav li a:link,
#subnav li a:visited {
	z-index: 10;
	border-bottom: 3px solid #CCC;
	padding: 5px 0 2px 0;
	margin: 0 6px;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	background-color: #CCC;
	text-decoration: underline;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li a:focus {
	border-bottom: 3px solid #A60807;
	text-decoration: none;
}

#nav li.active {
	background-color: #CCC;
}

#subnav li.active a:link,
#subnav li.active a:visited {
	border-bottom: 3px solid #A60807;
}

#looksharp {
	position: absolute;
	right: 10px;
	font-style: italic;
	padding: 5px 10px;
}

#looksharp span {
	color: #A60807;
}

#the-other-one {
	text-align: right;
	padding: 50px 22px 10px 0;
	font-size: 0.8em;
	margin: 0;
}

#the-other-one a:link,
#the-other-one a:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/pfeil_grau_rechts.png) no-repeat 0 4px;
}

#the-other-one a:hover,
#the-other-one a:focus,
#the-other-one a:active {
	color: #A60807;
	text-decoration: underline;
	background: url(../img/pfeil_rot_rechts.png) no-repeat 0 4px;
}

/* STYLESWITCHER */

#styleswitch {
	float: right;
	margin: 10px 0 5px 5px;
	padding: 0;
}

.largefont {
	background: url(../img/pfeil_rot_oben.png) no-repeat 0 4px !important;
	display: block;
	cursor: pointer;
}

.tinyfont {
	background: url(../img/pfeil_rot_unten.png) no-repeat 0 4px !important;
	display: none;
	display: none;
	cursor: pointer;
}

span.largefont,
span.tinyfont {
	padding-left: 15px;
	text-decoration: underline;
}

#styleswitch span {
	background-color: #CCC;
}

/* CONTENT CLASSES */

div.borderleft {
	border-left: 1px solid #CCC;
	padding-left: 10px;
	margin: 0 0 30px 0;
}

#content-i ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#content-i ul li {
	margin-left: 0;
	padding-left: 15px;
	background: url(../img/pfeil_rot_rechts.png) no-repeat 0 4px;
}

/* GENERAL CLASSES */
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

.clear {
	clear: both;
}

.floatright {
	float: right;
	margin: 5px 0 5px 5px;
}

a:link.pfeil,
a:visited.pfeil {
	color: #666666;
	text-decoration: underline;
	padding-left: 15px;
	background: url(../img/pfeil_rot_rechts.png) no-repeat 0 4px;
}

a:hover.pfeil,
a:active.pfeil,
a:focus.pfeil {
	color: Black;
	background-color: #CCCCCC;
	text-decoration: none;
}

.center {
	text-align: center;
}

/*SPECIAL STYLES FOR SPECIAL CASES*/
 /* high pass filter for old IE */
i{content:"\"/*"}
#footer {
	width: 687px;
}

