/* Basisformatierungen */

html,body {
		margin:0 0 0 0;
		padding:0 0 0 0;
		background: #999999 url(./images/bg_main.gif) no-repeat;
		}
p,ul,ol,li,table,th,tr,td,h1,h2,h3,h4,h5,h6,a{
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #E1962F;
	}

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


	h1,h2,h3,h4,h5,h6 {
	font-size: 1.3em;
	color: #333333;
	font-weight: bold;
	}
	
	h2 {
	font-size: 1.2em;
	}



/* navigationsleiste links & Inhalte */


	#leftcontent {
		width: 20%;
		float: left;
		text-align:left;
		background: transparent;
		}

	#leftcontent ul {
		text-align: left;
		margin: 0px 5px 5px 5px;
	}

	#leftcontent li {
		display: block;
		list-style-type: none;
		background-color: #FFCC99;
		margin-bottom: 2px;
		padding: 3px;
		height: 16px; 
		border: 1px solid #000000;
		font-size: 0.95em;
	}

	#leftcontent a, 
	#leftcontent a:link,
	#leftcontent a:visited, 
	#leftcontent a:active, 
	#leftcontent a:hover {
		display: block;
		color: #000000;
		text-decoration: none;
		font-size: 0.95em;		
	}
	
	#leftcontent li:hover,
	#leftcontent a:hover {
		background-color: #FFFFFF;
	}

/* Preistabelle */

table.preise {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
	width: 90%;
}

table.preise th {
	font-size: 0.95em;
	font-weight: bold;
	background-color: #FFCC99;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
}

table.preise td {
	font-size: 0.95em;
	background-color: #CCCCCC;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #FFFFFF;
}	


/* Veranstaltungstabelle */

table.veranstaltung {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
	width: 90%;
}

table.veranstaltung th {
	font-size: 0.95em;
	font-weight: bold;
	background-color: #FFCC99;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
}

table.veranstaltung td {
	font-size: 0.95em;
	background-color: #CCCCCC;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #FFFFFF;
}

table.veranstaltung td a,
table.veranstaltung td a:link,
table.veranstaltung td a:active,
table.veranstaltung td a:visited,
table.veranstaltung td a:hover {
	text-decoration: none;
	color: #000000;
}

/* Tabelle fürs Bestellen */

table#order {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
	width: 90%;
}

table#order th {
	font-size: 0.95em;
	background-color: #FFFFCC;
	padding: 3px;
	text-align: right;
	border-right: 1px solid #FFFFFF;
}

table#order td {
	font-size: 0.95em;
	padding: 3px;
	text-align: left;
}

table#order tr.sep,
table#order tr.sep td {
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	background-color: #FFCC99;
}

table#order tr.sep td .button,
.shopbutton {
		font-size: 1em;
		background-color:#FF6633;
		border: 1px solid #FFFFFF;
		margin-top:5px;
		margin-bottom:3px;
	}

table#order tr td .formfeld {
		font-size: 0.7em;
		background-color:#EEEEEE;
		border: 1px solid #999999;
	}

