html
{
	width:100%;
	height:100%;
}

body
{
	background:url(../gfx/back-4.gif) repeat-y #E2E4E6;
	margin:0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: Helvetica,Verdana,Tahoma,Arial,sans-serif;
}

img
{
	border-width: 0px;
	margin:0px;
}

ul {
  margin-top : 0.3em;
  margin-bottom : 0.3em;
}
li {
  margin-bottom: 0.3em;
}
li li {
  margin-bottom: 0.15em;
}

input,textarea {
background-color: #D8E5FE;
border: 1px solid black;

}


input:focus, textarea:focus
    { border-color: #c00;}


input:hover
{
	color:#c00;
	background-color:#C1D5FD;
}
input.button
{
	cursor:pointer;
	border-top: 1px solid #cccccc;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	_cursor: hand;
	margin:0;
	padding:0.2em;
	font-weight:bold;
}
hr {
	border:0px solid #CCCCCC;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
	width:90%;
}
small {
font-size:82%;
}
.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}
.gray {
	color:#333333;
}
.red {
	color:#c00;
}
.darkred {
	color:#8b0000;
}
.green {
	color:#006400;
}
.email {
	height:1%;
	background:url(../gfx/email.png) no-repeat;
	padding-left:17px;
	background-position: 0 50%;
}

.ext {
	height:1%;
	background:url(../gfx/ext_link.png) no-repeat;
	padding-left:16px;
	background-position: 0 50%;
}
.arrow {
	height:1%;
	background:url(../gfx/arrow_left.gif) no-repeat;
	padding-left:20px;
	background-position: 0 50%;
}

/* Container */
#top
{
	width:999px;
	background:url(../gfx/banner_back-1.gif) repeat-x;
}
#logo
{
	margin-top: 4px;
	text-align:center;
	width:144px;
	float:left;
}
#banner
{
	padding-top:14px;
	width:675px;
	text-align:center;
	float:left;
}
#banner2
{
  padding:0;
  margin:0;
	margin-top:6px;
	margin-left:7px;
	width:728px;
	height:90px;
	text-align:center;
	float:left;
	border:0px solid #5683C3;	
}
#logo2
{
	padding-top:4px;
	text-align:center;
}

#links {
  	position: absolute;
  	top: 98px;
  	left: 8px;
  	width: 130px;
	color:#000066;
  	font-size: 12px;
}
#inhalt {
	width: 811px;
	margin: 0px 10px 10px 155px;
	font-size:90%;
	color:#000066;
}
.cell
{
  font-size: 11px;
}



/* Menu Style */

.list {
	margin-left:-5px;
	padding-left:12px;
	list-style-position:outside;
	padding-bottom:4px;
}

.lpointfirstlevel {
	list-style-type:none;
	margin-top:0.6em;
}

.lpointsecondlevel {
	list-style-type:none;
	margin-top:0.4em;
}
/* Team tab navigation */
ul.teamtab {
	border-collapse: collapse;
	padding: 0 0 0 15px;
	white-space: nowrap;
	list-style: none;
	margin: 3px 0 0;
	height: 23px;
	_height:31px;
	line-height: normal;
	border-bottom: 1px solid #5683C3;
}
ul.teamtab li {
	display: inline;
	font-size:14px;
}
ul.teamtab li a {
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}
ul.teamtab li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
	text-decoration: none;
}
ul.teamtab li a:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
	text-decoration: none;
}
ul.teamtab li {
	display: block;
	float: left;
	_width: 1px;
	height: 20px;
	_height: 21px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 2px; /* fudgyness to make tabs stay put on text resizing */
	_top: 6px;
}

ul.teamtab li a {
	display: block;
	height: 20px;
	_height:18px;
	margin: 0px;
	padding: 0px;
	margin-right: 0.5em;
	text-decoration: none !important;
	border-width: 0px;
	position: relative;
	top: 0.19em; /* fudgyness to make tabs stay put on text resizing */
	_top: 0.35em;
}

