/**************************************************************************
***************************************************************************
***************************************************************************

styles used by dubsite

***************************************************************************
***************************************************************************
**************************************************************************/
/**************************************************************************
displaytemplates
**************************************************************************/
.dub_title,
.dub_title a,
.dub_title a:visited,
.dub_title a:active {
	font-size: 10pt;
	font-weight: bold; 
	color: #666666; 
	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: #777777; 
	border-bottom: 0px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.dub_byline {	
	font-size: 8pt; 
	font-weight: bold;
	color: #666666; 
}
.dub_author {	
	font-size: 8pt; 
	font-weight: normal;
	font-style: normal;
	color: #666666; 
}
.dub_date {	
	font-size: 8pt; 
	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; 
	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: 8pt;
	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: 8pt;
	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: 10pt;
	color: #999999;
	text-decoration: none;
}
span.dub_crumb_menu_separator {
	font-size: 10pt;
	color: #999999;
}
span.dub_crumb_menu_active {
	font-size: 10pt;
	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;
}
/**************************************************************************
***************************************************************************
***************************************************************************

styles used by plugins

***************************************************************************
***************************************************************************
**************************************************************************/
/**************************************************************************
top menu
**************************************************************************/
a.menuitem_top {
	display: block;
	padding: 4px 10px 0px 10px;
	font-size: 10px;	
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
a.menuitem_top:hover {
	color: #ffffff;
}
a.menuitem_top_active {
	display: block;
	padding: 4px 10px 0px 10px;
	font-size: 10px;	
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
div.menuitem_top {
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #ffffff;
	float: left;
}
div.menuitem_top_active {
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #ffffff;
	float: left;
}
/**************************************************************************
sub menu
**************************************************************************/
a.menuitem {
	font-size: 10pt;	
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
a.menuitem:hover {
	text-decoration: underline;
}
a.menuitem_active {
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
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;
}
/**************************************************************************
dropdown-menu
**************************************************************************/
a.menuitem_dropdown_top {
	padding: 0px 0px 0px 3px;
	font-size: 8pt;
	font-weight: normal;
  	text-decoration: none;
	color: #333333;
	display: block;
}
a.menuitem_dropdown {
	padding: 3px;
	font-size: 8pt;
	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: 10pt;
	color: #333333;	
}
div.scroll {
	position: absolute;
	top: 0px;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
#top {
	width: 840px;
	height: 80px;
	border-bottom: 1px solid #FFA501;
}
#logo {
	width: 296px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 43px;
	clear: left;
	float: left;
	background: #ffffff;
}
#topnavi {
	width: 501px;	
	height: 20px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: #FFA501;
}
#left {
	width: 340px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: left;
	float: left;
	background: #ffffff;
}
#leftcontent1 {
	width: 340px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
}
#leftcontent2 {
	width: 220px;	
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 45px;
	background: #ffffff;
}
#main {
	width: 500px;	
	margin: 36px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: #ffffff;
}
#bottom {
	width: 800px;	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: left;
}
#bottom_left {
	width: 300px;	
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	text-align: left;	
	color: #cccccc;
	clear: left;
	float: left;
}
#bottom_right {
	width: 500px;	
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	text-align: right;	
	color: #cccccc;
	float: left;
}
/**************************************************************************
boxes
**************************************************************************/
div.box {

}
div.box_top {
	padding: 2px 5px 2px 5px;
	border: 1px solid #FFA501;
	color: #ffffff;
	font-weight: normal;
	font-size: 10pt;
	background: #FFA501;
}
div.box_content {
	margin: 0px 0px 15px 0px;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #FFA501;
	border-right: 1px solid #FFA501;
	border-bottom: 1px solid #FFA501;
	background: #ffffff;
}
/**************************************************************************
diverse
**************************************************************************/
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
h3 {
	margin-top: 0px;
	margin-bottom: 11px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}
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: #6a6a6a;
	text-decoration: underline;
}
a.bottom {
	font-size: 8pt;
	color: #6a6a6a;
	text-decoration: underline;
}