@charset "utf-8"; 


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/js/highslide4/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/js/highslide4/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/js/highslide4/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/js/highslide4/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/js/highslide4/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/js/highslide4/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/js/highslide4/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 0.8em;
    
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* stop commented backslash hack */

a img {
    border: none;
}

.input {
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 2px;
}
label {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 3px;
}
.cms_input {
    width: 98%;
    font-size: 1em;
    font-weight: normal;
    padding-top: 3px;
    padding-left: 2px;
}
.cms_required {
    font-size: 0.9em;
    font-weight: normal;
    color: #FF9900;
    margin-left: 10px;
}
.cms_field_description {
    color: #999999;
    font-size: 8pt;
    margin-top: 2px;
    padding-left: 5px;
}
.cms_invalid_field {
    background-color: #FFE3E0;
    border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
    color: #CC0000;
    font-size: 0.8em;
    margin-top: 2px;
    padding-left: 5px;    
}
form {
    margin: 0px;
    padding: 0px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 


.pagination {
    text-align:left;
    margin-bottom:2em;
    font-size: 8pt;
    margin-top: 10px;
}
.pagination_page {
    margin-bottom:1em;
    font-weight: bold;
    color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
}

.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1, .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}

.highslide-caption {
    background-color: #FFFFFF;
}
.cms_ob_loading {
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:4em;
}
.cms_icon_item {
    margin-bottom: 5px;
}
.cms_icon_large {
    float: left;
}
.cms_icon_body {
    padding-left: 55px;
}
.cms_icon_body .description {
    /*font-size: 8.5pt;*/
    color: #666666;
    margin-bottom: 3px;
}
.cms_icon_body .name {
    margin-bottom: 4px;
    font-weight: bold;
}
.cms_icon_body .cms_action {
    margin-left: 0px;
    margin-right: 10px;
}
.cms_form_fields .checkbox {
margin-bottom:8px;
}

/*PreviousNext*/
.prev_next_object {
    width:100%;
}
.prev_object {
 float:left;   
}
.next_object {
 float:right;   
 text-align:right;
}
.highslide-active-anchor img {
visibility:visible;
}
.highslide img {
border:none;
}
@charset "utf-8";

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#container #sidebar1 br {
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 1em;
    color:#333333;
}
#wait_box {
    width:200px;
    box-shadow: 5px 5px 8px #222222;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;   
     -moz-box-shadow:5px 5px 8px #222222;
    margin-top:-100px;
    opacity:0.6;
    width:200px;
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.aclearfix {
   /* overflow:hidden;*/
}
.aclearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .aclearfix {zoom: 1;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.aclearfix { display: block; }
/* stop commented backslash hack */

a img {
    border: none;
}

.cms_header h1, .cms_header h2, .cms_header h3, .cms_header h4 {
	display: inline;
    color:#FFFFFF;
    background-image:none;
}

.cms_action {
/*	font-size: 8pt;
	margin-left: 10px;
	font-weight: normal;
    display:inline-block;
    color:#0000FF;   */
}
.cms_action_position, .cms_action {
background-image:url(/img/gui_arrow.gif);
background-position:0 4px;
background-repeat:no-repeat;
color:#444488;
font-size:13px;
font-weight:normal;
line-height:15px;
margin-bottom:3px;
padding-bottom:3px;
padding-left:12px;
text-decoration:none;
margin-right:20px;
/*width:100%;*/
}
.cms_gui_menu .cms_action_position, .cms_gui_menu .cms_action {
border-bottom:1px solid #FFFFFF;
width:190px;
display:inline-block;
}

.cms_action_size {
margin-left:20px;
width:170px;
}
.cms_object_actions {
/*	border-right:4px solid #DAF2FF;
	display:inline-block;
	padding-left:4px;	*/
}
.cms_has_actions {
	display:none;
	border-right:4px solid #DAF2FF;
}
.cms_position_title .cms_action_position {

	/*display:none;*/
}
.cms_position_title:hover .cms_action_position {
	/*display:inline;*/
}
.aaacms_form .cms_position_title .cms_action_position {
	/*display:inline;*/
}
* html .cms_position_title .cms_action_position {
   /* display:inline;*/
}
.cms_position_title:hover {
/*	background-color:#DAF2FF;*/
}
.cms_object_title .cms_action {
	/*display:none;*/
}
.cms_object_title:hover .cms_action{
	/*display:inline;*/
}
* html .cms_object_title .cms_action{
    /*display:inline;*/
}
.cms_object_title:hover {
	/* background-color:#DAF2FF; */
}
.aaacms_form .cms_object_title .cms_action {
	opacity:1;
}
.cms_o_image {
	position:relative;
	display:inline-block;	
}
.cms_o_image .cms_object_actions {
background-color:#FFFFFF;
left:0;
line-height:1em;
opacity:1;
position:absolute;
top:0;
width:70%;
}
* html .cms_action { display: inline; }
* html .cms_o_image .cms_object_actions {
    opacity:1;
}

.cms_action:hover {
    color:#4444FF;
}

.cms_action_button {
    text-decoration: none;
    cursor: pointer;
}
.input {
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 2px;
}
label {
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 3px;
}
.cms_input {
	width: 98%;
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 2px;
}
.cms_required {
	font-size: 0.9em;
	font-weight: normal;
	color: #FF9900;
	margin-left: 10px;
}
.cms_field_description {
	color: #999999;
	font-size: 8pt;
	margin-top: 2px;
	padding-left: 5px;
}
.cms_invalid_field {
	background-color: #FFE3E0;
	border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
	color: #CC0000;
	font-size: 0.8em;
	margin-top: 2px;
	padding-left: 5px;	
}
form {
	margin: 0px;
	padding: 0px;
}
.cms_form {
background:transparent url(/img/form_bck.png) repeat-y scroll right bottom;
margin-bottom:10px;
margin-top:0;
padding:0 22px 22px 0;
text-align:left;
width:100%;
*width:97%; 
min-width:500px;
}
#dialog_box_content .cms_form {
width:100%;
*width:97%
}

