/* ### formatierung (classen) allgemein ### */
* { 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #E3E9E5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6A8675;
	font-size: 76%;
}

p, li, label, input, textarea {
	line-height: 140%;
	color: #6A8675;
}
p, ul, h2 {
	padding-bottom: 1em;
}
ul {
	padding-left: 15px;
}
li {
	list-style: square;
	padding-bottom: 0.3em;
}
a {
	color: #A70432;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 10px;
	background-image: url(../art/00-link-bullet-red.gif);
	background-position: left;
	background-repeat: no-repeat;
}
a img {
	color: transparent;
	border: none;
}
a:link, a:visited {
	color: #A70432;
}
a:hover, a:active, a:focus {
	color: black;
	text-decoration: underline;
}
a.active {
	font-weight: bold;
}
h1 {
	font-size: 146%;
	color: white;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 110%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #94AA9D;
	border-bottom: 1px solid #94AA9D;
	margin-bottom: 0.5em;
	padding-top: 5px;
	padding-bottom: 7px;
	line-height: 140%;
}
h3 {
	font-size: 100%;
}


/* ### layout -container, -elemente (id's) allgemein  ### */
#page {
	width: 960px;
	overflow: hidden;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#head {
	background-color: #A30428;
	padding: 20px;
	padding-left: 26px;
	padding-right: 32px;
}
#head #logo {
	float: right;
	/*padding: 20px;
	padding-right: 32px;*/
}

.navi-top * {
	float: left;
	color: white;
	margin: 0;
}
#head-title {
	background-color: #94AA9D;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 960px;
}
#head-title img,
#head-title h1  {
	float: left;
}
#head-title h1 {
	margin-top: 30px;
	font-size: 180%;
	font-weight: normal;
}

#head-title #flashani  {
	padding-right: 38px;
	float: left;
	width: 270px;
	overflow: hidden;
}
#content {
	padding: 36px;
	padding-top: 26px;
	margin: 0;
	background-image: url(../art/bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}



#content #zweispaltig {
	float: left;
	width: 100%;
}
#content #zweispaltig #spalte1 {
	float: left;
	width: 272px;
	padding: 0;
}
#content #zweispaltig #spalte2 {
	float: left;
	width: 595px;
	padding: 0;
}
/* ### Footer ### */
#footer {
	height: 25px;
	background-color: #E3E9E5;
	color: #94AA9D;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
	font-size: 86%;
}



div.zweipaltig_spalte1 {
	float:left;
	/*width: 50%;*/
	width: 297px;
}
div.zweispaltig_spalte2 {
	float:right;
	/*width: 50%;*/
	width: 298px;
}


/* ### formate, klassen ### */
.right {
	float: right;
}
ul.navi-top {
	width: 155px;
	float: left;
	padding-bottom: 0;
}
ul.navi-top li {
	color: White;
	list-style: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: 155px;
	line-height: 160%;
}
ul.navi-top a,
ul.navi-top a:link, ul.navi-top a:visited {
	color: white;
	padding-left: 10px;
	background-image: url(../art/00-link-bullet-navi-top.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 110%;
}


/* ### formate, klassen allgemein  ### */
.clear {
	clear: both;
	line-height: 0.1;
	font-size: 1px;
}



/* ### homepage ### */



/* ### kontakt  ### */

