body {
	font-size: 14px;
	color: #333;
	background-color: #ddd;
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

a {
	color: #900;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #300;
}
a:hover span {
	color: #555;
}

th {
	background-color: #666;
	color: #fff;
}
th h1 {
	color: #fff;
}

.center { text-align: center; }
.right { text-align: right; }

.messagebox {
	margin: 10px;
	padding: 10px;
	color: #000;
	background-color: #fee;
	border-left: 4px #faa solid;
}
.messagebox_g {
	background-color: #efe;
	border-left: 4px #afa solid;
}
.messagebox_y {
	background-color: #ffe;
	border-left: 4px #ffa solid;
}

#handy {
	border: 1px #999 solid;
	background-color: #fff;
	overflow: hidden;
}

.bg_green {
	padding: 3px;
	background-color: #afa;
}

.aufliste {
	margin: 5px 0;
	padding: 3px
}
.aufliste div {
	padding-left: 26px;
}

#navcontainer {
	overflow: hidden;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	/* padding: 5px 0 0 5px; */
	background-color: #333;
}

ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	float: left;
	padding: 15px 20px;
	border-right: 2px #ccc solid;
	color: #fff;
	background-color: #888;
}
#navlist li.artbez {
	float: left;
	padding: 15px 20px;
	color: #ccc;
}

#navlist a:hover,
#navlist a.active {
	background-color: #c00;
}


.picliste {
	margin: 10px 0 0 0;
}
.picliste img {
	margin: 0 10px;
	height: 75px;
}

#content {
	padding: 10px;
}

#footer {
	padding: 20px 0 0 5px;
	font-size: 11px;
	color: #666;
}
#footer a {
	color: #a00;
}
#footer a:hover {
	color: #000;
}

/*
.liste tr.zeile_1 {
	background: #fff url(../images/liste_linear.png) bottom left repeat-x;
}
.liste tr.zeile_2 {
	background: #f4f4f4 url(../images/liste_linear.png) bottom left repeat-x;
}
*/
.zeile_1 { background-color: #fff; }
.zeile_2 { background-color: #f4f4f4; }
.zeile_gruen { background-color: #afa !important; }
.zeile_gelb { background-color: #ffa !important; }
.zeile_rot { background-color: #fee !important; }

tr th:first-child,
.liste_rund_ol {
	background-image: url(../images/liste_rund_ol.png);
	background-position: top left;
	background-repeat: no-repeat;
}

tr:last-child td:first-child,
.liste_rund {
	background: url(../images/liste_rund.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bold {
	font-weight: bold;
}

.klein {
	font-size: 12px;
	color: #888;
}
h1 .klein {
	font-weight: normal;
	color: #444;
}

input[type="submit"],
input[type="text"],
textarea {
	border: 1px #bbb solid;
	background-color: #fff;
}

pre {
	font-size: 12px;
	line-height: 10px;
	background-color: #ffe;
}