body,html{
	margin:0px;
	padding:0px;
	}
body{
	background-color:#FFFFFF;
	font-family:times new roman;
	font-size:10pt;
	/* HIER WIRD DAS HINTERGRUNDBILD FIXIERT
		background-image:url(bilder/115tapete.jpg);
	*/
	background-repeat:repeat;
	background-position:-155px 0%;
	/* HIER WIRD DAS HINTERGRUNDBILD FIXIERT*/
	background-attachment:fixed; 
	border-width:0px; 
	border-style:Solid;
	margin-top:10px;
	
	scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#000000;
    scrollbar-face-color:#000000;
    scrollbar-track-color:#FFFFFF;
    scrollbar-darkshadow-color:#000000;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#000000;
	
	}
#myspace{
	position:absolute;
	top:7px;
	left:10px;
	}

#outerdiv{
	/* BORDER auf 0 setzen wenn Seite fertig ist*/
	border:0px solid green;
	width:900px;
	/* HIER WIRD DAS DIV ZENTRIERT*/
	margin:0px auto;
	height:700px;
	background-color:#000000;
	text-align:center;
	/* HIER WIRD DER ABSTAND NACH OBEN FESTGELEGT*/
	margin-top:0px;
	}
#innerdiv{
	/* BORDER auf 0 setzen wenn Seite fertig ist*/
	border:0px solid red;
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	/* HIER WIRD DAS DIV ZENTRIERT*/
	margin:0px auto;
	height:700px;
	}
	
/* Im Contentdiv wird der Text der Unterseiten angezeigt!!
top:220px;
	left:200px;
*/	
#contentdiv{
	position:absolute;
	top: 250px;
	left:80px;
	/* HIER WIRD DAS DIV ZENTRIERT*/
	width:770px;
	height:320px;
	border:1px solid black;
	
	font-size:11pt;
	/* HIER WIRD DIE SCHRIFTFARBE BESTIMMT*/
	color:#000000;
	background-image:url(bilder/115wear_weissebox.jpg);
	background-repeat:no-repeat;
	}

#textdiv{
	position:absolute;
	top: 256px;
	left:96px;
	width:750px;
	height:311px;
	/* BORDER auf 0 setzen wenn Seite fertig ist*/
	border:0px solid red;
	overflow:auto;
	font-size:11pt;
	/* HIER WIRD DIE SCHRIFTFARBE BESTIMMT*/
	color:#000000;
	}
	
#contentimg{
	position:absolute;
	text-align: center;
	top:0px;
	left:0px;
	}
#contenttable{
	width:100%
	}

h1 { font-family:times new roman;font-size:15pt;margin:0px; margin-bottom:5px; margin-top:10px; font-weight:bold; text-decoration:none; }
h2  { font-family:times;font-size:9pt;margin:0px; margin-bottom:10px;}
h3 { font-family:times;font-size:13pt;margin:0px; margin-bottom:10px; font-weight:bold; text-decoration:underline;}
h4 { font-family:times;font-size:7pt;margin:0px;  margin-bottom:10px;}
h5 { font-family:times;font-size:7pt;margin:0px; margin-bottom:10px; text-decoration:underline;}
h6  { font-family:times;font-size:9pt;margin:0px; margin-bottom:10px; text-decoration:underline;}


a               { color:#000000; text-decoration:none;font-size:12pt; font-family:times new roman;}
a:hover   { color:#FFF; text-decoration:none;}
a img	{border:0px;}

table td      {font-size:10pt;}

table td  a    {font-size:8pt;}

.linkactive {color:#999;}
.kleinelinks {font-size:4pt;}
.kleineralbentext {font-size: 8pt;}
.kleineralbentext2 {font-size: 7pt;}

