@charset "utf-8";
/*Start Allgemeine Defintionen*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Helvetica, Verdana;
}

.body {
	width:100%;
	height:100%;
	background-image:url(images/mauerwerk.gif);	
}

img {
    border: none;
}

blockquote {
    margin-top: 0;
}

a:link {
    border: none;
    color: #000000;
    text-decoration: none;
}

a:visited {
    border: none;
    color: #000000;
    text-decoration: none;
}

a:hover {
    border: none;
    color: #000000;
    text-decoration: underline;
}

a:active {
    border: none;
    color: #000000;
    text-decoration: none;
}

input {
    height: 18px;
    font-size: 12px;
    margin: 0px;
	border:solid 1px;
	color:#000000;
	background-color:#ffffff;	
}
input
[ type = "password" ] {
    height: 14px;
    font-size: 12px;
}

input
[ type = "submit" ] {
    height: 16px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    
    background-color: #FFFFFF;
}
input
[ type = "button" ] {
    height: 16px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border: solid 1px;
    background-color: #FFFFFF;
}

input
[ type = "checkbox" ] {
    border: solid 1px;
    color: #000000;
}

input
[ type = "file" ] {
    border: solid 1px;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    background-color: #FFFFFF;
}

textarea {
    width: auto;
    height: auto;
    font-size: 12px;
}

select {
    font-size: 12px;
}

hr {
    background-color: white;
    height: 1px;
    border: 0;
    color: white;
}

ul {
    list-style-position: inside;
    margin-left: 5px;
	
	
}
li {
	
}

.white {
    color: #FFFFFF
}

.green {
    color: #00FF00;
}

.red {
    color: #FF0000;
}

.blackhr {
    background-color: black;
    color: black;
}

.narrow_border {
    border: solid 1px;
}
/* Ende Allgemeine Definitionen */
/* Start Definitionen Grundgerüst*/
div.whole_site {
    margin-left: auto;
    margin-right: auto;
    width:740px;
	
}

.between_walls {
	
    float: left;
    width: 730px;
	padding-left:10px;
	background-color:#FFFFFF;
	
}



.content {
    width: 500px;
    
    float: left;
    font-size: 12px;
}

.content_home {
    
    clear: left;
    font-size: 12px;
}

.right {
    height: 100%;
    width: 200px;
    background-color: #E1E1E1;
    margin-left: 10px;
    float: left;
    font-size: 12px;
}
/*Ende Definitionen Grundgerüst*/
.small_head_list {
    margin-right: 20px;
	margin-top:5px;
    height: 12px;
    width: 505px;
    font-size: 10px;
    text-align: right;
    float: right;
}
/*Start Mainnavi Definitionen*/
.mainnavi {
    height: 30px;
    width: 525px;
    float: left;
    margin-top: 25px;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 900;
}



.mainnavi_home {
    background-image: url(images/mainnavi_home.gif);
    width: 105px;
    height: 30px;
    text-align: center;
    float: left;
}

.mainnavi_concerts {
    background-image: url(images/mainnavi_concerts.gif);
    width: 105px;
    height: 30px;
    text-align: center;
    float: left;
}

.mainnavi_scheune {
    background-image: url(images/mainnavi_scheune.gif);
    width: 105px;
    height: 30px;
    text-align: center;
    float: left;
}

.mainnavi_jugend {
    background-image: url(images/mainnavi_jugend.gif);
    width: 105px;
    height: 30px;
    text-align: center;
    float: left;
}

.mainnavi_teens {
    background-image: url(images/mainnavi_teens.gif);
    width: 105px;
    height: 30px;
    text-align: center;
    float: left;
    margin: 0px;
}



a.mainnavi_link {
    color: rgb( 255, 255, 255 );
    width: 105px;
    height: 25px;
    font-weight: 900;
	margin-top:5px;
	display:block;
}

a.mainnavi_link:link {
    color: #ffffff;
    text-decoration: none;
}

a.mainnavi_link:visited {
    color: #ffffff;
    text-decoration: none;
}

a.mainnavi_link:hover {
    text-decoration: underline;
}
/*Ende Mainnavi Definitionen*/
.banner {
    margin-top: 15px;
    width: 191px;
    height: 47px;
    margin-right: 8px;
    float: left;
    background-color: rgb( 255, 255, 255 );
}
/* Start Subnavi Definitionen */
.subnavi {
    clear: left;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    width: 730px;
}

