/*******************************************************************************
Titel:				Styles fuer Startseite
Update:				03.01.2008
*******************************************************************************/

#wrapper {background: url(../images/wrapper-bg-start.gif) 0 0 repeat-y;}
#container {background: url(../images/container-bg-start.jpg) 0 0 no-repeat;}
#content {
	margin: 0;
	padding: 0 0 0 10px;
	width: 730px;
	float: left;
}

/* =introbox */
#intro {
	position: relative;
/*	border: 1px solid #9999bf;
	border-width: 1px 0 1px;
	margin-bottom: 10px;*/
	width:730px;
/*	height:280px;
	background-color: #f2f2ff;*/
}

#intro h2 {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 200%;
	line-height: 1.2;
	color: #000073;
	font-style: italic;
	font-weight: bold;
}
#intro h2 strong {color: #ff0000;}

#intro table {
	text-align:left;
	height: 235px;
}

#intro table tr th.suche {
	width:350px;
	padding: 0 0 0 20px;
}
#intro table tr th.karte {
	width:350px;
	padding:0;
}

#startform {
	padding: 10px 5px 10px 20px;
	background: url(../images/restaurantsuche-bg.gif) no-repeat;
	width: 330px;
	height: 200px;
}

#restaurantsuche ol {margin: 0;}

#restaurantsuche li {padding-bottom: .5em;}

#restaurantsuche h3 {
	margin-top: 2px;
	margin-bottom: .5em;
	font-size: 140%;
	border: none;
}

#restaurantsuche label {
	margin: 0;
	float: left;
	width: 4em;
	font-weight:100;
}

#restaurantsuche li input,
#restaurantsuche li select {
	padding: 2px;
	width: 235px;
	border: 1px solid #9999BF;
}
#restaurantsuche li select {width: 241px;}

#restaurantsuche div.submit {
	margin: 0 0 0 4em;
	padding: .5em 0 0 0;
}

#restaurantsuche div.submit input {padding: 2px;}

/* =Karte */
#karte {
	padding: 10px 5px 10px 20px;
	background: url(../images/restaurantsuche-bg.gif) no-repeat;
	width: 340px;
	height: 200px;
	float:right;
}
#karte h3 {
	margin-top: 2px;
	margin-bottom: .3em;
	font-size: 140%;
	border: none;
}
#map {
	height: 145px;
	width: 300px;
	border: thin solid #9999BF;
	float:left;
}

/* =gastro */
#gastro {
	margin: 5px 0 10px 12px;
	padding: 0 0 10px 0;
	color: #000;
	font-size: 90%;
}
#gastro a {color: #000;}
#gastro a:hover {text-decoration: none;}
#gastro strong {
	color:#FF0000;
	}

/* =news */
#news {line-height: 1.5em;}

#content #news ul h3 {
	margin-bottom: 0;
	border: none;
	font-size: 105%;
}

#randomrestaurants {
	border: solid #9999bf;
	border-width: 1px 0 1px;
	width: 725px;
	margin-bottom: 10px;
	background-color: #f2f2ff;
}
#randomrestaurants table {
	padding: 0 20px 0 15px;
}

#randomrest th {
	padding:10px 6px 0 6px;
	width:127px;
	vertical-align:top;
}

#randomrest th ol li a {
	padding:0px;
	}

#randomrest th ol li.ort {
	font-weight:100;
}

#randomrest th.weitere {
	vertical-align:middle;
	width:22px;
	border:none;
}

#news ul h3 a {
	padding: .2em 0;
	color: #000;
	text-decoration: underline;
}
#news ul h3 a:hover {text-decoration: none;}

#news li {
	margin: 0 20px 0 0;
	padding: 0;
	width: 230px;
	float: left;
}

#news li.last {margin-right: 0;}

#news li span {
	margin-top: .5em;
	display: block;
}
