html {
	width:100%;
	height:100%;
}
body#admin {
	height: 90%;
	width: 100%;
	margin: 8px 0 8px 0;
}

#admin a {
	text-decoration: none;
}

#admin h1 {
	margin: 0px;
}
#admin>h1 {
	float: left;
	margin: 10px 10px 10px 10px;
}

#admin>h1 a {
	color: #444;
	text-decoration: none;
}

#admin>h1 a:hover {
	text-decoration: none;
}

#admin #rechts2 {
	width: auto;
	margin-left: 159px;
	margin-right: 13px;
	margin-bottom: 5px;
	height: auto;
	min-height: 500px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #91A7B4;
}
#admin #logonform {
	margin-top: 20px;
	float: right;
	margin-right: 20px;
}

#admin .panel_wrapper {
	position: relative;
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 10px;
	padding-top: 15px;
	clear: both;
	width: auto;
	height: auto;
	background-color: white;
	display: block;
	overflow: auto;
}

#admin .panel_wrapper td.left {
	text-align: left;
	padding-left: 5px;
}

#admin .panel_wrapper td.right {
	text-align: right;
	padding-right: 5px;
}

#admin .panel_wrapper td.center {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

#admin #adminmenu {
	position: absolute;
	top: 59px;
	width: 150px;
	margin: 0 0 0 10px;
	background-image: url(../../grf/adminneulinie.gif);
	background-repeat: repeat-y;
	background-position: 149px 0px;
	height: auto;
}

#admin #adminmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#admin #adminmenu li a {
	height: 24px;
	text-decoration: none;
	border-right: 1px solid #91A7B4;
	margin-bottom: 1px;
}

#admin #adminmenu li a:link,
#admin #adminmenu li a:visited {
	color: black;
	display: block;
	background-image: url(../../grf/adminmenu.gif);
	padding: 8px 0 0 30px;
}

#admin #adminmenu #current {
	height: 24px;
	text-decoration: none;
	color: black;
	background: url(../../grf/adminmenu.gif) 0 -32px;
	background-repeat: no-repeat;
	padding: 8px 0 0 32px;
	margin-bottom: 1px;
}

#admin ul.admin * {
	border: 0px dashed red;
}

#admin table.admin {
	list-style-type: none;
	padding-left: 0;
	width: 100%;
}

#admin table.admin td {
	border-top: 1px dotted #ccc;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;
}

#admin table.admin th {
	border-top: 0;
	text-align: left;
	padding-left: 10px;
	vertical-align: bottom;
}

#admin table.admin .short {
	width: 125px;
}

#admin table.admin .func {
	width: 80px;
	text-align: center;
}

#admin table.admin tr:hover td {
	background: none #eee;
}

#admin ul.admin li span.clear {
	background-color: transparent;
	width: auto;
	padding: 0;
}

#admin #GruppeProps {
	margin-left: 9px;
	padding: 0;
	clear: both;
	width: 90%;
}

#admin #UserProps {
	margin-left: 9px;
	padding: 0;
	clear: both;
	width: 90%;
}

#admin #SubmenuProps {
	margin-left: 9px;
	padding: 0;
	clear: both;
	width: 90%;
}

#admin table.statusDB {
	border-collapse: collapse;
}

#admin table.statusDB th {
	border: 1px solid #000000;
	border-top: 0;
	background-color: #DDDDDD;
	width: 100px;
	padding: 3px;
}

#admin table.statusDB td {
	border: 1px solid #AAAAAA;
	width: 100px;
	padding: 3px;
}

#admin table.statusDB td.green {
	background-color: #C0E8CB;
	text-align: center;
}

#admin table.statusDB td.gelb {
	background-color: #FFFF95;
	text-align: center;
}

#admin table.statusDB td.rot {
	background-color: #FFC1BC;
	text-align: center;
}

#admin tr.leerzeile {
	background-color: #F7F7F7;
}

#admin tr.leerzeile td {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#admin .form_date {
	display: block;
	clear: both;
	width: 151px;
	float: left;
	border-top: 1px dotted #ccc;
	margin-bottom: 3px;
	padding-top: 2px;
}

#admin .form_titel {
	display: block;
	width: 450px;
	float: left;
	border-top: 1px dotted #ccc;
	margin-bottom: 3px;
	padding-top: 2px;
}

#admin .form_func {
	display: block;
	width: 75px;
	float: left;
	border-top: 1px dotted #ccc;
	margin-bottom: 3px;
	padding-top: 2px;
	text-align: center;
}

#admin .form_head {
	border: 0;
	font-weight: bold;
}

#admin div.AlbumBild {
	float: left;
	padding: 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	background-color: #f7f7f7;
}

#admin div.AlbumBild span.BildFunc {
	display: block;
	text-align: center;
	vertical-align: bottom;
	border: 1px dashed red;
}

#admin div.navi {
	text-align: center;
}



#accept {
	border: 1px solid #B7E1AF;
	background-color: #EAF6E7;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../../grf/accept.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#error {
	border: 1px solid #E4CCB6;
	background-color: #F5EEE7;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../../grf/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#info {
	border: 1px solid #C1CDE8;
	background-color: #E9EDF4;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../../grf/info.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#warning {
	border: 1px solid #F2CE3B;
	background-color: #FCF5CE;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../../grf/warning.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}



#admin option.verteilerD {
	background: url(../../grf/flaggen/D.png) no-repeat 1px 1px transparent;
	padding-left: 20px;
}
#admin option.verteilerGB {
	background: url(../../grf/flaggen/GB.png) no-repeat 1px 1px transparent;
	padding-left: 20px;
}
#admin option.verteilerCZ {
	background: url(../../grf/flaggen/CZ.png) no-repeat 1px 1px transparent;
	padding-left: 20px;
}
#admin option.verteilerF {
	background: url(../../grf/flaggen/F.png) no-repeat 1px 1px transparent;
	padding-left: 20px;
}




#admin #langSelect {
	position: absolute;
	margin-left: 14px;
	margin-top: -5px;
	background: url(../../grf/flaggen/multi.png) red;
	padding-left: 16px;
	padding-top: 11px;
	width: 0;
	height: 0;
	overflow: hidden;
}
#admin #langSelect:hover {
	left: 0;
	background: none #eee;
	margin-left: -2px;
	width: 64px;
	padding: 0;
	padding-bottom: 10px;
	height: auto;
	border-bottom: 1px dotted #ccc;
}

#admin #langSelect * {
	float: none;
}

#admin #langSelect img {
	margin-top: -8px;
}

#admin span#pageaktiv {
	font-weight: bold;
}


#admin .code {
	font-family: "courier new";
	text-align: left;
	font-size: 13px;
}