
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:000000;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(hintergrund-mittel.jpg);
}

body.template02 {
	background-image: url(hintergrund-hell.jpg);
}

img {
	border: 0px;
}

tr.streifen_hellgrau {
	background-image: url(hintergrund-hell.jpg);
}

tr.streifen_mittelgrau {
	background-image: url(hintergrund-mittel.jpg);
}

tr.streifen_dunkelgrau {
	background-image: url(hintergrund-dunkel.jpg);
}

img.sprachfahne {
	padding-left: 7px;
}

div.streifen_rot {
	border-top: 1px solid #cc0000;
}

#hauptteil {
	padding: 25px;
	padding-left: 5px;
	padding-right: 5px;

}

#hauptteil_popup {
	padding: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#navigation {
	padding: 6px;
	padding-left: 0px;
	padding-right: 0px;
}

h1 {
	color: #666666;
	font-size: 16px;
	text-align: left;
}

h1:first-letter {
	font-size: 110%;
	color: #993333;
}

h2 {
	color: #666666;
	font-size: 12px;
	text-align: left;
}


h2:first-letter {
	font-size: 110%;
	color: #993333;
}

.farbe {
	color: #993333;
	font-size: 12px;
	font-weight: normal;
}


.tdgray {
	font-size:13px;
	font-style:bold;
	color:#666666;
	text-align:left;
}

#text {
	text-align: justify;
	padding-right: 10px;
	vertical-align:middle;
}

#text_popup {
	text-align: justify;
	height: 120px;
	vertical-align: top;
}

#text h1 {
	text-align: left;
}

.klein {
 	font-size: 9px;
	text-align: right;
}

.re {
	text-align: right;
}

a {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:hover, a:active {
	color: #cc0000;
}

td.nicht_umbrechen {
	white-space : nowrap;
}



#nav1 {
	list-style: none;
}

#nav1 li {
	display: inline;
	padding-left: 20px;
}

<!-- Admin Anfang -->

select.pageviewthickbox {
	width: 300px;
}

.fett {
	font-weight: bold;
}

.menu_admin a img {
	border: 0;
}

.darkcell {
	background-color:#EEEEEE;
	font-weight: bold;
}

.menu_admin ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 20px;
	padding-left: 25px;
}

body.admin {
	background-image: url("../appearance/bghell.jpg");
}
<!-- Admin Ende -->