/* Stylesheet */

/*
		
// CSS structure

/////////////////////////
//DISPLAY & POSITIONING//
/////////////////////////
// display: block;
// position: relative;
// top: 10px
// left: 50px;

//////////////////////////////////////
// WIDTH & HEIGHT / MARGIN & PADDING//
//////////////////////////////////////
// height: 250px;
// width: 370px;
// margin: 10px 0px 5px 5px;
// padding: 2px 4px;


//////////////////
// FLOAT & CLEAR//
//////////////////
// float: left;
// clear: both;

////////////////
//FONT STYLING//
////////////////
// color: #888800;
// font-size: 1em;
// font-weight: bold;
// font-variant: small-caps;
// line-height: 140%;
// text-align: center;

//////////////////////////
// BACKGROUNDS & BORDERS//
//////////////////////////
// background-color: #555555;
// background-image: url(../img/foobar.jpg);
// background-repeat: no-repeat;
// background-position: left top;
// border: 1px solid #333333;

/////////////////
// ADDITIONALS://
/////////////////
// overflow: hidden;
// visibility: visible;
// z-index: auto;

*/






/* YAML - Elements Start ------------------------------------------------------------------------------------------------------*/

/* (en) Global reset of paddings and margins for all HTML elements */
/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
	* {
		margin: 0;
		padding: 0;
		}

/* (en) Correction: margin/padding reset caused too small select boxes. */
/* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
	option {
		padding-left: 0.4em;
		}


/* (en) Clear borders for <fieldset> and <img> elements */
/* (de) Rahmen für <fieldset> und <img> Elemente löschen */
	fieldset, img {
		border: 0 solid;
		}

/* (en) new standard values for lists, blockquote and cite */
/* (de) Neue Standardwerte für Listen & Zitate */
	ul, ol, dl {
		margin: 0 0 1em 1em;
		}
		
/*
	li {
		margin-left: 1.5em;
		line-height: 1.5em;
		}
*/
	
	dt {
		font-weight: bold;
		}
	
	dd {
		margin: 0 0 1em 2em;
		}
	
	blockquote, cite {
		margin: 0 0 1em 1.5em;
		font-size: 0.93em;
		width: auto;
		}

/* YAML - Elemente Stop -------------------------------------------------------------------------------------------------------*/

p {
	padding: 10px 0 10px 0;
	}


a#actual {
		color: #ffff99;
		}

a:link {
		color:#000;
		text-decoration:none;
		}

a:visited {
		color: #000;
		text-decoration:none;
		}

a:hover {
		color: #ffff99;
		text-decoration:none;
		}

a:active {
		color: #ffff99;
		text-decoration:none;
		}










		
body {
	position:relative;
	color: #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background: #89945a url(../_img_/bgColor.jpg) repeat top left;
	}



			
	div#container {

		font-size: 1.2em;
		text-align: left;
		margin: 0 auto;
		/* height: 608px; */
		width: 1000px;
/*		border: 1px solid white; */
		}
		
		div#myheader {
			position: relative;
			top: 0;
			left: 0;
			height: 30px; /* 307px; */ 
			width: 1000px;	
			background: #89945a url(../_img_/header.jpg) repeat-x top left;
/*			border: 1px solid yellow;  */
			}

			div#myheadercontent {
				position: absolute;
				top: 5px;
				left: 30px;
				height: 80px;
				width: 600px;
				text-align: center;
				/* border: 1px solid green; */
				}
				
				div#subheading {
					position: absolute;
					top: 0;
					left: 6px;
					width: 590px;
					color: #888800;
					font-size: 1.8em;
					/* border: 1px solid red; */
					}
			
/*				div#navi {
					position: absolute;
					top: 0px;
					left: 6px;
					width: 590px;
					color: #ffffff;
					font-size: 1.2em;
					 border: 1px solid red; 
					} */


					
					
			
			
		
		
		
		div#mybody {
/*					height: 100%; */




			
 			height: 502px; 
			width: 1000px;
			background: #89945a url(../_img_/bg.jpg) repeat-y top left;   