.subnavibackground_home {
    background-color: #AB8A47;
    height: 28px;
}

.subnavibackground_concerts {
    padding-top:5px;
    height: 25px;
    background-color: #f49b28;
    clear: left;
}

.subnavibackground_scheune {
	padding-top:5px;
    height: 25px;
    background-color: #d81919;
}

.subnavibackground_jugend {
    padding-top:5px;
    height: 25px;
    background-color: #4ba1f2;
}

.subnavibackground_teens {
    padding-top:5px;
    height: 25px;
    background-color: #92ed49;
}

.subnavi_headline {
	padding-top:5px;
	height:23px;
    margin-left: 5px;
    color: #FFFFFF;
    font-size: 14px;
    
}

.subnavi_link:link {
    color: #FFFFFF;
}

.subnavi_link:hover {
    color: #FFFFFF;
}

.subnavi_link:visited {
    color: #FFFFFF;
}

.subnavi_link:active {
    color: #FFFFFF;
}
/* Ende Subnavi Definitionen*/
.concerts {
}

.scheune {
}

.Jugend {
}

.teens {
}
/*Startseite Definitionen */
#head_images {
	overflow: hidden;
    width: 200px;
    height: 150px;
    clear: left;
    float: left;
	margin:0px;
	padding:0px;
}
#head_images img {
	display:none;

}
.head_headline{
	float:left;
	width:510px;
	background-color: #E1E1E1;
	height:30px;
	display:block;
}
.head_text {
    font-size: 12px;
    
    padding-left:5px;
    text-align: left;
    line-height: 15px;
    height: 120px;
    width: 505px;
	
background-color: #E1E1E1;
    float: left;
}

.vertical_spacer {
    height: 10px;
    width: 700px;
    clear: left;
}

.home_column {
    width: 170px;
    height: 520px;
    background-color: #e1e1e1;
    float: left;
}

.heightlimiter {
    width: 170px;
    height: 400px;
	overflow:hidden;
    
}

.home_spacer_small {
    width: 10px;
    height: 530px;
    background-color: rgb( 255, 255, 255 );
    float: left;
}

.home_spacer_big {
    width: 20px;
    height: 700px;
    background-color: rgb( 108, 108, 110 );
    float: left;
}

.home_column_head {
    width: 170px;
    height: 120px;
    background-color: rgb( 0, 0, 0 );
    color: rgb( 255, 255, 255 );
    font-weight: 900;
}

.home_column_head_text {
    height: 20px;
    width: 160px;
    padding-top: 100px;
    margin-left: 3px;
}

.home_title {
    width: 170px;
    font-size: 14px;
    font-weight: 900;
    margin-left: 3px;
}

.home_content {
    margin: 4px;
    width: 164px;
    font-size: 11px;
    text-align: left;
    overflow: hidden;
}
/* Ende Startseite Definitionen*/
/* Start News Definitionen */
.singlenews {
    background-color: #E1E1E1;
    margin-bottom: 10px;
    width: 500px;
	font-family: "Trebuchet MS", Helvetica, Verdana !important;
	font-size : 12px !important;
	
}
.singlenews a{
text-decoration:none;
}
.news_title {
    width: 500px;
    font-weight: bolder;
    font-size: 18px;
    margin-left: 5px;
}

.news_content {
    font-size: 12px;
    margin: 5px;
	margin-bottom:10px;
}
.news_content a{
text-decoration:underline !important;
}
.news_footer_concerts {
    background-color: #f9cc93;
    height: 20px;
    clear: left;
	padding-left:5px;
}

.news_footer_scheune {
    background-color: #eb8b8b;
    height: 20px;
    clear: left;
	padding-left:5px;
}

.news_footer_jugend {
    background-color: #93c4f9;
    height: 20px;
    clear: left;
	padding-left:5px;
}

.news_footer_teens {
    background-color: #c8f5a3;
    height: 20px;
    clear: left;
	padding-left:5px;
}
.singlecomment {
	padding-left:5px;
}

.comment_author {
    border-top: solid 1px;
}

.comment_title {
}
.concerts_light{
	color:#f9cc93;
}
.scheune_light{
	color:#eb8b8b;
}
.jugend_light{
	color:#93c4f9;
}
.teens_light{
	color:#c8f5a3;
}
.concerts{
	color:#f49b28;
}
.scheune{
	color:#d81919;
}
.jugend{
	color:#4ba1f2;
}
.teens{
	color:#92ed49;
}
/* Ende News Definitionen*/

