body {
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", serif;
	font-size: .9em;
	color: #282828;
	text-align: center;
	background-color: #222222;
}

#box-grund {
	width: 990px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF; 
}

#box-links {
	width: 710px;
	margin-right: 30px;
	background-color: #FFFFFF; 
	float: left;
}

#box-rechts {
	width: 220px;
	height: 2200px;
	margin-right: 30px;
	background-color: #AE0000;
	float: left; 
}

.einleitung {
	width: 700px;
	padding-left: 10px;
	text-align: left;
}
.webcams {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.einleitung-2 {
	width: 210px;
	padding-left: 10px;
	text-align: left;
}

#box-rechts p {
	color: #FFFFFF;
}

h1 {
 	width: 500px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #006EA5;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #303030;
	margin-bottom: 12px;
	display: block;
}

h2 {
 	width: 500px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #006EA5;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #303030;
	margin-bottom: 12px;
	display: block;
}

h3 {
 	width: 190px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	border-width: 1px 0 1px 0;
	border-style: dashed;
	border-color: #303030;
	margin-bottom: 12px;
	display: block;
}

h4 {
 	width: 500px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #006EA5;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: dashed;
	border-color: #303030;
	margin-bottom: 12px;
	display: block;
}

strong {
	color: #AE0000;
}

ul#button {
	margin: 0; padding: 0.8em;
    	text-align: center;
}
ul#button li {
	list-style: none;
    	display: inline;
    	margin: 0.4em; padding: 0;
}	

.linkslos {
	clear: left;
	font-family: Times, "Times New Roman", serif;
	font-size: .8em;
	color: #282828;
	padding-top: 20px;
}

a:link { 
    	color: #006EA5; 
    	text-decoration: underline; 
}
a:visited { 
    	color: #006EA5; 
    	text-decoration: underline; 
}
a:hover { 
    	color: #0066CC; 
    	text-decoration:none; 
}
a:active { 
    	color: #006EA5; 
    	text-decoration: underline; 
}   

a.white:link { 
    	color: #FFFFFF; 
    	text-decoration: underline; 
}
a.white:visited { 
    	color: #FFFFFF; 
    	text-decoration: underline; 
}
a.white:hover { 
    	color: #000000; 
    	text-decoration:none; 
}
a.white:active { 
    	color: #FFFFFF; 
    	text-decoration: underline; 
} 