/*			border: 1px solid blue; */

			}
			
		div#mybodyFloat {
		
			float: left;
		

			}




			
								
								
								
			.relativediv {
				position:relative;
				top:0px;
				left:0px;
				}
				
			.absolutediv {
				position:absolute;
				top:0px;
				left:0px;
			
				}						
								












			
			
/*			div#mybodyframe {
				padding: 0 0 0 22px;
				border: 1px solid red;
				} */
			
				div#mybodycontent {
					white-space: normal;
					position:absolute;
					top: 0px;
					left: 77px;
					width: 671px;
					height: 463px;  
					overflow: auto;
/*					border: 1px solid yellow;   */
					}
					
					
										
					
					.narrowcolumn {
						float: left;
						width: 630px;
						margin: 0 10px 0 10px;
						display: inline;

/*						border: 1px solid #FF6699; */
						}
					
					



				.entry h2 {
					margin: 10px 0 0 0;
				}
				
				.entry h3 {
					margin: 15px 0 0 0;
				}

				.post h2 {
					margin: 10px 0 0 0;
				}
	

					
					
.myNavigation {
	color: #8090AC;
	padding: 10px 0 0 75px;
	font-size: 1.5em;
	font-weight: normal;
/*	border: 1px solid red;  */
	}
					
					
.myNavigation a:link {
	color:#8090AC;
	text-decoration:none;
	}

.myNavigation a:visited {
	color: #8090AC;
	text-decoration:none;
	}

.myNavigation a:hover {
	color: #B5C8E8;
	text-decoration:none;
	}

.myNavigation a:active {
	color: #B5C8E8;
	text-decoration:none;
	}				
				
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
				
			
		div#myfooter {
			height: 40px;
			width: 1000px;
			background: #000000 url(../_img_/footer.jpg) repeat-y top left;
			}
			
			div#legalnavi {
				color: #ffffff;
/*				padding: 5px 22px 0 0; */
				text-align: right;				
				font-size: 0.9em;
				/* border: 1px solid red; */
				margin: 0 71px 0 0;
				padding: 3px 0 0 0;
				}
				
				
				
				
				
				div#legalnavi a:link {
						color:#999;
						text-decoration:none;
						}
				
				div#legalnavi a:visited {
						color: #999;
						text-decoration:none;
						}
				
				div#legalnavi a:hover {
						color: #000;
						text-decoration:none;
						}
				
				div#legalnavi a:active {
						color: #000;
						text-decoration:none;
						}




















/* -------------------------------------- */
/* ---------->>> IMPRESSUM <<<----------- */
/* -------------------------------------- */


div#buttonxhtml a {
	float:right;
	display: block;
	width: 80px;
	height: 15px;
	background: url(../_img_/valid-xhtml.jpg) top left no-repeat;
	margin: 0 10px 0 0;
	border:none;
	}

div#buttonxhtml a:hover  {
	background-position: -80px 0;
	}	
	
div#buttoncss a {
	float:right;
	display: block;
	width: 80px;
	height: 15px;
	background: url(../_img_/valid-css.jpg) top left no-repeat;
	margin: 0 10px 0 0;
	border:none;
	}

div#buttoncss a:hover  {
	background-position: -80px 0;
	}






















.blogImport a:link {
		color:#B15353;
		text-decoration:none;
		}

.blogImport a:visited {
		color: #B15353;
		text-decoration:none;
		}

.blogImport a:hover {
		color: #B15353;
		text-decoration: underline;
		}

.blogImport a:active {
		color: #B15353;
		text-decoration: underline;
		}







/* -------------------------------------------------------------------- */
/* ---------->>> Erweiterungen - Anpassung an Blog Start <<<----------- */
/* -------------------------------------------------------------------- */




/* Begin Typography & Colors */
body {

	}









#page {

	}
	

	
	

#header {

	}



#headerimg 	{

	}



#content {
	font-size: 1.2em;
	}

.entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	text-align: center;
	}

.alt {

	}

#footer {

	}

small {

	}

h1, h2, h3 {
/*	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;  */
	}

h1 {
/*	font-size: 4em;
	text-align: center; */
	}

