/* CSS Document */

/*  
Theme Name: Verena Hofer
Theme URI: www.hofer-bb.ch
Description: Consulting 
Version: 1.0
Author: Peter Kancsar
Author URI: www.kancsar.com
*/

/* ---- Allgemeine Definitionen und Hacks ---- */

* {
	margin:0;
	padding: 0;
	border: 0;
}
option {
	padding-left: 0.4em
}
html {
	height: 100%
}
/* ---- Seitenlayout ---- */

body {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	color: #000;
	background-color: #FFFFFF;
	text-align: left;
}
#container {
	margin: 15px auto;
	width: 550px;
}

#header {
}

#navi {
	border-width: 1px;
	border-style: solid none solid none;
	border-color: #CCCC33;
}

#navi  ul {
	/* Das Aufzählungszeichen (Bullet) geht weg */
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

#navi  ul li {
	/* Die Listen werden horizontal dargestellt... */
	display: inline;
	padding: 20px;
	margin-bottom: 5px;
}

#navi  ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: normal;
}

#navi ul li a.active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

#navi  ul li a:hover {
	color:#000000;
}

#indexnavi ul li a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: normal;
}

#indexnavi  ul li a:hover {
	color:#000000;
}

#indexnavi ul{
	/* Das Aufzählungszeichen (Bullet) geht weg */
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

#indexnavi {
	border-width: 1px;
	border-style: solid none none none;
	border-color: #CCCC33;
}

#subnavi {
	border-width: 1px;
	border-style: none none solid none;
	border-color: #CCCC33;
}

#subnavi {
	border-width: 1px;
	border-style: none none none none;
	border-color: #CCCC33;
}

#subnavi ul{
	/* Das Aufzählungszeichen (Bullet) geht weg */
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}

#subnavi  ul li a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	font-weight: normal;
}

#subnavi ul li a.active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

#subnavi  ul li a:hover {
	color:#000000;
}

#content {
padding: 10px 0px 10px 0px;
}

#portrait {
padding: 0px 0px 10px 0px;
}

#text  {
	padding: 10px 10px 20px 10px;	
}

#text2  {
	padding: 10px 70px 20px 70px;	
}

#zitat {
	padding: 5px 0px 10px 0px;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #CCCC33;
}

#fooder {
	padding: 5px 0px 10px 0px;
	border-width: 1px;
	border-style: solid none none none;
	border-color: #CCCC33;
}

#galerie {
	height: 360px;
	width: 550px;
	overflow: auto;	
}