
/* ============================================================ */
/* Allgemein */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #fff;
	color: #666;
	font: 100.01%/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

img	{
	border: none;
	}

#main img {
	border: 1px solid #666;
	}

#main ul {
	list-style: disc;
	padding-left: 25px;
	}

#main li {
	padding-top: .75em;
	}

a {
	color: #c94a21;
	text-decoration: none;
	}

a:hover,
a:active,
a:focus {
	color: #c63;
	text-decoration: underline;
	}

h1,
h2,
h3,
h4,
strong {
	font-weight: bold;
	}

address,
em {
	font-style: normal;
	}

/* ============================================================ */
/* Haupt-Elemente */

#container {
	width: 780px;
	position: relative;
	font-size: .7em;
	margin: 0 auto;
	padding: 145px 0 15px;
	}

h1 {
	position: absolute;
	top: 15px;
	right: 7px;
	font-size: 1em;
	text-align: left;
	z-index: 2;
	}

h1 img {
	display: block;
	}

#main {
	width: 760px;
	min-height: 440px;
	float: left;
	background: url(/gfx/main/bg.gif) repeat-y 100% 0;
	text-align: left;
	margin-top: 5.75em;
	padding: 10px;
	}

/* ============================================================ */
/* Sprunglink & Footer */

#to-top {
	clear: left;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
	}

#copyright,
#footer-links,
#footer-links li {
	display: inline;
	}

#footer-links li {
	border-left: 1px solid #ccc;
	margin-left: .2em;
	padding-left: .6em;
	}

#copyright,
#footer-links a {
	color: #ccc;
	}

#footer-links a:hover,
#footer-links a:active,
#footer-links a:focus {
	color: #666;
	}

/* ============================================================ */
/* Menue */

#menu {
	list-style: none;
	position: relative;
	z-index: 1;
	font-size: 1.41em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #999;
	padding-right: 180px;
	}

#menu ul {
	list-style: none;
	width: 780px;
	position: absolute;
	left: 0;
	bottom: -2.75em;
	font-size: .8em;
	}

#menu li {
	display: inline;
	}

#menu a {
	margin-left: 8px;
	}

#menu a,
#menu .selected ul a {
	color: #666;
	}

#menu .selected a,
#menu .selected ul .selected a {
	color: #c94a21;
	}

/* ============================================================ */
/* Content */

.content {
	width: 760px;
	float: left;
	clear: left;
	padding-bottom: 30px;
	}

.content_img {
	width: 252px;
	float: left;
	}

.content_img img {
	width: 250px;
	height: 173px;
	}

.content_view {
	width: 70px;
	height: 30px;
	float: left;
	font-weight: bold;
	text-align: center;
	}

.content_box {
	width: 410px;
	float: left;
	}

.content_text {
	padding-top: 5px;
	}

.content_box h2,
#subcontent_top h2 {
	color: #505050;
	font-size: .9em;
	padding: .5em 0 8px;
	}

.content_box h2 strong,
#subcontent_top h2 strong {
	background-color: #959595;
	color: #fff;
	position: relative;
	top: -0.5em;
	padding: 2px;
	}


/* ============================================================ */
/* Arbeiten Unterseite */

#subcontent_top {
	width: 760px;
	float: left;
	}

#subcontent_top h2 {
	width: 350px;
	float: left;
	margin-right: 10px;
	}

#subcontent_top a {
	font-weight: bold;
	}

#subcontent_left {
	width: 424px;
	float: left;
	}

#subcontent_left p {
	height: 422px;
	width: 422px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #666;
	margin-bottom: .5em;
	}

#subcontent_left p img {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
		/* bei display: none; kein alt-Text für Screenreader */

#subcontent_right {
	width: 280px;
	float: left;
	margin-left: 33px;
	}

/* ============================================================ */
/* Vita, Kontakt & Impressum */

#vita_links,
#kontakt_links {
	width: 320px;
	float: left;
	padding-top: 50px;
	}

