/* global */

body, div, span, p, a, td, input, select, textarea {
	font-family: Lucida Sans Unicode, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}

body {
	margin: 0px;
}

/* texts */

h1 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 13px;
}

p {
	margin: 0px 0px 1em 0px;
}

.title_green {
	color: #008071;
	margin-bottom: 0px;
}

.txt_green {
	color: #008071;
}

.txt_white p, .txt_white div {
	color: #ffffff;
}

.txt_white ul {
	color: #ffffff;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
}

.txt_white ul li {
	color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 13px;
	background-image: url(/images/icon_list2_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.txt_white a {
	color: #ffffff;
	text-decoration: underline;
}

.txt_white a:hover {
	color: #ff0000;
	text-decoration: none;
}

.txt_grey {
	color: #aaaaaa;
}

.txt_galerie, .txt_galerie p {
	color: #8C8C8C;
}

.txt_galerie a {
	color: #ffffff;
	text-decoration: underline;
}

.txt_galerie a:hover {
	color: #E6472A;
	text-decoration: none;
}

.txt_small {
	font-size: 10px;
}

.txt_small_grey {
	font-size: 10px;
	color: #aaaaaa;
}

.txt_produkte {
	padding: 7px 15px 8px 0px;
	border-bottom: 2px solid #B9DDD0;
}

.txt_kunden {
	color: #000000;
	padding: 7px 0px 8px 0px;
	border-bottom: 2px solid #B9DDD0;
}

/* links */

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a.black, .npheadline {
	color: #000000;
	text-decoration: underline;
}

.npheadline:hover {
	color: #E6472A;
	text-decoration: none;
}

a.black:hover {
	color: #E6472A;
	text-decoration: none;
}

a.black_active, a.black_active:hover {
	color: #E6472A;
	text-decoration: none;
}

a.txt_galerie_link, a.txt_galerie_link:hover {
	color: #E6472A;
	text-decoration: none;
}

a.green {
	color: #008071;
	text-decoration: none;
}

a.green:hover {
	color: #008071;
	text-decoration: none;
}

.foot {
	color: #b2caba;
}

.foot a {
	color: #ffffff;
	text-decoration: none;
}

.foot a:hover {
	color: #ffffff;
	text-decoration: none;
}

.foot_grey a {
	color: #666666;
	text-decoration: none;
}

.foot_grey a:hover {
	color: #666666;
	text-decoration: none;
}

.foot_small {
	font-size: 10px;
	color: #666666;
}

.foot_small a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.foot_small a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.foot_small_grey {
	font-size: 10px;
	color: #666666;
}

.foot_small_grey a {
	font-size: 10px;
	color: #8C8C8C;
	text-decoration: none;
}

.foot_small a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	color: #e8c0b5;
	text-decoration: none;
}

.copyright:hover {
	font-size: 10px;
	color: #e8c0b5;
	text-decoration: none;
}

/* lists */

ol {
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
}

ol li {
	color: #8c8c8c;
}

li.galerie a {
	color: #8c8c8c;
}

li.galerie a:hover {
	color: #E6472A;
}

ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
}

ul li {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 13px;
	background-image: url(/images/icon_list2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/* ids */

#container { 	
  position:absolute;
  height: 736px; 
  width: 736px;
  margin: -368px 0px 0px -368px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
}

/* colors */

.light {
	color: #e8c0b5;
}

/* forms */

.formfield {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #e4c2a7;
	padding: 2px;
}

.formsubmit {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: 3px solid #e4c2a7;
}

/* others */

.box {
	color: #000000;
	background-color: #ffffff;
	border: 3px solid #e4c2a7;
	padding: 10px;
}

.box_light {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #e4c2a7;
	padding: 10px;
}

.box_subnav {
	color: #000000;
	background-color: #ffffff;
	border: 3px solid #e4c2a7;
	padding: 10px;
}

hr
{
	border:1px solid #B9DDD0;
}

#jahreswahl
{
	margin-right:10px;
}