/*  
Theme Name: Sweet Surrender
Theme URI: http://music-websites.de/
Description: Theme des Netlabels Sweet Surrender.
Version: 1.0
Author: mo.
Author URI: http://mo.phlow.de/
*/



html, body {
	text-align:center;
	margin: 0;					/* kein Randabstand */
	padding: 0;					/* kein Innenabstand */
	font-family : Verdana, Helvetica, Arial, sans-serif; /* Schriftfamilie */
	color: #333;				/* Schriftfarbe dunkel-grau */
	background: #fff;		/* Hintergrundfarbe */
	font-size : 13px;			/* Basis-Schriftgröße */
}

.logo {
	margin: 0;
	padding: 0;
	border: none;
}


/* Zuruecksetzen des Randes aller wichtigen Text-Elemente */

a, p, h1, h2, h3, h4, h5, h6, td, tr {
	margin: 0;
	padding: 0;
}

/* Formatierung Bilder */
img {
	border: 1px solid #000;		/* 1 Pixel-Rand in schwarz */
	float: left;					/* Inhalte umfliessen Bilder an der rechten Seite */
	margin: 0 8px 8px 0px;		/* Abstand rechts und unten 8 Pixel */
}

/* --- LAYOUT -------------------------- */

#gesamteseite {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #fff url('hintergrund.png') repeat-y;
	text-align: left;
}


#kopfzeile {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 300px;
}

#linkespalte {
	margin: 0;
	padding: 0;
	width: 0px;
	float: left;
}

#linkespalte-abstand {
	margin: 10px 5px 0 30px;
}

#rechtespalte {
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
	width: 460px;
	float: left;
	position: relative;
	left: 160px;
	top: 50px;
}

#rechtespalte-abstand {
	margin: 10px 30px 20px 10px;
}

#fusszeile {
	margin: 0;
	padding: 0;
	clear: both;
	width: 800px;
	height: 180px;
	font-size:9px;
	color:#bbb;
	text-align: center;
	background: url('fusszeile_hintergrund.jpg') bottom left no-repeat;
}

#fusszeile a {
	
	color:#bbb;
	border-color:#bbb;
}

#fusszeile a:hover {
	
	color:#999;
	border-color:#999;
}
#fusszeile a:active {
	
	color:#888;
	border-color:#888;
}

#fusszeile-abstand {
	padding-top: 100px;
	margin: 4px 30px 10px 30px;
}



/* --- NAVIGATION -------------------------- */


/* navigation */

#navcon {
	margin: 0px 0px 0px 20px;
	position:relative;
	/*left: 150px;
	top: 30px;*/
	padding-top: 30px;
	padding-left: 150px;
	
}


#nav {

	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	/*width: 460px;*/
	list-style: none;
	border-top: 0px solid #bbb;
	border-bottom: 0px solid #333;
	font-weight: bold;
	
}

#nav li {
	float: left;
	margin: 0;
	padding: 0px 1px 0 0;
	list-style: none;
	background: url('nav-li-hintergrund.gif') no-repeat top right;
}

#nav a {
	float: left;
	padding: 3px 13px;
	text-decoration: none;
	color: #fff;
	border: none;
}

#nav a:hover, #nav a.aktuell {
	color: #fff;
	background: url('nav-aktuell-hintergrund.gif') repeat-x bottom left;
}

#nav a.aktuell {
	background: url('nav-aktuell-hintergrund.gif') repeat-x bottom left;
}



/* TEXTFORMATIERUNG -------------------------------------------*/

/* Hauptueberschrift */
h1 {
	font-size: 150%;			/* Schriftgröße */
	line-height: 170%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}

/* Zweite Ueberschrift */
h2 {
	font-size: 150%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}

/* Anreissertext */
h3 {
	font-size: 100%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 6px;		/* unten Innenabstand zwischen Elementinhalt */
}

/* Zwischenueberschrift */
h4 {
	font-size: 120%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-top: 12px;		/* unten Innenabstand zwischen Elementinhalt */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}
h5 {
	font-size: 100%;			/* Schriftgröße */
	line-height: 110%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}
p {
	font-size: 100%;			/* Schriftgröße body */
	line-height: 110%;		/* Zeilenabstand */
	font-weight: normal;		/* Fettschrift */
	padding-bottom: 12px;	/* unten Innenabstand zwischen Elementinhalt */
}

ul {
	margin: 0 5px 12px 24px; 	/* unten und linker Abstand */
	padding: 0;					/* Innenabstand */
}

ol {
	margin: 0 0 12px 24px; 	/* unten und linker Abstand */
	padding: 0;					/* Innenabstand */
}

li {
	margin: 0;				/* Abstand */
	padding: 0;				/* Innenabstand */
}

blockquote {
	margin: 0 0 0 24px;	/* Abstand */
	padding: 0px 0 12px 0;				/* Innenabstand */
}

/* Link-Verhalten -------------------------------------------*/

/* Link */
a {
	text-decoration: none;				/* Keine Unterlinierung */
	font-weight: bold;					/* Fettschrift */
	color: #364;							/* Schriftfarbe dunkelgruen */
	border-bottom: 1px dotted #364;	/* Untere Linie grau 1 Pixel Rahmen gestrichelt */
}

/* Link bei darueberfahrender Maus */
a:hover {
	color: #394;							/* Schriftfarbe hellgruen */
	border-bottom: 1px dotted #394;	/* Untere Linie hellgruen 1 Pixel Rahmen durchgezogen */
}

/* Geklickter Link */
a:active {
	color: #394;							/* Schriftfarbe tuerkis */
	border-bottom: 1px solid #394;	/* Untere Linie tuerkis 1 Pixel Rahmen durchgezogen */
}



.artikel {
padding: 0 0 24px 0;
}