/*Rightnavi*/
.login_right{
	margin-left:5px;
	margin-top:5px;
}
.rightnavi_button{
border-bottom:solid 1px #FFFFFF;
}
.rightnavi_link {
	
    height: 25px;
    width:200px;
    font-size: 14px;
	font-weight:900;
    color: #ffffff;
    background-image: url(images/rightnavi_link.gif);
    
    padding-top: 0px;
    border-bottom: solid 1px #FFFFFF;
	display:block;
}

.rightnavi_link:link {
	padding-top:5px;
    color: #ffffff;
}

.rightnavi_link:visited {
	padding-top:5px;
    color: #ffffff;
}

.rightnavi_link:hover {
	padding-top:5px;
    background-image: url(images/rightnavi_link_hover.gif);
	text-decoration:none;
    color: #ffffff;
}

.rightnavi_link:active {
	padding-top:5px;
    background-image: url(images/rightnavi_link_hover.gif);
    color: #ffffff;
}

.rightnavi_image {
    background-image: url(images/rightnavi_guitar.gif);
    background-repeat: no-repeat;
    height: 280px;
}
/* Start Adminpanel*/
.adminmenu_headline {
    background-color: #d4c4a2;
    font-size: 14px;
	padding-left:5px;
	font-weight:900;
}
/* Ende Adminpanel*/
/*Sonstiges*/
.check {
    display: none;
}

.login_field {
    border: none 0px;
    height: 19px;
	width:100px;
    font-size: 12px;
    vertical-align: middle;
}

.login_line {
	color:#ffffff;
    padding-top: 6px;
	padding-left:5px;
    height: 25px;
	border:none;
}
.login_line input{

    height: 14px;
    font-size: 12px;
    margin: 0px;
	border:none;
}

.login_submit {
    height: 19px !important; 
    font-size: 12px !important;
    
    border: solid 1px  #000000 !important;
    cursor: pointer !important;
   
	margin-left: 0px ;
	margin-right:0px ;

}

.login_description {
    font-size: 12px;
    float: left;
}

.photo_tb_tablecell {
    vertical-align: top;
    border: none;
}

.photo_tb {
    border: none;
}

.a.link_white:link {
    font-size: 12px;
    color: rgb( 255, 255, 255 );
}
#loading {
    background: white;
    padding: 20px;
    border: 2px solid green;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
    font-size: large;
    }
/* Start Gästebuch */
.guestbookentry_white {
    margin-bottom: 5px;
    background-color: #FFFFFF;

}

.guestbookentry_brown {
    margin-bottom: 5px;
    background-color: #e1e1e1;

}

.guestbookentry_title {
    font-weight: 900;
    text-decoration: underline;
}

.guestbookentry_author {
    font-style: italic;
}



/* Footer */
.footer{
width:710px;



padding-top:4px;
padding-left:5px;
height:26px;
clear:left;
background-image:url(images/footer2.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
font-size:14px;

}

/*Sonstiges */

.headline_concerts{
	font-size:14px;
	background-color:#f9cc93;
	padding-left:5px;
	font-weight:900;
}
.headline_scheune{
	font-size:14px;
	background-color:#eb8b8b;
	padding-left:5px;
	font-weight:900;
}
.headline_jugend{
	font-size:14px;
	background-color:#93c4f9;
	padding-left:5px;
	font-weight:900;
}
.headline_teens{
	font-size:14px;
	background-color:#c8f5a3;
	padding-left:5px;
	font-weight:900;
}

.box_concerts{
	width:15px;
	height:12px;
	margin:2px;
	background-color:#f49b28;	
	float:left;
}
.box_scheune{
	width:15px;
	height:12px;
	margin:2px;
	background-color:#d81919;
	
	float:left;
}
.box_jugend{
	width:15px;
	height:12px;
	margin:2px;
	background-color:#4ba1f2;	
	float:left;
}
.box_teens{
	width:15px;
	height:12px;
	margin:2px;
	background-color:#92ed49;	
	float:left;
	
}
.box_other{
	width:15px;
	height:12px;
	margin:2px;
	background-color:#000000;
	
	float:left;
}
	