#headerimg .description {

	}

h2 {
/*	font-size: 1.6em;  */
	}



#sidebar h2 {
/*	font-family:"Times New Roman", Times, serif; */
	font-size: 1.2em;
/*	border-top: 1px dashed #373E4A;
	border-bottom: 1px dashed #373E4A;  */
	font-style:italic;
	}

h3 {
/*	font-size: 1.3em; */
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white; 
	}






h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
 	color:#6688AA; /* 8090AC */ /* fff; */
	}


#sidebar h2 {
	color: #fff;
	}

h2.pagetitle {
	color: #6688AA; /* 8090AC */
	}
	

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
 	color: #89945A; /* fff; */
	}




h2 a:link {
		color:#6688AA; /* 8090AC */
		text-decoration:none;
		}

h2 a:visited {
		color: #6688AA; /* 8090AC */
		text-decoration:none;
		}

h2 a:hover {
		color: #B5C8E8;
		text-decoration:none;
		}

h2 a:active {
		color: #B5C8E8;
		text-decoration:none;
		}






a, h2 a:hover, h3 a:hover {
	color: #B5C8E8;
	text-decoration: none;
	}

a:hover {
	color: #B15353;
	text-decoration: underline;
	}





h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #B15353;
	}



.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li {

	}

.commentlist cite, .commentlist cite a {

	}

.commentlist p {

	}

#commentform p {

	}

.commentmetadata {

	}

#sidebar {
	white-space: normal;
	font-size: 0.9em;
	overflow: auto;
	text-align: left;
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	}


code {

	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {

	}

#wp-calendar a {

	}

#wp-calendar caption {

	}

#wp-calendar th {

	}
/* End Typography & Colors */



/* Begin Structure */
body {

	}



#header {

	}



.widecolumn {

	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {

}

.attachment {

}

.postmetadata {
	clear: left;
}

#footer {

	}

#footer p {

	}
/* End Structure */



/*	Begin Headers */
h1 {
/*	padding-top: 70px;
	margin: 0; */
	}

h2 {
/*	margin: 30px 0 0; */
	}

h2.pagetitle {
/*	margin-top: 30px;
	text-align: center; */
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
/*	padding: 0;
	margin: 30px 0 0; */
	}

h3.comments {

	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
/*	display: block;
	margin-left: auto;
	margin-right: auto; */
	}

img.alignright {
/*	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline; */
	}

img.alignleft {
/*	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; */
	}

.alignright {
/*	float: right; */
	}

.alignleft {
/*	float: left; */
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body
*/

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}


/*
html>body
*/

.entry li {
	margin: 7px 0 8px 10px;
	}


.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 70px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* This is mainly for password protected posts, makes them look better. */
/*
.entry form { 
	text-align:center;
	}
*/

select {

	}


#commentform {
	width: 450px;
	}

#commentform input {

	}

#commentform textarea {
	width: 450px;
	}

#commentform #submit {

	}
/* End Form Elements */



/* Begin Comments*/
.alt {

	}

.commentlist {

	}

.commentlist li {

	}

.commentlist p {

	}

#commentform p {

	}

.nocomments {

	}

.commentmetadata {

	}
/* End Comments */



/* Begin Sidebar */

/*
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}
*/



#sidebar {
	margin: 81px 0 0 758px;
	width: 166px;
	height: 382px;
/*	border: 1px solid red;  */
	}













#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {

	}

#wp-calendar #next a {

	}

#wp-calendar #prev a {

	}

#wp-calendar a {

	}

#wp-calendar caption {

	}

#wp-calendar td {

	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */

	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {

	}

a img {

	}

.navigation {
/*	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px; */
	}
/* End Various Tags & Classes*/



/* Erweiterungen - Anpassung an Blog Ende */


/* Eigene Ergänzungen zu den Erweiterungen - Anpassung an Blog Start */

#sidebar ul li ul li a {
	color:#6688AA; /* 8090AC */
	}
	
	
	
	
