body {
	text-align: center;
	width: 100%;
	height: 600px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
	background-color: white;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: top center;
}


h1, h1 a {
	font-size: 12px;
	color: #ff6600; /*#993366;*/
	margin: 15px 0px 7px;
	padding: 0px;
	z-index: 1000;
	font-weight: bold;
}


h2, h2 a {
	font-size: 12px;
	color: #ff6600; /*#993366;*/
	margin: 10px 0px 5px;
	padding: 0px;
	font-weight: normal;
}


h3, h3 a {
	font-size: 11px;
	color: #ff6600; /*#993366;*/
	margin: 10px 0px 5px;
	padding: 0px;
	font-weight: normal;
}

img {
	border: none;
}

p {
	margin: 7px 0px; 
	padding: 0px;

}

a {
	color: #3c9955;
	text-decoration: underline;
	font-size: 11px;
}

a.iconlink {
	text-decoration: none;
}

a.iconlink span {
	text-decoration: underline;
}

a img, p img, h2 img, button img, img.middle {
	vertical-align: middle;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0 0 0 20px;
}

table {
	border-spacing: 0px;
	font-size: 11px;
}

th {
	color: black;/*#666666*/;
	font-weight: bold;
	background-color: white;
	padding: 5px;
}

td {
	padding: 0px;
}


input {
	background-color: transparent;
	border: 1px solid gray;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

input[disabled] {
	background-color: lightgray;
	color: gray;
}

/** http://jehiah.cz/archive/an-even-better-ie-button-width-fix */
input.button, input.submit {
    padding: 0 .25em;
    width: 0;
    overflow: visible;
	background-color: transparent;
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	margin-top: 10px;
	cursor: pointer;
	color: #3c9955;
}

input.button[disabled], input.submit[disabled] {
	background-color: transparent;
}

input.button[class], input.submit[class] { /*ie ignores [class]*/
    width: auto;
}

input.radio, input.checkbox, input.image {
	border: none !important;
}

button {
	background-color: transparent;
	border: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	margin-top: 10px;
	padding: 0;
	cursor: pointer;
	color: #3c9955;
}

button span {
	text-decoration: underline;
}

div button {
	margin: 0;
}

select {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

textarea {
	background-color: transparent;
	border: 1px solid gray;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


span.title {
	font-size: 14px;
	font-weight: bold;
}

span.small {
	font-size: 11px;
}

iframe {
	background-color: transparent;
}




div#bg {
	width: 850px;
	height: 100%;
	margin: auto;
	position: relative;
	font-size: 11px;
}






div#popup {
	position: fixed;
/* left: 100px;*/
	width: 700px;
/*	top: 50px;*/
	height: 500px;
	visibility: hidden;
	display: none;
	z-index: 20;
	margin: 75px;
}

div#popup_border {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
	background-image: url('http://www.yadoc.de/images/popup_border.gif');
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#popup_closebutton {
	position: absolute;
	right: 55px;
	top: 35px;
}

div#popup_content {
	position: absolute;
	left: 50px;
	width: 580px;
	top: 50px;
	height: 380px;
	line-height: 150%;
	text-align: left;
	overflow: auto;
	background-color: black;
	color: white;
	padding: 10px;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#popup_content h1 {
	color: white;
}







#top {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: white; /*#993366;*/
	background-color: #43ab5f;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 10;
}

#top_hover_container1 {
	position: absolute;
	top: 23px;
	left: 0px;
	height: 60px;
	width: 100%;
	z-index: 5;
}

#top_hover_container2 {
	height: 60px;
	margin: auto;
	width: 900px;
	z-index: 5;
}

.top_act {
	height: 5px;
	width: 120px;
	border: 0;
	margin: 0px 0px 2px;
	padding: 0;
	background-color: #43ab5f;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 5;
	display: inline;
	visibility: hidden;
	float: left;
	font-size: 1px; /** IE5 fix */
}

#top_act_empfang {
	margin-left: 185px;
}

#top_act_login {
	margin-left: 214px;
	width: 100px;
}

.top_hover {
	width: 120px;
	height: 5px;
	border: 0;
	margin: 42px 0px 0px;
	padding: 0;
	background-color: #43ab5f;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 5;
	display: inline;
	visibility: hidden;
	float: left;
	font-size: 1px; /** IE5 fix */
}

#top_hover_empfang {
	margin-left: 185px;
	clear: both;
}

#top_hover_login {
	margin-left: 214px;
	width: 100px;
}




#top-table {
	position: absolute;
	top: 30px;
	height: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 11;
}

#top-table table {
	width: 900px;
	height: 100%;
	margin: auto;
	color: white;
	font-size: 11px;
}

#top-table td#header_left {
	padding-left: 30px;
	padding-right: 285px;
	text-align: center;
	width: 150px;
}

#top-table td#header_center {
	text-align: center;
}

#top-table td#header_center a {
	margin: auto;
}


#top_content1 {
	position: absolute;
	top: 30px;
	left: 0px;
	height: 40px;
	width: 100%;
	z-index: 10;
}

#top_content2 {
	height: 40px;
	margin: auto;
	width: 915px;
	padding-left: 75px;
	z-index: 10;
}

#top_content2 div {
	display: inline;
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
	color: white !important;
}

#top_content2 a {
	color: white !important;
	/*font-weight: bold;*/
	font-size: 13px;
	text-decoration: none !important;
}

/*#top_logo {
	height: 26px !important;
	width: 26px !important;
	margin: 7px 62px !important;
	line-height: 26px !important;
}*/

.top_room {
	width: 120px;
}

.top_room a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

#top_empfang {
	margin-left: 155px !important;
}