ul.teamtab li a .a {
	display: block;
	height: 20px;
	_height:18px;
	padding: 2px 0em 3px 0em;
	margin: 0px;
	padding: 0px;
	background-image: url(../gfx/teamtab_left.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

ul.teamtab li a .a .b {
	display: block;
	margin: 0px;
	height: 20px;
	_height:18px;
	padding: 2px 1em 3px;
	background-image: url(../gfx/teamtab_right.png);
	background-repeat: no-repeat;
	background-position: 0% 0px;
	_cursor: hand;
}

ul.teamtab li.active a {
	background-color: transparent;
	border-width: 0px;
	text-decoration: none !important;
}

ul.teamtab li.active a .a {
	background-position: 100% -60px;
}

ul.teamtab li.active a .a .b {
	background-position: 0% -60px;
}

ul.teamtab li a:hover {
	border-width: 0px;
	text-decoration: none !important;
}

ul.teamtab li a:hover .a {
	background-position: 100% -30px;
}

ul.teamtab li a:hover .a .b {
	background-position: 0% -30px;
}

ul.teamtab li.active a:hover {
	background-color: #fff;
	border-width: 0px;
}

ul.teamtab li.active a:hover .a {
	background-position: 100% -60px;
}

ul.teamtab li.active a:hover .a .b {
	background-position: 0% -60px;
}

#inhalt a {
	color:#000066;
	text-decoration: underline;
}
/* Team tab navigation Ende */

#inhalt a:link {
	color:#000066;
	text-decoration: underline;
}

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

#inhalt a.without {
	text-decoration: none;
}


#inhalt a.fakebutton:link,#inhalt a.fakebutton:visited,#inhalt a.fakebutton:active {
text-decoration:none;
font-weight:bold;
padding:3px 5px 3px 5px;
margin:0 10px 0 2px;
line-height:25px;
border:1px solid black;
background-color:#D8E5FE;
}

#inhalt a.fakebutton:hover {
color:#c00;
background-color:#C1D5FD;
}


#inhalt span.teamshorttag {
padding:1px 2px;;
margin:0 5px 0 2px;
font-weight:bold;
font-size:12px;
border:1px solid #5683C3;
background-color:#D8E5FE;
}



#inhalt h1 {
	background:transparent url(../gfx/header_icon2.png) 0 50% no-repeat;
	padding-left: 18px;
	font-size:22px;
	margin:5px
}
#inhalt h2 {
	font-size:110%;
	margin-top:0.3em;
	margin-left:5px;
	margin-bottom:0.2em;

}
#inhalt h3 {
	font-size:109%;
	margin:0.1em;
	margin-left:5px;
	padding-bottom:0.1em;
}
#inhalt h4 {
	font-size:108%;
	margin-top:0.1em;
	margin-bottom:0.5em;
}
#inhalt h5 {
	font-size:101%;
	margin-top:0.1em;
	margin-bottom:0.1em;
}

#inhalt p {
	text-align: justify;
	margin-top: 0.2em;
	background-color: transparent;
	padding: 0.4em;
	margin-bottom: 0.2em;
}

#inhalt td {
	font-size:89%;
}

#inhalt p.error
{
	text-align:center;
	width:450px;
	margin-top: 0.2em;
	background-color: #FFFFCC;
	padding: 0.8em;
	margin-bottom: 0.2em;
	color:#c00;
	border:1px solid #c00;
}
#inhalt p.success
{
	text-align:center;
	width:450px;
	margin-top: 0.2em;
	background-color: #FFFFCC;
	padding: 0.8em;
	margin-bottom: 0.2em;
	color:#009900;
	border:1px solid #009900;
}
/* Google Maps */

#map
{
text-align:center;
margin:auto;
}

/*lightbox */
#lightbox {
	background-color: #D8E5FE;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	z-index: 99999;
}
#overlay {
	background-image: url(../gfx/overlay.png);
}
#lightboxCaption {
	background-color: #D8E5FE;
	color:#000066;
	font-size: 80%;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(../gfx/blank.gif);
	filter: Alpha(opacity=50);
}

/* Links Styles */

.linkslistlist
{
margin-left:2em;
}

/* Guestbook Styles */
.messageheadblock
{
	margin: auto;
	padding-top:0.8em;
	padding-left: 0.4em;
	max-width:600px;
}
.nameblock {
    vertical-align:bottom;
	float:left;
	font-weight: bold;
}


.timeblock {
	text-align:right;
	color: #333333;
	font-weight: bold;
}

