﻿/* 
ODOCU MAIN CSS
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/

/*****************************************************
* Global
*****************************************************/
* 
{
	 padding: 0px; margin: 0px; 
}

body 
{
	font: normal 12px Arial, Helvetica, sans;
	color: #333;
	height: 100%;
	background-attachment: fixed;
	background-position: center top;
	background-color: #f2f2f2;
	/*background-image: url(site/images/main_bg.png);*/
}

h1 
{
	font-weight: normal;
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
}

h2 
{
	font-size: 15px;
	font-weight: bold;
    margin-top: 16px;
	margin-bottom: 8px;
	color: #6699CC;
}

h3 
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #6699CC;
}

a 
{
	color: #333;
}

a:hover 
{
	color: #333;
}

img 
{ 
	border: 0; 
}

table, tr, td 
{
    border: 0px;
    vertical-align: top;
}

th 
{
	text-align: left;
}

ul 
{
    padding-top : 10px;
    list-style-position: outside;
    padding-left: 20px;
}


ol 
{
  list-style-position: inside;
}

p 
{
   padding-bottom: 10px;	 
}

input
{
	border: 0px;
	background: transparent;
	font-size: 12px;
	margin-right: 5px;
	vertical-align: middle;
}

input .radio
{
	margin-right: 5px;
	vertical-align: middle;
}

input .image
{
	vertical-align: middle;	
}

select
{
	border: 0px;
	font-size: 12px;
	background: transparent;
}



/*****************************************************
* SPECIAL STYLES
*****************************************************/
.hinttext
{
	font-size: 18px;	
	font-weight: bold;
}

.hinttext a
{
	text-decoration: none;
}

.hinttext a:hover
{
	text-decoration: underline;
}

.codeFormat
{
	font-family: Courier New, Courier;
	background-color: #ddd;
	border: solid 1px #000;
	margin-left: 20px;
	padding: 10px 10px 10px 10px;	
}


/*****************************************************
* HEADER
*****************************************************/

.headercontainer
{
	background-image: url("./site/images/header_bg_start.png");
	background-repeat: repeat-x;
    width: 100%;
    height: 100px;	
}

.headercontainer .headercontent
{
    margin: 0 auto;
    width: 1024px;
}

.headercontainer .headercontent .logo
{
	padding-top: 10px;
	width: 520px;
	height: 59px;
	float: left;
}

.headercontainer .headercontent .logo_off
{
	padding-top: 10px;
	width: 650px;
	height: 59px;
	float: left;
}

.headercontainer .headercontent .info
{
}

.headercontainer .headercontent .info .header
{
	font: normal 12px Arial, Helvetica, sans;
	float: right;
	height: 64px;
	padding-top: 5px;
}

.headercontainer .headercontent .info .headermenu
{
    font-size: 14px;
	clear: both;
	height: 40px;
}

.headercontainer .headercontent .info .headermenu .searcharea
{
	float: left;
	text-align: left;
}

.headercontainer .headercontent .info .headermenu .iconarea
{
	padding-top: 1px;
	float: right;
	padding-left: 20px;
	/*width: 259px;*/
	text-align: right;
}

.headercontainer .headercontent .info .headermenu .breaker
{
	margin-left: 10px;
	width: 0px;
	background-color: #fff;
	height: 100%;
	float: right;
}

.headercontainer .headercontent .info .headermenu .menuarea
{
	padding-top: 3px;
	float: right;
}


/*****************************************************
* SUCHBOX
*****************************************************/
.searchbox
{
	clear: both;
	padding-top: 2px;
}

.searchbox .catbox
{
	margin-top: 1px;
	float:left;
	background-color: #fff;
	padding: 3px 4px 4px 1px;
	border: solid 1px #6699CC;
}

.searchbox .inputbox
{
	margin-top: 1px;
	margin-left: 0px;
	background-color: #fff;
	float:left;
	padding: 4px 4px 5px 5px;
	border: solid 1px #6699CC;
}

.searchbox .controlbox
{
	margin-left: 5px;
	float: left;
	padding: 6px 40px 0px 10px;
	height: 22px;
	background: transparent url("./site/images/search_button.png") no-repeat;
}

.searchbox .controlbox a
{
	color: #fff;
	text-decoration: none;
}

.searchbox .controlbox a:hover
{
	text-decoration: none;
}

.searchbox .controlbox a:active
{
	text-decoration: underline;
}


/*****************************************************
* MENU
*****************************************************/
.menubutton
{
	height: 30px;
	float: left;
	margin: 0px 0px 0px 2px;		
}

.menubutton .menutext
{
	position: relative;
	padding-top: 5px;
    text-align: center;
}

