/* CSS Document */

/*
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
*/

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

h3, h4, h2, h1 {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	font-weight: normal;
}

img {
	border: 0;
}

/* Struktur */

body {
	text-align: center;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	position: relative;
	max-width: 866px;
	width: 866px;
	margin: auto;
	text-align: left;
}

#extra_div_1 {
	display: block;
	position: relative;
	width: 168px;
	height: 96px;
	left: -408px;
	top: 30px;
	background-image: url(img/gras.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#extra_div_2 {
	display: block;
	position: absolute;
	width: 164px;
	height: 319px;
	left: 225px;
	top: 340px;
	background-image: url(img/cowboy_bebop_01.jpg);
	background-repeat: no-repeat;
}

#extra_div_3 {
	display: block;
	position: absolute;
	width: 477px;
	height: 179px;
	right: -18px !important;
	right: -19px;
	bottom: 0px;
	background-image: url(img/inhalt_bottom.gif);
	background-repeat: no-repeat;
	z-index: 0;
}

#content {
	position: absolute;
	left: 389px;
	top: 22px;
	width: 440px;
	padding-left: 19px;
	padding-bottom: 30px;
	background-image: url(img/baum_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: visible;
}

/* Menue */

#nav {
	list-style: none;
	position: relative;
}

#nav li a span {
	display: none;
}

#nav li a {
	display: block;
	height: 116px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
}

#nav_home a {
	left: 0px;
	width: 97px;
	background-image: url(img/nav_home.jpg);
}

#nav_home a:hover {
	background-image: url(img/nav_home_hover.jpg);
}

#nav_weblog a {
	left: 97px;
	width: 97px;
	background-image: url(img/nav_weblog.jpg);
}

#nav_weblog a:hover {
	background-image: url(img/nav_weblog_hover.jpg);
}

#nav_projekte a {
	left: 194px;
	width: 97px;
	background-image: url(img/nav_projekte.jpg);
}

#nav_projekte a:hover {
	background-image: url(img/nav_projekte_hover.jpg);
}

#nav_links a {
	left: 291px;
	width: 98px;
	background-image: url(img/nav_links.jpg);
}

#nav_links a:hover {
	background-image: url(img/nav_links_hover.jpg);
}

/* Site-Login */
#form_login {
	position: absolute;
	top: 320px;
	left: 10px;
}

#form_login input {
	background-color: #fff;
	border: 1px solid #F6F1E7;
	width: 100px;
	font-size: 11px;
}

#form_login input.login_button {
	width: 50px;
}

#login_parts {
	position: absolute;
	top: 320px;
	left: 10px;
}

#login_parts a {
	background-color: #fff;
	border: 1px solid #F6F1E7;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

#login_parts a:hover {
	background-color: #F6F1E7;
}

/* Setlist */
.setlist_container {
	width: 440px;
	text-align: center;
	font-size: 11px;
}

.setlist_container a {
	color: #000;
}

.setlist_container a:hover {
	color: #fff;
	background-color: #756ED2;
}

.setlist_weiter {
	margin-left: 20px;
}

.setlist_zurueck {
	margin-right: 20px;
}

/* little admin */
/* news_part */
body div.little_admin {
	position: absolute;
	z-index: 10;
	border: 0;
	padding: 0;
	margin: 0;
}

.little_admin a {
	position: relative;
	padding-right: 10px;
}

#beitrag_detail div.little_admin img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* Starttext */
#intro {
	position: absolute;
	display: block;
	width: 389px;
	height: 194px;
	top: 116px;
	background-image: url(img/start_bg.gif);
	background-repeat: no-repeat;
}

#intro h1 {
	position: relative;
	top: 15px;
	left: 10px;
	width: 369px;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
}

#intro p {
	position: relative;
	left: 97px;
	top: 40px;
	width: 282px;
	font-size: 14px;
	text-align: justify;
	color: #000;
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
}

/* Flash */
#flash_screen {
	margin-bottom: 75px;
}

/* Start-Bild */
#image_start {
	position: absolute;
	left: 150px;
	top: 400px;
}

/* News */
#news_trennstrich_startseite span {
	display: none;
}

#news_trennstrich_startseite {
	display: block;
	width: 107px;
	height: 19px;
	background-image: url(img/news_trennstrich_startseite.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 440px;
	margin-bottom: 10px;
}

.news_part {
	width: 440px;
	margin-bottom: 25px;
	position: relative;
}

