/*#############################################################
  RESTAURANT CAFE SEILBAHN
  #############################################################*/
* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #EEEEEE url(../img/bg.jpg);*/
	background: #FAFAFA;
	font: normal 62.5% Times New Roman;
	color: #444444;
	margin: 0;
}

.container {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1015px;
}

.main {
	clear: both;
	padding: 8px 18px;
}

.header {
	background: url(../img/ruedesheim_restaurant_cafe_seilbahn.jpg) no-repeat;
	height: 105px;
}

/* content */
.content {
	float: right;
	width: 745px;
	background: #FAFAFA;
	border-right: 1px solid #9A3232;
	border-bottom: 1px solid #9A3232;
	border-left: 1px solid #9A3232; 
}

.content .item {
	padding: 6px 12px;
	margin-bottom: 8px;
}

.content .itemCenter {
	padding: 6px 12px;
	text-align: center;
}
.content .itemLeft500{
	padding: 6px 12px;
	margin-bottom: 8px;
	float: left;
	display: block;
	width: 500px;
	text-align: center;
}

.content .itemLeft650{
	padding: 6px 12px;
	margin-bottom: 8px;
	float: left;
	display: block;
	width: 650px;
	text-align: left;
}

.content .itemLeft310{
	padding: 6px 12px;
	margin-bottom: 8px;
	float: left;
	display: block;
	width: 310px;
	text-align: left;
}
.content .itemLeft300{
	padding: 6px 12px;
	margin-bottom: 8px;
	float: left;
	display: block;
	width: 300px;
}

.content .itemRight395 {
	padding: 6px 12px;
	margin-bottom: 8px;
	float: right;
	display: block;
	width: 395px;
}

.content .events{
	padding: 6px 15px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 8px;
	float: left;
	display: block;
	width: 650px;
	text-align: left;
}

.content .events h1{
	font-size: 18px; 
	font-weight: bold; 
	font-variant:small-caps; 
	color: #9A3232;
}

.content .events p{
	font-size: 16px; 
	font-weight: bold; 
	color: #777777;
	font-variant: normal;
}

.content .descr {
	font-size: 11px;
	color: #444444;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}

.content .leftIMG{
	margin:0px 10px 0px 0px;
	float: left; 
}

.content .topIMG{
	margin:0px 10px; 
}

/* menu */
.menu {
	background: #EEEEEE;
	font-family:arial,sans-serif;
	border: 1px solid #E5E5E5;
	float: left;
	width: 230px;
}

.menu h1,.menu ul {
	padding-left: 12px;
}

.menu h1 {
	color: #676767;
	font-size: 14px;
	height: 20px;
	margin-top: 1.2em;
}
.menu ul {
	border-top: 1px solid #FAFAFA;
	background: url(../img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.menu li a {
	color: #777777;
	display: block;
	font-size: 1.2em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.menu li a:hover{
	color: #111111;
}

.menu li.active{
	color: #800000;
	font: bold 1.2em "Comic Sans MS",sans-serif;
	display: block;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}

.menu h1.active{
	color: #800000;
	font-family: Comic Sans MS, sans-serif;
	font-weight: bold;
	display: block;
}

/* footer */
.footer {
	background: #FAFAFA;
	border: 2px solid #EEEEEE;
	color: #676767;
	font-size: 1.3em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
}
.footer a {
	color: #9A3232;
	text-decoration: none;
}
.footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}

/* misc */
.clearer {
	clear: both;
}

a {
	color: #3366CC;
}
a:hover {
	color: #0066FF;
}


p,cite,code,ul {
	font-size: 10px;
	color: #444444;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 14px;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #9A3232;
	padding-top: 6px;
}

h1.txtLeft{
	color: #9A3232;
	text-align: left;
}

code {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #444444;
	display: block;
	font-family: arial,sans-serif;
	font-size: 1.1em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}


/* title */
.title h1 {
	color: #FFFFFF;
	font-family: arial,sans-serif;
	font-size: 3em;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFFFFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

/* search form */
form_XXX {
	padding: 20px;
	font-size: 14px;
}

.form {
	padding: 10px; 
	font-family: arial,sans-serif;
	font-size: 14px;
}

.form_button {
	padding: 0px 10px;
	border: 1px outset #dadada;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #dadada;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}


.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(../img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}


#foodMenu {
	font-size: 12px;
}

#foodMenu td{
	vertical-align: top;
}

#foodMenu h2{
	font-size: 16px;
	color: #444444;
	margin-bottom: 6px;
	padding-top: 6px;
}

#foodMenu h3{
	font-size: 14px;
	color: #444444;
	margin-bottom: 20px;
	padding-top: 6px;
}

.driveMap{
	padding: 20px;
	display: block;
}

#wineTrip {
	font-size: 12px;
}

