* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    letter-spacing: 0;
    line-height: 11pt;
    color: #1F1F1F;
}

/* #### �berschriften #### */

h2 {
    clear: both;
    overflow: hidden;
    width: auto;
    height: 20px;
    padding: 5px 0 0 5px;
    margin: 0;
    background-image: url('../bilder/titel/bg.jpg');
    background-repeat: repeat-x;
}

h2,
h2 a {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

div.aufklappen h2 {
	cursor: pointer;
}

h3 {
    color: #000000;
    margin: 10px 5px 10px 5px;
    border-bottom: 1px solid #CFCFCF;
}

h4 {
    font-size: 12pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

/* #### Links #### */

a {
    color: #1F1F1F;
    text-decoration: underline;
}

a.menu {
    overflow: hidden;
    float: left;
    display: block;
    height: 50px;
    margin-left: 20px;
}

a.menu span {
    display: block;
    position: relative;
    top: -35px;
    width: 73px;
    height: 30px;
    background-image: url('../bilder/layout/x.png');
    background-repeat: no-repeat;
}

a#menu_contact {
    float: right;
    margin: 0 10px 0 0;
}

a.zusatz {
    text-decoration: none;
}

a.zusatz b, a.zusatz strong {
    text-decoration: underline;
    font-weight: normal;
}

a.zusatz i, a.zusatz em {
    font-size: 7pt;
    text-decoration: none;
    font-style: italic;
    color: #7F7F7F;
}

a.info {
    font-size: 7pt;
    color: #7F7F7F;
    text-decoration: none;
    padding: 0 0 0 10px;
    background-image: url(../bilder/layout/pfeil.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

a.button,
a.button_kl {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 2px;
	margin: 0 0 2px 0;
	background-color: #edc400;
}

a.button_kl {
	width: 180px;
}

	a:hover.button,
	a:hover.button_kl {		
		background-color: #CFCFCF;
	}

p.lastfm_track a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 15px;
    text-decoration: none;
}

p.lastfm_track a br {
    display: none;
}

/* #### Text formatierung #### */

small {
    font-size: 7pt;
    color: #7F7F7F;
}

/* #### tabellen #### */

table {
    margin: 7px 10px 7px 5px;
}

/* #### Abs�tze #### */

p {
    margin: 7px 10px 7px 5px;
}

p a,
div.box_3_a a {
    color: #1F1F1F;
}

p.zentriert {
    text-align: center;
}

p.bookmark a {
    display: block;
    margin-bottom: 5px;
}

p.bild_unterschrift {
    overflow: hidden;
    width: 170px;
    height: 45px;
}

p.bild_unterschrift a {
    overflow: hidden;
    display: block;
    width: 187px;
    height: 30px;
    text-decoration: none;
}

p.erfolg {
    padding: 10px;
    background-color: #e3edcf;
    border: 2px solid #7ab522;
}

p.fehler {
    padding: 10px;
    background-color: #fad2bf;
    border: 2px solid #FF0000;
}

p.kommentar {
    clear: both;
    padding: 10px 0 10px 0;
    border-top: 1px dotted #CFCFCF;
}

p.kleingedrucktes {
	font-size: 7pt;
	color: #999999;
}

/* #### Elemente #### */

div.footer, div.footer a {
    font-size: 7pt;
    color: #8a7e72;
    text-align: center;
}
