html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #446cff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url("../upload/bgimg/bubbles.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

table#maintab {
	border: 1px solid black;
	background-color: white;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

td {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;

}

td#kopf1 {
	background-image: url("../upload/bgimg/leine1.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

td#kopf2 {
	background-image: url("../images/brief1.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

td#kopf3 {
	background-image: url("../images/baum1.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#infoblock {
	margin-right: 10px;
	float: right;
	text-align: right;
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
}

td#inhalt1 {
	background-image: url("../upload/bgimg/leine2.jpg");
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

td#inhalt2 {
	background-image: url("../images/brief2.jpg");
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

td#inhalt3 {
	background-image: url("../images/baum2.jpg");
	background-position: 0px -2px;
	background-repeat: no-repeat;
}

#content {
	padding: 20px 50px 20px 50px;
}


#breadcrumbrow {
	margin: 0px 50px 0px 50px;
	border-bottom: dotted 1px #666666;
	color: #666666;
	font-size: 75%;
}

td#menu1 {
	background-color: #cccccc;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/* teaser */
.teaser-left {
	width: 180px;
	background-color: #cccccc;
	border: solid 1px #8093d7;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.applet-left {
	width: 240px;
	background-color: #cccccc;
	border: solid 1px #8093d7;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
.teaser-right {
	width: 180px;
	background-color: #cccccc;
	border: solid 1px #8093d7;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}

.teaserhead {
	font-weight: bold;
	background-color: #8093D7;
	font-size: 85%;
	color: #f0f0f0;
	text-indent: 5px;
}

.teasertxt {
	font-size: 75%;
	color: #333333;
	padding: 10px;
	line-height: 150%;
}

#menue {
	background-color: #f0f0f0;
	color: #000;
	margin: 0px;
	padding: 0px;
}