.cms_header {
background-color:#6989AF;
padding:2px;
text-align:center;
}
.cms_form_fields {
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.cms_form_buttons {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.submit {
	display: inline;
}
.history_unread {
    background-color: #E0FCE2;
}
.pagination {
	text-align:left;
	margin-bottom:2em;
	font-size: 8pt;
	margin-top: 10px;
}
.pagination_page {
	margin-bottom:1em;
	font-weight: bold;
	color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
} 
.cms_button {
	height: 36px;
	width: 170px;
	padding-left: 6px;
}
.cms_button_small {
	height: 16px;
	width: 120px;
	padding-left: 5px;
	margin-bottom: 4px;
}

.cms_button_green {
	background-image: url(/css/agui/buttons/green_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_red {
	background-image: url(/css/agui/buttons/red_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_blue {
	background-image: url(/css/agui/buttons/blue_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_gray {
	background-image: url(/css/agui/buttons/gray_button_35_01.gif);
	background-repeat: no-repeat;
}
.cms_button_small {
	background-image: url(/css/agui/buttons/gray_button_16_01.gif);
	background-repeat: no-repeat;
}
.cms_button_inner_green {
	background-image: url(/css/agui/buttons/green_button_35_02.gif);
}
.cms_button_inner_red {
	background-image: url(/css/agui/buttons/red_button_35_02.gif);
}
.cms_button_inner_blue {
	background-image: url(/css/agui/buttons/blue_button_35_02.gif);
}
.cms_button_inner_gray {
	background-image: url(/css/agui/buttons/gray_button_35_02.gif);
}
.cms_button_small .cms_button_inner_gray {
	background-image: url(/css/agui/buttons/gray_button_16_02.gif);
}

.cms_button_inner {
	background-repeat: no-repeat;
	background-position: right;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	line-height: normal;
}
.cms_button_small .cms_button_inner {
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	position: relative;
}

.cms_button_label {
	position: absolute;
	top: 9px;
	left: -4px;
	width:100%;
	text-align:center;
}
.cms_button_small .cms_button_label {
	top: 2px;
	text-align:left;
	padding-left:8px;
}
.cms_button_shadow {
	color: #999999;
	position: absolute;
	left: -4px;
	top: 8px;
	width:100%;
	text-align:center;
}
.cms_button_inner_gray .cms_button_label {
	color:#808080;
}
.cms_button_small .cms_button_inner_gray .cms_button_label {
	color:#333333;
}
.cms_button_inner_gray .cms_button_shadow {
	display:none;
}

	
.cms_buttons_left .cms_button, .cms_buttons_left .cms_button_small {
	float: left;
	margin-right: 20px;
}
.section_body {
	padding-left: 8px;
	margin-right: 8px;
}
.cms_comment_head {
	font-style: italic;
	font-size: 8.5pt;
	margin-bottom: 4px;
}
.cms_comment_author {
	font-weight: bold;
}
.cms_comment_body {
	margin-bottom: 8px;
	padding-left: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #F8F8F8;
}

.cms_buttons_left {
	margin-top: 0px;
}
.cms_form_connections {
	padding-right: 3px;
	padding-left: 3px;
}
.cms_form .cms_position {
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cms_position .cms_o_attachment_gallery {
	margin: 4px;
	/*float: left;*/
    display: inline-block;
	width: 110px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 
.cms_fc_right {
    float:right;
    width:220px;
}
.cms_description {
	font-size: 8.5pt;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 14px;
}
.cms_flash_msg {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #FFF3CE;
    color: #000000;
    padding: 8px;
}
.cms_form_section {
    background-color:#F0F0FF;
    border:1px solid #999999;
    margin:12px 10px 8px 16px;
    padding:4px;
}
.cms_form_section_label {
    font-weight: bold;
}

.cms_ob_loading{
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:80px;
}
.cms_form_tabs {
border-bottom:1px solid #CCCCCC;
padding-left:10px;
padding-right:80px;
padding-top:10px;
width:50%;
}
.cms_ob_tab {
background-color:#DDDDDD;
border-color:#223399 #223399 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
display:inline-block;
float:left;
font-size:15px;
font-weight:bold;
margin-right:4px;
padding:2px 10px;
}
.cms_ob_tab a {
	color:#000000;
	text-decoration:none;
}
.cms_ob_tab a:hover {
	color:#FFFF00;
}

.cms_ob_tab_selected {
background-color:#2B67AF;
font-weight:bold;
}
.cms_ob_tab_selected a{
color:#FFFFFF;
}
.cms_ob_alphabet {
	font-size: 8pt;
	line-height: 1.1em;
	font-weight: bold;
	color: #999999;
	padding-top: 0px;
    padding-left:5px;
}
.cms_ob_alphabet a {
	color:#BBBBBB;
}
.cms_ob_alphabet a:hover {
	color:#0066FF;
}

.cms_ob_alphabet_letter {
	margin: 0px;
	line-height: normal;
	padding:0px 0px 1px 2px;
}
.cms_ob_body {
	padding-right: 5px;
	padding-left: 5px;
}
.cms_ob {
	background-color: #F9F9F9;
}
.cms_position_title {
/*	font-size: 12pt;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
	padding-left: 8px;      */
}
.cms_form .cms_position_title {
    background-color: none;
}
.cms_position_array {
}
.cms_position_array .cms_position_array {
}
.cms_position_array .cms_position_title {
	font-size:10pt;
    position:relative;
}
.cms_position {
	margin-top:14px;
}
.cms_position .cms_position {
	border-bottom:2px solid #EEEEEE;
	border-left:4px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
}
.cms_form_narrow {
    padding-right: 225px;
}
.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}
.cms_faq_a {
    padding-left:20px;
}
.cms_faq_q {
}
.list_item .thumbnail {
    float:left;
    height:105px;
    margin-bottom:0;
    margin-right:10px;
    margin-top:4px;
    padding-bottom:0;
    width:105px;
}
.list_item .content_with_image {
    padding-left:110px;
}
.highslide-caption {
    background-color: #FFFFFF;
}.cms_ob p {
	margin: 0px;
}
.cms_ob_head {
	margin-top: 8px;
	margin-bottom: 4px;
	padding-left: 20px;
	text-align: right;
	font-size: 8.5pt;
	color: #999999;
}
.cms_ob_body_middle {
    overflow:auto;
}
.cms_ob_body_w {
width:100%;
}
.cms_gui_menu {
background-color:#F5F5F5;
border:1px solid #A482DD;
opacity:1;
padding:7px;
position:absolute;
text-transform:none;
width:200px;
z-index:10;
text-align:left;
text-indent:0;
}
.cms_magic_wand {
display:none;
height:21px;
margin-left:8px;
width:16px;
opacity:0.3;
}
.cms_magic_wand_active {
opacity:1;
}
.cms_magic_wand_wand {
background:transparent url(/img/magic_wand.png) no-repeat scroll 0 3px;
}
.cms_magic_wand_dust {
background:transparent url(/img/magic_dust.png) no-repeat scroll 0 0px;
}
.cms_magic_wand img.gui_img {
border:none;
}
.gui_red {
color:red;
}
.cms_position_title:hover .cms_magic_wand, .cms_object_title:hover .cms_magic_wand {
display:inline-block;
}
.cms_o_attachment {
position:relative;
}
.cms_o_image .cms_magic_wand, .cms_o_attachment .cms_magic_wand {
left:4px;
position:absolute;
top:4px;
z-index:5;
opacity:1;
}

.cms_o_image:hover .cms_magic_wand, .cms_o_attachment:hover .cms_magic_wand {
display:inline-block;
}

.cms_gui_position {
color:#A482DD;
display:inline-block;
font-size:12px;
font-weight:bold;
line-height:16px;
}
.cms_gui_desc {
color:#989898;
display:inline-block;
font-size:12px;
font-weight:normal;
line-height:16px;
margin-top:10px;
}
.cms_gui_menu strong {
color:#000000;
}
.cms_ob_object {
overflow:hidden;
}
.cms_ob_thumbnail {
}
.cms_form_languages {
background-color:#EEEEFF;
border-bottom:1px solid #CCCCCC;
font-size:15px;
font-weight:bold;
margin-bottom:8px;
padding:8px;
}
.cms_form_languages a {
text-decoration:none;
}
.cms_form_languages strong {
background-color:#109546;
color:white;
display:inline-block;
padding-left:10px;
padding-right:10px;
}
.cms_position .cms_object_browser {
background-color:#E6E6E6;
border:4px solid #CCCCCC;
opacity:1;
padding:8px;
position:absolute;
width:300px;
z-index:10;
}
.cms_ob_title {
font-size:20px;
text-align:left;
}
.cms_inherited {
background-color:#FFFF00;
line-height:20px;
padding:2px 4px;
}
.cms_o_image .cms_inherited {
position:absolute;
bottom:6px;
left:0;
}
.cms_magic_hl {
    background-color:#FFF9CF;
}
.cms_not_translated {
font-style:italic !important;
font-weight:normal !important;    
}
.cms_admin_object_info {
background-color:#DDFFDD;
border:1px solid #AAFFAA;
margin:10px 0;
padding:10px;    
}
.cms_admin_object_info p.error {
color:red;
font-weight: bold;    
}
.objectid {
margin-bottom:20px;    
}
.cms_objectid_text {
background-color:#EEEEEE;
border:1px solid #777777;
height:20px;
padding:0 5px;
width:97%;    
}
.objectid a {
    
}
.share_box {
border:1px dotted #CBC8C2;
height:auto;
left:0;
margin:0;
padding:0;
position:fixed;
text-align:left;
top:250px;
width:80px;
}

.share_box ul {
margin:0;
padding:5px 0 10px 5px;
width:55px;    
}
.share_box li {
border-top:1px dotted #CBC8C2;
display:block;
font-size:9px;
margin:0;
padding:5px 10px;  
}

.share_box li.share_item_first {
border-top:none;    
}
.share_box a {
color: #CBC8C2;
text-decoration: none;   
}
.share_box a:hover {
text-decoration:underline;    
}
.share_box span {
display:block;
float:right;
font-size:12px;
margin:10px 0;
width:20px;
}

/*small*/
.share_box_small {
padding:3px;
position:relative;
top:0;
width:auto;
}

.share_box_small ul {
}
.share_box_small li {
display:inline;
padding:0 10px 0 0;  
border-top:medium none;  
}

.share_box_small li.share_item_first {
}
.share_box_small span {
display:inline;
float:none;
vertical-align:top;    
}


div.datepicker {
 position: absolute;
 text-align: center;
 border: 1px #C4D5E3 solid;
 font-family: arial;
 background: #FFFFFF;
 font-size: 10px;
 padding: 0px;
}
div.datepicker table {
 font-size: 10px;
 margin: 0px;
 padding: 0px;
 text-align: center;
 width: 180px;
}
div.datepicker table thead tr th {
 font-size: 12px;
 font-weight: bold;
 background: #e9eff4;
 border-bottom:1px solid #c4d5e3;
 padding: 0px;
 margin: 0px;
}
div.datepicker table tbody tr {
 border: 1px white solid;
 margin: 0px;
 padding: 0px;
}
div.datepicker table tbody tr td {
 border: 1px #eaeaea solid;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
div.datepicker table tbody tr td:hover,
div.datepicker table tbody tr td.outbound:hover,
div.datepicker table tbody tr td.today:hover {
 border: 1px #c4d5e3 solid;
 background: #e9eff4;
 cursor: pointer;
}
div.datepicker table tbody tr td.wday {
 border: 1px #ffffff solid;
 background: #ffffff;
 cursor: text;
}
div.datepicker table tbody tr td.outbound {
 background: #e8e4e4;
}
div.datepicker table tbody tr td.today {
 border: 1px #16518e solid;
 background: #c4d5e3;
}
div.datepicker table tbody tr td.nclick,
div.datepicker table tbody tr td.nclick_outbound {
 cursor:default; color:#aaa;
}
div.datepicker table tbody tr td.nclick_outbound {
 background:#E8E4E4;
}
div.datepicker table tbody tr td.nclick:hover,
div.datepicker table tbody tr td.nclick_outbound:hover {
 border: 1px #eaeaea solid;
 background: #FFF;
}
div.datepicker table tbody tr td.nclick_outbound:hover {
 background:#E8E4E4;
}
div.datepicker table tfoot {
 font-size: 10px;
 background: #e9eff4;
 border-top:1px solid #c4d5e3;
 cursor: pointer;
 text-align: center;
 padding: 0px;
}


.at_red {
    color:red;
}
.at_green {
    color:green;
    font-size:20px; 
}
.at_blue {
    color:blue;
}

#cms_top_bar {
    height:40px;
    width:100%;
    box-shadow: 0px 1px 8px #888888;
    -moz-box-shadow:0 1px 8px #888888;
    border-bottom: 1px solid #BBB;
}

.cms_tb_nav {
    margin: 0;
    padding: 8px 6px 0;
   /* background: transparent url(/img/topbar/gradient.png) repeat-x 0 -110px;*/
    line-height: 100%;
/*
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    */
}
.cms_tb_nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
    text-align:left;
}


/* main level link */
.cms_tb_nav a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding:  8px 20px;
    margin: 0;
    background-color:#BBBBBB;
    color:#FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
.cms_tb_nav a:hover {
    background: #000;
    color: #fff;
}

/* main level link hover */
.cms_tb_nav .current a, .cms_tb_nav li:hover > a {
    background: #666 url(/img/topbar/gradient.png) repeat-x 0 -40px;
    color: #444;
    border-top: solid 1px #f8f8f8;

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);

    text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
.cms_tb_nav ul li:hover a, .cms_tb_nav li:hover li a {
    background: none;
    border: none;
    color: #666;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.cms_tb_nav ul a:hover {
    background: #0078ff url(/img/topbar/gradient.png) repeat-x 0 -100px !important;
    color: #fff !important;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
.cms_tb_nav li:hover > ul {
    display: block;
}

/* level 2 list */
.cms_tb_nav ul {
    display: none;

    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #ddd url(/img/topbar/gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;
    z-index:10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
.cms_tb_nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

.cms_tb_nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
.cms_tb_nav ul ul {
    left: 181px;
    top: -3px;
}

/* rounded corners of first and last link */
.cms_tb_nav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;

    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}
.cms_tb_nav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;

    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}

/* clearfix */
.cms_tb_nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.cms_tb_nav {
    display: inline-block;
} 
html[xmlns] .cms_tb_nav {
    display: block;
}
 
* html .cms_tb_nav {
    height: 1%;
}
.mgs_title {
left:0;
position:absolute;
top:0px;
}
.mgs_title div.small {
}
.mgs_display {
position:relative;
}
.mgs_display img {
position:absolute;
top:0;
left:0;
}
.mgs_thumbs {
bottom:10px;
left:658px;
position:absolute;
width:280px;
z-index:1;
}
.mgs_thumb {
float:left;
height:60px;
margin-left:5px;
margin-top:5px;
width:60px;
opacity:0.4;
}
.mgs_thumb:hover, .mgs_thumb_selected{
opacity:1;
}
.no_mgs_thumbs {
bottom:0;
margin-left:8px;
position:absolute;
}
.mgs_show {
height:380px;
left:0;
position:absolute;
top:0;
width:929px;
}
.mgs_title {
position:absolute;
}
/*******************************************************************************  
		allgemeine formatierungen für body (abstände, hintergrund, schrift) 
*******************************************************************************/
html { 
  padding:0px; margin:0px;               		/* abstände */
}

body {
background: #0b0a0f;  																					/* hintergrundbild header und hintergrundfarbe */
  font:11px Verdana, Arial, sans-serif;			/* schriftgröße und schriftart */
  color:#fff; 															/* schriftfarbe */ 		
  text-align:center;												/* zentrierung der seite für ie 5.5 */
	margin:0px; padding:0px;									/* abstände */
	height:99%;																/* definierte höhe um dem header-div eine explizite höhe angeben zu können */
}

p, h1, h2, td, li {
	margin:0px 0px 5px 0px;										/* innenabstände oben-rechts-unten-links in pixel */
}
h2 {
font-size:22px;    
}
img { border:0px; }

/*******************************************************************************  
		container, in welchem die seite untergebracht ist
*******************************************************************************/
#container {
	width:900px;															/* breite der seite in pixel */
	margin: 0px auto;													/* zentrierte ausrichtung auf der seite */
	padding:0px;															/* innenabstände */
	text-align:left;													/* text-ausrichtung */
}

/*******************************************************************************  
		header - navigation für sprachen
*******************************************************************************/
#header {
	background-color:transparent;							/* hintergrundfarbe von body */
	height:131px;															/* höhe */
	padding:10px 0px 0px 656px;
    position:relative;
}


#header img {
	padding:0px 5px 0px 0px; 									/* abstand rechts für sprachen-bilder */
	margin:0px;
}

#header .logobanner {
	position:relative;
	top:0px;
	right:660px; 
    display:block;
    
display:block;
left:0;
position:absolute;
top:0;    
}

#header img.banner2 {
        position:relative;
        top:-1px;
        right:546px;
	z-index:-2;
}


/*******************************************************************************  
		header - navigation kontakt / faq / impressum / agb
*******************************************************************************/
#header .navidiv {}
#header ul { 
	list-style-type:none; 
	margin:10px 0 0 0; padding:0; 
	font:italic 12px Arial, sans-serif; 
	position:relative; left:-46px; top:-190px;
    
font-family:Arial,sans-serif;
font-size:12px;
font-style:italic;
left:-46px;
line-height:normal;
list-style-type:none;
margin:0 0 10px;
padding:0;
position:relative;
top:0;    
}

#header li { 
	background-color:#0a2739; color:#fdd400; width:150px;  
	margin:0 0 2px 0;
}

#header ul a:link, #header ul a:visited, #header ul a:active, #header ul a:hover {
	text-decoration:none; 
	color: #fdd400; 
	padding:1px 3px;
}

