/**************************************************************************
***************************************************************************
***************************************************************************

styles used by dubsite

***************************************************************************
***************************************************************************
**************************************************************************/
/**************************************************************************
displaytemplates
**************************************************************************/
.dub_title,
.dub_title a,
.dub_title a:visited,
.dub_title a:active {
	font-size: 12pt;
	font-weight: bold; 
	color: #333333; 
	border-bottom: 0px; 
	margin-bottom: 10px;
	text-decoration: none;
}
.dub_subtitle,
.dub_subtitle a,
.dub_subtitle a:visited,
.dub_subtitle a:active {
	font-size: 10pt;
	font-weight: bold; 
	color: #333333; 
	border-bottom: 0px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.dub_byline {	
	font-size: 10pt; 
	font-weight: bold;
	color: #666666; 
}
.dub_author {	
	font-size: 10pt; 
	font-weight: normal;
	font-style: normal;
	color: #666666; 
}
.dub_date {	
	font-size: 10pt; 
	font-weight: normal;
	font-style: normal;
	color: #666666; 
}
.dub_image_left {
	border: 1px solid #999999;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	display: block;
}
.dub_image_right {
	border: 1px solid #999999;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: right;
	display: block;
}
.dub_link,
.dub_link:visited,
.dub_link:active {
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
/**************************************************************************
object editing console
**************************************************************************/
div.dub_console {
	padding: 5px; 
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc; 
	background: #eeeeee;
	clear: left;
}
div.dub_console span select {
	font-size: 10pt;
}
/**************************************************************************
status
**************************************************************************/
.dub_active {
	color: #00aa00;
}
.dub_inactive {
	color: #cc0000;
}
.dub_pending {
	color: #dddd00;
}
span.dub_no_access {
	color: #999999;
}
/**************************************************************************
message/error
**************************************************************************/
div.dub_error_box {	
	margin: 0px 0px 15px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #D93E3E;
}
div.dub_error {
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #D93E3E;
}
div.dub_message_box {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
div.dub_message {
	padding: 0px 0px 5px 0px;
	font-size: 10pt;
	color: #2D994E;
}
/**************************************************************************
formular elements
**************************************************************************/
input.dub_xsmall {
	width: 30px;
}
input.dub_small {
	width: 100px;
}
input.dub_medium {
	width: 200px;
}
input.dub_big {
	width: 300px;
}
input.dub_button {
	background-color: #dddddd;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-right: 5px;
}
textarea.dub_small {
	width: 500px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea.dub_medium {
	width: 500px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea.dub_big {
	width: 800px;
	height: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/**************************************************************************
crumb menu
**************************************************************************/
div.dub_crumb_menu {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
}
a.dub_crumb_menu {
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}
span.dub_crumb_menu_separator {
	font-size: 8pt;
	color: #999999;
}
span.dub_crumb_menu_active {
	font-size: 8pt;
	color: #333333;
}
/**************************************************************************
flag menu
**************************************************************************/
a.dub_flag_menu,
a.dub_flag_menu:active,
a.dub_flag_menu:visited {
	padding: 5px 10px 0px 10px;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	display: block;
}
a.dub_flag_menu:hover {
	padding: 5px 10px 0px 10px;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	display: block;
}
div.dub_flag_menu {
	height: 25px;
	margin: 0px 0px 20px 0px;
	border-left: 1px solid #cccccc;
	background: #ffffff;
}
div.dub_flag_menu_item {
	width: auto;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;	
	border-right: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	float: left;
	background: #dddddd;
}
div.dub_flag_menu_item_active {
	width: auto;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border-top: 1px solid #cccccc;	
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	float: left;
	background: #ffffff;
}
/**************************************************************************
group
**************************************************************************/
fieldset.dub_group_on {
	border: 1px solid #cccccc;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 15px 0px;
	background: #ffffff;
}
fieldset.dub_group_off {
	width: 300px;
	border: 1px solid #eeeeee;
	padding: 0px 0px 15px 0px; 
	margin: 0px 0px 15px 0px;
	background: #ffffff;
}
legend.dub_group_on {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
}
legend.dub_group_off {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
}
legend a.dub_group_on {
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
legend a.dub_group_off {
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;	
}
div.dub_group_on {
	padding: 10px 10px 10px 10px;
	display: block;	
}
div.dub_group_on span.infotext{
	color: #999999;	
}
div.dub_group_off {
	display: none;		
}
/**************************************************************************
table
**************************************************************************/
td.dub_table_basic {	
	padding: 3px 5px 3px 0px;
}
td.dub_table_simple {	
	padding: 3px 20px 3px 0px;
	border-bottom: 1px solid #cccccc;
}
td.dub_table_simple_head {	
	padding: 3px 20px 3px 0px;
	font-weight: bold;
}
td.dub_table_standard {
	padding: 3px 20px 3px 0px;
	border-bottom: 1px solid #cccccc;
}
td.dub_table_standard_head {	
	padding: 3px 20px 3px 0px;
	border-bottom: 1px solid #999999; 	
	font-weight: bold;
}
/**************************************************************************
diverse
**************************************************************************/
.dub_label {
	padding: 0px 0px 3px 0px;
}
.dub_label2 {
	padding: 0px 0px 0px 10px;
	display: inline;
}
/**************************************************************************
***************************************************************************
***************************************************************************

styles used by plugins

***************************************************************************
***************************************************************************
**************************************************************************/
/**************************************************************************
main menu (images)
**************************************************************************/
a.menuitem {

}
a.menuitem:hover {

}
a.menuitem_active {

}
div.menuitem {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
div.menuitem_active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
/**************************************************************************
sub menu (images)
**************************************************************************/
a.menuitem_sub {

}
a.menuitem_sub:hover {

}
a.menuitem_sub_active {

}
div.menuitem_sub {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
div.menuitem_sub_active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
/**************************************************************************
bottom menu (images)
**************************************************************************/
a.menuitem_bottom {

}
a.menuitem_bottom:hover {

}
a.menuitem_bottom_active {

}
div.menuitem_bottom {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
div.menuitem_bottom_active {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
/**************************************************************************
crumbnavi
**************************************************************************/
a.crumbnavi {
	font-size: 10pt;	
	text-decoration: none;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
	color: #666666;
}
a.crumbnavi_active {
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	color: #333333;
}
span.crumbnavi {	
	font-size: 10pt;	
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
}
/**************************************************************************
dropdown-menu
**************************************************************************/
a.menuitem_dropdown_top {
	padding: 0px 0px 0px 3px;
	font-size: 10pt;
	font-weight: normal;
  	text-decoration: none;
	color: #333333;
	display: block;
}
a.menuitem_dropdown {
	padding: 3px;
	font-size: 10pt;
	font-weight: normal;
  	text-decoration: none;
	color: #333333;
	display: block;
}
a.menuitem_dropdown:hover {
	background: #eeeeee;
}
/**************************************************************************
gallery
**************************************************************************/
a.gallery_navi {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
div.gallery_navi {
	padding: 0px 0px 15px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}
div.gallery_buttons {
	margin: 0px 0px 15px 0px;
}
/**************************************************************************
category browser
**************************************************************************/
div.category_browser {
	padding: 0px 0px 3px 0px;
}
div.category_browser a {
	color: #666666;
}
/**************************************************************************
***************************************************************************
***************************************************************************

custom styles

***************************************************************************
***************************************************************************
**************************************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
	background: #ffffff;
}
div.scroll {
	position: absolute;
	top: 0px;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}
#horizon {
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#container {
	visibility: visible;
	position: absolute;
	width: 800px;
	height: 480px;
	top: -240px;
	left: 50%;
	margin-left: -400px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #ffffff;
}
#main {
	width: 570px;
	height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
	/* overflow:-moz-scrollbars-vertical !important; */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	background-color: #ffffff;	
	float: left;
}
#right {
	width: 155px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 65px;
	background-color: #ffffff;
	float: left;
}
#logo {
	height: 50px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#right1 {
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	background-color: #ffffff;
}
#right2 {
	margin: 0px 0px 0px 0px;
	padding: 62px 0px 0px 0px;
	background-color: #ffffff;
}
#bottom {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 10px;
	background-color: #ffffff;
	clear: left;
}
/**************************************************************************
formular
**************************************************************************/
form {
	padding: 0px;
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}
/**************************************************************************
diverse
**************************************************************************/
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
}
h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
}
h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
}
p {
	margin: 0px 0px 0px 0px;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	list-style-position: outside;
}
a {
	color: #999999;
	text-decoration: underline;
}
a.bottom {
	color: #999999;
	text-decoration: underline;
}
