/* SCC Screen CSS Document */


/* =============================
		Kalibrirung
============================= */

* { padding: 0; margin: 0; }

h2 { padding-bottom: 0.25em; }

p, ul { padding-bottom: 1em; }

ul ul { 
	padding-bottom: 0.4em; 
	padding-left: 2em;
}

body {
	background-color: #000;
	background-image: url(../bilder/stern.jpg);
	color: #8b0e13;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}

/* =============================
		Navigation
============================= */

#navigation a { 
	text-decoration: none;
	font-size: 130%;
	font-weight: 100;
}

#navigation ul {
	list-style-type: none;
	line-height: 2em;
}

#navigation a:link,
#navigation a:visited {
	color: #8b0e13;	
}

#navigation a:hover {
	color: #dedb00;
}

#navigation a:active,
#navigation a:focus {
	outline: none;
}

#navigation span {
	font-size: 130%;
	font-weight: 100;
	color: #dedb00;
}

/* =============================
		Inhalt
============================= */

a {
	color: #dedb00;
}

a:hover {
	color: #dedb00;
}

h1 { 
	font-size: 150%;
}

h2 { 
	font-size: 108%;
	font-weight: 100;
}

p { 
	font-size: 94%;
	font-weight: 100;
	line-height: 1.35em;
}

#inhalt span {
	color: #dedb00;
	font-size: 94%;
	font-weight: 100;
	line-height: 1.35em;
}

#inhalt ul {
	list-style-type: none;
	font-size: 94%;
	font-weight: 100;
	line-height: 1.35em;
}

.djpic {
	margin-bottom: 10px;
	}


/* =============================
		IDs und Klassen
============================= */

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
}

#kopf {
	position: absolute;
	background-image: url(../bilder/logo.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 559px;
	height: 209px;
}

#navigation {
	position: absolute;
	background-color: #000;
	padding: 10px;
	top: 209px;
	left: 20px;
	width:200px;
}

#inhalt {
	position: relative;
	overflow: hidden;
	background-color: #000;
	padding: 10px 20px 20px 10px;
	top: 209px;
	left: 260px;
	width: 510px;
	margin-bottom: 209px;
}

* html #inhalt { height: 1%; }


#partypics #inhalt {
	position: relative;
	text-align: center;
	background-color: #000;
	padding: 10px 20px 20px 10px;
	top: 209px;
	left: 260px;
	width: 510px;
	margin-bottom: 209px;
}

* html #partypics #inhalt { height: 1%; }

#partypics #inhalt img {
	padding-bottom: 10px;
}

#fotos #inhalt {
	position: relative;
	background-color: #000;
	padding: 10px 0px 20px 15px;
	top: 209px;
	left: 260px;
	width: 510px;
}

#aktuell #inhalt span.red {
	color:#dedb00;
	}

/* =============================
			Sonstige
============================= */

#fotos #inhalt img {
	margin-bottom: 10px;	
}

/* =============================
			Formular
============================= */

lable {
	cursor: pointer;
}

input#absender {
	width: 300px;
	height: 1.5em;
	background-color: #fff3e8;
	border: none; 
	color: #DDD;
	margin-bottom: 0.5em;
}

