/* css für die informationsseite der ersten deutschen schlagerpartei - edsp */
/* (C) Robert Santolupo, 24.11.2004 */
/* bildschirm visualisierung */

/* allgemein */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h3, h4, h5 {
	padding:0;
	margin:0;
}
ul,ol,form {
	margin:0;
	padding:0;
}
.bild {
	float: left;
	margin-right: 4px;
}

/* rahmen */

#rahmen {
	width: 593px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../grafik/rahmen/rahmen_2.jpg);
}
#kopf {
	height: 250px;
	width: 593px;
	/* background-image: url(../grafik/rahmen/rahmen_1.jpg); 
	background-repeat: no-repeat; */
}
#druck {
	display: none;
}
#inhalt {
	width: 593px;
}
#inhalt_links {
	left: 23px;
	width: 350px;
	position: relative;
	float: left;
	text-align: center;
}
#inhalt_rechts{
	position: relative;
	right: 20px;
	float: right;
	width: 200px;
	text-align: center;
}
#animation {
	height: 60px;
	width: 550px;
	left: 23px;
	position: relative;
}
#menue {
	width: 550px;
	height: 28px;
	left: 23px;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#fussnote {
	clear: both;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#unten {
	width: 593px;
	height: 21px;
	background-image: url(../grafik/rahmen/rahmen_3.jpg);
	background-repeat: no-repeat;
}

/* inhalte */

/*
#i_rechts {
	background:#ccc url(../grafik/kurzprogramm.jpg) no-repeat top;
	padding: 92px 5px 5px;
	width: 180px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:180px;
	border: 1px solid #999;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
*/

#i_rechts {
	background:#ccc;
	padding: 5px 5px;
	width: 170px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:180px;
	border: 1px solid #999;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
#i_links {
	padding: 5px;
	width: 340px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:330px;
	/*
	border: 1px dashed #999;
	*/
	margin-top: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/* schrift */

/* schrift anweisungen */
p {
	font-size: 10px;
	line-height: 14px;
	color: #333;
	text-align: justify;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
em {
	font-size: 10px;
	color: #999;
}
ul,ol {
	list-style-position: inside;
	list-style-type: square;
	font-size: 10px;
	color: #333;
}
.aufmacher {
	font-size: 14px;
	color: #900;
}
.hinweis {
	font-style: italic;
	font-size: 9px;
}
.impressum {
	list-style-type: none;
}
.archiv {
	list-style-type: none;
	list-style-position: outside;
	font-size: 9px;
	color: #000;
	padding-top: 8px;
	line-height: 14px;
}
.rot {
	font-style: italic;
	color: #990000;
}

/* link anweisungen */
a {
	font-style: italic;
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* formulare */

form dd {
	margin: 0px;
	padding-bottom: 4px;
}
form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

/* menue */

ul.navigation {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
li.navigation {
	float: left;
	padding-left: 10px;
}
a.navigation, a.navigation:visited, a.navigation:active {
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	font-style: normal;
	text-decoration: none;
}
a.navigation:hover {
	color: #900;
	font-style: italic;
	text-decoration: none;
}

