body
{
	font-family: Verdana, Arial, Georgia;
	font-size: 80%;
	margin-top: 0px;
	margin-left: 0px;
	background: white;
	width: 780px;
}

.StandardLink, .StandardLink:visited
{
    color:Blue;
    text-decoration:underline;
}

.KonzertLink
{
    font-size: xx-small;
}

.DivHeader
{
    background-color: white; /* url(images/boxbackground.png); */
    width: 100%;
    border: 1px solid silver;
}
.DivBody
{
    background-color: white; /* url(images/boxbackground.png); */
    width: 100%;
    min-height: 500px;
    border: 1px solid silver;
    margin-top: -2px;
}

.mainform
{
    padding-left: 5px;
    padding-right: 5px;
}

.WelcomeLabel
{
    font-size: smaller;
    padding-right:20px;
}

.WarenkorbLabel
{
    font-size:smaller;
    padding-right:20px;
}
.KassaLink
{
    font-size:smaller;
    padding-right:20px;
    color:Blue;
}
.KassaLink:visited, .KassaLink:active
{
    color:Blue;
}

.StatusDiv
{
   margin-top:10px;
   margin-bottom: 0px;
   width:100%;
   height: 30px;
   vertical-align:middle;
   padding-top:10px;
   background-color:silver;
   text-align:center;
}

.StatusDivOk
{
   margin-top:10px;
   margin-bottom: 0px;
   width:100%;
   height: 25px;
   vertical-align:middle;
   padding-top:5px;
   background-color:silver;
   text-align:center;
   background-color: Green;
}

.StatusDivError
{
   margin-top:5px;
   margin-bottom: 0px;
   width:100%;
   height: 25px;
   vertical-align:middle;
   padding-top:5px;
   background-color:silver;
   text-align:center;
   background-color: #DB1A37;
}
.StatusLabelOk
{
    font-size: larger;
    font-weight: bold;
    background-color: Green;
    color:White;
    padding: 3px;
    
}
.StatusLabelError
{
    font-size:larger;
    background-color: #DB1A37;
    font-weight: bold;
    color:white;
    padding: 3px;
}

/* KartenBuchen Mittelteil */
.GradientTable
{
	/* background-image: url(images/boxbackground.png); */
	padding: 5px;
	
}
.GradientTable tr
{
    border-bottom: solid 1px silver;
}

.GradientTable td
{
    padding-left: 5px;
    width: 210px;
}

/* header */
/* clustermaske */
.BannerTable
{
	/* background-image: url(images/boxbackground.png); */
	padding: 5px;
	
	height:100px;
	
}

/* ende clustermaske */

.MenuBarBlackWhite 
{
	background: url(images/toolbar/back_blackwhite.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	color: White;
}
.MenuBarBlackWhite50 
{
	background: url(images/toolbar/back_blackwhite50.gif);
	background-repeat: repeat-x;
	background-color: silver;
	padding-left: 10px;
	color: White;
}
.MenuBarSepia 
{
	background: url(images/toolbar/back_sepia.gif);
	background-repeat: repeat-x;
}
.MenuBarBlue
{
	background: url(images/toolbar/back_blue.gif);
	background-repeat: repeat-x;
}

.MenuBarRed
{
    background-color: #DB1A37;
}
.MenuBarRed a:link, a:visited, th a:visited 
{
	color: White;
	text-decoration: none;
	padding-left: 20px;
	vertical-align:middle;
}
.MenuBarRed a:visited
{
	color: White;
	text-decoration: none;
	padding-left: 20px;
	vertical-align:middle;
}


.MenuBarRed a:hover
{
    color: Black;
    text-decoration: underline;
}

.MenuBarGradient
{
	background: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
}
.MenuBarBlue a:link, a:visited, a:visited, th a:visited 
{
	color: White;
	text-decoration: none;
	padding-left: 20px;
}
.MenuBarBlue a:hover
{
    color: Black;
    text-decoration: underline;
}

.MenuBarLightBlue
{
	background: url(images/toolbar/back_lightblue.gif);
	background-repeat: repeat-x;
}
.MenuBarLightBlackWhite
{
	background: url(images/toolbar/back_light_blackwhite50_darkend.gif);
	background-repeat: repeat-x;
	color: #004973;
	font-weight: normal;
}
.MenuBarLightBlackWhite a:link, a:visited, a:visited, th a:visited 
{
	text-decoration: none;
	color: #004973;
}
.MenuBarLightBlackWhite50
{
	background: url(images/toolbar/back_light_blackwhite50.gif);
	background-repeat: repeat;
}
.MenuBarLightBlackWhite50 a:link, a:visited, a:visited, th a:visited 
{
	color: White;
	text-decoration: none;
}
.MenuBarBlack
{
	background-color:Black;
	color: White;
}
.MenuBarBlack a:link, a:visited, a:visited, th a:visited 
{
	color: White;
	text-decoration: none;
}


.MenuBarLightGreyWhite
{
	color: Black;
	background: url(images/toolbar/back_light_greywhite.bmp);
	background-repeat: repeat;
}
.MenuBarLightBlackWhite
{
	color: Black;
	background: url(images/toolbar/back_light_blackwhite.bmp);
	background-repeat: repeat;
}
.MenuBarLightBlackWhite75
{
	background: url(images/toolbar/back_light_blackwhite75.gif);
	background-repeat: repeat;
}
.MenuBarLightBlackWhite75 a:link, a:visited, a:visited, th a:visited 
{
	color: White;
	text-decoration: none;
}

.MenuBarSepia a:link, a:visited, a:visited, th a:visited 
{
	color: White;
	text-decoration: none;
}

.DropDownKonzert
{
    font-size: small;
    font-weight: bold;
    background-color: white;
}


.Button, .Button:visited, .Button[class]
{
	background-image: url(images/toolbar/right.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border: solid 1px silver;
	margin: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	text-align: justify;
	color: white;
	height: 15px;
	font-weight: bold;
	
}

.Button:hover
{
	background-color: ButtonShadow;
	background-image: none;
	color: White;
}

.Button:active
{
	background-color: ButtonFace;
	background-image: none;
	color: red;
}

.WarningLabel
{
    font-weight:bold;
    color: #DB1A37;
}

.ButtonBuchen, .ButtonBuchen[class]
{
	    
    background-color: #DB1A37;
    color: white;
    background-repeat:repeat; 
    text-decoration: none;
    border: solid 1px black;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
		
	/* min-width: 700px; */
    font-size: larger;
    /* width: 100%;  */
    width: 700px;	
    Height: 20px; 
}

.ButtonBuchen:hover
{
    color:White;
    background-color: black;
 
}
.ButtonBuchen:visited
{
  	    
     background-color: #DB1A37;
    color: white;
    background-repeat:repeat; 
    text-decoration: none;
    border: solid 1px black;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
		
	/* min-width: 700px; */
    font-size: larger;
    /* width: 100%;  */
    width: 700px;	
    Height: 20px; 
}

.ButtonBuchen:active
{
      background-color: #DB1A37;
    color: white;
    background-repeat:repeat; 
    text-decoration: none;
    border: solid 1px black;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
		
	/* min-width: 700px; */
    font-size: larger;
    /* width: 100%;  */
    width: 700px;	
    Height: 20px; 
}

a 
{
    
    color: blue;
text-decoration:underline;
	
}


a:hover
{
	color:black;
}
a:visited
{
    
    color: blue;
text-decoration:underline;
	
}
.a:active
{
    color: blue;
text-decoration:underline;
}
.a
{
    color: blue;
text-decoration:underline;
}



