/* CSS Document */

body {
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
letter-spacing: 0;
  text-decoration: none;
	font-size: 13px;
	background-color: #dddddd;
	color: #000000;
	background-image:    url(hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*Formatierung TEXT*/
p {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 19px;
	color: #707072;
}


.p1 {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}

h1 {
	font-size: 15px;
	margin-left: 0px;
	color: #006ab3;
		margin-top: -2px;

}

	h2 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 10px;
	color: #004c93;
}


h3 {
	font-size: 14px;
	color: #FFFFFF;
		margin-top: -2px;
}

/* WORK SCROLL WINDOW */

div.scroll {
position: absolute;
	top: 400px;
	left: 298px;
height: 430px;
width: 600px;
overflow: auto;
border: 0px solid #FFFFFF;
background-color: transparent;
padding: 1px 0 0px 0;
		z-index: 3;
}

/*END WORK SCROLL WINDOW */

/* zweite Spalte: Textfeld*/
#textfeld {
position: absolute;
	top: 270px;
	left: 213px;
	width: 450px;
	height: 500px;
	background-color: transparent;
	padding: 1px 0 0px 0;
    background-repeat: no-repeat;
		z-index: 10;
}

#textfeld_schmal {
position: absolute;
	top: 270px;
	left: 213px;
	width: 250px;
	height: 500px;
	background-color: transparent;
	padding: 1px 0 0px 0;
    background-repeat: no-repeat;
		z-index: 2;
}



/* rechte Spalte Fotos*/
#rechte_spalte_1 {
	padding: 0px 0 0px 0;
	background-image:   url();
	background-repeat: no-repeat;
	position: absolute;
	top: 298px;
	left: 678px;
	width: 190px;
	height: 152px;
	z-index: 4;
	}



/* rechte Spalte Fotos*/
#rechte_spalte_2 {
	background-color: #000000;
	padding: 0px 0 0px 0;
    background-image:   url();
    background-repeat: no-repeat;
	position: absolute;
	top: 460px;
	left: 678px;
	width: 190px;
	height: 152px;
	z-index: 5;
	}

 #fadeshow1 {
	background-color: transparent;
	padding: 0px 0 0px 0;
	background-image:   url(../intro/intro1.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	position: absolute;
	top: 291px;
	left: 199px;
	width: 657px;
	height: 291px;
	background-color: transparent;
	padding: 1px 0 0px 0;
	background-repeat: no-repeat;
	z-index: 1;
}



.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

