@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html {
  overflow: -moz-scrollbars-vertical;
}
body {
	padding: 0;
	margin: 0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

/*Umschließt den gesamten Inhalt der Website*/
#frame {
	width:1000px;
	height:667px;
	margin-left:auto;
	margin-right:auto;
	border: 0;
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
	background-image: url(img/johanna-geil-vanilleeis.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #22246E;
	border-right: 1px solid #22246E;
}

/*Umschließt den Teil der unteren Website - side und content*/
#huelle {
	height: auto;
	width: 1000px;
	clear: both;
	overflow: auto;
}

/* HEADER ----------------------------------------------------------------------------------------------------------- */


/*header Bereich*/
#header {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 1000px;
	position: relative;
}


/*Bilderlesite*/
#sound {
	float: none;
	padding: 5px 0 0 0;
}

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


/*Navigation*/
#navigation {
	height: auto;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 300px;
	text-align: right;
}
/*Navigation - Text */
.navtext, .navtext:link, .navtext:active, .navtext:visited {
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	background-image: url(img/bg-navi.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 45px;
	width: auto;
}
/*Navigation - Text - hover*/
.navtext:hover {
	color: #FFDFB1;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	background-image: url(img/bg-navi.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 45px;
}
/*Navigation - Text - ausgew&auml;hlt*/
.navtext_choose, .navtext_choose:link, .navtext_choose:active, .navtext_choose:visited {
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #FFDFB1;
	background-image: url(img/bg-navi.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 45px;
	width: auto;
}

/* Navigation Liste */
.nav {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: normal;
	list-style: none;
	text-align: right;
}
/* Neue Navigation */
.nav li {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}


/*ID mit Padding Angaben*/
#home {
	padding: 10px 220px 20px 10px;
}
#songtext {
	padding: 10px 200px 20px 10px;
}
#medien {
	padding: 10px 30px 20px 10px;
}
#kontakt {
	padding: 10px 130px 20px 10px;
}

/* CONTENT ----------------------------------------------------------------------------------------------------------- */


/*Content mit Inhalt*/
#content {
	height: auto;
	padding: 0;
	position: relative;
	width: 1000px;
	float: none;
}
/*Inhalt*/
#inhalt {
	height: 350px;
	padding: 0 40px 0 0;
	width: 598px;
	position: relative;
	float: right;
	overflow: auto;
}

/*leere Flaeche ueber Inhalt*/
#kopfbereich {
	height: 37px;
	padding: 136px 0 0 0;
	width: 638px;
	position: relative;
	float: right;
}

li {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2em;
	padding: 3px 100px 3px 0;
}

/*Text*/
p {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-align: left;
	margin-top: 5px;
	line-height: 1.4em;
}

/*H1*/
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #871E1A;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 15px 0 5px 0;
	margin: 0;
}

/*H1 ganz gross im Kopf*/
h1.head01 {
	font-size: 2em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0 0 0 50px;
	margin: 0;
}

/*H1 gross im Kopf*/
h1.head02 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0 0 25px 50px;
	margin: 0;
}

/*H1 auffaellig*/
h1.gross {
	font-size: 3em;
	font-weight: bold;
	color: #871E1A;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
}

/*H1 klein im Footer*/
h1.footer {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 10px 0 0 120px;
	margin: 0;
}

/*H2*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.3;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}
/*H3*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #871E1A;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}
/*H4*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #871E1A;
	text-decoration: none;
	line-height: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}

/*Links*/
a, a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #21236D;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
/*Link - hover*/
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/*Tabelle*/
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 0;
}

.text-right {
	text-align: right;
	padding: 15px 60px 0 0;
}

/* SEITE RECHTS ----------------------------------------------------------------------------------------------------------- */

#side {
	float: left;
	width: 300px;
	height: auto;
	padding: 350px 0 0 52px;
	position: relative;
}

.teaser {
	width: 258px;
	padding: 10px;
	margin: 10px;
}

.text-teas {
	padding: 0;
	font-size: 0.9em;
}

.nopad {
	padding: 0;
	margin: 0;
}

/* PICTURES -----------------------------------------------------------------------------------------------------------------*/

/*Bilder*/
img {
	padding: 0;
	margin: 0;
	border: 0;
}
/*Bild rechts fließend*/
img.right {
	padding: 0 20px 0 10px;
	margin: 0;
	border: 0;
	float: right;
}
/*Bild links fließend*/
img.left {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

/* FOOTER -----------------------------------------------------------------------------------------------------------------*/

#footer {
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	width: 1000px;
	font-size: 0.9em;
	color: #66686A;
	padding: 10px 0 0 0;
}

/*Links im Fuss*/
.fussnav, .fussnav:link, .fussnav:active, .fussnav:visited {
	color: #66686A;
}

.fussnav:hover {
	color: #6F1B1B;
}