/*******************************************************************************  
		erste spalte - allgemeines
*******************************************************************************/
#left {
	width:195px;															/* breite in pixel */
	padding:80px 6px 0px 0px;									/* innenabstände oben-rechts-unten-links */
	float:left;																/* textumfluss links */
    position:relative;
}

/*******************************************************************************  
		erste spalte - label für "suche" / formular / suchfeld / button
*******************************************************************************/
#left .label {
 background-color:#0a2739;									/* hintergrundfarbe */
 color:#fdd400;															/* schriftfarbe */
 text-transform:uppercase;									/* großschreibung */
 font-style:italic;													/* kursiv */
 font-weight:bold;					 	  						/* fett */
 padding:1px 5px;						 	 						  /* innenabstand oben/unten - rechts/links */
 margin:0px 0px 3px 0px;										/* außenabstand oben - rechts - unten - links */
}

#searchform {
	margin:0px 0px 10px 0px;									/* außenabstände formular */
}

#loginform  {
	margin:0px 0px 4px 0px;
}

#searchform .field {
	width:135px;															/* breite des formularfeldes */
	color:#aaa;																/* schriftfarbe */
	background:#eee;													/* hintergrundfarbe */
	border:1px solid #0a2739;									/* rahmen breite art farbe */
	padding:2px 5px;													/* innenabstände oben/unten - rechts/links */
	margin:0px;																/* außenabstände */
	font-size:11px;														/* schriftgröße des eingabetextes */	
}

