/* CSS Document */


/* Allgemein gültige Regeln */
* {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

body {
	background-color: #000;
	text-align: center;
}

/********************/

.little_admin {
	position: absolute;
	margin-left: 5px;
}

/********************/

.setlist_container {
	color: #aaa;
	font-size: 11px;
	margin: 10px 0 10px 0;
	text-align: center;
}

.setlist_container a {
	color: #fff;
}

.setlist_container a:hover {
	color: #EB670C;
}

.setlist_container a.setlist_zurueck, .setlist_container a.setlist_weiter {
	margin: 0 10px 0 10px;
}


/********************/

#container {
	margin: auto;
	position: relative;
	width: 800px;
	text-align: left;
	background-image: url(img/sunset.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 98px;
}

/********************/

#nav {
	float: left;
	width: 185px;
	list-style-type: none;
	padding-top: 100px;
}

#nav li {
	margin-bottom: 11px;
}

#nav li a {
	display: block;
	width: 122px;
	height: 18px;
	background-color: #FFFF00;
	color: #000;
	font-size: 14px;
	padding-left: 8px;
}

#nav li a:hover {
	background-color: #FFB919;
}

/********************/

#content {
	float: left;
	width: 615px;
	padding-top: 100px;
}

/********************/

#form_login, #login_parts {
	position: absolute;
	right: 10px;
	top: 10px;
}

#form_login input {
	font-size: 11px;
}

/********************/

#login_parts p {
	display: inline;
	color: #000;
	font-size: 11px;
}

#login_parts a {
	color: #000;
	font-size: 11px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #000;
}
#login_parts a:hover {
	border-left: 1px solid #EB670C;
	color: #EB670C;
}

/********************/

.part {
	float: left;
	width: 615px;
	background-image: url(img/galerie_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #fff;
}

.part div.part_head {
	display: block;
	height: 10px;
	width: 615px;
	font-size: 1px;
	background-image: url(img/galerie_head.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.part h3 {
	border-left: 1px solid #EB670C;
	border-right: 1px solid #EB670C;
	padding: 0 15px 15px 15px;
	font-size: 16px;
}

.part p {
	border-left: 1px solid #EB670C;
	border-right: 1px solid #EB670C;
	padding: 0 15px 15px 15px;
	font-size: 12px;
}

.part a.detail_link {
	padding: 0 0 0 15px;
	font-size: 12px;
	background-image: url(img/pfeil_schwarz_rechts.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	color: #fff;
	text-decoration: underline;
}
.part a.detail_link:hover {
	color: #EB670C;
}

.part div.images_prev {
	border-left: 1px solid #EB670C;
	border-right: 1px solid #EB670C;
	padding-left: 15px;
}

.part div.images_prev img {
	padding: 0 10px 10px 0;
}

/********************/

#beitrag_detail {
	color: #fff;
}

#beitrag_detail h2 {
	color: #EB670C;
	font-size: 20px;
	margin-bottom: 20px;
}

#beitrag_detail p {
	font-size: 12px;
	margin-bottom: 15px;
}

/********************/

#galerie_detail {
	width: 615px;
	text-align: center;
	float: left;
}

#galerie_detail div.galerie_bild {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

#galerie_bild_detail {
	float: left;
}

#galerie_bild_detail a#bild_vor, #galerie_bild_detail a#bild_nach {
	color: #fff;
	font-size: 11px;
	margin: 10px 10px 0 0;
}
#galerie_bild_detail a#bild_vor:hover, #galerie_bild_detail a#bild_nach:hover {
	color: #EB670C;
}

#galerie_bild_detail div {
	text-align: center;
	margin: 10px 0 10px;
}

#galerie_bild_detail {
	font-size: 10px;
	color: #fff;
	text-align: center;
}
/********************/

#kommentar_add {
	float: left;
	position: relative;
	width: 302px;
	height: 391px;
	margin: 50px 0px 20px 80px;
	background-image: url(img/kommentar_neu_bg.gif);
	background-repeat: no-repeat;
}

#kommentar_add h3 {
	font-size: 14px;
	color: #EB670C;
	font-weight: normal;
	padding: 10px 0 15px 10px;
}

#kommentar_add p {
	font-size: 11px;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 150%;
	padding: 0 10px 0 10px;
	color: #fff;
}

#kommentar_add p a {
	border-bottom: 1px dotted #756ED2;
	color: #fff;
}

#kommentar_add p a:hover {
	color: #EB670C;
}

#kommentar_add div {
	left: 10px;
	position: relative;
	float: left;
	padding-bottom: 5px;
}

#kommentar_add div label {
	display: block;
	width: 120px;
	float: left;
	font-size: 11px;
	color: #fff;
}

#kommentar_add div input {
	display: block;
	width: 160px;
	border: 1px solid #fff;
	font-size: 11px;
	float: left;
}

#kommentar_add textarea {
	display: block;
	width: 280px;
	height: 150px;
	border: 1px solid #fff;
	font-size: 11px;
	float: left;
}

#kommentar_add div.kommentar_buttons input {
	width: 140px;
}


/***************************/

.kommentar, .kommentar_admin {
	position: relative;
	float: left;
	margin: 20px 0 0 0;
}

.kommentar span, .kommentar_admin span {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 24px;
	color: #fff;
}

.kommentar h4, .kommentar_admin h4 {
	position: relative;
	left: 50px;
	font-size: 14px;
	width: 390px;
	color: #EB670C;
}

.kommentar h4 a, .kommentar_admin h4 a {
	font-weight: bold;
	color: #EB670C;
}

.kommentar h4 a:hover, .kommentar_admin h4 a:hover {
	color: #fff;
}


.kommentar p, .kommentar_admin p {
	position: relative;
	padding-top: 20px;
	width: 390px;
	left: 50px;
	font-size: 11px;
	color: #fff;
	text-align: justify;
	line-height: 150%;
}

.kommentar div, .kommentar_admin div {
	position: relative;
	padding-top: 15px;
	left: 50px;
	font-size: 10px;
	color: #fff;
}

.kommentar_admin h4 span {
	position: relative;
	font-size: 11px;
	color: #EB670C;
	left: 0;
	top: 0;
	font-weight: normal;
}