/* Mittlerer Seitenbereich & Inhalte */
	#centercontent {
		width: 61%;
	    float: left;
		background:#fff;
		border:1px solid #000;
		margin: 0 5px 5px 5px;
		padding: 5px;
		text-align: center;
		}
		
	.detailpages {
	text-align: left;
	margin: 5px;
	}



	/* Block für einzelne Veranstaltung */
	div.veranstaltung {
	width: 95%;
	border-top: 1px solid #000;
	padding: 8px;
	text-align: left;
	}

	/* Titel der Veranstaltung */
	p.vtitel, 
	p.vtitel a:link, 
	p.vtitel a:active,
	p.vtitel a:visited {
		font-weight: bold;
		font-size: 0.9em;
		text-decoration: none;
	}

	/* Infotext, wieviele Bilder/Teilnehmer/Bewerbe */

	p.vdetails {
	font-size: 0.8em;
	}

	/* Infotext Veranstaltung/Teilnehmer/Bewerb */
	p.infotext  {
	padding-top: 5px;
	clear: left;
	}

	/* navigation oberhalb der Veranstaltungen/Bewerbe/Teilnehmer */
	p.vnav, 
	p.vnav a:link,
	p.vnav a:active,
	p.vnav a:visited {
	padding: 5px;
	font-size: 0.82em;
	text-align: left;
	text-decoration: none;
	color: #E1962F;
	}

	/* momentan betrachteter Seitenbereich */
	a.actual {
		font-weight: bold;
		font-size: 0.9em;
	}

	/* Bilderanzeige bei Veranstaltungsübersicht */
	img.vvorschau {
	float: left;
	padding: 1px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	}

	/* Anzeige der einzelnen Bilder im Mittelframe */
	div.gallery {
	float: left;
	padding: 3px;
	margin: 3px;
	text-align: center;
	background-color: #FFFF99;
	}

	div.gallery img {
	border: 0px solid #CCCCCC;
	padding: 1px;
	}

	/* Link von Veranstaltung -> Bewerb */
	a.blink {
		color: #000000;
		text-decoration: none;
		font-size: 0.7em;
	}
	
	/* Anzeige Einzelteilnehmer */
	div.teilnehmer {
	width: 24%;
	background-color: #FFFF99;
	padding: 3px;
	text-align: left;
	float: left;
	margin: 2px;
	font-size:0.8em;
	overflow: hidden;
	}

	div.teilnehmer img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-right: 5px;
	}

	/* Titel des Teilnehmers*/
	p.ttitel, 
	p.ttitel a:link, 
	p.ttitel a:active,
	p.ttitel a:visited {
		font-weight: bold;
		font-size: 0.9em;
		text-decoration: none;
	}

	/* Verlinkung der Einzelbilder */	

	a.image {
	color: #000000;
		text-decoration: none;
		font-size: 0.7em;
		margin-bottom: 5px;
	}

	/* Dropdown-Listen unterhalb der Bilder */
	div.gallery select {
		font-size: 0.7em;
		width: 140px;
		background-color:#EEEEEE;
		border: 1px solid #999999;
	}

	/* In den Warenkorb-Buttons */
	div.gallery .button {
		font-size: 0.8em;
		width: 140px;
		background-color:#FF6633;
		border: 1px solid #FFFFFF;
		margin-top:5px;
		margin-bottom:3px;
	}

	/*Warenkorb*/
	#rightcontent {
		float: left;
		width:15%;
		background:#FFCC99;
		border:1px solid #000;
		padding: 5px;
		text-align: right;
		}
		
	/* Schriftart oberhalb */
	#rightcontent p {
		font-size:0.7em;
		}

	/*Überschrift */
	#rightcontent h1 {
		font-size:0.9em;
		}
	/*Block Einzeklbild komplett*/
	#rightcontent div.wkimage {
	 width: 99%;
	 background-color: #FFFFCC;
	 padding: 2px;
	 margin-bottom: 2px;
	 text-align: left;
	}

	#centercontent div.wkimage {
	 background-color: #FFFFCC;
	 padding: 3px;
	 margin: 2px;
	 text-align: left;
	 float:left;
	}

	#centercontent div.wkimage p {
		font-size:0.7em;
	}

	/* Verlinkung der Einzelbilder im Warenkorb */

	#rightcontent a.wkimage, 
	#centercontent a.wkimage {
	color: #000000;
		text-decoration: none;
		text-align:left;
		font-size: 0.7em;
	}
	
	/*Bilder ohne Rahmen*/

	#rightcontent img.wkimage, 
	#centercontent img.wkimage {
	border: none;
	}

	/*Text rund ums Bild*/

	#rightcontent p.wkimage, 
	#centercontent p.wkimage {
	margin-top: 2px;
	}

	/*Text rund ums Bild*/

	#rightcontent p.wksumme {
	margin-top: 2px;
	}	

	#centercontent p.wksumme {
	margin-left: 10px;
	text-align: left;
	clear: left;
	}
	
	#centercontent p.sep {
	width: 90%;
	background-color: #FFFF99;
	padding: 5px;
	text-align: left;
	}
	
	/*Entfernen-Button*/

	div.wkimage .button {
		font-size: 0.8em;
		background-color:#FF6633;
		border: 1px solid #FFFFFF;
		margin-top:5px;
		margin-bottom:3px;
	}
	

	/* Link Zur Kasse */

	a.order {
		font-size: 0.8em;
		background-color:#FF6633;
		border: 1px solid #FFFFFF;
		margin-top:5px;
		margin-bottom:3px;
		padding: 4px;
		color: #000000;
		text-decoration: none;
		display: block;
		text-align:center;
		font-weight: bold;
	}

	#banner {
		background: transparent;
		height:75px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:75px;
		}

	html>body #banner {
		height:75px;
		}

	#banner img.logo {
		margin:0;
		padding:0;
		position: absolute;
		left: 202px;
		top:0px;
		border: none;
		}

	#banner h1 {
		margin:0;
		padding:0;
		position: absolute;
		left: 357px;
		top:25px;
		font-size: 1.2em;
		color: #FFCC99;
	}
	
.error {
	font-weight: bold;
	color: #FF0000;	
}

/* Suche: Linkleiste */

p.linkleiste {
	color: #000000;
	font-size: 0.95em;
}

p.linkleiste a:link,
p.linkleiste a:active,
p.linkleiste a:visited,
p.linkleiste a:hover {
	text-decoration: none;
	color: #000000;
}

p.linkleiste span {
	height: inherit;
	width: 1.3em;
	padding: 4px;
	background-color: #FFCC99;
}

p.linkleiste b {
	background-color: #CCCCCC;
	padding: 4px;
}

/* designby */

p.designby,
p.designby a:link,
p.designby a:active,
p.designby a:visited,
p.designby a:hover {
 color: #000000;
 font-size: 11px;
}

/* Newsbox */

li#newsbox {
		background-color: #FFCC99;
		margin-bottom: 2px;
		height:auto;
		padding: 3px;
		border: 1px solid #000000;
		font-size: 0.85em;
	}

li#newsbox:hover {
		background-color: #FFCC99;
}

#leftcontent li.sep {
background-color: transparent;
border: none;
}