.menubutton .menutext a 
{	
	border: solid 6px transparent;
	color: #fff;
	text-decoration: none;
}

.menubutton .menutext a:hover 
{
	border: solid 6px #2a9f00;
    background-color: #2a9f00;
    color: #fff;
	text-decoration: underline;
}

.menubutton .rolldown
{
	padding-top: 3px;
}

/* IE7 HACK */
*+html .menubutton .rolldown
{
	padding-top: 0px;
}


/*****************************************************
* CONTENT AREA
*****************************************************/

.maincontainer
{
    width: 100%;
}

.maincontainer .maincontent
{
    margin: 0 auto;
    width: 1024px;
}

.maincontainer .maincontent .infologin
{
	width: 822px;
	height: 27px;
	margin-left: 202px;
	background: transparent url("./site/images/login_bar.png") no-repeat;
}

.maincontainer .maincontent .infologin a
{
	color: #fff;
}

.maincontainer .maincontent .infologin a:hover
{
	color: #fff;
}

.maincontainer .maincontent .infologin .infomiddle
{
	width: 543px;
	padding: 3px 0px 0px 5px;
	float: left;
	color: #fff;
}

.maincontainer .maincontent .infologin .inforight
{
	float: right;
	width: 237px;
	padding-right: 10px;
	padding-top: 6px;	
	color: #fff;
	text-align: center;
}


.maincontainer .maincontent .infouser
{
	height: 27px;
	width: 1024px;
	color: #333; /* THEME */	
}

.maincontainer .maincontent .infouserloggedoff
{
	height: 80px;
	width: 1024px;
	color: #333; /* THEME */	
}

.maincontainer .maincontent .infouser .iconarea
{
	padding-top: 5px;
	padding-left: 10px;
	width: 188px;
	float: left;
}

.maincontainer .maincontent .infouser .infoarea
{
	padding-top: 2px;
	padding-left: 0px;
	width: 822px;
	float: right;
}

.maincontainer .maincontent .content
{
	padding-top: 8px;
	clear:both;
}

.maincontainer .maincontent .footer
{	
	clear:both;
	margin-top: 30px;
	padding-top: 15px;
	color: #777;  /* THEME */  
    border-top: dotted 1px #ccc;
    font-size: 12px;
}

.maincontainer .maincontent .footer a
{
	color: #777;  /* THEME */
	text-decoration: none;
}

.maincontainer .maincontent .footer a:hover
{
	color: #777;  /* THEME */
	text-decoration: underline;
}

.maincontainer .maincontent .footer .navBlock
{
	margin-right: 0px;
	padding: 0px 20px 0px 50px;
	float: left;
	line-height: 18px;
}



/*****************************************************
* STANDARD PAGE SPLIT
*****************************************************/
.page_title
{
	text-align: left;	
}

.page_title_no_boxheader
{
	text-align: left;	
}

.page_title h1
{
	padding-bottom: 0;
	margin-bottom: 3px;
	color: #333;   /* THEME */
}

.page_title_no_boxheader h1
{
	padding-bottom: 0;
	margin-bottom: 3px;
	color: #333;   /* THEME */
}

.content_left_side 
{
    clear: both;
    float: left;
	width: 624px;
	display: block;
}

.content_right_side 
{
	float: right;
	width: 380px;
}


/*****************************************************
* BOX
*****************************************************/
.box
{
	clear: both;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-bottom: 5px;
	border-left: solid 1px #6699CC;
	border-right: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;	
}

.box .boxheader
{
	height: 10px;	
	font-size: 14px;
}

.box .boxheader .left
{
	float: left;
}

.box .boxheader .middle
{
	width: 100%;
	position: relative;
    float: left;
    padding-left: 5px;
}

.box .boxheader .middle .text
{
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
	color: #6699CC;
}

.box .boxheader .right
{
	float: left;
}


.box .boxheader_small
{
	height: 8px;
}

.box .boxheader_small .left
{
	height: 8px;
	width: 3px;
	float: left;
}

.box .boxheader_small .middle
{
	position: relative;
    float: left;
}

.box .boxheader_small .right
{
	height: 8px;
	width: 3px;
	float: left;
}


.box .boxcontent
{
	clear: both;
    height: 93%;
}

.box .boxcontentcmd
{
	clear: both;
	padding: 2px 5px 5px 5px;
	background: transparent url(site/images/command_bg.png) repeat-x top;
	height: 100%;
}

.box .boxfooter
{
	clear: both;
}

.box .boxfooter .left
{
	float: left;
}

.box .boxfooter .middle
{
	position: relative;
    float: left;
}

