* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
body {
	text-align: center;
	color: #383838;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #fdfeff;
}

/* {{{ Links */
a:link {
	color: #a20303;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #a20303;
	text-decoration: none;
}
a:active, a:focus {
	color: #a20303;
	text-decoration: none;
}

a.extern {
	padding-right: 1.4em;
	background-image: url(../images/ico_externurl.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #a3a3a3;
}
/* }}} */


/* {{{ Structure */
#wrapper {
	margin: 0 auto -92px;
	width: 955px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	text-align: left;
}
#header {
	padding-top: 4px;
	height: 160px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#headright {
	width: 265px;
}
#headright p {
	padding-top: 30px;
}
#logo {
	display: inline; /* Needed for IE */
	padding-top: 52px;
	width: 285px;
	height: 108px;
	text-align: center;
	background-image: url(../images/bg_logo.gif);
	background-repeat: no-repeat;
	background-color: #e1e1e1;
}
#breadcrumb p {
	padding: 5px 0px 17px 320px;
}
#menu {
	display: inline; /* Needed for IE */
	width: 280px;
	background-image: url(../images/bg_sidebar.gif);
	background-repeat: repeat-y;
}
h1 {
	float: left;
	display: inline; /* Needed for IE */
	margin: 5px 0px 23px 40px;
	padding-left: 12px;
	width: 619px;
	background-image: url(../images/nav_separator.gif);
	background-repeat: no-repeat;
	background-color: #a20303;
	border-left: 4px solid #a20303;
}
#content {
	display: inline; /* Needed for IE */
	margin-left: 47px;
	padding-bottom: 10px;
	width: 628px;
}
#footer {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footwrapper {
	margin: 0 auto;
	width: 955px;
	text-align: left;
}
#slogan {
	text-align: right;
}
#footer span {
	display: block;
	padding: 17px 5px;
}
#footer span.logoln {
	padding-left: 0em;
}
#footer, .push {
	clear: both;
	height: 92px;
}
/* }}} */


/* {{{ Navigation */
/* Main Navigation */
#menu ul {
	padding: 5px 10px 1px 10px;
	list-style-type: none;
}
#menu ul li {
	border-bottom: 4px solid #fff;
}
#menu ul li a {
	display: block;
	padding: 7px 0px 8px 12px;
	width: 244px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/nav_separator.gif);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #a20303;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus, #menu ul li a.aktive {
	color: #fff;
	background-color: #a20303;
}

/* Orange */
.orange, #menu ul li a.orange {
	border-left-color: #c76027;
}
.orange, #menu ul li a.orange:hover, #menu ul li a.orange:active, #menu ul li a.orange:focus, #menu ul li a.orange.aktive {
	background-color: #c76027;
}
#menu ul.submenu.sub_orange {
	background-color: #eecfbe;
}
/* Yellow */
.yellow, #menu ul li a.yellow {
	border-left-color: #cc9a03;
}
.yellow, #menu ul li a.yellow:hover, #menu ul li a.yellow:active, #menu ul li a.yellow:focus, #menu ul li a.yellow.aktive {
	background-color: #cc9a03;
}
#menu ul.submenu.sub_yellow {
	background-color: #f0e1b3;
}
/* Light green */
.greenl, #menu ul li a.greenl {
	border-left-color: #a1b14d;
}
.greenl, #menu ul li a.greenl:hover, #menu ul li a.greenl:active, #menu ul li a.greenl:focus, #menu ul li a.greenl.aktive {
	background-color: #a1b14d;
}
#menu ul.submenu.sub_greenl {
	background-color: #e3e7c9;
}
/* Dark green */
.greend, #menu ul li a.greend {
	border-left-color: #3a6b3a;
}
.greend, #menu ul li a.greend:hover, #menu ul li a.greend:active, #menu ul li a.greend:focus, #menu ul li a.greend.aktive {
	background-color: #3a6b3a;
}
#menu ul.submenu.sub_greend {
	background-color: #c4d2c4;
}
/* secgreen */
.secgreen, #menu ul li a.secgreen {
	border-left-color: #00A666;
}
.secgreen, #menu ul li a.secgreen:hover, #menu ul li a.secgreen:active, #menu ul li a.secgreen:focus, #menu ul li a.secgreen.aktive {
	background-color: #00A666;
}
#menu ul.submenu.sub_secgreen {
	background-color: #c6dfe1;
}
/* Turquoise */
.turquoise, #menu ul li a.turquoise {
	border-left-color: #43959d;
}
.turquoise, #menu ul li a.turquoise:hover, #menu ul li a.turquoise:active, #menu ul li a.turquoise:focus, #menu ul li a.turquoise.aktive {
	background-color: #43959d;
}
#menu ul.submenu.sub_turquoise {
	background-color: #c6dfe1;
}
/* Dark Blue */
.blued, #menu ul li a.blued {
	border-left-color: #39739f;
}
.blued, #menu ul li a.blued:hover, #menu ul li a.blued:active, #menu ul li a.blued:focus, #menu ul li a.blued.aktive {
	background-color: #39739f;
}
#menu ul.submenu.sub_blued {
	background-color: #c3d5e2;
}
/* Light Blue */
.bluel, #menu ul li a.bluel {
	border-left-color: #5594c4;
}
.bluel, #menu ul li a.bluel:hover, #menu ul li a.bluel:active, #menu ul li a.bluel:focus, #menu ul li a.bluel.aktive {
	background-color: #5594c4;
}
#menu ul.submenu.sub_bluel {
	background-color: #ccdfed;
}
/* Lila */
.lila, #menu ul li a.lila {
	border-left-color: #7c2653;
}
.lila, #menu ul li a.lila:hover, #menu ul li a.lila:active, #menu ul li a.lila:focus, #menu ul li a.lila.aktive {
	background-color: #7c2653;
}
#menu ul.submenu.sub_lila {
	background-color: #d7bdcb;
}
/* Magenta */
.magenta, #menu ul li a.magenta {
	border-left-color: #ac0052;
}
.magenta, #menu ul li a.magenta:hover, #menu ul li a.magenta:active, #menu ul li a.magenta:focus, #menu ul li a.magenta.aktive {
	background-color: #ac0052;
}
#menu ul.submenu.sub_magenta {
	background-color: #e6b2cb;
}

