h1,h2,h3 {
	margin: 0px;
}

h2 {
	margin-bottom: 20px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #B03601;
}

h3 {
	padding-top: 10px;
	font-size: 14px;
	color: #B4410D;
}

h3 a {
	color: #B4410D;
}

/** TEXTS */ /** HEADINGS */
p,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
}

/** LINKS */
a {
	color: #276C9A;
}

a:hover {
	text-decoration: none;
}

.hr1 {
	background: url(/images/freizeit/homepage11.gif) no-repeat left bottom;
}

.hr2 {
	background: url(/images/freizeit/homepage12.gif) no-repeat left bottom;
}

.textbox {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #2F4F4F;
	padding: 2px;
}

.textbox:hover {
	background-color: #fffff0;
}

.textbox:FOCUS {
	background-color: #fffff0;
	}
	

.textboxerror {
	color: #333333;
	background-color: #ffa6a6;
	border: 1px solid #2F4F4F;
}

li.feedbackPanelERROR {
	border: 1px solid #8B0000;
	background-color: #FFD2D2;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	list-style: none;
	text-indent: 2em;
	color: black;
	background-image: url("icon/exclamation.png");
	background-repeat: no-repeat;
	background-position: 0.3em;
}

li.feedbackPanelINFO {
    border: 1px solid #2aac42;
    background-color: #adffbc;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    list-style: none;
	text-indent: 2em;
	color: black;
	background-image: url("icon/accept.png");
	background-repeat: no-repeat;
	background-position: 0.3em;
}


.required:after {
	content: ' *';
	color: #B4410D;
}

.infobox {
	background-color: #cee3ef;
	background-image: url(/icon/infobox_bg_1.png);
	background-repeat: repeat-x;
	border: 1px solid #dba021;
	color: #000000;
	padding: 0px 4px 8px 4px;
}

.infoboxGrey {
	background-color: #cee3ef;
	background-image: url(/icon/infobox_bg_grey_1.png);
	background-repeat: repeat-x;
	border: 1px solid #b1c1c9;
	color: #000000;
	padding: 0px 4px 4px 4px;
}

.ajaxIndicatorClass {
	position: absolute;
	text-align: center;
	display: visible;
	top: -1px;
	left: 200px;
	right: 200px;
	z-index: 5000;
	opacity: 0.85;
	border: 1px solid silver;
	background-color: #FFFFFF;
}

.formtable {
	background-color: #FFFFF0;
	border: 1px solid silver;
	width: 80%;
}

.formtable td {
	border-bottom: 1px dotted silver;
}

.transparentBox {
	background-image: url(/icon/white_trans47.png);
	background-repeat: repeat;
}

.cartPanel {
	background-color: #f4ce7c;
	background-image: url(/icon/infobox_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #dba021;
	color: #000000;
	padding: 0px 4px 8px 4px;
}
.tagesablauf {
  font-size: 1.2em;
}
.tagesablauf td {
  font-size: 1.2em;
}

.toolTip {
	background-color: #fbc97a;
	color: black;
}

.blueStyle { background: #FCFDFE; }







.message {
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    position: relative;
}
    .message h3 {
        margin-top: 0;
    }
    .message p {
        margin-bottom: 0;
    }

.message.info {
    border: 1px solid #cadcea;
    background: #e1f2fc;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1f2fc), to(#cae9fd));
    background: -moz-linear-gradient(top,  #e1f2fc,  #cae9fd);
    -pie-background: linear-gradient(top,  #e1f2fc,  #cae9fd);
    color: #225b86;
    text-shadow: 0 1px 0 #fff;
}

.message.info h3 {
    color: #225b86;
    text-shadow: 0 1px 0 #fff;
}

.message.error {
    border: 1px solid #eeb7ba;
    background: #fae2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fae2e2), to(#f2cacb));
    background: -moz-linear-gradient(top,  #fae2e2,  #f2cacb);
    -pie-background: linear-gradient(top,  #fae2e2,  #f2cacb);
    color: #be4741;
    text-shadow: 0 1px 0 #fff;
}

.message.error h3 {
    color: #be4741;
    text-shadow: 0 1px 0 #fff;
}

.message.success {
    border: 1px solid #b8c97b;
    background: #e5edc4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5edc4), to(#d9e4ac));
    background: -moz-linear-gradient(top,  #e5edc4,  #d9e4ac);
    -pie-background: linear-gradient(top,  #e5edc4,  #d9e4ac);
    color: #3f7227;
    text-shadow: 0 1px 0 #fff;
}

.message.success h3 {
    color: #3f7227;
    text-shadow: 0 1px 0 #fff;
}

.message.warning {
    border: 1px solid #e5dbaa;
    background: #ffffc0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffc0), to(#f9ee9c));
    background: -moz-linear-gradient(top,  #ffffc0,  #f9ee9c);
    -pie-background: linear-gradient(top,  #ffffc0,  #f9ee9c);
    color: #6d7829;
    text-shadow: 0 1px 0 #fff;
}

.message.warning h3 {
    color: #6d7829;
    text-shadow: 0 1px 0 #fff;
}

.message .message-close {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    zoom: 1;
}

.message:hover .message-close {
    background: transparent url(../images/close-icon.png) no-repeat 0 0;
}

.navigatorLink {color:red; font-weight: bold;} 
.navigatorLink a:link, a:visited, a:active {color:blue;text-decoration:underline;}   


.pics { padding-bottom: 14px; width: 721px; margin: auto; }
.pics ul li { width: 102px; display: block; float: left; height: 102px; margin: 16px 0 0 14px; border: 1px solid #d5d5d5; position: relative; }
.pics ul li:hover { border-color: #bbc1c9; }
.pics .actions { background: #000; opacity: 0.8; position: absolute; bottom: 0; right: 0;}
.pics .actions a { color: #fff; font-size: 11px; display: block; padding: 3px 4px; float: left; }
.pics .actions a:first-child { padding-right: 0; }

