body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fafaf5;
	margin: 45px 37px;
}

.abschluss {
	clear: both;
}

/* Intro */

body#intro {
	margin: 120px 0px 0px 10%;
}

#intro a {
	display: block;
	width: 555px;
	height: 390px;
	margin: 0px auto;
	padding: 60px 0px 0px 45px;
	text-decoration: none;
}

#intro a:hover {
	background-color: #fafaf5;
}

#intro a img {
	float: left;
	border: none;
}

#intro a .logo {
	display: inline;
	float: left;
	margin: 225px 0px 0px -35px;
	cursor: pointer;
}

#intro a .logo img {
	float: none;
}

#intro a .logo img.pfeil {
	margin-left: 13px;
	vertical-align: 1px;
}

#intro a:hover .logo img.pfeil {
	margin-left: 15px;
}

#intro a .logo h1 {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Seite */

#seite {
	position: relative;
	width: 885px;
}

/* Oben */

#oben {
	height: 28px;
	margin-left: 1px;
}

/* Oben -> Logo */

#oben .logo {
	display: inline;
	float: left;
	margin-right: 14px;
}	

#oben .logo a img {
	display: block;
	border: none;
}

/* Oben -> Navigation */

#oben .navigation {
	display: inline;
	float: left;
	width: 750px;
	background-color: #cccc99;
	text-transform: uppercase;
}

#oben .navigation a {
	float: left;
	height: 20px;
	padding: 8px 0px 0px;
	color: white;
	text-decoration: none;
}

#oben .navigation a:hover, #oben .navigation a.aktiv {
	color: #990000;
}


/* Mitte */

#mitte .navigation, #mitte .inhalt {
	display: inline;
	float: left;
}

/* Mitte -> Navigation*/

#mitte .navigation {
	width: 129px;
	margin-top: 31px;
	font-size: 10px;
	text-transform: uppercase;
}
	
#mitte .navigation a {
	display: block;
	width: 100%;
	padding: 5px 0px 4px 0px;
	color: #999;
	text-decoration: none;
}

#mitte .navigation a:hover, #mitte .navigation a.aktiv  {
	color: #990000;
}

/* Mitte -> Inhalt */

#mitte .inhalt {
	width: 714px;
	padding: 33px 42px 0px 0px;
	font-size: 12px;
	line-height: 19px;
	color: #222;
}

#mitte .inhalt p {
	margin: 0px 0px 22px 0px;
}

#mitte .inhalt img {
	float: left;
	margin: 6px 20px 14px 0px;
}

#mitte .inhalt img.zentriert {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
}

#mitte .inhalt h1 {
	clear: both;
	color: #990000;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 8px;
}

#mitte .inhalt h2 {
	display: inline;
	float: left;
	width: 200px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: normal;
}

#mitte .inhalt h2 strong {
	font-weight: bold;
	line-height: 20px;
}

/* Mitte -> Inhalt -> Rechts */

#mitte .inhalt #rechts {
	display: inline;
	float: right;
	width: 42px;
	margin: -33px -42px 0px 0px;
}

#mitte .inhalt #rechts.sichtbar {
	width: 172px !important;
	height: 527px;
	padding: 38px 67px 0px 33px;
	background-image: url('../img/hintergrund/tapete.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	line-height: normal;
	margin-left: 40px;
}

#mitte .inhalt #rechts.sichtbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#mitte .inhalt #rechts.sichtbar ul li {
	margin: 0px 0px 8px;
	padding: 0px;
}

/* Mitte -> Inhalt -> Tabelle */

#mitte .inhalt .inhalt table {
	width: 100%;
}

#mitte .inhalt table tr th, #mitte .inhalt table tr td {
	vertical-align: text-top;
	text-align: left;
}

#mitte .inhalt a {
	color: #990000;
}

/* Unten */

#unten {
	position: absolute;
	right: 62px;
	margin-top: -22px;
}

#unten a {
	float: left;
	width: 22px;
	height: 22px;
	border: 1px solid #cccc99;
	font-size: 12px;
	color: #cccc99;
	text-decoration: none;
	background-color: white;
	margin-left: 5px;
}

#unten a:hover {
	color: #990000;
}

#unten a.aktiv {
	color: white !important;
	background-color: #cccc99;
}

#unten a strong {
	display: block;
	font-weight: normal;
	text-align: center;
	padding: 4px 0px 0px;
}

/*hs - nicht entfernen dient seo !! */

* {
    font-family: Verdana, Helvetica;
   
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles fürs popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 300px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, 
.highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
	color: red;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	display: none;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.isa h1 {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}