.news_part div {
	border-bottom: 1px dashed #ACA8A1;
	margin-bottom: 15px;
	float: left;
}

.news_part h3 {
	position: relative;
	bottom: 0px;
	width: 350px;
	font-size: 11px;
	float: left;
}

.news_part h3 strong {
	font-size: 28px;
	color: #F9C458;
	padding-right: 3px;
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
}

.news_part span {
	position: relative;
	top: 10px;
	width: 90px;
	display: block;
	float: left;
	text-align: right;
	font-size: 11px;
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
}

.news_part span strong {
	font-size: 18px;
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
}

.news_part p {
	clear: both;
	font-size: 11px;
	text-align: justify;
	line-height: 150%;
}

.news_part p a {
	border-bottom: 1px dotted #756ED2;
	color: #000;
}

.news_part p a:hover {
	color: #fff;
	background-color: #756ED2;
}

.news_part a {
	color: #756ED2;
}

a.news_detail_link:hover {
	color: #fff;
	background-color: #756ED2;
}

.news_detail_link {
	clear: both;
	font-size: 11px;
	font-weight: normal;
}

#beitrag_links {
	margin-bottom: 20px;
}

#beitrag_links h4 {
	font-size: 12px;
	color: #756ED2;
	width: 440px;
	font-weight: normal;
	margin-bottom: 15px;
}

#beitrag_links a {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	width: auto;
	padding-left: 20px;
}

#beitrag_links a:hover {
	color: #756ED2;
}

.beitrag_link_homepage {
	background-image: url(img/link_homepage.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.beitrag_link_email {
	background-image: url(img/link_mail.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}

.beitrag_link_quelle {
	background-image: url(img/link_quelle.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}

#beitrag_info {
	clear: both;
}

#beitrag_info h4 {
	font-size: 12px;
	color: #756ED2;
	width: 440px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: normal;
}

#beitrag_info p, #beitrag_info a {
	margin: 0;
	font-size: 11px;
}

#beitrag_info a {
	border-bottom: 1px dotted #756ED2;
	color: #000;
}

#beitrag_info a:hover {
	color: #fff;
	background-color: #756ED2;
}

#beitrag_info p {
	color: #575146;
}

#beitrag_info p strong {
	font-weight: normal;
	color: #000;
}

/* Links */
.links_kat_part {
	padding-bottom: 30px;
}

.links_kat_part h3, .links_kat_part strong {
	font-size: 18px;
	font-weight: normal;
}

.links_kat_part p {
	font-size: 11px;
	color: #333;
	padding: 10px 0 10px 20px;
	text-align: justify;
}

.links_kat_part ul {
	list-style-image: url(img/links_list.gif);
	padding-left: 32px;
}

.links_kat_part li a {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.links_kat_part li a:hover {
	color: #756ED2;
}

/* Galerie */

.galerie_bild {
	position: relative;
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
}

#galerie_detail {
	position: relative;
	margin-left: 30px;
	width: 410px;
	display: block;
	float: left;
	margin-bottom: 20px;
}

#galerie_bild_detail {
	padding-bottom: 20px;
	position: relative;
	display: block;
	float: left;
	text-align: center;
}

#galerie_bild_detail a {
	margin-right: 20px;
	font-size: 11px;
	margin-bottom: 10px;
}

#galerie_bild_detail a:hover {
	color: #fff;
	background-color: #756ED2;
}

#galerie_bild_detail p {
	clear: both;
}

#beitrag_detail div.setlist_container {
	margin: 40px 0 40px 0;
	text-align: left;
}

/* BLOG */

#blog_last {
	position: relative;
	display: block;
	padding-bottom: 20px;
	float: left;
}

#blog_last a.blog_datum {
/*	position: absolute;*/
	display: block;
	float: left;
	width: 51px;
	height: 79px;
	background-image: url(../../style/img/blog_last_bg.gif);
	background-repeat: no-repeat;
}

#blog_last a.blog_datum span {
	color: #fff;
	text-align: center;
	display: block;
}

#blog_last a.blog_datum:hover {
	background-image: url(../../style/img/blog_last_bg_hover.gif);
}

#blog_last span.blog_tag {
	padding-top: 10px;
	font-size: 30px;
}

#blog_last span.blog_monat {
	font-size: 18px;
}

#blog_last div.blog_text {
	position: relative;
	width: 370px;
	margin-left: 10px;
	font-weight: normal;
	float: left;
}

#blog_last h3 {
	font-weight: normal;
}

#blog_last h3 a:hover {
	color: #756ED2;
}


