/*	Outandabout.ch
	URL: http://www.outandabout.ch/outandabout.css
	Media: Screen
	Author: Ruth Buerkli
	Date: 15dec2006
	Version: 1.0
/*
/*------------------------------------------------------*/
/* GENERAL STYLES */
/*------------------------------------------------------*/

body {
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #99CCFF;
	font-weight: bold;
	background-image: url(images/skyline.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.6em;
	color: #FFFFFF;
}
td {
	vertical-align: top;
	font-size: 0.8em;
	color: #99CCFF;
}
.name {
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}

/*------------------------------------------------------*/
/* SITE TITLE */
/*------------------------------------------------------*/

.titleSmall {
	color: #99CCFF;
	font-size: 1.6em;
}
.titleLarge {
	color: #FFFFFF;
	font-size: 2.5em;
}

/*------------------------------------------------------*/
/* TABLE CELLS */
/*------------------------------------------------------*/

.tableNav {
	padding-left: 17px;
	padding-top: 5px;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99CCFF;
}
.tableCenter {
	padding-top: 5px;
	vertical-align: top;
	padding-right: 20px;
}
.tableRight {
	padding-top: 5px;
	vertical-align: top;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CCFF;
}
.tabletTopRight {
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
}
.tableTopLeft {
	vertical-align: middle;
	text-align: left;
	padding-left: 17px;
}
.tableBanners {
	vertical-align: top;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #003366;
	color: #333333;
	font-size: 0.6em;
}

/*------------------------------------------------------*/
/* LINKS */
/*------------------------------------------------------*/

.nav {
	font-weight: bold;
	color: #99CCFF;
}

a:link {
	text-decoration: underline;
	color: #99CCFF;
}
a:visited {
	text-decoration: underline;
	color: #99CCFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #99CCFF;
}
a.nav:link {
	text-decoration: none;
	color: #99CCFF;
}
a.nav:visited {
	text-decoration: none;
	color: #99CCFF;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:active {
	text-decoration: none;
	color: #99CCFF;
}

/* END */

