html, body {
	color: #DFEFEF;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #959492 url(img/bg_verlauf.jpg) repeat-x;
	margin:0 !important;
	margin:0;
	padding:0 !important;
	padding:0;
	height:100%;
}

.clear {
	clear: both;
	height:30px !important;
	height:30px;
}

p {
	margin: 00px 30px 10px 30px !important;
	margin: 00px 30px 10px 30px;
}


#content_footer p {
	margin: 10px 30px 10px 30px !important;
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

.nav_box p {
	margin:00px 10px 20px 25px !important;
	margin:00px 10px 20px 25px;
	font-size:9px;
	color:#fff;
	text-transform: uppercase;
}
.content_box p {
	margin: 10px 0px 10px 0px !important;
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:11px;
	text-align:justify;
}
.content_box_large p {
	margin: 10px 0px 10px 0px !important;
	margin: 10px 0px 10px 0px;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
}

.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

#content_footer p {
    margin: 10px 0px 10px 80px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}

.red {
	color:red;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}

.gelb {
	color:#ffd502;
	font-size:12px;
	font-weight:bold;
}

.blau {
	color:#20457B;
	font-size:12px;
	font-weight:bold;
}

.grau {
	color:#DFEFEF;
	font-size:12px;
	font-weight:bold;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:  0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:16px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
}

h3 {
	margin: 0px 0px 10px 0px !important;
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}

h5
{
	margin:0 0 5px 0;
	border-style:none none solid none;
	border-width:1px;
	border-color:white;
}

a {
	text-decoration: none;
	color:#DFEFEF;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 220px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 210px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
}

#nav_list a {
	color:#A0A297;
}

.li_nav_body a  {
	display: block;
	width: 210px;
	height: 24px;
	background: url(img/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:24px;
}

.li_nav_body_2 a  {
	display: block;
	width: 210px;
	height: 24px;
	background: url(img/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:24px;
}

.li_nav_footer a  {
	display: block;
	width: 210px;
	height: 25px;
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:25px;
}

.li_nav_body a:hover {
	background-position:  0 -24px;
	color:#A0A297;
}

.li_nav_body_2 a:hover {
	background-position:  0 -26px;
	color:#A0A297;
}

.li_nav_footer a:hover {
	background-position:  0 -25px;
	color:#A0A297;
}

.li_active a:active  {
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

.loginstatus
{
	border-style:solid none none none;
	border-width:1px;
	border-color:grey;
	margin-top:20px;
	margin-left:25px;
	padding-top:4px;
	width:150px;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(img/nav_bg.png) 30px 0px repeat-y !important;
	background: url(img/nav_bg.png) 30px 0px repeat-y;
	min-height:100%;
	height:100%;
	
}


#menu_header {
	width:210px;
	height:160px;
	text-align:left;
	float:left;
	margin:0 0 0 30px !important;
	margin:0 0 0 15px;
}

#menu_left {
	width: 210px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(img/nav_bg.png) repeat-y;
}

.nav_box {
	width: 210px;
	float:left;
	margin:0 0 0 10px !important;
	margin:0 0 0 5px;
}

#head {
    width: 790px !important;
	width: 790px;
	height: 220px !important; 	/* 223 */
	height: 220px;				/* 223 */
	float:left;
	text-align: right;
}

#content {
	width: 940px !important;
	width: 940px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px !important;
	margin:0 0 0 10px;
	background: url(img/nav_bg.png) 10px 0px repeat-y !important;
	background: url(img/nav_bg.png) 10px 0px repeat-y;
}

.content_box {
	width: 120px;
	margin:0px 0px 0px 30px !important;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 500px !important;
	width: 500px;
	margin: -10px 0px 60px 30px !important;
	margin:  0px 0px 0px 20px;
	float: left;
}

.content_box_large_vvk {
	width: 500px !important;
	width: 500px;
	margin: -180px 0px 10px 30px !important;
	margin:  0px 0px 0px 20px;
	float: left;
}

.content_box_photo {
	width: 200px;
	margin:0px 0px 0px -10px;
	float: left;
}

#content_footer {
	background: url(img/nav_bg.png) 30px 0px repeat-y !important;
	background: url(img/nav_bg.png) 10px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
	
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}

/************************************************************************************************************
 Ticketverkauf
 ************************************************************************************************************/
 .cart-tbl
 {
 	width:500px;
 }

 .cart-tbl th
 {
 	font-weight:bold;
	border-style:none none solid none;
	border-width:1px;
	border-color:white;
 }
 
 .cart-count
 {
 	width:30px;
 }
 
 .cart-mwst
 {
 	font-weight:normal;
	border-style:solid none none none;
	border-width:1px;
	border-color:white;
	text-align:right;
 }
 
 .cart-sum
 {
 	font-weight:bold;
	text-align:right;
 }
 
 .alr
 {
 	text-align:right;
 }
  
 
 

#newsfactsbox
{
	position: absolute;
	visibility:visible;
	left:810px;
	top:45px;
	width:208px;
	height:500px;
	background: url(img/nav_rechts.jpg);
}

#newsfactsbox h1
{
	font-weight:bold;
	font-size:12pt;	
	padding:10px 15px 0px 40px;
}

#newsfactsbox ul
{
	list-style:none;
	padding:0px 0px 0px 00px;
	/*padding:10px 15px 10px 10px !important;*/
	
}

#newsfactsbox ul li
{
	padding:10px 5px 5px 20px !important;
	padding:10px 5px 5px 0px;
	color:#A0A297;
	font-family: 'Tahoma';
	display: block;
	font-size:11px;
	text-align:justify;
}

#newsfactsbox ul li:hover
{
	background: url(img/nav_rechts_over.gif);	
}

#newsfactsbox ul li a
{
	
}
 
#right-pix
{
	position: absolute;
	visibility:visible;
	left:810px;
	top:45px;
	width:208px;
	height:1000px;
}
