a:link { font-weight:bold; color:#664D4D; text-decoration:none; }
a:visited { font-weight:bold; color:#664D4D; text-decoration:none; }
a:hover { font-weight:bold; color:#664D4D; text-decoration:underline; }
a:active { font-weight:bold; color:#664D4D; text-decoration:underline; }

/********/
/* TAGS */
/********/

body, table, tr, td, th {
font-family: Verdana,Arial,sans-serif;
color: #333333;
font-size: 8pt;
}

p {
padding-top: 5px;
padding-bottom: 3px;
margin: 0px;
}

h2 {
font-size: 9pt;
font-weight: bold;
}

h5 {
font-size: 10pt;
font-weight: bold;
padding-top: 10px;
padding-bottom: 5px;
margin: 0px;
}

table.teaser {
background-color: #FFFFFF;
border-color: #C0C0C0; 
border-style: solid; 
border-width: 1px;
width: 85%;
text-align: center;
}

th {
font-weight: bold;
text-align: left;
padding-top: 3px;
padding-bottom: 3px;
}

td.smallheader {
vertical-align: top;
text-align: center;
font-style: italic;
font-size: 7pt;
}

select, input, textarea {
font-family: Verdana,Arial,sans-serif;	
font-size: 8pt;
color: #333333;
background-color: #FDF0E2;
border-color: #C0C0C0; 
border-style: solid; 
border-width: 1px; 
padding: 1px;
scrollbar-base-color: #FFFFFF;
scrollbar-3dlight-color: #D3D3D5;
scrollbar-arrow-color: #D3D3D5;
scrollbar-darkshadow-color: #D3D3D5;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
}

input.button {
background-color: #F9DFC6;
}

div.box {
background-color: #FFFFFF;
border-color: #C0C0C0; 
border-style: solid; 
border-width: 1px; 
padding: 3px;
}

span.box {
font-weight: bold;
background-color: #FFFFFF;
border-color: #C0C0C0; 
border-style: solid; 
border-width: 1px; 
padding:2px;
}

span.comment_success {
color: green;
}

span.comment_failure {
color: red;
}

span.hidden_nopadding {
font-weight: normal;
background-color: transparent;
border-width: 0px; 
padding: 0px;
}

.news_index_title {
	font-weight: bold;
	font-size: 10pt;	
}

.news_index_image {
	float: right;
	width: 120px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;	
}

.news_index_more {
	padding-top: 3px;
}

.news_content_imagecontainer {
	float:right;
	width: 150px;
	margin-left: 15px;
}

.news_content_image {
	margin-bottom: 10px;
	text-align: right;	
}

.news_image_sub {
	font-size: 7pt;
	padding:0;
	margin:0;
	color: #777777;
	width: 150px;
}

#div_reservation div.col_left {
	float:left;
	width:48%;
}

#div_reservation div.col_right {
	float:right;
	width:48%;
}

/************/
/* INFO BOX */
/************/

a.infobox, a.infobox_help {
	border: 0px;
	background-color:transparent;
	text-decoration:none;
}
a.infobox:hover {
   background-color:transparent; 
}
a.infobox_help:hover {
   cursor:help; 
   background-color:transparent; 
}
a.infobox span, a.infobox_help span { 
	visibility:hidden; 
	text-decoration:none; 
	background-color:transparent; 
}
a.infobox:hover span, a.infobox_help:hover span { 
	visibility:visible; 
	background-color:transparent; 
}

.infobox_text {
	font-weight:normal;
	font-size:11px;
	text-align:left;
	color:#333333;
	padding-top: 5px;
	background-color:#FFFFFF;
}
.infobox_outer {
	top:0px;
	left:0px;
	background-color:transparent; 
}

.infobox_box {
	padding: 5px;
	background-color:#FFFFFF; 
}
.infobox_header {
	font-weight:bold;
	font-size:11px;
	text-align:left;
	color:#333333;
	padding-bottom: 5px;
	background-color:#FFFFFF;
}

/***********/
/* CLASSES */
/***********/

.color_red { color:#B82722; }
.bg_color_red { background-color:#B82722; }

.unicode {
font-family:"Arial Unicode MS",Arial,sans-serif;
}

.smallpadding {
padding: 3px;
}

.inputtext {
font-weight: bold;
vertical-align: top;
}

.inputtext_largepadding {
font-weight: bold;
vertical-align: top;
padding-top:20px;
}

.inputtext_smallpadding {
font-weight: bold;
vertical-align: top;
padding-top:6px;
}

.titleheader {
font-style: italic;
font-size: 8pt;
}

.titleheaderbold {
font-weight: bold;
font-size: 9pt;
}

.teaser_header {
font-size: 8pt;
font-weight: bold;
background-color: #F0F0F0;
text-align: center;
padding: 2px;
}

.teaser_body {
font-size: 8pt;
text-align: center;
padding: 2px;
}

.itemlist_assigned {
font-style: italic;
}

.checkbox {
border: 0px;
margin: 0px;
background-color: transparent;
}

.hidden {
display: none;
}

.inline {
display:inline;
}

.block {
display:block;
}

.clear_me {
	clear: both;
}

.error {
	color:red;
}