.box .boxfooter .right
{
	float: left;
}



/*****************************************************
* COMMAND BUTTON
*****************************************************/
.commandbar
{
	font-size: 14px;
	width: 100%;
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}

.commandbutton
{
	float: left;
	color: #fff;
	padding: 0px 15px 0px 5px;
}

.commandbutton a
{
	color: #fff;
	text-decoration: none;
}

.commandbutton a:hover
{
	text-decoration: underline;
}


/*****************************************************
* BUTTONS
*****************************************************/

/* ButtonBlueSearch */
.buttonBlueSearch
{
	height: 21px;
    background: url(site/images/button_left_blue.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonBlueSearch a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonBlueSearch a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonBlueSearch a:active
{
	text-decoration: underline;
}


/* buttonBlueEdit */
.buttonBlueEdit
{
	height: 21px;
    background: url(site/images/button_left_blue.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonBlueEdit a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonBlueEdit a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonBlueEdit a:active
{
	text-decoration: underline;
}

/* buttonBluePlus */
.buttonBluePlus
{
	height: 21px;
    background: url(site/images/button_left_blue.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonBluePlus a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonBluePlus a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonBluePlus a:active
{
	text-decoration: underline;
}


/* buttonBlueBack */
.buttonBlueBack
{
	height: 21px;
    background: url(site/images/button_left_blue.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonBlueBack a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonBlueBack a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonBlueBack a:active
{
	text-decoration: underline;
}


/* buttonBlue */
.buttonBlue
{
	height: 21px;
    background: url(site/images/button_left_blue.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonBlue a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonBlue a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonBlue a:active
{
	text-decoration: underline;
}

/* ButtonGrey */
.buttonGrey
{
	height: 21px;
    background: url(site/images/button_left_grey.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonGrey a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonGrey a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonGrey a:active
{
	text-decoration: underline;
}



/* buttonGreen */
.buttonGreen
{
	height: 21px;
    background: url(site/images/button_left_green.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonGreen a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonGreen a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonGreen a:active
{
	text-decoration: underline;
}


/* buttonGreenPlus */
.buttonGreenPlus
{
	height: 21px;
    background: url(site/images/button_left_green.png) no-repeat left top;
    padding-top: 4px;
    margin-left: 5px;
    float: left;
	font-size: 14px;
}

.buttonGreenPlus a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonGreenPlus a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonGreenPlus a:active
{
	text-decoration: underline;
}

/* buttonGreenNext */
.buttonGreenNext
{
	height: 21px;
    background: url(site/images/button_left_green.png) no-repeat left top;
    padding-top: 4px;
    margin-left: 5px;
    float: left;
	font-size: 14px;
}

.buttonGreenNext a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonGreenNext a:hover
{
	color: #fff;
	text-decoration: none;
}

.buttonGreenNext a:active
{
	text-decoration: underline;
}

/* buttonRed */
.buttonRed
{
	height: 21px;
    background: url(site/images/button_left_red.png) no-repeat left top;
    padding-top: 4px;
    float: left;
    margin-left: 5px;
	font-size: 14px;
}

.buttonRed a
{
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	color: #fff;
	text-decoration: none;
}

.buttonRed a:hover
{
	color: #fff;
	text-decoration: underline;
}

.buttonRed a:active
{
	text-decoration: underline;
}


/*****************************************************
* LIST VIEW
*****************************************************/
.MessagesBox
{
}

.MessagesHeader
{
	font-weight: bold;
	color: #333;
}

.MessagesHeaderRight
{
	font-weight: bold;
	color: #333;
	text-align: right;
}

.MessagesTable
{
	width: 100%;	
	cursor: default;
}


.MessagesRow
{
}

.MessagesRowAlt
{
}

.MessagesCell
{	
	padding: 3px 0px 3px 0px;
}


/*****************************************************
* MODALE DIALOGE
*****************************************************/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup 
{
	background-color:#fff;
	width:250px;
}

/* Imagegallery */
.modalBackgroundIG 
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopupIG 
{
	background-color: #fff;
	width:800px;
}




/*****************************************************
* AJAX TABS
*****************************************************/

.CustomTabStyle .ajax__tab_header 
{
	font-size: 14px;
	height: 30px;
}

.CustomTabStyle .ajax__tab_body
{
	clear: both;
	border-top: solid 1px #ccc;
}

.CustomTabStyle .ajax__tab_body .ajax__tab_panel
{
	background-color: #fff;
}

/* IE7 HACK */
*+html .CustomTabStyle .ajax__tab_body .ajax__tab_panel
{
	padding-top: 4px;	
}

.CustomTabStyle .ajax__tab_body .ajax__tab_panel .TabInnerPanelCmd
{
	background: transparent url(site/images/command_bg.png) repeat-x top;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-left: solid 1px #6699CC;
	border-right: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}

.CustomTabStyle .ajax__tab_body .ajax__tab_panel .TabInnerPanel
{
	background: #fff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-top: solid 3px #6699CC;
	border-left: solid 1px #6699CC;
	border-right: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}

/* Normal */
.CustomTabStyle .ajax__tab_outer 
{
   background: transparent url(site/images/tab_normal_left.png) no-repeat top left;  
   display: block;
   float: left;
   margin-right: 4px;
} 

.CustomTabStyle .ajax__tab_inner 
{
    background: transparent url(site/images/tab_normal_right.png) no-repeat top right;  
	display: block;
	float: left;
	height: 22px;
	margin-right: -5px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 10px;
}

/* IE7 HACK  
*+html .CustomTabStyle .ajax__tab_inner 
{
	padding-top: 5px;
	height: 15px;
}*/

/* IE6 HACK 
*html .CustomTabStyle .ajax__tab_inner 
{
	padding-top: 8px;
	height: 25px;
}*/

.CustomTabStyle .ajax__tab_tab 
{
    cursor: pointer;	
}


/* Active */
.CustomTabStyle .ajax__tab_active .ajax__tab_outer 
{
   background: transparent url(site/images/tab_active_left.png) no-repeat top left;  
}

.CustomTabStyle .ajax__tab_active .ajax__tab_inner 
{
   background: transparent url(site/images/tab_active_right.png) no-repeat top right;  	
}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab 
{
	color: #fff!important;
}

/* Hover */
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer 
{
   background: transparent url(site/images/tab_hover_left.png) no-repeat top left;
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_inner 
{
   background: transparent url(site/images/tab_hover_right.png) no-repeat top right;  	
}

.CustomTabStyle .ajax__tab_hover .ajax__tab_tab 
{
	color: #333!important;
    text-decoration: underline;
}


/* Small version */
.CustomTabStyleSmall .ajax__tab_header 
{
	font-size: 14px;
	height: 30px;
	margin-left: 1px;
}

.CustomTabStyleSmall .ajax__tab_body
{
	clear: both;
	border-top: solid 1px #ccc;
}

.CustomTabStyleSmall .ajax__tab_body .ajax__tab_panel
{
	background-color: #fff;
}

/* IE7 HACK */
*+html .CustomTabStyleSmall .ajax__tab_body .ajax__tab_panel
{
	padding-top: 4px;
}

.CustomTabStyleSmall .ajax__tab_body .ajax__tab_panel .TabInnerPanelCmd
{
	background: transparent url(site/images/command_bg.png) repeat-x top;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
}

.CustomTabStyleSmall .ajax__tab_body .ajax__tab_panel .TabInnerPanel
{
	background: #fff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Normal */
.CustomTabStyleSmall .ajax__tab_outer 
{
   background: transparent url(site/images/tab_normal_left.png) no-repeat top left;  
   display: block;
   float: left;
   margin-right: 7px;
} 

.CustomTabStyleSmall .ajax__tab_inner 
{
    background: transparent url(site/images/tab_normal_right.png) no-repeat top right;  
	display: block;
	float: left;
	height: 22px;
	margin-right: -5px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 10px;
}

/* IE7 HACK  
*+html .CustomTabStyleSmall .ajax__tab_inner 
{
	padding-top: 5px;
	height: 15px;
}*/

/* IE6 HACK 
*html .CustomTabStyleSmall .ajax__tab_inner 
{
	padding-top: 8px;
	height: 25px;
}*/

.CustomTabStyleSmall .ajax__tab_tab 
{
    cursor: pointer;	
    color: #fff;
}


/* Active */
.CustomTabStyleSmall .ajax__tab_active .ajax__tab_outer 
{
   background: transparent url(site/images/tab_active_left.png) no-repeat top left;  
}

.CustomTabStyleSmall .ajax__tab_active .ajax__tab_inner 
{
   background: transparent url(site/images/tab_active_right.png) no-repeat top right;  	
}

.CustomTabStyleSmall .ajax__tab_active .ajax__tab_tab 
{
	color: #fff!important;
}

/* Hover */
.CustomTabStyleSmall .ajax__tab_hover .ajax__tab_outer 
{
   background: transparent url(site/images/tab_hover_left.png) no-repeat top left;  
}

.CustomTabStyleSmall .ajax__tab_hover .ajax__tab_inner 
{
   background: transparent url(site/images/tab_hover_right.png) no-repeat top right;  	
}

.CustomTabStyleSmall .ajax__tab_hover .ajax__tab_tab 
{
	color: #333!important;
    text-decoration: underline;
}


/*****************************************************
* Forums
*****************************************************/
.forumPanel
{
	text-align: left;
}

.forumEntry
{
    clear: both;
	border-top: dotted 1px #ccc;	
}

.forumEntry .HeaderUser
{
	color: #6699CC;
	float: left;
	margin-right: 10px;
}

.forumEntry .HeaderTime
{
	float: left;
	color: #aaa;
}

.forumEntry .HeaderOp
{
	float: right;
	padding-top: 2px;
}

.forumEntry .Text
{
	clear: both;
	margin-bottom: 10px;
}




/*****************************************************
* Kategoriebaum bei Suche
*****************************************************/
.rcl1
{
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
}

.rcl2
{
	display: block;
	padding-left: 8px;
	padding-bottom: 3px;
}

.rcl3
{
	display: block;
	padding-left: 16px;
	padding-bottom: 6px;
}


/*****************************************************
* AutoComplete
*****************************************************/
.ac_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #fff;
	padding: 0px 0px 0px 0px;
	color : #AAAAAA;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

.ac_highlightedListItem
{
	background-color: #e9e9e9;
	color: #4d4d4d;
	padding: 1px;
}

.ac_listItem 
{
	background-color : #fff;
	color : #AAAAAA;
	padding : 1px;
}


/*****************************************************
* Slider
*****************************************************/
.accessible_news_slider img 
{
	border: 0;
}

.accessible_news_slider li,
.accessible_news_slider p 
{
	margin: 0;
	padding: 0;
}

.accessible_news_slider li p 
{
}

.accessible_news_slider 
{
	position: relative;
	overflow: hidden;
}

.accessible_news_slider .javascript_css 
{
	position: relative;
	z-index: 3;
	padding: 0px;
}

.accessible_news_slider .skip_to_news 
{
	position: absolute;
	top: 0;
	left: -9999px;
}

.accessible_news_slider .back 
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.accessible_news_slider .back a,
.accessible_news_slider .next a 
{
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.accessible_news_slider .next 
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.accessible_news_slider ul 
{
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

.accessible_news_slider li
{
	float: left;
	display: inline;
	width: 200px;
	min-height: 200px;
}


/* Slider Theme Main */

.mainslider  
{
    margin: 0 0 0px 0px;
}

.mainslider a 
{
}

.mainslider .back 
{
}

.mainslider .next 
{
}

.mainslider .next a 
{
	position: absolute;
	top: 70px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(site/images/arrow_right.png) no-repeat top right;
}

.mainslider .back a 
{
	position: absolute;
	top: 70px;
	left: 5px;
	width: 40px;
	height: 40px;
	text-align: right;
	background: url(site/images/arrow_left.png) no-repeat;
}

.mainslider .view_all 
{
	margin: 0 0 0 0;
	padding: 10px;
	background: #fff;
	text-align: center;
}

.mainslider ul 
{
}

.mainslider li 
{
	overflow: hidden;
}


/*****************************************************
* Search-Results
*****************************************************/
.result_left_content 
{
	float: left;
	width: 160px;
}


.result_middle_content 
{
	padding-left: 20px;
	float: left;
	width: 650px;
	margin: 0;
}

.result_middle_content .result_keyword
{
	width: 630px;
	color: #6699CC;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin: 0px 5px 10px 5px;
}

.result_middle_content .result_list
{
	width: 100%;
}

.result_middle_content .result_list .result_row
{
	clear: both;
}

.result_right_content 
{
	width: 174px;
    float: right;
}

.result_right_content .result_adverthint
{
	font-size: 11px;
	color: #ccc;
	padding-bottom: 10px;
	text-align: right;
}

.result_right_content .result_textadvert
{
	text-align: left;
}

.result_right_content .result_textadvert a
{
	color: #6699CC;
}

.result_right_content .result_textadvert p
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.result_right_content .result_textadvert .result_advert_titletext
{
	font-weight: bold;
	font-size: 12px;
}

.result_right_content .result_textadvert .result_advert_bodytext
{
	font-size: 12px;
}


/*****************************************************
* Generic product view
*****************************************************/
.productview
{
	width: 100%;
}

.productview .productview_left_side 
{
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
}

.productview .productview_right_side 
{
	float: right;
	width: 390px;
	font-size: 11px;
}

.productview .productview_left_side .productimage
{
	width: 120px;
	vertical-align: top;
	float: left;
}

.productview .productview_left_side .productdescription
{
	float: left;
	padding-left: 10px;	
	vertical-align: top;
	width: 370px;
}

.productview .productview_left_side .productdescription .headline
{
	font-size: 18px;
}

.productview .productview_left_side .productdescription .headlinelarge
{
	font-weight: bold;
	font-size: 18px;
}

.productview .productview_left_side .productdescription .headlinenote
{
	font-size: 10px;
}


/*****************************************************
* Compact product view
*****************************************************/
.compactproductview
{
	width: 200px;
	text-align: center;
	padding-bottom: 10px;
	float: left;
}

.producthoverinfo
{
	position:absolute;
	visibility:hidden;
	background: transparent url(site/images/odosheet.png) no-repeat left top;
	width: 316px;
	height: 250px;
	font-size: 11px;
}

.producthoverinfo .phtitle
{
	padding-top: 5px;
	height: 37px;
	color: #fff;
	text-align: center;
}

.producthoverinfo li
{
	list-style-image: url(site/images/odosheet_arrow_right.png);
}

.producthoverinfo .phtitle a
{
	color: #fff;
}

.producthoverinfo .phtitle .phname
{	
}

.producthoverinfo .phtitle .phproducer
{	
	font-size: 10px;
}

.producthoverinfo .phcontent
{
	color: #333;
	padding-top: 13px;
	height: 140px;
	width: 100%;
}

.producthoverinfo .phcontent a
{
	color: #333;
}

.producthoverinfo .phcontent .phimage
{
	float: left;
	padding-left: 5px;
	width: 100px;
}

.producthoverinfo .phcontent .phtext
{
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	width: 195px;
}


.producthoverinfo .phfooter
{
	clear: both;
	color: #333;
	height: 45px;
}

.producthoverinfo .phfooter .phfooterleft
{
	padding-top: 2px;
	width: 120px;
	float: left;
	line-height: 21px;
}

.producthoverinfo .phfooter .phfootermiddle
{
	padding-top: 8px;
	width: 75px;
	float: left;
}

.producthoverinfo .phfooter .phfooterright
{
	padding-top: 2px;
	width: 120px;
	float: left;
	line-height: 21px;
}

.producthoverinfo .phpinboard
{
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	background: #fff;
	position: absolute;
	left: 2px;
	top: 37px;	
	width: 297px;
	height: 189px;
	color: #333;
	overflow: auto;
}

.producthoverinfo .phpinboard a
{
	color: #333;
}

/*****************************************************
* Compact group buy view
*****************************************************/
.compactgroupbuyview
{
	padding: 0px 5px 5px 0px;
	background-color: #fff;
}

.compactgroupbuyview .productimage
{
	float:left;
	width: 170px;
	font-size: 18px;
	text-align: center;
}

.compactgroupbuyview .details
{
	float:left;
}

.compactgroupbuyview .details .header
{
	padding-left: 10px;
	height: 78px;
	width: 400px;
	font-size: 21px;
	font-weight: bold;
	float:left;
}

.compactgroupbuyview .details .header a
{
    text-decoration: none;
}

.compactgroupbuyview .details .header a:hover
{
    text-decoration: underline;
}

.compactgroupbuyview .details .seller
{
	height: 78px;
	width: 100px;
	float:right;
}

.compactgroupbuyview .details .progress
{
	clear: both;	
	height: 30px;
	width: 500px;
	padding-left: 10px;
	font-size: 21px;
	color: #c1272d;
}


.compactgroupbuyview .details .groupbuy
{
	clear:both;	
	height: 50px;
	width: 510px;
	text-align: center;
	background: transparent url('site/images/Feld_Rabatt_Preis_Kauefer_Small_v5.png') no-repeat top right;
}



/*****************************************************
* Trading Details
*****************************************************/
.tradeinfo
{
	width: 390px;
}

.tradeinfo .iconarea
{
	float: right;
}

.tradeinfo .commandarea
{
	float: right;
}

.price
{
	color: #2a9f00;
}

/*****************************************************
* odopacks Detail
*****************************************************/
.odopackinfo
{
	width: 390px;
}

.odopackinfo .commandarea
{
	float: right;
}

/*****************************************************
* odopacks wiki
*****************************************************/
.odopackwiki
{
	clear: both;
	width: 100%;
}

.odopackwiki .wikinavigation
{
	float: left;
	width: 200px;
}

.odopackwiki .wikicontent
{
	float: right;
	width: 780px;
}



/*****************************************************
* more4more
*****************************************************/
.more4more
{
	text-align: center;
}

.more4more .imagearea
{
	clear: both;
}

.more4more .imagearea .offer
{
	padding-left: 10px;
	text-align: left;
}

.more4more .imagearea .offer .member
{
	font-size: 18px;
}

.more4more .imagearea .offer .infom4m
{
	clear:both;
	line-height: 30px;
	padding-top: 30px;
	font-size: 18px;
	text-align: center;
}

.more4more .details
{	
	clear: both;
	padding-left: 10px;
	padding-top: 0px;
}



/*****************************************************
* pinboard Detail
*****************************************************/
.pinboardinfo
{
	width: 390px;
}

.pinboardinfo .pinboardnotearea
{
	float: right;
	width: 100%;
}


.pinboardinfo .pinboardcommandarea
{
	padding-top: 10px;
	clear: both;
	float: right;	
}


/*****************************************************
* Pulselist
*****************************************************/
.pulse_image 
{
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
}

.pulse_description
{
	padding-left: 70px;
}

.pulse_description .headline
{
	font-weight: bold;
}

.pulse_description .subheadline
{
	font-size: 10px;
	color: #666;
}

.pulse_description .text
{
	text-align: left;
	float: left;
	width: 100%;
}

/*****************************************************
* Contracts
*****************************************************/
.legaltext
{
	font-size: 11px;
}

.legalheader
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.legalnote
{
	font-size: 10px;
}
.legalblock
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.legalparagraphtext
{
	font-size: 11px;
}


/*****************************************************
* Textboxes
*****************************************************/
.textbox_1line_large
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
}

.textbox_1line_large:focus
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #6699CC;
}

.textbox_5line_large
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
	font-family: inherit;
}

.textbox_5line_large:focus
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #6699CC;
	font-family: inherit;
}

.textbox_10line_large
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
	font-family: inherit;
}

.textbox_10line_large:focus
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #6699CC;
	font-family: inherit;
}

.textbox_20line_verylarge
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
	font-family: inherit;
}

.textbox_20line_verylarge:focus
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #6699CC;
	font-family: inherit;
}

.textbox_1line_middle
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
}

.textbox_1line_middle:focus
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #6699CC;
}

.textbox_1line_small
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
}

.textbox_1line_small:focus
{
	padding: 3px 2px 2px 2px;
	border: solid 1px #6699CC;
}

.dropdown_large
{
	padding: 2px 2px 3px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
}

.dropdown_large:focus
{
	padding: 2px 2px 3px 2px;
	border: solid 1px #6699CC;
}

.dropdown_middle
{
	padding: 2px 2px 3px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
}

.dropdown_middle:focus
{
	padding: 2px 2px 3px 2px;
	border: solid 1px #6699CC;
}

.dropdown_small
{
	padding: 2px 2px 3px 2px;
	border: solid 1px #cccccc;
	background-color: #fff;
}

.dropdown_small:focus
{
	padding: 2px 2px 3px 2px;
	border: solid 1px #6699CC;
}

/*****************************************************
* PAGER
*****************************************************/
.pager
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
}

/*****************************************************
* MESSSAGE VIEW
*****************************************************/
.MessageHeader
{
	background: #EEEEEE;
	font-weight: bold;
	margin-bottom: 10px;
}

.MessageBody
{
}

/*****************************************************
* RATING
*****************************************************/
.ratingStar
{
	font-size: 0px;
	width: 13px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.ratingStarReadOnly
{
	font-size: 0px;
	width: 13px;
	height: 12px;
	padding: 0px;
	margin: 0px;
	cursor: auto;
	background-repeat: no-repeat;
}

.savedRatingStar
{
	background-image: url(site/images/rating_star_active.png);
}

.filledRatingStar
{
	background-image: url(site/images/rating_star_active.png);
}

.emptyRatingStar
{
	background-image: url(site/images/rating_star_grey.png);
}

/*****************************************************
* FILEUPLOAD
*****************************************************/
.fileupload 
{
	position:relative;
	width:380px;
	background: transparent url(site/images/button_browse.png) no-repeat top right;
}

.realfileupload 
{
	position:absolute;
	top:0;
	right:0;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:200; 
	width:20px;
	height: 19px;
}


/*****************************************************
* ODOPACK INFOTEXT FORMATS
*****************************************************/
.chapter_headline
{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	border-bottom: 1px dotted #cccccc;
	background: url(none);
}

.chapter_subheadline
{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 8px;
}

.document_headline
{
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0px;
	border-bottom: 1px dotted #cccccc;
	background: url(none);
	margin-bottom: 10px;
}


/*****************************************************
* Badge
*****************************************************/
.badgepanel
{
	width: 140px;
	text-align: center;
}

.badgepanel .badgetext
{
	padding-top: 10px;
	text-align: justify;
}


/*****************************************************
* Rolldown
*****************************************************/
.rolldownpanel
{
	width: 200px;
	background: transparent url("site/images/rolldown_bg.png") no-repeat top left;
}

.rolldownpanel .rdcontent
{
	padding: 0px 5px 0px 5px;
	height: 100%;
	background: transparent url("site/images/rolldown_footer.png") no-repeat bottom left;	
}

.rolldownpanel .rdcontent .rddynpanel
{
	overflow: auto;
}

.rolldownpanel .rdcontent .rddynpanel .rdlinklist
{
	line-height: 15px;
}

.rolldownpanel .rdcontent .rddynpanel .rdlinklist li
{
	list-style-image: url(site/images/arrow_right_magenta.png);
}

.rolldownpanel .rdcontent .rdcommand
{
	height: 25px;
	padding-top: 6px;
	color: #fff;
	text-align: center;
}

.rolldownpanel .rdcontent .rdcommand a
{
	color: #fff;
}



/*****************************************************
* Context Dropdown menu
*****************************************************/
.ContextMenuLabel
{
	text-decoration: underline;
	color: #333;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 1px;
}

.ContextMenuPanel
{
	border: 1px solid #555;
	z-index: 1000;
	background: #fff;
	cursor: default;
	padding: 1px 1px 0px 1px;    
	margin-left: 40px;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 10px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{	
	border: 1px solid #555;	
	padding: 3px 18px 3px 9px;
}


/*****************************************************
* Sonstiges
*****************************************************/
.watermarked
{
	color: #AAAAAA;
}

.seperator {
    clear: both;
	display: block;
	height: 8px;
    padding: 0;
    margin: 0px 0 8px 0;
    border-bottom: dotted 1px #ccc;
}

.clear
{
	clear: both;
}

.floatleft 
{
	float: left;
}

.floatright 
{
	float: right;
}

.boxlabel
{
	vertical-align:middle;
}

.treeViewContent img
{
	margin-right: 2px;
}

.buttonPanel
{
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	border-top: dotted 1px #ccc;
	width: 100%;
	line-height: normal;
}

.buttonPanel div
{
	float: right;
}

.odoman_help_large
{
	padding-left: 55px;
	padding-top: 20px;
	padding-right: 15px; 
	width: 290px;
	height: 357px;
	background: transparent url("site/images/odoman_help_large.png") no-repeat;
}

.odoman_help_small
{
	padding-left: 55px;
	padding-top: 20px;
	padding-right: 15px; 
	width: 290px;
	height: 299px;
	background: transparent url("site/images/odoman_help_small.png") no-repeat;
}

.validateerror
{
	color: #ff0000;
	margin-top: 10px;
    margin-bottom: 10px;
}


.warning
{
	color: red;
	font-weight:bold;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.scrollable
{
	overflow: auto;
	height: 100%;	
}

.start_cattree
{
}

.start_cattree a
{
	text-decoration: none;
}

.start_cattree a:hover
{
	text-decoration: underline;
}

.register_direct
{
	width: 235px;
	height: 420px;
	background: transparent url("site/images/register_bg.png") no-repeat;
	text-align:center;
	color: #fff;
	padding: 15px 10px 0px 10px;
}

.register_direct a
{
	color: #fff;
}

.infobox_green
{
	border: solid 1px #ccc;
	background: transparent url("site/images/infobox_arrow_right_green.png") no-repeat top left;
	padding: 10px 10px 20px 10px;
	margin-top: 15px;	
}

.infobox_blue
{
	border: solid 1px #ccc;
	background: transparent url("site/images/infobox_arrow_right_blue.png") no-repeat top left;
	padding: 10px 10px 20px 10px;
	margin-top: 15px;	
}

.infobox_sign
{
	border: solid 1px #ccc;
	background: transparent url("site/images/info_sign.png") no-repeat 5px 5px;
	padding: 10px 10px 20px 10px;
	margin-top: 15px;	
}

.infoboxheader
{
	font-size: 20px;
	color: #6699CC;
	height: 20px;
	padding-bottom: 5px;
	padding-left: 45px;
}

.infoboxintrotext
{
	color: #6699CC;
	padding-left: 45px;
}

.infoboxitem
{
	clear: both;
	padding-top: 20px;
	line-height: 20px;	
}

.infoboxitem .iconside
{
	float: left;
	width: 70px;
	vertical-align:middle;
	text-align: center;
}

.infoboxitem .textside
{
	float: left;
	padding-left: 10px;
	vertical-align: middle;
}



.focus
{
	color: White;
	position:relative;
}

.focus a
{
	color: White;
}
