/* 
****************************************************
**  SUNNYMOON CSS-LAYOUT 2007
**  AUTHOR: TIM HAUTKAPPE
**  LAST CHANGE: 24-05-2007
****************************************************
*/


body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 18pt;
}
img{
	border: none;
}
* {
	margin: 0;
	padding: 0;
}


/* HYPERLINKS
--------------------------------------------------*/
a, a:link, a:visited{
	text-decoration: none;
	color: #5C5C5C;
}
a:hover, a:active{
	text-decoration: none;
	color: #000000;
}
a.aktuell, .aktuell{
	color: #000000 !important;
}


/* CONTAINER
--------------------------------------------------*/
#platten{
	height: 112px;
	background-image: url(../images/plattencoll.jpg);
	background-repeat: repeat-x;
}
#navigation{
	float: left;
	display: inline; /* IE double-margin hack */
	margin: 50px 0 0 50px;
	width: 150px;
}
#inhalt{
	margin: 50px 200px 0 250px;
}


/* HTML-TAGS
--------------------------------------------------*/
p{
	clear: right;
	font-size: inherit;
}
h1{
	font-weight: bold;
	font-size: inherit;
}
h2{
	font-weight: bold;
	font-size: inherit;
	border-bottom: 1px solid #999999;
	margin-top: 30px;
}
h3{
	font-weight: normal;
	font-size: inherit;
	margin: 0 90px 0 0;
	display: inline;
}


/* FORM-TAGS
--------------------------------------------------*/
form{
	margin: 0;
	padding: 0;
}
input{
	/*height: 1em;*/
	width: 320px;
	margin: 0;
}
textarea{
	height: 8em;
	width: 320px;
}


/* KLASSEN FUER NEUIGKEITEN
--------------------------------------------------*/
.datum{
	float: right;
	height: inherit;
}
.bearbeiten{
	display: inline;
	width: 100px;
}
#neuigkeiteneingabe input{
	width: 100%;
}
#neuigkeiteneingabe textarea{
	width: 100%;
	height: 25em;
}


/* KLASSEN FUER ANFRAGE
--------------------------------------------------*/
form.anfrage{
	/*padding: 10px;
	background-color: #C4EDFF;*/
	padding: 0;
	width: 320px;
}


/* KLASSEN FUER INSTORE-GIGS
--------------------------------------------------*/
a.xgallery{
	display: block;
	margin-bottom: 1px;
	padding: 8px;
	width: 200px;
	background-color: #201C66;
	background-image: url(../images/glasbutton.png);
	background-repeat: repeat-x;
	color: white;
}
a.xgallery:hover{
	background-color: #F29A40;
	color: white;
}
div.gallery{
	line-height: normal;
	margin-bottom: 50px;
}
div.gallery img{
	margin: 0 1px 1px 0;
	padding: 0;
}


/* KLASSEN FUER GAESTEBUCH
--------------------------------------------------*/
#neuigkeiteneingabe input{
	width: 100%;
}
#neuigkeiteneingabe textarea{
	width: 100%;
	height: 25em;
}