#searchform .button {
	font:italic bold 11px Verdana, sans-serif;	/* schriftdefinition */
	color:#fdd400;															/* schriftfarbe */
 	background:transparent;											/* keine hintergrundfarbe */
 	border:0px;																	/* kein rahmen */
 	width:40px;																	/* breite in pixel */	
 	padding-left:20px;													/* innenabstand links */
 	cursor:pointer;															/* mauszeiger händchen */
}

#loginform .field {
width:75px;															/* breite des formularfeldes */
	color:#aaa;																/* schriftfarbe */
	background:#eee;													/* hintergrundfarbe */
	border:1px solid #0a2739;									/* rahmen breite art farbe */
	padding:2px 1px 2px 2px;													/* innenabstände oben/unten - rechts/links */
	margin:0px;																/* außenabstände */
	font-size:11px;				
}
#loginform .button {
	font:italic bold 11px Verdana, sans-serif;	/* schriftdefinition */
	color:#fdd400;															/* schriftfarbe */
 	background:transparent;											/* keine hintergrundfarbe */
 	border:0px;																	/* kein rahmen */
 	width:25px;																	/* breite in pixel */	
 	padding-left:5px;													/* innenabstand links */
 	cursor:pointer;															/* mauszeiger händchen */
}

#left a { text-decoration:none;
					font: italic 11px Arial, sans-serif}
