 /* General */
body,html,table,td,th {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

/* Lists */

li {
	padding-bottom:10px;
}

/* Titles */
h1{
	font-size:18px;
	margin-bottom:5px;
}

h2{
	font-size:14px;
	margin-bottom:5px;
}

h3{
	font-weight: bold;
	font-size:13px;
	padding:4px;
	margin-bottom:0px;
}

h4{
	font-weight: bold;
	font-size:13px;
	padding-left:8px;
	margin-bottom:5px;
}

/* Links */
a:link, a:visited{
	text-decoration: none;
	color:#F1473A; /*#076AB6 */
}

a:hover{
	text-decoration: underline;
	color:#076AB6;
}

a.nounderline:link, a.nounderline:visited, a.nounderline:active, a.nounderline:hover {
	text-decoration: none;
} 

a.white:link, a.white:visited, a.white:active, a.white:hover {
	text-decoration: none;
} 

/* Form */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    width: 200px;
    border: 1px solid #999999;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetic;
	padding: 1px;
	margin: 0px;
    /* margin-bottom:5px; */
}

#admin input, #admin select, #admin textarea {
    width: auto;
}

select {
    width: 205px;
}

input.submit, input.button, input.checkbox {
	width:auto;
	padding:2px;
	border: none;
}

input.submit {
	font-weight:bold;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
}

.label {
    width:120px;
}

.inputerror {
	border:1px solid red;
}

#frmSearch input, #frmSearch select, #frmSearch textarea {
    width: 170px;
    border: 1px solid #CCCCCC;
    margin-bottom:5px;
}

#frmSearch .label {
    width:100px;
}

#frmSearch input.submit, #frmSearch input.button {
	width:auto;
}

/* Calendar */
.tblmonth {
	border: 1px solid #CCCCCC;
}

.tblmonth_a {
	border: 1px solid #CCCCCC;
}

.monthtitle, .monthtitle a {
	padding: 2px;
	font-size: 12px;
	color: #FFFFFF; 
	text-align: center;
}

.monthtitle a:link, .monthtitle a:visited, .monthtitle a:active, .monthtitle a:hover {
	color: #FFFFFF; 
} 

.today, .otherday, .day {
	font-size: 11px;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 1px;
}

.today {
	color:#000000;
}


a.today, a.today:link, a.today:hover,a.today:active {
	text-decoration: none; 
	color: #000000;
	font-size: 12px;
}

a.day, a.day:link, a.day:hover,a.day:active {
	text-decoration: none; 
	color: #000000;
}

a.day:hover {
	background-color:#F5F5F5;
}



/* Custom formatting */
img { border:none; } 
img  { border:none; } 


a.iconlink {
	padding-left:20px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}

.bookingSteps {
	width:200px;	
}

td.bookingStep {
}


div.bookingStep, div.bookingStepActive {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #CCCCCC;
}

div.bookingStepActive {
	border: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	padding-bottom:10px;
}

div.bookingStepActive div {

}

div.bookingStep .number,div.bookingStepActive .number {
	float:left;
	font-size:20px;
	margin-right:10px;
}

div.bookingStep .text,div.bookingStepActive .text {
	font-size:15px;
    margin-top:4px;
}

div.bookingStep .number,div.bookingStepActive .text {
    font-weight: bold;
}

.bookingStepBox {
	margin-top:5px;
	margin-left:10px;
}

.stepbox {
}

.itembox {
	border-top: 1px solid #CCCCCC;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:8px;
}

.titlebig {
	font-weight: bold;
	font-size:16px;
	margin-bottom:5px;
	margin-top:10px;
}

.title {
	font-weight: bold;
	font-size:14px;
	padding-bottom:10px;
}

.titlesmall {
	font-weight: bold;
	font-size:12px;
	margin-bottom:5px;
	padding-top:0px;
	margin-top:0px;
}

.personsbox {
	padding:10px;
	border:1px solid #CCCCCC;
	float:right;
	width:300px;
}

.spacer {
	height:15px;
}

.messagebox {
	border:1px solid red;
	background-color:#F5F5F5;
	padding:5px;
	text-align:center;
	margin:10px 0px 10px 0px;
}

.success {
	border-color:#00FF00;
}

.error {
	border-color:#FF0000;
}

.calendarBox {
	position: absolute;
	padding:20px;
	border:3px solid #CCCCCC;
	background-color:#FFFFFF;
	width:362px;
	
}

#adm_misc td, #adm_misc input, #adm_misc select, #adm_misc textarea {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetic;
	padding: 1px;
	margin: 0px;
}

#adm_misc input {
	border: 1px #999999 solid;
}

/* Formatierung für Footware resp. Datenschutz, Copyright, etc. */
#footware p {
	text-align:justify;
	padding-left:8px;
}

.autowidth {
	width:auto;	
}




