/* Colors */
.ipgreen {color: #005838}	

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:300;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 0px 0px;
	color: #005838;
	background-color: #FFFFFF;
}
p {
	color: #000000;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align:justify;
	width:500px
}
p.center {
	text-align:center;
}

table {
	font-size: 12px;
	text-align: left;
}
td.tdgraf	{
	background-color: #BDD3CB;
}
td.kasten	{
	height:30px;
	background-color: #BDD3CB;
	padding:10px;
	padding-left:20px;
	font-size:18px;
	font-weight:100;
	color:#005838;
	border:0px;
}
td.kasten2	{
	background-color: #BDD3CB;
	padding:10px;
	font-size:18px;
	font-weight:100;
	color:#005838;
	border:0px;
	vertical-align:bottom;
}

td.nw {background-color: #D2E9E1}
td.ne {background-color: #D3EAE2}
td.sw {background-color: #EEEDEC}
td.se {background-color: #FFFFFF}



h1 {
	color: #005838;
	font-size: 24px;
	font-weight:lighter;
	margin-bottom: 0px;
}
h2
{
	color: #005838;
	font-size: 20px;	
	font-weight:lighter;
	margin-bottom: 0px;
	}
h3
{
	color: #005838;
	font-size: 18px;	
	font-weight:lighter;
	margin-bottom: 10px;
	}
h4
{
	color: #005838;
	font-size: 16px;	
	font-weight:lighter;
	margin-bottom: 0px;
	}
a {
	text-decoration: none;
	font-size: 14px;
	color: #005838;
}
a:hover {
	color: #999999;
}
a.pfeil {
	padding-left: 20px;
	background-image: url(pointgreen.gif);
	background-repeat: no-repeat;
}
a.pfeil:hover {
	background-image: url(pointgray.gif);
}
a.link1 {
	color: #999999;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	}
a.link1:hover {color: #005838}
a.link2 {
	color: #005838;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	}	
a.link2:hover {color: #005838}
a.email {
	color: #005838;
	text-decoration: none;	
	}
a.email:hover {color: #999999}

li {
	color: #005838;
	margin: 10px;
	text-align:justify;
	font-size: 14px;
	text-decoration:none;
	width:450px;
	vertical-align:top;
	}
	
.pointgreen {
	list-style-image:url(../images/pointgreen.gif)	
	}

p.list {
	color: #005838;
	margin: 10px;
	font-size: 14px;
	text-decoration:none;
	list-style-type:disc;
	letter-spacing:1px;
	}