#left a:link, #left a:visited, #left a:active { color:#666; }
#left a:hover { color:#ccc; }

/*******************************************************************************  
		erste spalte - div für banner
*******************************************************************************/
#left .banner { margin-top:20px; }
#left .banner img {
	margin:0px 0px 10px 0px;										/* außenabstand nach unten für bilder im banner-div */
}

/*******************************************************************************  
		zweite spalte - inhalte / überschrift 1
*******************************************************************************/
#content {
float:left;
padding:30px 12px 0 6px;
width:390px;									
}

#content h1 {
	font:italic bold 22px Arial, sans-serif;		
																							/* überschrift 1 schriftdefinition */
}

#content p { line-height:15px; }

a, #content a { text-decoration:none; }
a, #content a:link, #content a:visited, #content a:active { color:#fdd400; }
a:hover, #content a:hover { text-decoration:underline; }

/*******************************************************************************  
		zweite spalte - subnavigation
*******************************************************************************/
#subnav ul { 
	list-style-type:none; 
	margin:0 0 10px 0; padding:0px; 
	font:italic bold 20px Arial, sans-serif; 
}

#subnav li { display: inline; padding:1px 10px; margin:0;  }
#subnav ul a { text-decoration:none; padding:1px 5px; }
#subnav ul a:link, #subnav ul a:visited, #subnav ul a:active { color:#7a6901; }
#subnav ul a:hover { color:#fdd400; background-color:#9d8808; text-decoration:none; }
#subnav ul a.current:link, #subnav ul a.current:visited, #subnav ul a.current:hover, 
#subnav ul a.current:active { color:#fdd400;text-decoration:none; }