.messageblock {
	margin: 0.4em auto;
	border-top:1px dotted #c00;
	padding-top:0.4em;
	clear:both;
	text-align:justify;
	max-width:600px;

}

.row {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 170px;
  text-align: right;
  padding-bottom: 4px;
  padding-right: 2px;
	color:#333333;
	font-size:90%;
}

.field {
  float: left;
  width: 450px;
  text-align: left;
  padding-bottom: 4px;
  padding-left: 2px;
  font-size:93%
}

.button {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.formwidth {
  width: 300px;
}

/* Lister Styles */
.listlist
{
	border:1px solid #5683C3;
	margin:auto;
	font-size:89%;

}

.listheader
{
	background-color:#5683C3;
	color:#ffffff;
	font-size:87%;
	padding:2px;
	margin:0;
}

.listrowlite
{
	vertical-align:top;
	background-color:#D8E5FE;
	border:1px solid black;
}
.listrowdark
{
	vertical-align:top;
	background-color:#C1D5FD;
	border:1px solid black;
}

/*Newslist Styles*/

.topnews {
  clear:left;
  margin:3px;
  margin-top:8px;
  background-color:#FCFCEE;
  border:2px solid #FFF1CC;
  overflow:auto;
}

.longlistbox {
	margin:auto;
}

.itembox {
	padding: 0.4em;
	max-width:800px;
	margin:auto;
	clear:both;
}

.header {
	padding: 0.2em;
	padding-top: 0.15em;
	padding-bottom:0em;
	margin-bottom:0;
}

.date {
	height:1%;
 	font-size:90%;
  color:#660000;
	font-weight:bold;
}

.date:after {
	content: " \2022   ";
	color:#660000;
}

.author {
 	font-size:90%;
  color:#660000;
	font-weight:bold;
}

.headline {
  font-size:120%;
	font-weight:bold;
}
.subheader {
	padding:0.4em;
	padding-top: 0.15em;
	margin-bottom:0;
    font-size:90%;
    font-weight:bold;
}
.article {
	text-align:justify;
	padding:0.4em;
	padding-top:0.2em;
    font-size:90%;
}

.articleimage {
	float:left;
	margin:0.2em;
	margin-right:0.5em;
	border:2px solid #5683C3;
}

.moretext {
	font-size:90%;
	font-weight:bold;
}

.footer {
	font-size:90%;
	padding:0.4em;
	text-align:right;
}

.longlist {
	color:#00ff00
}

.maplabelbox {
	padding: 0px 0px 6px 0px;
	background: url(../gfx/pfeil_unten.png) no-repeat center bottom;

}
.maplabeltext {
	background-color: #eef;
	border: 1px solid #009;
	padding: 1px 3px;
	font-size: 0.9em;

}

#links a {
	text-decoration: none;
}
#links a:link {
	color:#000066;
}
#links a:visited {
	color:#000066;
}

#links a:hover {
	color: red;
}

#links input,textarea {
	background-color: #ffffff;

}
#links input:focus, textarea:focus
    { border-color: #c00;}


#links input:hover
{
	color:#c00;
	background-color:#C1D5FD;
}

#links .button {
	cursor:pointer;
	border-top: 1px solid #cccccc;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	_cursor: hand;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 10px;
}

#links h4 {
	background:transparent url(../gfx/header_icon_small.png) 0 50% no-repeat;
	padding-left: 14px;
	font-size:112%;
	letter-spacing:1px;
	margin-top:0.8em;
	margin-bottom:0.2em;
	margin-left:2px;
}
#rechts {
	display:none;
}
#rechts * {
	display:none;
}
#rechts{
	color:#000066;
	font-size: 11px;
}

#rechts a {
	color:#000066;
	text-decoration: underline;
}

#rechts a:link {
	color:#000066;
	text-decoration: underline;
}

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

#rechts input:hover
{
	color:#c00;
	background-color:#C1D5FD;
}

#rechts a.without {
	text-decoration: none;
}


/* Elements */
.element
{
	color:#000066;
  	font-size: 11px;
	border:1px solid #5683C3;
	padding:0;
	margin:0;
	margin-bottom:8px;
}

.elementheader
{

	background-color:#5683C3;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
