/* $Id$ */
/* flickstube.ch style definition, main */

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
}

h1 {
	font-size: 32px;
	text-align: center;
	display: inline;
	padding: 32px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 16px;
}

li {
	margin-top: 3px;
}

ul.navlist {
	padding: 0px;
	margin: 0px;
}

li.navfield {
	list-style: none;
	padding: 0px;
	border: none;
	margin: 0;
}

ul.submenu {
	margin-bottom: 15px;
}

li.submenuitem {
	list-style: none;
	list-style-image: url(/images/greenbutton_bullet_13x13.png);
}

li.address {
	list-style: none;
	padding: 0px;
	border: none;
	margin: 0;
	font-weight: bold;
	text-indent: 20px;
}

a:link {
	text-decoration: underline;
	border: none;
	color: #009900;
	background-color: transparent;
}

a:visited {
	text-decoration: underline;
	border: none;
	color: #006600;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	border: none;
	color: #006600;
	background-color: #ccffcc;
}

a.submenu {
	text-decoration: none;
	border: none;
}

a.footer {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

div {
	margin-bottom: 20px;
}

#content {
	float: left;
}

#motto {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-indent: 20px;
}

#navigation {
	float: left;
	width: 150px;
	height: 550px;
	margin-right: 40px;
}

#alt-navigation {
	clear: both;
	margin-top: 50px;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
}

#title {
	margin-left: 20%;
}

#footer {
	clear: both;
	margin-top: 50px;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	color: #ffffff;
	background-color: #006600;
}