/*******************************************************************************  
		dritte spalte - navigation allgemein
*******************************************************************************/
#nav {
	width:155px;																/* breite in pixel */
	padding:0px 6px 0px 0px;										/* innenabstände */		
	float:left;																	/* textumfluss links */
}

#nav ul {
	list-style-type:none;												/* keine aufzählungszeichen */
	margin:0px;	 padding:0px;										/* innen- und außenabstände */
	font:italic bold 20px Arial;
	text-transform:uppercase;
}

#nav ul ul { font-size:14px; margin:7px 0; }

#nav li { margin:0px; }
#nav li li { margin:1px;}
/*******************************************************************************  
		dritte spalte - navigation - formatierung der links
*******************************************************************************/
#nav ul a { text-decoration:none; }

#nav ul a:link, #nav ul a:visited, #nav ul a:active { color:#7a6901; }

#nav ul li.active a:link, #nav ul li.active a:visited, 
#nav ul li.active a:active { color:#fdd400; }

#nav ul li.menu_not_selected a:link, #nav ul li.menu_not_selected a:visited,  
#nav ul li.menu_not_selected a:active { color:#7a6901; }

#nav ul li.menu_not_selected a:hover { 
    color:#fdd400; 
    display:block;     width:150px; 
    background-color:#9d8808; 
}


