/* Allgemein */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table {
	font-size: 12px;
}
.title {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
.navitop {
	color: #FFFFFF;
	background-color: #43A39B;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding-left: 10px;
}
.navitop2 {
	color: #FFFFFF;
	background-color: #B6B7B6;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding-left: 10px;
}
.navi_top_link {
	height: 30px;
	background-image: url(../gfx/navi_top_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 19px;
	padding-left: 12px;
}
.copyright {
	font-size: 10px;
	color: #808080;
}
.aminfo {
	font-size: 10px;
	color: #000000;
}
/* Tabellen und Rahmen */
.line_1 {
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 3px;
}
.line_2 {
	color: #000000;
	font-size: 11px;
	background-color: #EEEEEE;
	padding: 3px;
}
.line_head {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #43A39B;
	padding: 3px;
}
.table_border {
	border-width: 1px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	border-color: #CCCCCC;
	border-collapse: separate;
}
.table_border_2 {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.td_background {
	background-image: url(../gfx/background.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.list_head_active {
	background-color: #43A39B;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}
.list_head_inactive {
	background-color: #DDDDDD;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}
.line_1_h {
	background-image: url(../gfx/hline_1.gif);
	height: 5px;
}
/* Links */
a:link, a:visited, a:active { /* Standart */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.cr:link, a.cr:active, a.cr:visited {
	color: #808080;
	font-size: 10px;
	text-decoration: none;
}
a.cr:hover {
	text-decoration: underline;
}
a.header_navi:link, a.header_navi:visited, a.header_navi:active {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
a.header_navi:hover {
	text-decoration: underline;
}
a.cat_main:link, a.cat_main:visited, a.cat_main:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.cat_main:hover {
	text-decoration: none;
}
a.cat_sub:link, a.cat_sub:visited, a.cat_sub:active {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a.cat_sub:hover {
	text-decoration: underline;
}
a.navi_head:link, a.navi_head:visited, a.navi_head:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.navi_head:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.blaettern:link, a.blaettern:visited, a.blaettern:active {
	color: #43A39B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.blaettern:hover {
	text-decoration: underline;
}
a.navi_top:link, a.navi_top:visited, a.navi_top:active {
	color: #FFFFFF;
	background-color: #43A39B;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.navi_top:hover {
	text-decoration: underline;
}
/* Formularfelder */
input.logon {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input.default {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select.default {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select.navi {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
textarea.default {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea.default2 {
	font-size: 12px;
}
textarea.preview {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	background-color: #FFFFCC;
	border: 1px solid #000000;;
}
textarea.preview2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #FFFFCC;
	border: 1px solid #A5ACB2;
}
/* DIV */
#banner_div {
	text-align: center;
	width: 150px;
	height: 80px;
	margin: 0px;
}

#am_img_div {
	border: 1px solid;
	width: 100px;
	margin: 3px;
	float: left;
	text-align: center;
}

#am_img_div_2 {
	border: 1px solid;
	margin: 3px;
	float: left;
	text-align: center;
}

#info_div {
	border: 0px;
	width: 90%;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid;
	position: relative;
}

#werbung_div {
	border: 0px;
	width: 100%;
	padding: 5px;
	float: left;
	border: 1px solid #43A39B;
	background-color: #EEEEEE;
}

#upload_div {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	height: 150px;
	left: 50%;
	margin-left: -125px;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 101;
}

#global_div {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	position: static;
}

/* Sonstiges */
.message {
	background-image: url(../gfx/warning.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	padding-left: 25px;
	height: 20px;
}
.error404 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
#tooltip {
	color: #000000;
	font-size: 10px;
	background-color: #FFFFFF;
	border-color: #43A39B;
}

img.link {
	cursor: pointer;
}

.info {
	color: #808080;
	font-size: 9px;
}

.ausgabe {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

.msg_ok {
	color: #009966;
	font-weight: bold;
	font-size: 11px;
}

/* Upload Fehler Div */
#msg_1 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #FF0000;;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	margin-top: 20px;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 101;
}

#msg_2 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #FF0000;;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	margin-top: 20px;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 101;
}

#msg_3 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #FF0000;;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	margin-top: 20px;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 101;
}

#msg_4 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #FF0000;;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	margin-top: 20px;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 101;
}

#msg_5 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #FF0000;;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	margin-top: 20px;
	padding: 5px;
	position: absolute;
	text-align: center;
	z-index: 101;
}