#menu ul.submenu {
	padding: 5px 0px;
	line-height: 1.5em;
	background-color: #e3b3b3;
	border-left: 6px solid #fff;
}
#menu ul.submenu li {
	border-bottom-width: 0px;
}
#menu ul.submenu li a {
	padding: 3px 0px;
	padding-left: 16px;
	color: #383838;
	font-weight: normal;
	background-image: url(../images/bullet_submenu.gif);
	background-position: 10px 12px;
	background-color: transparent;
	border-left-width: 0px;
}
#menu ul.submenu li a:hover, #menu ul.submenu li a:active, #menu ul.submenu li a:focus, #menu ul.submenu li a.aktive {
	color: #383838;
	text-decoration: underline;
}

/* Speed Menu */
#speed_menu {
	padding-top: 18px;
	list-style-type: none;
}
#speed_menu li {
	display: inline;
}
#speed_menu li a {
	padding: 0 0.6em 0 0.4em;
	color: #aeaeae;
	text-decoration: none;
	border-right: 1px solid #aeaeae;
}
#speed_menu li a.last {
	padding-right: 0em;
	border-right-width: 0px;
}
#speed_menu li a:hover, #speed_menu li a:active, #speed_menu li a:focus, #speed_menu li a.aktive {
	color: #f0f0f0;
}
#speed_menu li a.aktive, #menu ul li a.aktive, #menu ul.submenu li a.aktive {
	cursor: default;
}
/* }}} */


/* {{{ Format Text */
#headright p, #breadcrumb p, #footer span {
	font-size: 1.1em;
}
#headright p, #footer span {
	color: #666;
}
#headright p {
	line-height: 1.8em;
}
#logo {
	font-size: 2.2em;
	font-weight: bold;
}
#breadcrumb p {
	color: #a3a3a3;
}
#speed_menu, #menu {
	font-size: 1.2em;
}
#slogan {
	font-size: 1.6em;
	color: #383838;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}
#content {
	font-size: 1.2em;
	line-height: 1.7em;
}
h2 {
	margin-top: 1.4em;
	margin-bottom: 0.8em;
	font-size: 1.4em;
	color: #666;
}
h3 {
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	font-size: 1.2em;
	color: #666;
}
h4 {
	margin-bottom: 0.7em;
	font-size: 1.1em;
	color: #666;
}
h5 {
	margin-bottom: .05em;
	font-size: 1em;
	line-height: 1.7em;
}
#content p, #content ul, #content ol {
	margin-bottom: 1.1em;
}
#content ul, #content ol {
	margin-left: 0.8em;
	padding-left: 0.8em
}
#content ul li, #content ol li {
	margin-bottom: 0.4em;
}
#content ul ul {
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}

/* Hint Boxes */
blockquote {
	margin: 2em 0em;
	padding: 1.1em;
	padding-bottom: 0em;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}
blockquote.start {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	font-weight: bold;
}

/* "Wir" Boxes */
#wircontainer {
	margin: 1.8em 0em;
	padding: 2em 1em 0.4em 1em;
	font-style: italic;
	background-image: url(../images/bg_box_wir.gif);
	background-repeat: repeat-y;
}
#wircontainer h4 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 4em;
	color: #999;
	font-weight: normal;
}
#wircontent {
	padding-top: 1em;
	padding-left: 6.2em;
}

/* List as columns */
#content ul.twocolums {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#content ul h3 {
	margin-top: 0em;
}
li.innen {
	float: left;
	width: 165px;
	font-weight: bold;
	margin: 0 20px 20px 0;
}
li.aussen {
	float: left;
	width: 443px; 
	padding: 4em 0 0 0;
	margin: 0 0 20px 0;
}
li.clr {
	display: inline;
	margin: 0;
	padding: 0;
	width: 1px;
}
br.clr {
	clear: left;
	width: 1px;
	font-size:1px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
/* }}} */


/* Common classes */
li.innen img, .border {
	padding: 4px;
	border: 1px solid #e1e1e1;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.clear {
	clear: both;
}
.first {
	margin-top: 0px;
}
.center {
	text-align: center;
}
.normal {
	font-weight: normal;
}

