@charset "utf-8";

html, body {
	/*height: 100%;*/
	margin: 0; /* margin and padding: neutralize browser defaults */
	padding: 0;
}
/* --- generic styles --- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, address, ul, ol, li, hr, br, table, td {
	margin: 0; /* neutralize browser spacing for vertical elements */
	padding: 0;
}

body  {
	background: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

a {
	color: #8C8C8C;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #6E6E6E;
}

h1, h2, h3, h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}
h1 {
	font-size: 36px;
	padding: 0;
	margin: 0 0 52px;
	text-align: right;
	color: #3C3C3C;
}

h2 {
	font-size: 20px;
	padding: 0;
	margin: 0 0 36px;
	color: #323232;
}

img {
	padding: 2px 0;
	margin: 0;
}

img.first {
	padding: 0 0 2px 0;
	margin: -10px 0 0 0; /* hier muß für IE andere Werte stehen, siehe Header von Html-Seiten */
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;	/* von mir rein */
}
#content {
	width: 523px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
/*	height: 155px;*/
	margin: 0 auto;
}

#video_2 {margin: 0 0 0 -100px; }

#band {
	margin: 0 0 0 523px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*height: 800px;	 von mir rein */
	/*width: 698px;*/
	height: 100%;
}
#download {
	width: 523px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 20px;
/*	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;*/
	text-align: right;
}
#download a {
	color: #8C8C8C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#download a:hover {color: #323232;}

#copy {
	margin: 80px 0 0;
	padding:0;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
#copy p{
	text-align: center;
	font-size: 10px;
	padding: 0px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
}

#nav {
	text-align: right;
	width:523px;
	margin: 28px 0px 45px 0px;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C8C8C;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 8px;
}
#navlist li.old {
	padding-right: 0px;
}
#navlist li a {color: #8C8C8C;}
#navlist li a:hover {color: #323232;}
#navlist li a.active {color: #323232;}

#playlist {
	text-align: left;
	width:720px;
	margin: 28px 0px 45px 0px;
	padding:0 0 0 28px;
}
#playlist ul {
	display: block;
	list-style-type: none;
}
#playlist ul li {
/*	display: block;
	list-style-type: square;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #8C8C8C;
}
#playlist ul li a:link {color: #8C8C8C;}
#playlist ul li a:hover {color: #323232;}
#playlist ul li a:active {color: #323232;}

.titel {
		margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #323232;
	font-style: italic;
	font-weight: bold;
}


.fltrt { /* this class can be used to float an element - 323232- right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
