/* Start übergeortnete Elemente */
* {
	margin: 0;
	padding: 0;
}

html[xmlns^="http"] {
	height:100%;
	padding-bottom:0.005em;
}/* Für Scrollbalken im Firefox */

body {
	background: #d5dfe8;
	color: #2F2F3F;
	/* font: normal 65.5% "Lucida Sans Unicode",sans-serif; */
	font: normal 11px "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

a {
	color: #1578AF;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #1578AF;
	border-bottom: 1px solid #cccccc; 
	padding-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 4px
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #1578AF;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 4px
}

h3 {
	color: #1578AF;
	border-bottom: 1px solid #cccccc; 
	padding-top: 6px;
	padding-bottom: 4px;
}

p, cite{
	font-size: 1.2em;
	padding-bottom: 1.0em;
}

li {
	list-style: none;
}/* mehr hierzu .content li */

.clearer {
	clear: both;
}

input {
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

img{
 border: none;
}
/* End übergeordnete Elemente */

/* Start Image Boxen */
.thumb {
	background:#fff;
	padding:5px;
	border:1px solid #A5A5A5;
	margin: 5px 5px 5px 0px;
}/* css für Lightbox */

.img-box {
	display: block;
	top: 0px;
	left: 0px;
	padding: 5px;
	margin: 0px;
	border:1px solid #A5A5A5;
	background-color: #fff;
}

.img-wrapperLeft {
	position: relative;
	float: left;
	background:#fff;
	padding:5px;
	border:1px solid #A5A5A5;
	margin: 5px 5px 5px 0px;
}

.img-wrapperRight {
	position: relative;
	float: right;
	background:#fff;
	padding:5px;
	border:1px solid #A5A5A5;
	margin:5px 0px 5px 5px;
}

a.img4fans {
	float:left;
}
/* End Image Boxen */

/* Start Elemente Text-Strucktur */
.code {
	font-size: 1.3em;
	background: url(../images/bgcode2.gif);
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px 10px 8px;
	/*white-space: pre;*/
}

cite {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
/* End Elemente Text-Strucktur */

/* structure */
.container {
	background: url(../images/bgcontainer.jpg) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 867px;
}

.header {
	display: block;
	clear: both;
	width:829px;
	height: 120px;
	margin-bottom: 8px;
	background: #fff url(../images/header.jpg) top left no-repeat;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

/* title */
#logo {
	float:left;
	margin-left:100px;
}

/*#flash{
	float: right;
}*/

/* navigation */
.navigation {
	margin-bottom: 4px;
}

.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}

.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: 142px 0px;
	clear: both;
	padding: 8px 18px;
}

/* content */
.content {
	float: right;
	width: 620px;
}

.content .item {
	position: relative;
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	margin-bottom: 8px;
}

#ball{
	position: relative;
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	padding-bottom: 170px;
	margin-bottom: 8px;
	background: #fff url(../images/ball.jpg) bottom center no-repeat;
}

#hochzeit{
	position: relative;
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	padding-bottom: 170px;
	margin-bottom: 8px;
	background: #fff url(../images/hochzeit.jpg) bottom center no-repeat;
}

#kindertanz{
	position: relative;
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

#stop{
	position: relative;
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	padding-bottom: 170px;
	margin-bottom: 8px;
	background: #fff url(../images/stop.jpg) bottom right no-repeat;
}

#start{
	position: relative;
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	padding-bottom: 170px;
	margin-bottom: 8px;
	background: #fff url(../images/vorlage-start.jpg) bottom center no-repeat;
}

#plan{
	position: relative;
	padding: 6px 12px;
	border: 1px solid #e1e1e1;
	background: #FFF;
	padding-bottom: 170px;
	margin-bottom: 8px;
	background: #fff url(../images/TS-plan.jpg) bottom center no-repeat;
}

.content .descr {
	font-size: 0.8em;
	color: #333;
	margin-bottom: 6px;
}

.content ul {
	padding-bottom: 1.2em;
}

.content ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 18px;
	background: url(../images/li.gif) top left no-repeat;
}

.content ol li {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 8px;
	margin-left: 22px;
	list-style: decimal;
}

.txt4fans {
float: left;
margin: 10px 0 0 10px;
}

/* Start Tabelle Hover */
.content table {
border-collapse: collapse;
/*width: 585px;*/
width: 100%;
border: 1px solid #666;
}

.content caption {
text-align: left;
font-weight: bold;
margin: 0.5em 0;
}

.content col {border-right: 1px solid #666;}

.content col.ColLast {border: none;}

.content td a{text-decoration: none;}
.content td a:hover{text-decoration: underline;}

.content a.details{
font-weight: bold;
display: block;
padding:2px 0px 2px 0px;
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #000;
text-align: center;
text-decoration: none;
color: #fff;
background-color: #7c9cb3;
}

.content a:hover.details {
background: #627d8f url(../images/detailsBg.jpg) right top repeat-y;
color: #000;
text-decoration: none;
}

.content thead {
background: #ccc url(../images/bar2.gif) repeat-x left center;
border-top: 1px solid #a5a5a5;
border-bottom: 1px solid #a5a5a5;
}

.content th {
font-weight: normal;
text-align: left;
}

.content th, .content td {
/*padding: 0.5em 5em;*/
padding: 3px 3px 2px 3px;
vertical-align: top;
}

.odd {
background-color: #f4f5f9;
}

.content tr:hover {
background-color: #d5dfe8;
color: #000;
}

.content thead tr {
background: #ccc url(../images/bar2.gif) repeat-x left center;
}
/* End Tabelle Hover */

/* Start Tabelle ohne Hover */
.sansHover tr:hover {
background-color: transparent;
color: #000;
}

.sansHover tr.odd:hover {
background-color: #f4f5f9;
color: #000;
}

.sansHover thead tr {
background: #ccc url(../images/bar2.gif) repeat-x left center;
}
/* End Tabelle ohne Hover */

/* search form */
form.searchBox {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
	width: 140px;
}
.button {
	background: url(../images/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #666;
	font-size: 1.1em;
	padding: 4px 5px;
	margin: 0 auto;
	text-align: center;
	width: 820px;
}

/*.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px;}*/

/* floats */
.left {float: left;}
.right {float: right;}

select{
	width: 287px;
}

#termin select{
	width: 100px;
}

#bottom {
padding-left:30px;
margin: 0 auto; 
text-align: center;
}

.knopf {
display: block;
text-align: center;
height: 25px;
width: 100%;
overflow: hidden;
font-size: 1.2em;
font-weight: bold;
border: 1px solid #000;
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
color: #fff;
background-color: #7c9cb3;
}

/* Suche */
#message{
	padding-bottom: .4em;
	padding-top: 1em;
}