#top_username {
	float: left;
	display: inline;
	text-align: right;
	/*padding-left: 15px !important;*/
	width: 214px;
	line-height: 40px;
	font-size: 9px;
}

#top_login {
	float: left;
	display: inline;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	width: 100px;
	margin-right: 5px !important;
}

#top_help {
	height: 26px !important;
	width: 26px !important;
	margin: 7px !important;
	line-height: 26px !important;
}

#top_feedback {
	height: 26px !important;
	width: 26px !important;
	margin: 7px !important;
	line-height: 26px !important;
}





#logo {
	width: 150px;
	height: 80px;
	overflow: hidden;
	left: 5px;
	margin-bottom: 40px;
}





#main {
	width: 834px;
	position: absolute;
	top: 15px;
	left: 5px;
	border-collapse: collapse; /** == border-spacing: 0; */
	min-height: 500px;
	height: auto !important; /* for modern browsers */
	height: 500px; /* IE 6 hack */
	table-layout: fixed;
}

#main td {
	vertical-align: top;
	margin: 0px;
}

#td_menu {
	padding-top: 70px;
}

#menu {
	list-style-type: none;
	width: 150px;
	padding: 0;
	margin: 0;
	min-height: 400px;
}

#menu li {
	margin-bottom: 5px;
}

#menu .tl_menu_name {
	margin: 0px;
	padding-top: 5px;
	display: block;
	cursor: pointer;
	height: 19px;
	position: relative;
}

#menu .tl_menu_bg {
	height: 25px;
	background-image: url("http://www.yadoc.de/images/ui/menu_border.png");
	padding: 0px;
	margin: 0px;
}


#menu .submenu_container {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	width: 120px;
	height: 0px;
}

#menu .submenu_container_open {
	height: auto;
}


#menu .submenu_container div {
	display: none;
	margin: 0px;
	padding: 0px;
	-moz-opacity: 0;
	opacity: 0;
	position: static;
}

#menu .submenu_container_open div {
	display: inline;
	-moz-opacity: 1;
	opacity: 1;
}

#menu p.submenu_item, #menu p.submenu_act_item {
	background-image: url("http://www.yadoc.de/images/ui/submenu_bg.png");
	margin-bottom: 0px;
	margin: 0px;
	text-align: left;
	width: 104px;
	color: #43AB5F;
	padding: 2px 8px;
	display: block;
}

#menu p.submenu_item:hover {
	background-image: url("http://www.yadoc.de/images/ui/submenu_bg_hl.png");
}

#menu p.submenu_act_item {
	border-left: 5px solid white;
	padding-left: 3px;
	background-image: url("http://www.yadoc.de/images/ui/submenu_bg_hl.png");
}





#body_top {
	background-image: url("http://www.yadoc.de/images/ui/body_bg_top.png");
	width: 684px;
	height: 15px !important;
}


#body {
	background-image: url("http://www.yadoc.de/images/ui/body_bg_middle.png");
	padding-top: 40px;
	width: 684px;
	margin-bottom: auto !important;
}


#body_bottom {
	background-image: url("http://www.yadoc.de/images/ui/body_bg_bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 684px;
	height: 15px !important;
	text-align: right;
	font-size: 10px;
	padding: 10px;
	vertical-align: bottom !important;
}

#body_bottom a {
	font-size: 10px;
}

div.center {
	width: 644;
	margin: 15px 20px 20px;
	text-align: left;
	vertical-align: top;
	visibility: hidden;
	display: none;
	line-height: 150%;
	z-index: 10;
}

div#status {
	position: absolute;
	top: 500px;
	left: 35px;
	width: 150px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}





div.left ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div.left ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

div.left ul li ul {
	margin-left: 5px;
	padding-left: 5px;
}

div.left ul li ul li {
	margin-bottom: 0px;
}



tr.error td {
	background-color: #f8d583;
	color: black;
}

.error {
	background-color: #f8d583;
	color: black;
	font-size: 11px;
	text-align: left;
	padding: 3px;
}

div#faq, div#text {
	color: white;
	text-align: left;
}

img.wait {
	visibility: hidden;
	display: none;
}






table.content_table .tbl_row_with_description td {
	border-bottom: 0px solid gray !important;
}

table.content_table .description {
	font-size: 9px;
	padding-top: 0px !important;
}

table.content_table .description a {
	font-size: 9px;
}



table.content_table {
	/*table-layout: fixed;*/
	width: 100%;
}

table.content_table td {
	border-bottom: 1px solid gray !important;
	padding: 5px 2px;
}

table.content_table a b {
	color: #3c9955;
}

table.content_table b {
	color: #666666;
}

p.required_fields b {
	color: #666666;
}


p.cite {
	font-style: italic;
}



.notifications_hidden_details {
	display: none;
	visibility: hidden;
}

.notifications_shown_details {
	display: table-row;
	visibility: visible;
}

.notifications_hide_details {
	display: none;
	visibility: hidden;
}



.expander_actor {
	cursor: pointer;
}

.expander_actor:hover:after {
	content: " klicken zum Öffnen";
	font-size: 8px;
	font-style: italic;
	font-weight: normal;
}

.expander_clipper {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 0px;
}

.button_col {
	width: 50px;
	text-align: right;
}


.editable_plain, .editable_edit {
	min-width: 140px;
}

.editable_plain span {
	display: inline;
	visibility: visible;
}

.editable_plain div.editable_fields {
	display: none;
	visibility: hidden;
}

.editable_edit span {
	display: none;
	visibility: hidden;
}

.editable_edit div.editable_fields {
	display: inline;
	visibility: visible;
}




.sort_arrows a {
	font-size: 9px;
}