﻿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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body{
	overflow: hidden;
	background-image: url(images/bgneu.gif);
	background-repeat: repeat-x;
	background-color: #666666;
	color: #292929;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Styles for Seitenlayout*/
#divBODY {
	position: absolute;
	width:100%;
	left: 50%;
	margin-left: -457px;
	margin-top: 0px;
	text-align: left;
}

div.MAIN {
	position: absolute;
	z-index: 1 !important;
	top: 0px;
	left: 0px;
	width: 900px;
}

div.BILD_GROSS {
    position: absolute;
	z-index: 50 !important;
    width: 413px;
    height: 546px;
    top: 30px;
    left: 48px;
    border: 3px solid #292929;
    background-color: #292929;
    z-index: 2;
}

div.BILDER_REIHE1 {
    position: absolute;
    width: 433px;
    height: 201px;
    right: 0px;
    top: 33px;
    z-index: 4;
}

div.BILDER_REIHE2 {
    position: absolute;
    width: 433px;
    height: 201px;
    right: 0px;
    top: 181px;
    z-index: 4;
}

div.BILDER_REIHE3 {
    position: absolute;
    width: 433px;
    height: 201px;
    right: 0px;
    top: 330px;
    z-index: 4;
}

div.LOGO{
    position: absolute;
    width: 350px;
    height: 101px;
    left: 467px;
    top: 478px;
	background-image: url(images/Logo.gif);
	background-repeat: no-repeat;
    z-index: 5;
}
div.LOGO a 
{
    text-decoration: none;
}
div.LOGO_email{
    position: absolute;
    width: 206px;
    height: 20px;
    left: 0px;
    top: 88px;
    z-index: 6;
}
div.LOGO_email:hover{
	background-image: url(images/Logo_hover.gif);
	background-repeat: no-repeat;
    z-index: 6;
}


/*Styles for Links*/
.nav{
   	color: #878787;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; 
	font-style: normal;
	font-weight: normal;
	text-decoration: none
}

a.nav:hover 
{
    color: #454545;
    }

.email{
	color: #afb3b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	font-weight: normal;
}

a.email:hover 
{
    color: #292929;
    }

div.TEXT {
    position: absolute;
    width: 420px;
    height: 100px;
    top: 550px;
    left: 475px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px; 
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    z-index: 3;
}

/*Styles for Navigation*/
div.NAV {
    position: absolute;
	z-index: 60 !important;
    width: 768px;
    height: 15px;
    top: 15px;
    left: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
    z-index: 2;
}

/*Styles for transparentes Bild*/
.Bild_Block{   
}

img.Bild_Block{
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
	-khtml-opacity: 0.20;
}

/*Styles for Text*/
.impressum{
    position: absolute;
	z-index: 60 !important;
    width: 395px;
    top: 50px;
    left: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #afb3b1;
    z-index: 2;
}
/*Styles for Schriften*/
h1, h2, p, ul {
	font-family: Arial, Helvetica, sans-serif; 
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

p {
	padding: 7px 0 7px 0;
	text-align: justify;
}

ul {
	padding: 0px 0 0px 110;
	text-align: justify;
}


