/* CSS Styles WebSite: Hotel Franziskaner 
   
   created:  16dec2004 cg
*/


/* page general */
body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;

}

/* table cells */
td, th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;

}

/* lists */
ul, ol, dl {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;	
}


/* hyperlinks */
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;	
}

a:active {
	color: #000000;
	text-decoration: underline;
}


/* headers */
h2,h3,h4{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.4pt;
}
h2{ text-align: center;}

/* COMPATIBILITY : STYLES FOR CONTRIBUTE 3 
   text_big  corresponds  to h3,h4
   text_title corresponds to h2

*/


.text_big{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.4pt;
}
.text_title{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.4pt;
	text-align: center;
}

/* navbar */
#navbar ul{
	list-style: none;
	margin: 0px;
	width: 65%;	
	padding: 8px 0px 0px 0px;
}
#navbar ul li{}
#navbar ul li a{
	display: block;
	margin: 0px;
	padding: 3px 0px 13px;
	text-align: left;
	
	font-size: 14px;
	letter-spacing: 0.4pt;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #000000;
	
}
#navbar ul li a:hover,
#navbar ul li.current{
	border-top: 3px solid #000000;	
}


.blue{ color: #004E8D;}
td.boxRight, 
.boxRight h2,
.boxRight p { color:#004E8D; }
.boxRight a { color:#004E8D; }

/* HOME PAGE */
#page{
	width: 920px;
	margin-left: auto;
	margin-right:auto;	
}
#boxLogo{ padding-bottom: 45px; }
#boxHome{ font: bold 26px "Times New Roman", Times, serif; color: #000000; }


/* input fields formatting */
.text_label{	
	color: #000000;
	font-weight: bold;
}
.text_rot{
	color: #FF0000;
	font-weight: normal;
}
.field1 {
	border: solid 1px #666666;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
}
.boxHeader {
	padding: 10px;	
}


/* add input field structure */
fieldset {
	border-style: none;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 20px;
}
legend {
	font-weight: bold;
	width: 200px;
	display: block;
	margin: 0px;
	padding: 5px 0px;
	color: #000000;
}

input#send{
	background-color: #FFFFFF;
	border: solid 1px #000000;
}
input#send:hover{
	background-color: #FFFFFF;
	border-top: solid 3px #000000;
	border-bottom: solid 3px #000000;
}
