@charset "utf-8";
/* *** css by on-sol-graphix *** */

/* start Reset browsers default margin, padding and font sizes */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img, :link img, :visited img {
    border: 0;
}

ol, ul {
    list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
}

/* end Reset */

html {
    font-size: 100%;
    /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
    height: 101%;
}


    body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #666666;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    }
    .master #container {
	width: 800px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: left 49px;
	padding: 0px;
    }
    .master #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 49px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
    }
    .master #mainContent {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
    }

    .master #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	margin: 0px;
	padding: 0px;
    }
.master #container #footer #footer_inner {
	width: 680px;
	margin: 0px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
}
.master #container #footer #footer_inner a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.master  #container  #mainContent  #texte  h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #BCBCBC;
	background-image: url(../images/bg_h4.jpg);
	background-repeat: no-repeat;
	background-position: -50px;
	font-style: italic;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#mainContent #texte #startlinks {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#startlinks  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #BCBCBC;
	font-style: italic;
	line-height: 25px;
	text-decoration: none;
}
#startlinks  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	line-height: 25px;
	text-decoration: none;
}



a  .mainlinks, :hover .mainlinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #BCBCBC;
	background-image: url(../images/bg_h4.jpg);
	background-repeat: no-repeat;
	background-position: -50px;
	font-style: italic;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-decoration: none;
}
.master #container #mainContent #texte .textItem ul {
	font-size: 30px;
	font-weight: bold;
}
.master #container #mainContent #texte .textItem li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 100%;
	color: #CCCCCC;
	display: block;
	text-decoration: none;
}
.master #container #mainContent #texte .textItem a {
	text-decoration: none;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent #texte #naviunten {
	padding-top: 10px;
}
.master #container #mainContent #texte #naviunten a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.master #container #mainContent #texte #naviunten a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.master #container #mainContent #texte .textItem a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






.teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
}
.master #container #mainContent #texte p {
	line-height: 22px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.master #container #mainContent #texte h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.master #container #mainContent #texte h2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 18px;
}
.master #container #mainContent #texte h5 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 22px;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
	letter-spacing: 2px;
}
.master #container #footer #footer_inner h6 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.master #container #mainContent #slider {
	height: 345px;
	width: 680px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 34px;
	background-image: url(../images/slider_master.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.master #container #mainContent #texte {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	width: 660px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.master #container #header #metaNavigation li {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.master #container #header #metaNavigation {
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.master #container #footer #footer_inner p {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.master #container #footer #footer_inner a {
	font-size: 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.master #container #header #metaNavigation a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	text-decoration: none;
}