/*******************************************************************************  
		dritte spalte - blaue box (news und archiv)
*******************************************************************************/
#nav .bluebox, #nav .greenbox, #nav .yellowbox {
	margin:5px 0px 0px 0px;
	padding: 5px;
	border-top: 1px solid #fdd400; 
	border-bottom: 1px solid #fdd400;
	width:140px;
}

#nav .bluebox { background-color:#065478; }
#nav .greenbox { background-color:#3c330c; }
#nav .yellowbox {
background-color: #3C320C;    
border-top: 1px solid #9E8306;
border-bottom: 1px solid #9E8306;
}

#nav h3 {
	font:italic bold 18px Arial, sans-serif;	
	color:#fdd400;;
	letter-spacing:2px;
    margin:0;
}

#nav h4 {
	font:italic bold 12px Verdana, Arial, sans-serif;	
	color:#fdd400;
	padding:3px 0px 2px 0px;
	margin:3px 0px 0px 0px;
}

#nav p {
	margin:0px; padding:0px 0px 2px 0px;
}

#nav .bluebox a:link, #nav .bluebox a:visited, #nav .bluebox a:active { 
	margin:0px; padding:0px 0px 2px 0px; 
	color:#fdd400; 
	text-decoration:none; 
}

#nav .bluebox a:hover { 
	margin:0px; padding:0px 0px 2px 0px; 
	color:#fdd400; 
	text-decoration:underline; 
}

#nav .greenbox a:link, #nav .greenbox a:visited, #nav .greenbox a:active, #nav .greenbox a:hover,
#content a.yellowlink:link, #content a.yellowlink:visited, #content a.yellowlink:active, #content a.yellowlink:hover { 
	font:italic bold 11px Arial, sans-serif;	
	color:#fdd400;
	margin:0px; padding:0px 0px 4px 0px; 
	text-decoration:none; 
	text-transform:uppercase;									/* großschreibung */
}

/*Submenu above content*/
#content #submenu {
margin:0 0 10px;
padding:0;    
}
#content #submenu li {
border:1px solid #000000;
display:inline-block;
margin:0 0 5px;
min-height:22px;
vertical-align:top;
width:190px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
_height: 22px;  

font-size:20px;
font-size-adjust:none;
font-style:italic;
font-variant:normal;
font-weight:bold;
line-height:22px;

}
#content #submenu a {
color:#7A6901;    
text-decoration: none;
}
#content #submenu a:hover {
background-color:#9D8808;
color:#FDD400;
display:block;
width:198px;    
}
#content #submenu li.active a{
color:#FDD400;    
}
/*******************************************************************************  
		vierte spalte - banner
*******************************************************************************/
#right {
	width:120px;																/* breite in pixel */
	padding:0px 0px 0px 0px;										/* innenabstände */
	float:left;																	/* textumfluss links */
}

