﻿*	{
	padding:0;
	margin:0;
	border:0;
	}
html, body {
 	height: 100%; /* wichtig */
	font:11px Courier, 'Courier New', monospaced;
	color:black;
	text-align:center;
	}
div#seite{ 
	background:url(bg.jpg) -115px 0px no-repeat #fff;
	position:relative;
	width:980px;
	margin:0px auto;
	text-align:left;
	height:100%; 
	}
.clr{
	clear:both;
	}
div#links{
	float:left;
	background-color: none;
	width:470px;
	}
div#rechts{
	float:right;
	background-color: none;
	width:510px;
	}

div.kopf {height:auto; margin-top:32px}
div.rumpf {height:auto; }


h1 {display:block; color:#fff; font-size:14px; padding:30px 0 30px 11px; }
h2 {display:block; color:#000; background-color:none;  font-size:14px; font-weight:lighter; padding:11px 0 11px 11px; border-bottom:1px solid black; margin-top:24px;}
p {display:block; color:#000; background-color:none;  font-size:11px; font-weight:lighter; padding:11px  0 0 11px;}
a {color:red;}
a:hover {text-decoration:none;background-color:red; color:white;}
address {display:block; color:#000; background-color:none;  font-size:11px; font-style:normal; padding:11px  0 11px 11px;}

div.rumpf ul {padding:0 0 0 0;}
div.rumpf li {width:100%; color:black; font-size:11px; font-weight:normal;  list-style-type:none; border-bottom:1px solid red;}
div.rumpf li a {text-decoration:none; color:red; display:block; padding:11px; }
div.rumpf li a:hover {text-decoration:none; background-color:red; color:white;}

div.footer {background-color:lime; }
div.footer ul {padding:0 0 0 0; margin-bottom:11px; list-style-type:none;}
div.footer li {display:inline;}
div.footer a {text-decoration:none; color:#aaa;}
div.footer a:hover {color:red;}
div.footer p {display:block; color:#000; background-color:none;  font-size:11px; font-weight:lighter; padding:11px 0 11px 11px;}


/* TESTs bzw. Spielereien bzgl. Hintergruende */

.bg1 { background:url(Clotha.jpg) 0 0 repeat;filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.5; }
.bg1a { background:url(Cloth4.jpg) 0 0 repeat; }
.bg1b { background:url(Cloth5.jpg) 0 0 repeat; }
.bg1c { background:url(Cloth7.jpg) 0 0 repeat; }
.bg2 { background:url(Floor_t.jpg) 0 0 repeat; }
.bg3 { background:url(Arm.jpg) 0 0 repeat; }
.bg4 { background:url(av-3520.gif) center center no-repeat red;
		filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.5; }
.bg5 { background:url(bg3.jpg) bottom left repeat; }