*{
 margin:0;
 padding:0
}

body {
	background-color : #000044;
	font-family: Comic Sans MS, Verdana, Arial;
	font-style : normal;
	font-size: 0.8em;
	color : #000000;
	text-align:center;
}

img 	{
border: 0;
}

#klick {
	width:100%;
	height:90%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:500;
}

#content {
	width:743px;
	height:410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -371px;
	margin-top: -255px;
	z-index:5;
}

#content02 {
	width:743px;
	height:410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -369px;
	margin-top: -250px;
	z-index:4;
}

#schatten {
	width:743px;
	height:410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -359px;
	margin-top: -213px;
	z-index:1;
	background-color:#000033;
}

#linie{
	width:743px;
	height:410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -361px;
	margin-top: -195px;
	z-index:1;
	background-color:#00ff44;
}

#kapelle {
	width:743px;
	height:410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -371px;
	margin-top: -225px;
	border-left: 3px solid #006633;border-top: 3px solid #009933;border-right: 3px solid #006633;border-bottom: 3px solid #003300;
	z-index:2;
	overflow: auto;
	background-color:#ffffea;
	background-image: url(http://www.stadtkapelle-solms.de/bilder/kapelle_001kl.jpg);
}

#schriftzug001{
	width:470px;
	height:68px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: +195px;
	margin-left: -235px;
	z-index:2;
	background-image: url(http://www.stadtkapelle-solms.de/bilder/logo_468x68a.png);
}

#schriftzug002{
	width:590px;
	height:64px;

position: absolute;
bottom: 0;
right: 0;

	z-index:3;
	background-image: url(http://www.stadtkapelle-solms.de/bilder/schriftzug_trans.png);
}

h1.logo {
font-family: Comic Sans MS, Verdana, Arial;
font-size: 2.5em;
color: #ffffea;
}

h1.schatten {
font-family: Comic Sans MS, Verdana, Arial;
font-size: 2.5em;
color: #000000;
}

#webspot {
color: #ffffea;
position:fixed;
bottom: 0px;
right: 0px;
z-index:0;
}
/*############################################################################################################################################*/
/************************************************
*                                               *
* This CSS file contains EXAMPLE styles for the *
*   plugin WP-Table Reloaded by Tobias Bäthge!  *
*                                               * 
*  To use them, just copy them in to the box in *
*   the "Plugin Options" screen or add them to  *
*           your theme's "style.css".           *
*                                               *
*                   Thank you!                  *
*                                               *
************************************************/

/* Global CSS definitions for WP-Table Reloaded
inspired by "blue" theme of TableSorter 2.0 Plugin */

/* on how to change column widths, see below */

/* general table styles */
table.wp-table-reloaded {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:


table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/


/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}

