body {
	background-color: White;
	color: #00396f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	color: #B90000;
	font-size: 18px;
	font-weight: 600;
}

#layout {
	width: 850px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navigationtop {
	padding: 3px;
	background-color: #00396f;
	text-align: center;
	color: #ffffff;
}

#contentcontainer {
	background-color: #EAF2F8;
	padding: 10px;
}

#footer {
	padding: 3px;
	background-color: #00396f;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

#startleft {
	width: 400px;
	float: left;
	text-align: left;
	
}
#startright {
	width: 300px;
	float: right;
	text-align: left;
	}

.dottedline {
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.startseitenlinkdeutsch {
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
	color: #00396f;
	font-family: "Times New Roman", Times, serif;
}

.startseitenlinkenglish {
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
	color: Red;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.newsbox {
	width:380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #CEE4FF;*/
	border-color: #ccd7e2;
	border-style: solid;
	border-width: 1px;
	padding:4px;
}
.newsboxtitel {
	background-color: #a5b9cb;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	width: 380px;
	padding:4px;

}
.inputklein {
	height: 22px;
	width: 20px;
}
.newsinput {
	height: 22px;
	width: 600px;
}

.newsarea {
	height: 200px;
	width: 600px;
}
	
.campingtitel {
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 36px;
	color: #00396f;
	text-align: left;
	margin-bottom: 5px;
}

.jungfraublicktitel {
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 36px;
	font-style: italic;
	color: #00396f;
	text-align: left;
	margin-bottom: 5px;
}

.bildunterschrift {
	font-size: 11px;
	color: #00396f;
	height: 20px;
	padding:2px;
	text-align: center;
}

.clear {
	clear: both;
}
.spalte1und2 {
	float: left;
	width: 400px;
	margin-left: 10px;
}

.textspaltelinks {
	font-size: 12px;
	color: #00396f;
	
}
.spaltebreit{
	float:left:
	width:700px;
	margin-left: 1px;
}
.left {
	width: 150px;
	float: left;
	font-weight: 600;
	color: #00396f;
}
.right{
	float: left;
	color: #00396f;
}

.spalte3 {
	float: right;
}
.linkimfooter {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.linkimtext {
	font-size: 12px;
	color: #00396f;
	text-decoration: underline;
}
.tabzeile1 {
	padding: 5px;
	background-image: url(images/zeile1.gif);
	background-repeat: repeat-y;
}

.tabzeile2 {
	padding: 5px;
	background-image: url(images/zeile2.gif);
	background-repeat: repeat-y;
}

.tabzellelinks {
	float: left;
	width: 305px;
	font-weight: 600;
	color: #00396f;
}

.tabzellemitte {
	float: left;
	width: 270px;
	color: #00396f;
}

.tabzellerechts {
	float: right;
	color: #00396f;
	width: 240px;
}

.navlink {
	font-weight: 600;
	color: White;
	text-decoration: none;
}

.navlink:hover {
	font-weight: 600;
	color: #B90000;
	text-decoration: none;
}

.navlinkactive {
	font-weight: 600;
	color: #B90000;
	text-decoration: none;
}

.netfuchs {
	font-size: 10px;
	color: #a5b9cb;
	text-align: center;
	text-decoration: none;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}
.labelklein{
	  display: block;
  float: left;
  

}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

.inputres{
	width:290px;
	height:20px;
	margin-bottom:1px;
}
.inputresklein{
	width:60px;
	height:20px;
	margin-bottom:1px
}
.inputresklein2{
	width:20px;
	height:15px;
	margin-bottom:1px
}
.areares{
	width:290px;
	height:120px;
}

.block150 {
	 display: block;
  float: left;
  width: 150px; /* Breite.*/
}