#wineTrip h1{
	font-size: 28px;
	color: #444444;
}

#wineTrip h2{
	font-size: 24px;
	color: #444444;
}

#wineTrip h3{
	font-size: 22px;
	color: #444444;
}

#wineTrip h4{
	font-size: 20px;
	color: #444444;
	text-align: left;
	font-weight: normal;
}
#wineTrip h5{
	font-size: 18px; 
	color: red; 
	padding-top: 15px;
}

#cityTrip{
	padding: 8px;
}

#cityTrip h1{
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
}

#cityTrip h2{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

#cityTrip h3{
	font-size: 18px;
	color: #444444;
}

#cityTripHome a{
	color: #9A3232; 
	font-weight: bold;
}

#cityTripHome a:hover{
	/*color: #0066FF;*/
	color: #111111;
}

#otherLanguage {
	padding: 3px 6px 3px 14px;
}

#otherLanguage img{
	padding: 5px; 1px;
	cursor: pointer;
}

#menuOfDay {
	font-weight: bold; 
	font-size: 1.2em;
	color: #777777;
}

#menuOfDay_home {
	font-family:"Comic Sans MS",sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #800000;
	text-decoration: none;

}

#currentPage{
	color: #9A3232; 
	font-weight: bold;
}

#yourMessageLink a{
	font-size: 1.4em; 
	font-weight: bold;
	/*color: #800000;*/
	color: #777777;
	display: block; 
	padding-top: 14px; 
}

.press{
	float: left; 
	width: 390px; 
	padding: 10px;
}

.press h2{
	font-size: 20px;
  	font-weight: normal;
  	text-decoration: none;
  	font-variant: small-caps;
  	font-family: Georgia,"Times New Roman",Times,serif;
}

.press h3{
	font-size: 16px;
	font-weight: bold;
}

.press p{
	font-size: 14px;
	font-weight: bold;
}

.press_right{
	float: right; 
	width: 202px; 
	padding-top: 30px;
	padding-right: 70px;
}

.homeLink a{
	font-family: "Comic Sans MS",sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #800000;
	text-decoration: none;
	display: block;
	/*padding: 3px 6px 3px 14px;*/
	padding-left: 12px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.homeLink a:hover{
	/*color: #111111;*/
	color: #9A3232;
}

.txt12px {
	font-size: 12px;	
}

.txt16px {
	font-size: 16px;
}

.txt18px {
	font-size: 18px;	
}

.txt20px {
	font-size: 20px;	
}

.txt22pxCenter {
	font-size: 22px; 
	font-weight: bold; 
	text-align: center;
}

.txt28pxCenter {
	font-size: 28px; 
	font-weight: bold; 
	text-align: center;
}

.printIcon{
	float: left; 
	font-size: 14px; 
	height:20px; 
	width: 95%; 
	padding-right:3px; 
	text-align: right; 
}

.impressum h1{
	font-size: 18px; 
	font-weight: bold;
	padding: 10px 15px;
}

.impressum p{
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}


.impressum a{
	color: #676767;
	font-size: 12px;
 	padding-left: 14px;
 	text-decoration: none;
}

.impressum a:hover{
	color: #111111;
}

#impressum {
	background-color: yellow;
}

.events{
	font-size: 18px; 
	font-weight: bold; 
	font-variant: small-caps; 
	color: #9A3232;
}

#active{
	color: #800000;
	font-family: Comic Sans MS, sans-serif;
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	padding: 3px 6px 3px 14px;
}

