body,
html{
	margin:0;
	padding:0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	background-color: #f63;
}

img
{
	border:0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
}

html{
	width:100%;
	height:100%;
}

body{
	margin-left:180px;
	margin-right:180px;
	height:100%;
}

a
{
	text-decoration: underlined;
	color: #fff;
	background-color: #f63;
}

a:hover
{
	color: #000;
}

img	
{
	border: 0;
	margin: 4px;
}

h3
{
	font-size: 16pt;
	font-weight: normal;
	margin-top: 1em;
}

#linkliste
{
	min-height: 100%;
	position: absolute;
	left: 0; top: 0;
	margin-top: 60px;
	margin-left: 10px;
	width: 160px;
}
* html #linkliste{height: 100%;}

#linkliste a
{
	text-decoration: none;
}

#seiteninhalt
{
	position: relative;
	min-height: 100%;
	text-align: center;
	width:600px;
	margin: 0 auto 0 auto;
}
* html #seiteninhalt{height: 100%;}

#textbereich	
{
	float: left;
	min-height: 100%;
	width: 100%;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 9em;
}
* html #textbereich{height: 100%;}

#footer		
{
	position: absolute; bottom: 0; left: 0;
	width: 100%;
	text-align: center; font-size: 10pt; 
}

* html #footer {bottom: -1px;}

.dielinks	
{
	margin: 0; margin-bottom: 20px;
}

.text 		
{
	text-align: left; 
	font-size: 10pt; 
}

.mp3dl a
{
	background-color: #f63;
	background-image: url("layout/mp3.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right:28px;
	text-decoration: none;
}

.mp3dl a:hover
{
	background-image: url("layout/mp3h.gif");
}

