/* 1. Ueberschrift / Links / Schriften */
/* 2. individuelle Styles */
/* 3. Container */
/* 4. TYPO3 */

* {
	margin:0;
	padding:0;
	border:0px;
	list-style:none;
}

body {	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 15px;
	background-color: #000;
	text-align: center;
}

/* 1. Ueberschrift / Links / Schriften */

h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 24px 0;
	padding: 0 0 0 0;
}

h2 {
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
}

h3 {
	color: #ffc138;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}

h4 {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}

a:link, a:visited, a:active  {
	color: #fbba00;
	text-decoration: none;
}

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

a img {
	border: 0px;
}



/* 2. individuelle Styles */

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}

p {	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p.bodytext {	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul {
	list-style: square;
}

li {
	list-style: square;
}

hr {
	color: #ffffff;
	background-color: #fff;
	height: 1px;
	border: 0px;
	border-top: 1px solid #ffffff;
	margin: 6px 0 6px 0;
}


/* 3. Container */

#allbox {
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	z-index: 20px;
	left: 0;
}



/* 3.1. Container Kopfbereich - top */

#topallbox {
	width:1000px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

#topall {
	margin: 0 0 0 360px;
	text-align: left;
	background: url(../pics/bg_content.png) left top repeat;
	width: 520px;
	position: relative;
	z-index: 30;
}

/* CSS fuer normales grafisches Logo

#toplogo {
	margin: 0 0 0 0;
	padding: 30px 30px 100px 30px;
}

*/

/* CSS fuer Flash Logo*/

#toplogo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	position: relative;
	z-index: 100;
}

/**********************************/

#contentbox {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	position: relative;
	z-index: 80;
}

/* 3.2. Container Fussbereich - bottom */

#navallbox {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background: url(../pics/bg_content.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: auto;
}

#navbox {
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	width: 1000px;
}

#navleftbox {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 400px;
	float: left;
}

#navbox span.navpoint {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#navbox .the_menu {
  display:none;
  width:120px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;  
}

#navbox ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	
}

#navbox li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
	width: 120px;
	text-align: left;
}


#navbox li a:link, #navbox li a:visited, #navbox li a:active  {
	color: #ffffff;
	font-family: MetaPro-Medium;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	background: none;
}

#navbox ul li a:hover, #navbox ul li a#current {
	color: #ffffff;
	font-family: MetaPro-Medium;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#navbox ul li ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	text-align: left;
}

#navbox ul li ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: block;
	height: 20px;
	background: none;
	border: 0px;
	float: none;
	text-align: left;
}

#navbox ul li li a:link, #navbox ul li li a:visited, #navbox ul li li a:active  {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 11px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

#navbox ul li li a:hover, #navbox ul li li a#subcurrent {
	color: #ffc138;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	text-transform: none;
	text-align: left;
}



#navrightbox {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100px;
	float: right;
}

/* Background */


.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}








/* 4. TYPO3 */

/* Template Selector */

#onecol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#onecol #sub1 {
	margin: 0 0 0 0;
	padding: 0 30px 0 30px;
}

#onecol_ohnerahmen {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#onecol_ohnerahmen #sub1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#twocol {
	margin: 0 0 0 0;
	padding: 0 30px 0 30px;
}

#twocol #sub1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 215px;
	float: left;
}

#twocol #sub2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 215px;
	float: right;
}


#one_twocol {
	margin: 0 0 0 0;
	padding: 0 30px 0 30px;
}

#one_twocol #sub1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 215px;
	float: left;
}

#one_twocol #sub2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 215px;
	float: right;
}

#one_twocol #sub3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* Rahmen */

.abstand30 {
	margin: 0 0 0 0;
	padding: 0 30px 0 30px;
}

.copyright {
	font-size: 9px;
	display: block;
	margin: 0 0 0 0;
	line-height: normal;	
}

/* Textstil */