#vita_rechts,
#kontakt_rechts {
	width: 400px;
	float: left;
	margin-left: 25px;
	padding-top: 13em;
	}

#vita_links h2 {
	width: 301px;
	background-color: #959595;
	color: #fff;
	font-size: 1.58em;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}

#main #vita_menu {
	list-style: none;
	clear: left;
	font-size: .9em;
	padding: 20px 0;
	}

#main #vita_menu li {
	display: inline;
	margin-right: 4px;
	padding: 0;
	}

#vita_menu a {
	color: #666;
	white-space: nowrap;
	}

#vita_menu #vita_selected a {
	color: #c94a21;
	}

blockquote {
	color: #b1441e;
	font-size: 1.91em;
	font-weight: bold;
	}

cite {
	display: block;
	color: #b1441e;
	font-style: italic;
	padding-bottom: 1.5em;
	}

#vita_rechts p,
#kontakt_rechts p {
	margin-bottom: 1.5em;
	}

#vita_rechts blockquote p {
	margin: 0;
	}

#kontakt_links h2 {
	font-size: 1.58em;
	font-weight: normal;
	text-align: center;
	}

#kontakt_links h2 em {
	color: #b1441e;
	}

#kontakt_links img {
	margin-top: 50px;
	}

#kontakt_rechts h3 {
	font-size: 1.15em;
	font-weight: normal;
	}

#kontakt_rechts h3 strong {
	font-size: 1.37em;
	font-weight: normal;
	}

#kontakt_rechts dl,
#kontaktdaten {
	font-size: 1.15em;
	margin: 1.5em 0 -0.2em;
	}

#kontaktdaten {
	margin: 1.5em 0 1.3em;
	}

#kontakt_rechts dt,
#kontaktdaten dt {
	float: left;
	width: 4em;
	}

#kontakt_rechts dd,
#kontaktdaten dd {
	margin-left: 4.1em;
	padding-bottom: .2em;
	}

#kontaktdaten dt {
	width: 5.5em;
	}

#kontaktdaten dd {
	margin-left: 5.6em;
	}

#kontakt_rechts h4 {
	font-size: 1em;
	margin: 1.5em 0;
	}

address,
#st-nr {
	font-size: 1.15em;
	}

address strong,
address em {
	font-size: 1.15em;
	font-weight: normal;
	}

address em {
	display: block;
	}

#st-nr {
	margin-bottom: 1.5em;
	}

/* ============================================================ */
/* Texte */

.g-10 {
	font-size: .8em;
	}

.g-10-b {
	font-size: .8em;
	font-weight: bold;
	}

.o-10 {
	font-size: .8em;
	color: #b1441e;
	}

.o-10-b {
	font-size: .8em;
	color: #b1441e;
	font-weight: bold;
	}

.g-11 {
	font-size: 1em;
	}

.o-11 {
	font-size: 1em;
	color: #b1441e;
	}

.g-12 {
	font-size: 1.15em;
	}

.o-12 {
	font-size: 1.15em;
	color: #b1441e;
	}

.g-13 {
	font-size: 1.25em;
	}

.o-13 {
	font-size: 1.25em;
	color: #b1441e;
	}

.g-19 {
	font-size: 1.58em;
	}

.o-19 {
	font-size: 1.58em;
	color: #b1441e;
	}

.g-20 {
	font-size: 1.66em;
	}

.o-20 {
	font-size: 1.66em;
	color: #b1441e;
	}

.g-23 {
	font-size: 1.91em;
	}

.o-23 {
	font-size: 1.91em;
	color: #b1441e;
	}

.w-gbox-10,
.w-gbox-10-b,
.w-gbox-17,
.w-gbox-19 {
	color: #fff;
	background-color: #959595;
	padding: 2px;
	}

.w-gbox-10 {
	font-size: .8em;
	}

.w-gbox-10-b {
	font-size: .9em;
	font-weight: bold;
	}

.w-gbox-17 {
	font-size: 1.41em;
	}

.w-gbox-19 {
	font-size: 1.58em;
	}
