/*
Farbe 1: #6699FF - hellblau
Farbe 2: #0099FF - himmelblau
Farbe 3: #333300 - braun
Farbe 4: #000080 - dunkelblau
Farbe 5: #0000FF - blau
*/
body {
	margin: 0px;
	background-color: #0099FF;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#infotext p {
    color:  #333300;
}


a {
	color: #333300;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
}

input {
	border: 1px solid #333300;
	width: 250px;
	font-family: verdana, arial;
	font-Size: 11px;
	font-weight: normal;
}

select {
	border: 1px solid #333300;
	width: 250px;
	font-family: verdana, arial;
	font-Size: 11px;
	font-weight: normal;
}

textarea {
  border: 1px solid #333300;
	width: 250px;
	font-family: verdana, arial;
	font-Size: 11px;
	font-weight: normal;
}


label {
	float: left;
  width: 80px;
	font-family: verdana, arial;
	font-Size: 11px;
	font-weight: normal;
  display: block;
}

input.button {
	width: 110px;
  background-color: #0099FF;
	border-color: #333300;
	color: #333300;
	height:17px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
}

input.radio {
	background-color:#0099FF;
	border-color: #333300;
	width: 20px;
	height:17px;
	margin: 0px;
	padding: 0px;
}

div.radio {
	float: left;
	width: 20px;
	margin-bottom: 1px;
}

input.checkbox {
	background-color: #0099FF;
	border-color: #333300;
	width: 20px;
	height:17px;
	margin: 0px;
	padding: 0px;
}

div.checkbox {
	float: left;
	width: 20px;
	margin-bottom: 1px;
}

#page {
	float: left;
	width: 990px;
	height: auto;
	background-color: #0099FF;
}

#communityNav {
  margin: 0px;
  padding: 0px;
  height: 15px;
}

  #communityNav a {
    margin-top: 3px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
  }

  #communityNav a:hover {
    color: #0099FF;
  }

#pageMain {
	float: left;
	width: 777px;
	background-color: #FFFFFF;
	border-right: 1px solid #333300;
	border-bottom: 1px solid #333300;
}

#main {
	float: left;
	width: 777px;
	background-color: #FFFFFF;
}

#mainContent {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
}

#service	{
	float: left;
	width: 200px;
}

#infoNav {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

#infoNav hr, #printNav hr {
	height:1px;
	border: 0px;
	color: #333300;
	background-color: #333300;
}

#infoNetwork {
	float: left;
	width: 100%;
  line-height: 16px;
	text-align: center;
  margin-top: 10px;
	margin-bottom: 5px;
  font-size: 9px;
  color: #BBBBBB;
}

#infoNetwork a, #infoNetwork a:hover {
    line-height: 16px;
    font-size: 9px;
    color: #BBBBBB;
}

#infoNetwork hr {
	height:1px;
	border: 0px;
	color:#BBBBBB;
	background-color: #BBBBBB;
}

#blueparks {
	float: left;
	width: 100%;
	text-align: right;
	font-size: 9px;
}

#infoText {
	float: left;
	width: 750px !important;
    width: 760px;
	height: auto;
	margin: 15px 5px;
    color: #BBBBBB;
}

#infoText p {
	text-align: justify;
	font-size: 10px;
	font-weight: normal;
	color: #BBBBBB;
}

#mainNav	{
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #000000;
}

#mainNav div	{
	float: left;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}

#mainNav div a {
	float: left;
	margin-left: 9px;
	margin-right: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#mainNav div a:hover {
  color: #0099FF;
}

#mainNav div a.active {
  color: #0099FF;
}

#mainNav #search {
	padding: 0px;
	margin: 0px;
  	border: 0px;
  }

    #mainNav #search form {
    	padding: 0px;
    	margin: 0px;
    	margin-top: 2px;
    	margin-left: 9px;
    	font-weight: bold;
    	color: #FFFFFF;
    }

    #mainNav #search label {
    	padding: 0px;
    	margin: 0px;
        margin-top: 1px;
    	font-weight: bold;
    	color: #0099FF;
    }

    #mainNav #search .quest {
    	margin-left: 5px;
    	width: 105px;
    	font-size: 9px;
    	height: 16px;
    }

    #mainNav #search .submitButton {
    	font-size: 9px;
    	background-color:#ffffff;
    	border-color:#333300;
    	color: #333300;
    	height:16px;
    	width: 45px;
    	padding-left:2px;
    	padding-right:2px;
    	padding-bottom:2px;
    }



#subNav {
	float: left;
	width: 157px;
	margin-right: 10px;
	margin-bottom: 15px;
}

  #subNav h1 {
  	margin-top: 2px;
  	margin-bottom: 2px;
  	background-color: #6699FF;
  	text-decoration: none;
  	border: none;
  }

  #subNav h1.hdl {
  	padding-top: 3px;
  	padding-bottom: 3px;
  	color: #FFFFFF;
  	background-color: #000000;
  	font-weight: bold;
  	font-size: 11px;
  }

  #subNav h1.modell {
  	padding-left: 12px;
  }

    #subNav h1 a {
    	width: 152px !important;
    	width: 100%;
    	padding-left: 5px;
    	font-size: 11px;
    	font-weight: bold;
      line-height: 18px;
    	color: #333300;
    	background: none;
    	border-bottom: 1px solid #6699FF;
    	text-decoration: none;
    	display: block;
    }

    #subNav h1 a:hover {
    	color: #000080;
    	background-color: #FFFFFF;
    	border-bottom: 1px solid #0000FF;
    }

    #subNav h1 a.active {
    	color: #000080;
    	background-color: #FFFFFF;
    	border-bottom: 1px solid #0000FF;
    }



#grid {
	float: left;
	width: 100%;
}

#grid div.center {
	float: left;
	width: 600px;
}

#grid div.center h1{
	width: 580px !important;
	width: 100%;
}

#grid div.left {
	float: left;
	width: 375px !important;
	width: 372px;
	margin-bottom: 10px;
}

#grid div.left h1{
	width: 355px !important;
	width: 100%;
}

#grid div.right {
	float: left;
	width: 215px !important;
	width: 212px;
	margin-left: 10px;
}

#grid div.contentBorder, #grid div.left div.contentBorder, #grid div.right div.contentBorder {
	float: left;
	width: 100%;
	border-bottom: 1px solid #6699FF;
	margin-bottom: 10px;
}

#grid div.text {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#grid div.right div.contentBorder div.text {
   width: 190px !important;
   width: 100%;
}

#grid div.right div.contentBorder input {
   width: 200px !important;
   width: 100%;
}

#grid div.right div.contentBorder input.radio {
   width: 20px !important;
   width: 20px;
}

#service div.content {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #6699FF;
}

#service div.content div.text {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#service div.content img {
	float: left;
	padding-left: 5px;
}