/* Allgemeine Definitionen */
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif, arial;
	font-size: 13px;
	line-height: 17px;
	background-color: #d6defe;
}
a{
	color:#434e69;
	text-decoration: none;
}
form{
	margin: 0px;
	padding: 0px;
}
a:hover{
	text-decoration: underline;
	color: #434e69;
}
select.homepage{
	font-family: verdana, sans-serif, arial;
	font-size: 11px;
	width: 240px;
}
.seite{
	width: 988px;
	border-left: 1px solid #6077ac;
	border-right: 1px solid #6077ac;
	border-bottom: 1px solid #6077ac;
	background-color: #fff;
	text-align: left;
}
.seite-artikel{
	width: 988px;
	border-left: 1px solid #6077ac;
	border-right: 1px solid #6077ac;
	border-bottom: 1px solid #6077ac;
	background-color: #fff;
	text-align: left;
}
#navi-hoch{
	width: 193px;
}
.navi-home{
	margin: 0px 40px 0px 80px;
	padding: 40px 0px 237px 0px; 
	background-image: url(../img/bg_punkte.gif);
}
td.navi{
	background-image: url(../img/bg_punkte.gif);
}
.navi-oben{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #434e69;
}
.header-grafik{
	background-image: url(../img/bg_punkte.gif);
	margin: 0px 40px 0px 40px;
/*	border: 1px solid #c00; */
}
.header-rechts{
	background-color: #d6defe;
	width: 715px;
	height: 37px;
	margin-bottom: 30px;
}
#content{
	float: left;
	width: 470px;
}
.content-text{
	padding: 0px 20px 0px 0px;
}
.sprache{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
/*	padding-bottom:30px;*/
}
#abstand{
	height: 120px;
}
/*####### Header-Definitionen innen  ########*/
.header-adresse{
	background-color: #d6defe;
}
/* ############ Formulare ########### */
input.kontakt
{
	font-family: verdana, sans-serif, arial;
	font-size: 11px;
	width: 310px;
}
input.kontakt-send
{
	font-family: verdana, sans-serif, arial;
	font-size: 11px;
	width: 315px;
}
textarea.kontakt
{
	font-family: verdana, sans-serif, arial;
	font-size: 11px;
	width: 310px;
	height: 100px;
}
.fehler
{
	color: #B3242A;
	font-size: 13px;
	font-weight: bold;
}
.div-input{
	margin: 7px 0px 2px 0px;
	color: #434e69;
}
h1 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: verdana, sans-serif, arial;
	color: #434e69;
}
h2{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: verdana, sans-serif, arial;
	color: #434e69;
}
p{
	margin: 0px 0px 20px 0px;
	color: #434e69;
}
.bild{
	float: right;
	width: 234px;
}
/* ######### Ende Formulare ########## */
/* ########### Listen ######### */
ul{
	margin: 0px 0px 20px 0px;
	list-style: none;
	padding: 0px;
}
li{
	background-image: url(../img/liste.gif);
	background-position: 15px 8px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 35px;
	line-height: 23px;
	margin-bottom: 1px;
}