/*
 * REGFISH Stylesheet
 * Copyright (c) 2007 regfish GmbH
 *
 */

body
{
	margin:0;
	padding:0;
	font-size: 0.75em;
	font-family: Arial, Tahoma;
}


td {
	font-family: Arial, Tahoma;
	font-size: 12px;
/*	font-size: 1em; */
}

.re {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.ret {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.reb {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

table.datastyle {
	border: 1px solid #c8c8c8;
	background-color:white;
}

#ccsupport {
	background:url(//assets.regfish.de/images/5/paysupp.png) no-repeat;
	height:35px;
	width:212px;
	float:left;
	font-size:0.7em;
	padding-top:40px;
	color:#555;
	text-align:center;
}


.wssecti {
	padding:		4px;
	border-bottom:	1px solid rgb(18,37,77);
	color:			rgb(18,37,77);
	font-size:		13px;
	font-weight:	bold;
	background-color:	rgb(234,234,234);
	margin-bottom:	10px;
}

/* even/odd normal */
tr.even {
	color: #5a5a5a;
}

tr.odd {
	background-color: #DFEAF8;
	color: #2a2a2a;
}

/*
tr.even:hover, tr.odd:hover {
	background-color: #E8E8E8;
	color: #2a2a2a;
}
*/

tr.even_sub {
	color: #5a5a5a;
}

tr.odd_sub {
	background-color: #DFEAF8;
	color: #2a2a2a;
}

tr.sub {
	background-color: #1559A7;
	color: #ffffff;
}

tr.even_sub td, tr.even_sub td, tr.sub td {
	font-size: 11px;
}

/* even/odd highlight */
tr.even_highlight {
	color: #5a5a5a;
}

tr.odd_highlight {
	background-color: #FFF3D9;
	color: #2a2a2a;
}

tr.even_highlight:hover, tr.odd_highlight:hover {
	background-color: #E8E8E8;
	color: #2a2a2a;
}

tr.even_sub_highlight {
	color: #5a5a5a;
}

tr.odd_sub_highlight {
	background-color: #DFEAF8;
	color: #2a2a2a;
}

tr.sub_highlight {
	background-color: #F0DEB8;
	color: #000000;
}

tr.even_sub_highlight td, tr.even_sub_highlight td, tr.sub_highlight td {
	font-size: 10px;
}



div.error {
	border: 1px solid red;
	padding: 10px;
	color: white;
	background-color: red;
}
div.error div.title {
	background-color: white;
	border: 1px solid red;
	padding: 10px;
	color: red;
}
div.autoc {
	padding: 10px;
	color: #1559A7;
}
div.autoc div.title {
}
div.saveok {
	padding: 10px;
	font-weight: bold;
	color: green;
}
div.saveok div.title {
}

tr.title {
	font-weight: bold;
}

a,a:link,a:visited,a:active {
	color: #1559A7;
	text-decoration: none;
}
a:hover {
	color: #143F71;
	text-decoration: underline;
}
td a:hover {
	color: #143F71;
	text-decoration: underline;
}


a.ondark,a.ondark:link,a.ondark:visited,
a.ondark:active,a.ondark:hover {
	color: #ffffff;
	text-decoration: underline;
}

div.top {
	background-color: #1559A7;
	height: 65px;
	width: 100%;
}

top_white {
	background-color: #FFFFFF;
	height: 65px;
	width: 100%;
}

div.topln {
	background-color: #B9B9B9;
	height: 2px;
	width: 100%;
}

div.content {
	background-color: #ffffff;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	height: 400px;
/*	padding-top: 25px; */
}

div.contentb {
	background-color: #ffffff;
	background-image: url(/img/bgb.gif);
	background-repeat: repeat-x;
	height: 490px;
/*	padding-top: 25px; */
}

div.content1 {
	background-color: #ffffff;
	background-image: url(/img/bg1.gif);
	background-repeat: repeat-x;
	height: 400px;
/*	padding-top: 25px; */
}

div.content2 {
	background-color: #ffffff;
}

div.content3 {
	background-color: #ffffff;
	background-image: url(/img/bg3.png);
	background-repeat: repeat-x;
/*	padding-top: 25px; */
}

div #navigator #nav1_elmts_lft {
	position: relative;
	text-align: left;
	padding-top: 25px;
	float: left;
	clear: both;
	width: 195px;
	margin-bottom:25px;
	font-size:14px;
}


div #navigator #nav1_elmts_manager_lft {
	position: relative;
	text-align: left;
	padding-top: 25px;
	float: left;
	clear: both;
	width: 195px;
	margin-bottom:25px;
	font-size:14px;
}

div.nav1_divider {
	height: 2px;
	overflow: hidden;
}
div.nav1_divider_large {
	height: 10px;
	overflow: hidden;
}

div.nav1_elmnt_0 {
	background: url(/img/nav1/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 25px;
	font-size: 0.9em;
	margin-top: 3px;
	cursor:pointer;
}
div.nav1_elmnt_0 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(0,0,0);
}
div.nav1_elmnt_99 {
	background: url(/img/nav1/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	cursor:pointer;
}
div.nav1_elmnt_99 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(100,100,100);
}
div.nav1_elmnt_1 {
	background: url(/img/nav1/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_1:hover {
	background: url(/img/nav1/elmnt_bg_depth_1h.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_1 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav1_elmnt_2 {
	background: url(/img/nav1/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_2:hover {
	background: url(/img/nav1/elmnt_bg_depth_1h.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_2 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav1_elmnt_3 {
	background: url(/img/nav1/elmnt_bg_depth_2.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_3 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
	font-weight:bold;
}
div.nav1_elmnt_4 {
	background: url(/img/nav1/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_4 div.value {
	padding: 4px;
	color: rgb(84,129, 172);
	padding-left: 10px;
}

div.nav1_elmnt_0 div.value a {
	text-decoration:underline;
	color: white;
}
div.nav1_elmnt_99 div.value a {
	color: rgb(100,100,100);
}
div.nav1_elmnt_1 div.value a {
	color: rgb(0,52,112);
	text-decoration:none;
}
div.nav1_elmnt_2 div.value a {
	color: rgb(0,52,112);
	text-decoration:none;
}
div.nav1_elmnt_3 div.value a {
	color: rgb(50,50,50);
	text-decoration:none;
}
div.nav1_elmnt_4 div.value a {
	color: rgb(84,129, 172);
	text-decoration:none;
}

/* LEFTNAV NORMAL */
div.leftnav_section {
	font-weight: bold;
	line-height: 17px;
	padding-top:3px;
	padding-bottom:2px;
	padding-left: 10px;
	border-bottom: 1px solid #c9c9c9;
}

div.leftnav_section a,
div.leftnav_section a:link,
div.leftnav_section a:visited,
div.leftnav_section a:active	 {
	color: #143F71;
	text-decoration: none;
}
div.leftnav_section a:hover {
	color: #143F71;
	text-decoration: underline;
}

div.leftnav_section_sub {
	margin:0;
	padding:0;
	color: #5a5a5a;
	padding-left: 10px;
	font-size: 90%;
}

div.leftnav_item {
	line-height: 20px;
	padding-left: 10px;
}

input[type="button"] {
	border:0;
	padding:2px;
	background:#f0f0f0;
	border:1px solid #c0c0c0;
	font-size:0.95em;

	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input[type="button"]:active {
	border:0;
	padding:2px;
	background:#d0d0d0;
	border:1px solid #c0c0c0;
	font-size:0.95em;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input[type="submit"] {
	border:0;
	padding:2px;
	background:#f0f0f0;
	border:1px solid #c0c0c0;
	font-size:0.95em;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input[type="submit"]:active {
	border:0;
	padding:2px;
	background:#d0d0d0;
	border:1px solid #c0c0c0;
	font-size:0.95em;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

div.leftnav_item a,
div.leftnav_item a:link,
div.leftnav_item a:visited,
div.leftnav_item a:active {
/*	color: #3774BA; */
	color: #084994;
/*	text-decoration: underline; */
}
div.leftnav_item a:hover {
	color: #084994;
/*	color: #143F71; */
	text-decoration: underline;
}

div.leftnav_divider {
	height: 10px;
}
div.leftnav_divider_low {
	height: 5px;
}


div.footer {
	font-family: verdana, arial;
	font-size: 10px;
	color: #1559A7;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}


div.footnotes {
	font-family: arial;
	font-size: 10px;
	color: #9A9A9A;
	margin: 10px;
}

div.footnotes ol {
}

div.text_title {
	margin-bottom: 24px;
}

.hinweis {
	color: #555;
	margin-bottom: 20px;
}

div.suggest {
	color: #000000;
	background-color: #e4e4e4;
	padding: 3px;
	margin-bottom: 20px;
}

.sitepath_menu {
	position:absolute;
	left:200px;
	font-size:12px;
	font-weight:normal;
	top:45px;
	width:680px;
	padding:0px;
	text-align:right;
	color:white;
}

div.SitePath {
	color: #4E4E4E;
	padding-left: 205px;
	padding-top: 10px;
}

div.SitePath a,
div.SitePath a:link,
div.SitePath a:visited,
div.SitePath a:active,
div.SitePath a:hover
{
/*	color: #4E6E92; */
	color: #4E4E4E;
	text-decoration:underline;
}


td.SitePath {
/*	color: #4E6E92;
*/
	color: #4E4E4E;
}

.optionrow {
	margin-top:2px;
	padding:5px;
	background-color:#FFFDE2;
	border:1px solid #DBD9C7;
	color:gray;
}

div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
}
div.auto_complete ul strong.highlight {
	color: #800;
	margin:0;
	padding:0;
}

#blo {
/*	border-bottom:1px solid gray; */
	height:124px;
	width:680px;
	background-image:url(/img/blo.gif);
	text-align:left;
	margin-bottom:15px;
}
#blo table {
	width:660px;
}
.blo_element {
/*	border:1px solid gray; */
	padding:0px;
	width:25%;
	vertical-align:top;
}

.blo_element div.blo_title {
	padding-bottom:7px;
	font-size:14px;
	font-weight:bold;
	color: #5b7d98;
}

.blo_element div.blo_content {
	padding-bottom:7px;
	color: #7c8e9a;
	font-size:11px;
}

.blo_element div.blo_content a,
.blo_element div.blo_content a:link,
.blo_element div.blo_content a:visited,
.blo_element div.blo_content a:active,
.blo_element div.blo_content a:hover
{
	text-transform:uppercase;
}

.blo_element ul {
	margin:0;
	padding:0;
}
.blo_element ul li {
	list-style-type:none;
	line-height:15px;
}

.blo_divider {
	background-image:url(/img/blo_divider.gif);
	background-repeat:no-repeat;
	padding-right:5px;
}





div.nav_divider {
	height: 2px;
	overflow: hidden;
}
div.nav_divider_large {
	height: 10px;
	overflow: hidden;
}

div.nav_elmnt_0 {
	background: url(/img/nav/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 192px;
	height: 29px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor:pointer;
}
div.nav_elmnt_0 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(0,0,0);
}

div.nav_elmnt_99 {
	background: url(/img/nav/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 192px;
	height: 29px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor:pointer;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
}
div.nav_elmnt_99 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(100,100,100);
}

div.nav_elmnt_1 {
	background: url(/img/nav/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 184px;
	height: 21px;
	font-size: 12px;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_1 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav_elmnt_2 {
	background: url(/img/nav/elmnt_bg_depth_2.png) no-repeat;
	margin-left:-4px;
	width: 184px;
	height: 21px;
	font-size: 12px;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_2 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav_elmnt_3 {
	background: url(/img/nav/elmnt_bg_depth_3.png) no-repeat;
	margin-left:-4px;
	width: 184px;
	height: 21px;
	font-size: 12px;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_3 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav_elmnt_4 {
	background: url(/img/nav/elmnt_bg_depth_4.png) no-repeat;
	margin-left:-4px;
	width: 183px;
	height: 21px;
	font-size: 12px;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_4 div.value {
	padding: 4px;
	color: rgb(84,129, 172);
	padding-left: 10px;
}

div.nav_elmnt_0 div.value a {
	color: rgb(0,0,0);
}
div.nav_elmnt_99 div.value a {
	color: rgb(100,100,100);
}

div.nav_elmnt_1 div.value a {
	color: rgb(255,255,255);
}
div.nav_elmnt_2 div.value a {
	color: rgb(255,255,255);
}
div.nav_elmnt_3 div.value a {
	color: rgb(255,255,255);
}
div.nav_elmnt_4 div.value a {
	color: rgb(84,129, 172);
}

td.lnavcnt {
	width:210px;
}

#ln {
	z-index:3;
	width:176px;
	position:absolute;
	margin-bottom:10px;
	margin-left:15px;
	top:95px;
}

.ln {
	border:1px solid #e5e5e5;
	margin-bottom:5px;
}

.star { background:url(//assets.regfish.de/images/5/star.png) repeat-x; height:13px; }
.stars { background:url(//assets.regfish.de/images/5/star.png) repeat-x; height:13px; }
.starg { background:url(//assets.regfish.de/images/5/starg.gif) repeat-x; height:13px; }
.starsg { background:url(//assets.regfish.de/images/5/starg.gif) repeat-x; height:13px; }
.half { width:5px; }
.one { width:9px; }
.two { width:18px; }
.three { width:27px; }
.four { width:36px; }
.five { width:45px; }
.six { width:54px; }
.seven { width:63px; }
.eight { width:72px; }
.ten { width:90px; }


#ln ul {
	z-index:3;
	margin:0;
	padding:0;
}

#ln ul li {
	list-style:none;
	padding:5px;
	padding-left:5px;
	font-size:1em;
	color:rgb(6,45,90);
	cursor:pointer;
}

#ln ul li:hover {
	list-style:none;
	padding:5px;
	padding-left:5px;
	font-size:1em;
	background:rgb(193,219,242);
}


#ln ul li.title_blue {
	list-style:none;
	padding:6px;
	background:#125393;
	font-weight:bold;
	font-size:1em;
/*	color:rgb(6,45,90); */
	color:white;
/*	background:#efefef; */
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}

#ln ul li.title_blue:hover {
	list-style:none;
	padding:6px;
/*	background-color:rgb(193,219,242); */
	font-weight:bold;
	font-size:1em;
/*	color:rgb(6,45,90); */
	color:white;
	background:#125393;
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}
#blocks {
	width:650px;
}

#blocks td {
	border:1px dotted gray;
}