/*	
	
.notsonarrowcolumn {
	float: left;
	padding: 0 0 20px 32px;
	margin: 0px 0 0;
	width: 900px;
	}
	
.notsonarrowcolumn {
	line-height: 1.4em;
	}
	
.notsonarrowcolumn {
	padding-top: 5px;
	}
	
*/



	
	
#sidebar p.bodytext {
	color: #6688AA; /* 8090AC */
	font-style: italic;
	}





























html, body {
	margin: 0;
	padding: 0;
}
/*\*/
html, body, .swc0, .swc1 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	white-space: nowrap;
}
.swc2 {
	padding: .3em .5em;
}
/* in IEM solo shrink-wrap, no vert.center \*//*/
.swc1 {
	text-align: center;
}
.swc2 {
	display: inline-block;
	text-align: left;
	width: 1px;
}
/**/








	
.tx-itawyoutoubeembed-pi1 {

	margin: 15px auto;
	text-align: center;

}









/* ------------------------------------- */
/* ------------>>> form <<<------------- */
/* ------------------------------------- */




.formcontainer {
	height: 350px;
	position:relative;
	top: 0;
	left: 0;	
	}
	
.formbox {
	width: 600px;
	font-size: 1em;
	line-height: 100%;
	margin: 0;
	}
	
.relativeform {
	position:relative;
	left:0px;
	
	top:10px;
	}
	
.formularFirma {
	position:absolute;
	left:10px;
	top:0px;
	}

.formularTitel {
	position:absolute;
	left:10px;
	top:40px;
	}
	
.formularVorname {
	position:absolute;
	left:10px;
	top:80px;
	}
	
.formularNachname {
	position:absolute;
	left:10px;
	top:120px;
	}
	
.formularStrasse {
	position:absolute;
	left:10px;
	top:160px;
	}
	
.formularOrt {
	position:absolute;
	left:10px;
	top:200px;
	}
	
	
	
	

.formularTelefon {
	position:absolute;
	left:180px;
	top:0px;
	}

.formularFax {
	position:absolute;
	left:180px;
	top:40px;
	}

.formularMobil {
	position:absolute;
	left:180px;
	top:80px;
	}

.formularEmail {
	position:absolute;
	left:180px;
	top:120px;
	}

.formularInternet {
	position:absolute;
	left:180px;
	top:160px;
	}

.formularErreichbar {
	position:absolute;
	left:180px;
	top:200px;
	}

.formularAnfrage {
	position:absolute;
	left:180px;
	top:-1px;
	}

.formularButtons {
	position:absolute;
	left:191px;
	top:260px;
	}




input.stylisch {

	display: block;
	background: #fff;
	width: 150px;
	border: 1px solid #cccccc;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

textarea.stylisch {

	background: #fff;

	display: block;

	height: 218px;
	width: 235px;
	border: 1px solid #cccccc;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

input.submit, input.reset {
	float: left;
	width: 100px;
	margin: 5px;
	padding: 2px;
	}
 
label {
	display:block;
	width: 100px; 
 
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;

}









.feedback-antwort {
	position:absolute;
	top: 5px;
	left: 10px;
	height: 290px;
	width: 550px;


	}
	
.antwortabstand {
	margin: 5px 0 0 10px;
	}

.datenabsatz {
	font-size: 0.9em;
	margin: 0;
	}
	
.datenlinks {
	float:left;
	width:120px;
	}
	
.datenmitte {
	float:left;
	width:200px;
	}
	
.datenrechts {
	float:left;
	width:200px;
	}







/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid #fff;
	padding: 0px 0px;
}




/* ------------------------------------------------- */
/* ---------->>> TABELLE KONZERTDATEN <<<----------- */
/* ------------------------------------------------- */


.eventtablecontainer {


	}


.eventtable {
	font-size: 0.75em;
	border-collapse: collapse;
	width: 630px;
	}
	
.eventtable tr td {
	padding: 2px 2px 0 3px;
	}


.tableline {
	border-bottom: 1px dotted #fff;
	}

.tabledate {
	width: 174px;
	}

.tableband {
	width: 164px;
	}

.tableclub {
	width: 164px;
	}


.tabletown {
	width: 124px;
	}




#sidebar h3 {
	font-size: 12px;
	}

