html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
ol, ul, li,
table, tr, th, td,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button{
	overflow: visible;
}
html {
	overflow: auto;
}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	word-spacing: 1.1;
	color: rgb(200,200,200);
	text-align: center;
	background: rgb(50,50,50);
}

a.ohne {
	color: rgb(200,200,200);
	text-decoration : none;
}

a.ohne:hover {
	color: rgb(220,220,220);
}

.links {
	float: left;
}

.rechts {
	float: right;
}

.aufheben {
	clear: both;
}


#lyrKopf{
	background: green;
	width: 1000px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#lyrFuss{
	background: green;
	width: 1000px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#lyrGesamt{
	background: rgb(102,102,102);
	width: 1000px;
	height: 600px;
	/*margin-top: 20px;*/
}

#lyrLinks{
	background: url(/img/verlauf-links.png);
	width: 240px;
	height: 500px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#lyrLinksInnen{
	width: 220px;
	height: 480px;
	margin: 10px;
	overflow:auto;
	text-align:left;
	color: rgb(220,220,220);
}

#lyrLinksInnen ul {
	/*
	padding: 5px 1px 25px;
	border: 1px solid rgb(102,102,102);
	*/

}

#lyrLinksInnen li {
	display: inline;
	list-style-type: none;
	line-height: 25px;
	
}

#lyrLinksInnen li a {
	display: block;
	color: rgb(200,200,200);
	line-height: 25px;
	padding: 2px 2px 2px 5px;

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgb(80,80,80);
	margin-right: 10px;
	margin-left: 10px;
	/*
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(80,80,80);
	*/
	text-decoration:none;
	
}

#lyrLinksInnen li a:hover {
	color: green;
	border-bottom-color: green;
	/*
	border-left-color: lime;
	*/
}




#lyrRechts{
	background: url(/img/verlauf-rechts.png);
	width: 700px;
	height: 500px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align:left;
}

#lyrRechtsInnen{
	width: 680px;
	height: 480px;
	margin: 10px;
	overflow:auto;
	color: rgb(200,200,200);
}


#lyrUnten{
	background: url(/img/verlauf-unten.png);
	width: 960px;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
}

#lyrUntenInnen{
	width: 940px;
	height: 20px;
	margin: 10px;
	overflow:auto;
	color: rgb(200,200,200);
}