#blog_last p {
	margin-top: 15px;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
}

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

#blog_last p a:hover {
	color: #fff;
	background-color: #756ED2;
}

#blog_last_bottom {
	margin: 0 0 20px 20px;
}

#blog_last_bottom ul {
	list-style-type: none;
}

#blog_last_bottom h4 {
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 12px;
	color: #756ED2;
}

.blog_weitere_datum {
	width: 70px;
	font-size: 11px;
	vertical-align: top;
}

#blog_last_bottom a {
	padding-left: 20px;
	font-size: 11px;
	background-image: url(img/blog_start_weitere.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	vertical-align: top;
}

#blog_last_bottom a span {
	display: none;
}

#blog_last_bottom a:hover {
	background-image: url(img/blog_start_weitere_hover.gif);
	color: #756ED2;
}

#blog_last div.blog_user {
	margin-top: 0px;
/*	border-top: 1px solid #999; */
	font-size: 10px;
	color: #999;
}

#blog_last div.blog_user strong, #blog_last div.blog_user a {
	color: #756ED2;
	font-weight: normal;
}

#blog_last div.blog_user a:hover {
	background-color: #756ED2;
	color: #fff;
}
/* BLOG PART */
.blog_part {
	position: relative;
	padding-bottom: 30px;
}

.blog_part h3 a {
	font-weight: normal;
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
}

.blog_part h3 a:hover {
	color: #756ED2;
}

.blog_part p {
	margin-top: 15px;
	font-size: 11px;
	text-align: justify;
	line-height: 150%;
}

.blog_part p a {
	border-bottom: 1px dotted #756ED2;
	color: #000;
}

.blog_part p a:hover {
	color: #fff;
	background-color: #756ED2;
}

.blog_part div.blog_user {
	margin-top: 15px;
	border-top: 1px solid #999;
	font-size: 10px;
	color: #999;
}

.blog_part div.blog_user strong, .blog_part div.blog_user a {
	color: #756ED2;
	font-weight: normal;
}

.blog_part div.blog_user a:hover {
	background-color: #756ED2;
	color: #fff;
}
/* BLOG PART ENDE */

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

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

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

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

#kommentar_add p a:hover {
	color: #fff;
	background-color: #756ED2;
}

#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;
}

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

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

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


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

.kommentar, .kommentar_admin {
	position: relative;
	margin: 30px 0 0 0;
}

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

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

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

.kommentar h4 a:hover, .kommentar_admin h4 a:hover {
	color: #fff;
	background-color: #756ED2;
}


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

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

.kommentar_admin {
	background-image: url(img/blog_admincomment_bg.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0;
	padding-top: 20px;
}

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

#beitrag_detail p.blog_detail_antworten a {
	color: #756ED2;
}

#beitrag_detail p.blog_detail_antworten a:hover {
	color: #fff;
}

#beitrag_detail p.blog_kurztext {
	color: #575146;
	font-size: 12px;
}

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

#blog_kommentar h3 {
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575146;
	padding-bottom: 10px;
}

#blog_kommentar h3 a {
	display: block;
	font-size: 20px;
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	margin-top: 10px;
	color: #000;
}

#blog_kommentar h3 a:hover {
	color: #fff;
	background-color: #756ED2;
}

#blog_kommentar div#beitrag_info {
	padding-bottom: 40px;
}

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

.start_kat_list {
	position: absolute;
	top: 480px;
}

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

cite.cite_main {
	position: absolute;
	top: 400px;
	left: 30px;
	font-size: 9px;
	width: 200px;
	text-align: center;
	z-index: 100;
}

cite.cite_main strong {
	display: block;
	color: #555;
	font-weight: normal;
}

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

#kat_uebersicht h2.kat_part {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 30px;
}

#kat_uebersicht h2.kat_part strong {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #F9C458;
}

#kat_uebersicht h3.kat_part {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #575146;
	font-size: 16px;
	margin-bottom: 15px;
	color: #575146;
}

#kat_uebersicht p.kat_part {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
}

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

.start_kat_list h3 {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", Arial, Helvetica, sans-serif;
	color: #756ED2;
	margin-left: 30px;
}

.start_kat_list ul {
	list-style-type: none;
}

.start_kat_list ul li {
	margin-left: 30px;
}

.start_kat_list ul li a {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", Arial, Helvetica, sans-serif;
}
.start_kat_list ul li a:hover {
	text-decoration: underline;
}

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

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

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

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