/* CSS Document */


body{
	background: #E0E8EF;
	font-family: arial, sans-serif;
	font-size: 12px;
	
		
}
td{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #0A1A48;
}
h1{
	font-size: 11px;
	color: #940808;
	margin-top: 15px;
	font-family: arial;
}
h2{
	color: #6585A2;
	font-size: 14px;
	border-bottom: 1px solid #AE1516;
	font-family: arial;
}
h3{
	color: #940808;
	margin-top: 0px;
	font-size: 11px;
	
}
p {
	text-align: left;
	/*background-color: #EDF4FB;
	padding: 10px;*/
}
ul {
	list-style-type: none;
}
ul li{
	margin-bottom: 8px;
}
ul ul li{
	margin-bottom: 8px;
	list-style-image:url(images/listenpfeil.gif);
}

#all{
	width: 750px;
	background-color: #ffffff;
	border: 3px solid #ffffff;
}
#head{
	background-color: #003D5F;
	width: 750px;
	height: 79px;
}
#links{
	width: 205px;
	padding: 10px 0px 0px 0px;
}
*html #links{
	w\idth:300px;
}
#content{
	width: 475px;
	padding: 20px 35px 20px 35px;
	border-left: 1px dotted #6987A6;	
}
*html #content{
	width: 455px;
	padding: 20px 25px 20px 35px;
}

/*styles für die Links der oberen navigation*/
#navBox{
	height: 15px;
	border-bottom: 5px solid #DCEBF1;
	text-decoration: none;
	padding-top: 20px;
	margin: 0px 0px 4px 0px;
	width:auto;
}
#navBox a{
	background: #E0E8EF;
	color: #222F45;
	font-weight:bold;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	margin-right: 4px;
	border:1px solid #DCEBF1;
}


#navBox a:hover, #naviActive {
	background-color: #F5F9FB !important;
}

/*ENDE styles für die Links der oberen navigation*/
#subnav{
	margin: 0px 10px 30px 10px;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px dotted #6987A6;
}
#subnav a {
	color: #6A6B59;
	display: block;
	background-image: url(images/pfeil.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	text-decoration: none;
	margin-bottom: 4px;


}
#subnav a:hover, #subnav a:active {
	color: #940808;
}
#subnav #naviActive {
	color: #940808;
	font-weight: bold;
}

/*google*/
#google{
	margin: 0px 0px 0px 20px;
	width: 160px;
}
a{
	color: #940808;
}

/* zu gast in zuerich */
.anzeige {
	border: 1px solid #D1D5DF;
	margin-bottom: 10px;
	
}
.anzeige h3 {
	color: #222F45;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	padding: 3px;
	background: #E0E8EF url(images/h3.gif) no-repeat right;
}
.anzeige p {
	margin: 0px;
	padding: 3px;
}
/* galerie */
#galerie {
	width: 100%;
}
#galerie td {
	margin: 10px;
}
#galerie td img {
	border: 1px solid black;
}
#galerieNavi {
	width: 100%;
	margin-bottom: 20px;
}
#galerieNavi td {
	width: 33%;
	text-align: center;
}