.name-of-person {
	color: #ffc138;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* TYPO3 Standards */

a.internal-link, a.mail, a.external-link, a.external-link-new-window, a.download {
	margin: 0 0 0 0;
	padding: 0 0 0 11px;
	background: url(../pics/ahref.gif) left center no-repeat;
	color: #fbba00;
	text-decoration: none;
}

a.internal-link:hover, a.mail:hover, a.external-link:hover, a.external-link-new-window:hover, a.download:hover {
	margin: 0 0 0 0;
	padding: 0 0 0 11px;
	background: url(../pics/ahrefhover.gif) left center no-repeat;
	color: #ffffff;
	text-decoration: none;
}


/* 4.1. T3 Mailform */

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

form br, .csc-mailform-field {
	clear: both;
}

fieldset {
	line-height: 24px;
	border: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

label {
   float: none;
   text-align: left;
	line-height: 18px;
	display: block;
}

input {
	width: 200px;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(../pics/blind.gif) #424447;
	border-bottom: 0px solid #ffffff;
}

input.csc-mailform-check {
	width: auto;
}

select {
	width: 202px;
	margin: 0 0 6px -3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(../pics/blind.gif) #424447;
	border-bottom: 0px solid #ffffff;
}

option {
	color: #000000;
}

textarea {
	width: 200px;
	margin: 0 0 6px -3px;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(../pics/blind.gif) #424447;
	border-bottom: 0px solid #ffffff;
}

html>body textarea {
	margin-left: 0px;
}

.csc-mailform-submit {
	width: 202px;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #fbba00;
	font-weight: normal;
	background: url(../pics/blind.gif);
	border: 0px solid #ffffff;
	cursor: pointer;	
	text-align: right;
}

.csc-mailform-field {
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
}

/* IE7 */

*:first-child+html .csc-mailform-submit {
	width: 204px;
}

/* IE6 */

* html .csc-mailform-submit {
	width: 204px;
}


/* Tickets bestellen */

.tx-thmailformplus-pi1 .text_normal {
	text-transform: none;
	line-height: normal;
}


.tx-thmailformplus-pi1 .angebot {
	background-color: #ffc138;
	color: #000;
	padding: 5px 10px 5px 10px;
	line-height: normal;
	margin: 15px 0 15px 0;
}

.tx-thmailformplus-pi1 .angebot label {
	float: right;
   text-align: left;
	display: block;
	width: 415px;
}


.tx-thmailformplus-pi1 .error {
	color: #C00;
	text-transform: none;
}

.tx-thmailformplus-pi1 div.text_normal {
	margin: 0 0 20px 0;
}

.tx-thmailformplus-pi1 .text_normal h3 {
	color: #FFF;
}

.tx-thmailformplus-pi1 .next {
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	text-align: right;
	color: #ffc138;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	width: 230px;
	float: right;
}

 .tx-thmailformplus-pi1 .back {
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	text-align: left;
	color: #ffc138;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	width: 150px;
	float: left;
}

.tx-thmailformplus-pi1 h3 {
	margin: 0 0 0 0;
	line-height: normal;
}

.tx-thmailformplus-pi1 h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.tx-thmailformplus-pi1 label {
	float: left;
   text-align: left;
	line-height: 18px;
	display: block;
	width: 150px;
}

.tx-thmailformplus-pi1 input {
	width: 300px;
	margin: 0 5px 5px 0;
}



.tx-thmailformplus-pi1 input#anzahl, .tx-thmailformplus-pi1 input#anzahltisch {
	width: 20px;
}

.tx-thmailformplus-pi1 input#agb {
	width: 10px;
}

.tx-thmailformplus-pi1 input#titel, .tx-thmailformplus-pi1 input#titel_l {
	width: 32px;
}

.tx-thmailformplus-pi1 input#name, .tx-thmailformplus-pi1 input#vorname, .tx-thmailformplus-pi1 input#name_l, .tx-thmailformplus-pi1 input#vorname_l {
	width: 125px;
}

.tx-thmailformplus-pi1 input#plz, .tx-thmailformplus-pi1 input#plz_l {
	width: 50px;
}

.tx-thmailformplus-pi1 input#ort, .tx-thmailformplus-pi1 input#ort_l {
	width: 241px;
}

.tx-thmailformplus-pi1 input#titel1,
.tx-thmailformplus-pi1 input#titel2,
.tx-thmailformplus-pi1 input#titel3,
.tx-thmailformplus-pi1 input#titel4,
.tx-thmailformplus-pi1 input#titel5,
.tx-thmailformplus-pi1 input#titel6,
.tx-thmailformplus-pi1 input#titel7,
.tx-thmailformplus-pi1 input#titel8 {
	width: 32px;
}

