a:link { color: #2683C7 !important }
:link  { color: #2683C7 !important }
a:visited { color: #2683C7 !important }
:visited  { color: #2683C7 !important }
a:hover  { color: #26557E !important }


body, table, td, div{
	 background-color:#F5F5F5;
	 font-family: Arial,Verdana,Sans-Serif;
    font-size: 14px;
    color: #000000;
    line-height:150%;
}
/*b{
	font-size:larger;
	color:#333333;
}*/
.button,
.booking
{
    background: #EBEBEB none repeat-x scroll left top;
    border: 1px solid #333333;
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    width: auto;

    cursor: pointer;
    font-size: 14px;
    height: 25px;
    margin: 0;
}

.button:hover,
.booking:hover{
	background:#333333 none;
	border:1px #333333 solid;
    color: #FFFFFF;
}
.gutschein{
    font-size: 14px;
    padding-bottom: 8px !important;
    padding-left: 8px;
    padding-right: 8px;
    height: 26px;
    line-height: 20px;
}
.payment{
height:50px;
margin-bottom:10px;
}
.payment div{
width:24%; float:left;
line-height:40px;
height:50px;
}
.payment div span{
display:inline-block;
width:40px;
height:40px;
line-height:38px;
text-align:center;
background:transparent url('payment_g_on.png') no-repeat scroll center center;
font-weight:bold; font-size:18px;
position:relative; top:1px;
}
.payment .aktiv span{
background:transparent url('payment_g_down.png') no-repeat scroll center center;
}