body {
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", serif;
	font-size: .9em;
	color: #282828;
	text-align: center;
	background-color: #222222;
}
#content-01 {
	width: 1050px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF; 
}
#rechte_seite {
	width: 720px;
	margin-left: 20px;
	background-color: #FFFFFF; 
	float: right;
}
#linke_seite {
	width: 280px;
	margin-left: 20px;
	background-color: #E14F00;
	float: right; 
}
#linke_seite p {
	color: #FFFFFF;
}
#rechte_seite p {
	text-align: justify;
}

.texte_rechts {
	width: 690px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.texte_links {
	width: 260px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.camcontent {
	width: 700px;
	padding-left: 0px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.rechtslos {
	clear: right;
	font-family: Times, "Times New Roman", serif;
	font-size: .8em;
	color: #282828;
	padding-top: 20px;
}

h1 {
 	width: 671px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	border-width: 0 4px; 0 4px;
	border-style: solid;
	border-color: #262626;
	background-color: #E14F00;
	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: 260px;
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	border-width: 2px 0 2px 0;
	border-style: dashed;
	border-color: #262626;
	margin-bottom: 12px;
	display: block;
}

ul#topsites {
	margin-top: 8px; padding: 0.8em;
    	text-align: center;
}
ul#topsites li {
	list-style: none;
    	display: inline;
    	margin: 0.4em; padding: 0;
}

strong { color: #AE0000; }	

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; 
} 