.tx-thmailformplus-pi1 input#firma1, .tx-thmailformplus-pi1 input#name1, .tx-thmailformplus-pi1 input#vorname1,
.tx-thmailformplus-pi1 input#firma2, .tx-thmailformplus-pi1 input#name2, .tx-thmailformplus-pi1 input#vorname2,
.tx-thmailformplus-pi1 input#firma3, .tx-thmailformplus-pi1 input#name3, .tx-thmailformplus-pi1 input#vorname3,
.tx-thmailformplus-pi1 input#firma4, .tx-thmailformplus-pi1 input#name4, .tx-thmailformplus-pi1 input#vorname4,
.tx-thmailformplus-pi1 input#firma5, .tx-thmailformplus-pi1 input#name5, .tx-thmailformplus-pi1 input#vorname5,
.tx-thmailformplus-pi1 input#firma6, .tx-thmailformplus-pi1 input#name6, .tx-thmailformplus-pi1 input#vorname6,
.tx-thmailformplus-pi1 input#firma7, .tx-thmailformplus-pi1 input#name7, .tx-thmailformplus-pi1 input#vorname7,
.tx-thmailformplus-pi1 input#firma8, .tx-thmailformplus-pi1 input#name8, .tx-thmailformplus-pi1 input#vorname8
 {
	width: 125px;
}


.tx-thmailformplus-pi1 .spalte1, .tx-thmailformplus-pi1 .spalte3, .tx-thmailformplus-pi1 .spalte4 {
	float: left;
	width: 133px;
}
.tx-thmailformplus-pi1 .spalte2 {
	float: left;
	width: 43px;
}


.tx-thmailformplus-pi1 textarea {
	width: 435px;
	height: 100px;
	margin: 15px 0 0 0;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: url(../pics/blind.gif) #424447;
	border-bottom: 0px solid #ffffff;
}

.tx-thmailformplus-pi1 ul {
  display: none;
}



/* Einreichungen */


.tx_mpcldpentries_pi1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tx_mpcldpentries_pi1 .left {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 200px;
}

.tx_mpcldpentries_pi1 .info {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

.tx_mpcldpentries_pi1 .right {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 230px;
}

.tx_mpcldpentries_pi1 .right img {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

.tx_mpcldpentries_pi1 .back a:link, .tx_mpcldpentries_pi1 .back a:visited, .tx_mpcldpentries_pi1 .back a:active {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #fbba00;
	text-decoration: none;
}

.tx_mpcldpentries_pi1 .back a:hover {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
}


/* Template Galerie */

#allbox_galerie {
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#logo_galerie {
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	text-align: center;
}

#allbox_galerie #contentbox {
	padding: 0 30px 0 30px;
	margin: 0 0 0 0;
	text-align: left;
}


/* slideViewer */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style: none;
}
.stripViewer ul li { 
float:left;
list-style: none;
}
.stripTransmitter {
overflow: auto;
width: 1%;
text-align: right;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
list-style: none;
}
.stripTransmitter a{
font: bold 10px Arial;
text-align: center;
line-height: 22px;
background: #333;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #333;
}

/*tooltips formatting*/
.tooltip {
padding: 0.5em;
background: #fff;
color: #000;
border: 2px solid #dedede;
}



/* slideViewerPro */

.svwp {width: 50px; height: 50px;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { /*this is the gallery container*/
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;
}
.slideViewer ul {  /*this is your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/
float:left;
list-style: none;
}

/*typographic info*/
.slideViewer span.typo{ 
padding: 6px; /* do not modify padding (yet)*/
background: #333;
color: #FFF;
font: normal 10px;
}

.thumbSlider { /*the thumbnails slider contanier*/
overflow: hidden;
width: 1%;
}
.thumbSlider ul { /*the thumbnails list of images*/
list-style: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul li{ 
float:left;
margin: 0;
list-style: none;
}
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

.slideViewer a.left, .slideViewer a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
}
.slideViewer a.left span, .slideViewer a.right span{

}
.slideViewer a.left img, .slideViewer a.right img{
border: 0;
}
.slideViewer a.l_dis,.slideViewer  a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
.slideViewer a.l_dis span, .slideViewer a.r_dis span {
display: none;
}
.slideViewer a:focus {outline:none;}


