* {
	margin: 0;
	padding: 0;

}

body {
	color: #000;
	font-size: 1.0em;
	font-family: tahoma, sans-serif;
	background-color: #FFFFFF;

}

h1 {
	font-size: 1.4em;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.2em;
	padding-bottom: 5px;
	text-align: center;
}

h3 {
	font-size: 1.0em;
	color: Red;
	padding-bottom: 5px;
	text-align: center;
}

hr {
	margin: 5px;
}

/* IDs */
#container {
	width: 100%;
	height: 100%;
}

#header {
	background: url(../bebotta/head.jpg) 0 0 no-repeat;
	height: 150px;
}

#logo {
	height: 100px;
	color: #fff;
	background: : #A9A9A9;
}
#bread {
	width: 100%;
	height: 25px;
	font-color: green;
	font-size: 0.7em;
}

#xnav {
	text-align:center;
}

#main {
	margin-left: 135px;	
	line-height: 1.2em; /* wegen peekaboo bug */	
}


#content {
	padding: 50px 10px 10px 15px;

	-moz-border-radius: 15px;	
	border: 5px solid;
	border-color: #009900;
	margin: 5px 10px 0 25px;
	min-height: 200px;
	background-color: #FFFFFF;
}

#content ol,
#content ul {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#content a img {
	border: 0px;
}

#content table tr td a {
	text-decoration: none;
	color: black;
}

/* Navigation */

#nav {
	position: absolute;
	top: 155px;
	left: 5px;

	-moz-border-radius: 15px;
	border: 3px solid;
	border-color: #009900;
	width: 100px;
	font-size: 0.8em;
	background-color: #00CC33;
}

#footer {
	margin: 5px 15px 10px 5px;
	padding: 3px;
	width: 98%;

	-moz-border-radius: 15px;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	clear: both;
	background-color: #D6D6D6;
}

#footer p {
	padding-top: 15px;
}

/* Klassen */

.addi,
.fax {
	display: none;
}
.mainbot {
	clear: both;
}