/*******************************************************************************  
		klassen für alle divs
*******************************************************************************/
.topline {
	border-top:1px solid #3c330c;							/* grüne rahmenlinie oben */
	padding:5px 0px 0px 0px;
}

.bottomline {
	border-bottom:1px solid #3c330c;					/* grüne rahmenlinie unten */
	padding:0px 0px 5px 0px;
}

.greenbar {
	background-color:#3c330c;									/* grüner balken (z.b. copyright) */
	color:#9d8306;
	padding:1px 3px;
	font-size:11px;
}

img.img_align_left {															/* textumfluss für bild, bild steht links */
	float:left; 
	margin:1px 7px 1px 0px;
}

img.img_align_right {															/* textumfluss für bild, bild steht rechts */
	float:right; 
	margin:1px 0px 1px 7px;
}

/*Quicklinks*/
#quicklinks {

}
#quicklinks strong {
color:#000000;
font-size: 20px;
font-weight: bold;
font-style: italic;    
}
#quicklinks ul {
padding:0;
margin:0;    
}
#quicklinks li {
list-style: none;    
}
#nav #quicklinks ul li a {
color:#FFD300;
font-size: 11px;
font-weight: bold;
font-style: italic;    
}
#nav #quicklinks ul li a:hover {
display:inline;
background-color: transparent;    
}
/*Footer*/
#footer {
background-color:#3C320C;
color:#9D8306;
font-size:11px;
margin-top:8px;
padding:2px 5px;
margin-bottom:50px;
}
/*Highslide*/
.highslide-controls li {
margin:0;
}
/*Breadcrumbs*/
#content #breadcrumbs {
color:#444444;
margin-bottom:16px;    
font-size: 10px;
}
#content #breadcrumbs a {
color:#444444;
text-decoration:underline;    
}
/*News*/
#nav .news_item {
border-bottom:1px solid #fdd400;
padding:5px 0;
}
/*Image gallery*/
.gallery {
margin-bottom:0;
margin-left:-4px;
margin-top:-8px;
}
.gallery .cms_o_image {
display:block;
float:left;
margin:4px 0 0 4px;    
}
.gallery .cms_first {
    
}
.show_all_link {
text-transform:uppercase;
margin:5px 0;    
}
/*Forms*/
#content label {
color:#FFD300;
}
.cms_error_description, .error-message {
color:#DD0000;
font-size:12px;
padding:0;
}
#content fieldset {
border:none;
margin:0;
padding:0;
}
#content fieldset .textarea{
margin:0;
padding:0;
}
/*ShareBox*/
.share_box_wrap {
background-color:#3C320C;
border:1px dotted #9E8306;
color:#FFD300;
padding:4px;
}
.share_box {
border:medium none;
margin-top:4px;
}
.share_box a {
color:#FFD300;    
}
.share_box a:hover {
}
.share_box span {
color:#FFD300;
}
/*Accommodation booking form*/
#booking_form {
    
}
#booking_form table {
margin-top:20px;
width:380px;    
}
#booking_form tr {
    
}
#booking_form td {
padding:4px 5px;    
vertical-align:top;
}
#booking_form tr.bold {
background-color:#3C320C;
color:#FFD300;    
}
.cms_user_form .cms_input {
background-color:#333333;
border:0 solid #FFD300;
color:#FFFFFF;
font-size:12px;    
}
.cms_user_form h3 {
color:#FFD300;
}
.cms_user_form {
margin-bottom:50px;    
}
/*Partner Table*/
table.partner_table {
*margin-left:-6px;
border-collapse:separate;
border-spacing:15px;
margin-left:-12px;
table-layout:fixed;
width:396px;
}
table.partner_table tr {
    
}
table.partner_table td{
*border:6px solid #000;
background-color:#FFFFFF;
font-size:0;
height:100px;
line-height:0;
overflow:hidden;
padding:10px;
text-align:center;
vertical-align:middle;
width:164px;
}
#content table.partner_table td p {
font-size:0;
line-height:0;
margin:0;    
}
#content table.partner_table td img {
    
}
.event_date {
color:#CCCCCC;
font-size:10px;
margin-bottom:5px;    
}
#nav .event_date {
display:none;
}

#nav .bluebox a.cms_action {
color:#4444FF;
}
#header li.language_item {
opacity:0.6;    
}
#header li.current_language_item {
opacity:1;  
*font-weight: bold;  
}
hr {
border:none;    
border-top:1px solid #3C330C;
margin:5px 5px;
height: 1px;
}
.subtitle {
font-size:14px;
font-weight:bold;
line-height:20px;
margin:10px 0;    
}