/* ---------------------------------------------------------
BODY & GLOBALE ELEMENTE
--------------------------------------------------------- */
#gecko_scrollbar {
    display: none;
}

html>body #gecko_scrollbar {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 1px;
    height: 1px;
    display: block;
    font-size: 0;
}

body {
    color:#cccccc;
    background-color:#252525;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    margin:10px;
}

/* ---------------------------------------------------------
STANDARD HTML TAGS DEFINIEREN
--------------------------------------------------------- */
p {
    color:#cccccc;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
}

a:focus {
    outline: none;
}

td {
    color:#cccccc;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
}

h1 {
    color:#cccccc;
    font-family:Verdana,Arial,Helvetica;
    font-weight:bold;
    font-size:13px;
}

h2 {
    color:#000000;
    font-family:Verdana,Arial,Helvetica;
    font-weight:bold;
    font-size:13px;
}


/* ---------------------------------------------------------
BUBBLES FÜR STARTSEITE
--------------------------------------------------------- */
#wrapper { 
	position:relative;
	width:550px;
	text-align:center;	
}
#logos { 
	position:absolute;
	margin-left:150px;
	margin-top:-50px;
	text-align:center;
}
#bubble_icans{
	position:absolute;
	margin-left:-70px;
	margin-top:-110px;
}
#bubble_ed{
	position:absolute;
	margin-left:110px;
	margin-top:-100px;
}
/* ---------------------------------------------------------
REITER FÜR REFERENZEN
--------------------------------------------------------- */
.riderOpen, .riderOpen:link, .riderOpen:active, .riderOpen:visited, .riderOpen:hover {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #262626;
    color: #f0027c;
}

.riderClose, .riderClose:link, .riderClose:active, .riderClose:visited, .riderClose:hover {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #828282;
}


/* ---------------------------------------------------------
KWICKS MENÜ FÜR STARTSEITE
--------------------------------------------------------- */
#kwick {position: relative;}

#kwick .kwicks {
	display: block;
	height: 80px;
}

#kwick li {
	float: left;
}
#ajax_container{
	margin-left:400px;
	margin-top:150px;
}

#kwicks_container { 
	margin-top:100px;
	margin-left:100px;
	height: 82px;
}

#start_dj{
	position:absolute;
	margin-left:155px;
}
#start_hfi{
	position:absolute;
	margin-left:0px;
	margin-top:-85px;
}
#start_pro{
	position:absolute;
	margin-left:155px;
	margin-top:-170px;
}

#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float:left;
	display: block;
	width: 72px;
	height: 82px;
	text-align:right;
}
 
#kwick_left {background-image: url(../../bilder/start/products_more.jpg); background-repeat:no-repeat;}
#kwick_mid {background-image: url(../../bilder/start/distributor.jpg); background-repeat:no-repeat; text-align:right;}
#kwick_right {background-image: url(../../bilder/start/press.jpg); background-repeat:no-repeat;}


/* ---------------------------------------------------------
LINKS
[+] NORMAL/STANDARD LINK DEFINITION
[+] WEITERE STYLES [a.xyz]
--------------------------------------------------------- */

/* LINK NORMAL */
a:link 		{color:#828282; text-decoration:none;}
a:active 	{color:#f0027c; text-decoration:none;}
a:visited 	{color:#828282;text-decoration:none;}
a:hover 	{color:#f0027c; text-decoration:none;}

/* LINK ORANGE */
a.link_orange:link 		{color:#f0027c; text-decoration:none;}
a.link_orange:active 	{color:#f0027c; text-decoration:none;}
a.link_orange:visited 	{color:#f0027c;text-decoration:none;}
a.link_orange:hover 	{color:#f0027c; text-decoration:none;}

/* ---------------------------------------------------------
FARBEN
--------------------------------------------------------- */
.col_white { color: #FFFFFF; }
.col_red { color: #B20000; }
.col_firered { color: #FF0000; }
.col_orange { color: #f0027c }
.col_blue { color: #46a5de }

/* ---------------------------------------------------------
HEADLINES
--------------------------------------------------------- */
.headline_white { color: #FFFFFF; font-weight:bold }
.headline_grey { color: #CCCCCC; font-weight:bold }
.headline_orange { color: #f0027c; font-weight:bold }

.headline_big_white { color: #FFFFFF; font-size:135%; }
.headline_big_grey { color: #CCCCCC; font-size:135%;  }
.headline_big_orange { color: #f0027c; font-size:135%;  }

/* ---------------------------------------------------------
CUSTOM TEXT
--------------------------------------------------------- */
.text_klein {font-size:80%};
.text_gross {font-size:135%};
.small_grey {color:#808080; font-size:11px;}

/* ---------------------------------------------------------
TRENNER, BALKEN ETC.
--------------------------------------------------------- */
.balken_grau { color: #dddddd; background-color:#444444 }
.balken_dunkelgrau { color: #dddddd; background-color:#2e2e2e }
.balken_dunkelgrau2 { color: #dddddd; background-color:#222 }
.balken_orange { color: #fff; background-color:#f0027c }


/* ---------------------------------------------------------
PFEIL STYLE
--------------------------------------------------------- */
.pfeil {
    background:url(/bilder/allgemein/pfeil.gif);
    background-repeat:no-repeat;
    background-position:3px 5px;
    padding-left:11px;
    font-family:Verdana,Arial,Helvetica;
}

.pfeil_klein {
    background:url(/bilder/allgemein/pfeil.gif);
    background-repeat:no-repeat;
    background-position:3px 4px;
    padding-left:11px;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
}


/* ---------------------------------------------------------
BUTTONS ETC.
--------------------------------------------------------- */
#loginbutton {
position:absolute;
	margin-left:465px;
	margin-top:0px;
}

input, textarea, select {
    color:#000000;
    border:1px solid #999999;
}

.button, .button:link, .button:visited, .button:active, .button:hover {
    display:block;
    height:20px;
    margin:0px;
    padding-top:1px;
    padding-left:5px;
    padding-right:5px;
    color:#ffffff;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
}

.button_weiter, .button_weiter:link, .button_weiter:visited, .button_weiter:active, .button_weiter:hover {
    display:block;
    height:25px;  	 
	padding:0px;
    color:#eee;
	border-color:#333;
	background-color:#333;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
}

.button_orange, .button_orange:link, .button_orange:visited, .button_orange:active, .button_orange:hover {
    display:block;
    height:20px;
    margin:0px;
    padding-top:1px;
    padding-left:5px;
    padding-right:10px;
    color:#FFF;
	border-color:#FF8C00;
	background-color:#FF8C00;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
}

.plausi_error {
    color:#ff0000;
    font-weight:bold;
}

.box {
}

.box_ueberschrift {
    padding:2px;
    color:#ba0000;
    font-weight:bold;
}

.box_text {
    padding:2px;
}

.kleine_ueberschrift {
    display:block;
    font-weight:bold;
    border-bottom:1px solid #cccccc;
    margin-bottom:5px;
}

.mini_ueberschrift {
    font-size:10px;
}

.grosse_ueberschrift {
    font-size:22px;
}

.grosser_text {
    font-size:15px;
}

.graue_linie {
    background:#d1d2d2;
    height:2px;
    overflow:hidden;
}

.graue_linie_vertikal {
    background:#d1d2d2;
    overflow:hidden;
}

.eingerueckter_block {
    padding:15px 12px;
}

.eingerueckter_block_niedrig {
    padding:5px 12px;
}

.form_button, .form_button:link, .form_button:hover, .form_button:visited {
    display:block;
    width:98px;
    text-align:center;
    border-left:1px solid #ffffff;   
    border-top:1px solid #ffffff;   
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    background:#efefef;
    font-size:11px;
    line-height:13px;
    color:#000000;
    padding-left:8px;
    padding-right:8px;
    padding-top:1px;
    padding-bottom:1px;
}

.form_button:active {
    display:block;
    width:98px;
    text-align:center;
    border-left:1px solid #f3f3f3;   
    border-top:1px solid #f3f3f3;   
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    background:#cccccc;
    font-size:11px;
    line-height:13px;
    color:#000000;
    padding-left:9px;
    padding-right:7px;
    padding-top:2px;
    padding-bottom:0px;
}


.admin_button, .admin_button:link, .admin_button:hover, .admin_button:visited {
    display:block;
    width:98px;
    text-align:center;
    border-left:1px solid #8f9193;   
    border-top:2px solid #8f9193;   
    border-right:1px solid #3d3b3d;
    border-bottom:2px solid #3d3b3d;
    background:#464648;
    font-size:11px;
    line-height:13px;
    color:#ffffff;
    padding-left:8px;
    padding-right:8px;
    padding-top:1px;
    padding-bottom:1px;
}

.admin_button:active {
    display:block;
    width:98px;
    text-align:center;
    border-left:1px solid #3d3b3d;   
    border-top:2px solid #3d3b3d;   
    border-right:1px solid #8f9193;
    border-bottom:2px solid #8f9193;
    background:#000000;
    font-size:11px;
    line-height:13px;
    color:#ffffff;
    padding-left:9px;
    padding-right:7px;
    padding-top:2px;
    padding-bottom:0px;
}


/**********************************************************
 *
 * Forum
 *
 **********************************************************/

/* Forum TABLE */

.forum_kat_table {
    background-image:url(/bilder/forum/forum_bg_header.png);
    background-position:left top;
    background-repeat:repeat-y;
}

/* Forum TRs */

.forum_kat_tr_tdw {
}

.forum_kat_tr_header {
}

.forum_kat_tr {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_kat_tr_unter {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_kat_tr_above {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_kat_tr_between {
    background:#ffffff;
}

.forum_kat_tr_below {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_kat_tr_above_first {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_kat_tr_between_first {
    background:#ffffff;
}

.forum_kat_tr_between_last {
    background:#ffffff;
}

.forum_kat_tr_below_last {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_post_tr_above {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_post_tr_between {
    background:#ffffff;
}

.forum_post_tr_below {
    background:#f0eff1; background-image:url(/bilder/forum/forum_bg_content.png); background-repeat:repeat-y;
}

.forum_post_tr_above2 {
    background:#ffffff;
}

.forum_post_tr_between2 {
    /* Hintergrund der Tabelle soll durchscheinen. */
}

.forum_post_tr_below2 {
    background:#ffffff;
}

/* Forum TDWs (Breitenangaben für die Spalten) */

.forum_kat_tdw1 {
    width:40px;
}

.forum_kat_tdw2 {
    width:22px;
}

.forum_kat_tdw3 {
    width:222px;
}

.forum_kat_tdw4 {
    width:62px;
}

.forum_kat_tdw5 {
    width:62px;
}

.forum_kat_tdw6 {
    width:122px;
}

.forum_kat_tdw7 {
}

.forum_topic_tdw1 {
    width:30px;
}

.forum_topic_tdw2 {
    width:22px;
}

.forum_topic_tdw3 {
    width:222px;
}

.forum_topic_tdw4 {
    width:162px;
}

.forum_topic_tdw5 {
    width:62px;
}

.forum_topic_tdw6 {
    width:62px;
}

.forum_topic_tdw7 {
}

.forum_post_tdw1 {
    width:172px;
}

.forum_post_tdw2 {
    width:389px;
}

.forum_post_tdw3 {
}

/* Forum THs */

.forum_kat_th1 {
    /* height:42px; */
}

.forum_kat_th23 {
    /* height:42px; */
    padding:10px 5px;
    font-size: 13px;
    color: #f3f3f3;
    text-decoration: none;
    text-transform:uppercase;
}

.forum_kat_th4 {
    /* height:42px; */
    padding:10px 0px;
    font-size: 11px;
    color: #f3f3f3;
    text-decoration: none;
}

.forum_kat_th5 {
    /* height:42px; */
    padding:10px 0px;
    font-size: 11px;
    color: #f3f3f3;
    text-decoration: none;
}

.forum_kat_th6 {
    /* height:42px; */
    padding:10px 10px;
    font-size: 11px;
    color: #f3f3f3;
    text-decoration: none;
}

.forum_kat_th7 {
    /* height:42px; */
    padding:10px 12px;
    font-size:10px;
    line-height:11px;
}

.forum_kat_th_link_klein, .forum_kat_th_link_klein:link, .forum_kat_th_link_klein:active, .forum_kat_th_link_klein:visited, .forum_kat_th_link_klein:hover {
    /* height:42px; */
    font-size: 10px;
    color: #efefef;
    text-decoration: none;
}

.forum_topic_th1 {
    /* height:42px; */
}

.forum_topic_th23 {
    /* height:42px; */
    padding:10px 5px;
    font-size: 13px;
    color: #f3f3f3;
    text-decoration: none;
    text-transform:uppercase;
}

.forum_topic_th4 {
    /* height:42px; */
    padding:10px 5px;
    font-size: 11px;
    color: #f3f3f3;
    text-decoration: none;
}

.forum_topic_th5 {
    /* height:42px; */
    padding:10px 5px;
    font-size: 11px;
    color: #f3f3f3;
    text-decoration: none;
}

.forum_topic_th6 {
    /* height:42px; */
    padding:10px 12px;
    font-size: 11px;
    color: #f3f3f3;
    text-decoration: none;
}

.forum_topic_th7 {
    /* height:42px; */
    padding:10px 20px;
    font-size:10px;
    line-height:11px;
}

.forum_post_th12 {
    /* height:42px; */
    padding:10px 5px;
    font-size: 13px;
    color: #f3f3f3;
    text-decoration: none;
    text-transform:uppercase;
}

.forum_post_th3 {
    /* height:42px; */
    padding:10px 20px;
    font-size:10px;
    line-height:11px;
}


/* Forum TDs */

.forum_kat_td1 {
    background:#e1e0e0;
    border-right:2px solid #ffffff;
}

.forum_kat_td23 {
    padding:2px 5px;
    border-right:2px solid #d1d2d2;
}

.forum_kat_td4 {
    padding:0px 5px;
    border-right:2px solid #d1d2d2;
}

.forum_kat_td5 {
    padding:0px 5px;
    border-right:2px solid #d1d2d2;
}

.forum_kat_td67 {
    padding:0px 10px;
}

.forum_kat_td6 {
    padding:0px 12px;
}

.forum_kat_td7 {
    padding:0px 12px;
}

.forum_kat_unter_td1 {
    background:#e1e0e0;
    border-right:2px solid #ffffff;
}

.forum_kat_unter_td2 {
}

.forum_kat_unter_td3 {
    padding:2px 5px;
    border-right:2px solid #d1d2d2;
}

.forum_kat_unter_td4 {
    padding:0px 4px;
    border-right:2px solid #d1d2d2;
}

.forum_kat_unter_td5 {
    padding:0px 4px;
    border-right:2px solid #d1d2d2;
}

.forum_kat_unter_td67 {
    padding:0px 12px;
}

.forum_kat_tdX {
}

.forum_kat_td1_above {
    background:#e1e0e0;
    border-right:2px solid #ffffff;
    height:8px;   
}

.forum_kat_tdX_above {
    height:8px;   
}

.forum_kat_td1_between {
    height:2px;
}

.forum_kat_tdX_between {
    height:2px;
}

.forum_kat_td1_below {
    background:#e1e0e0;
    border-right:2px solid #ffffff;
    height:8px;
}

.forum_kat_tdX_below {
    height:8px;
}

.forum_kat_td1_above_first {
    background:#e1e0e0;
    border-right:2px solid #ffffff;
    height:8px;   
}

.forum_kat_tdX_above_first {
    height:8px;   
}

.forum_kat_td1_between_first {
    height:4px;   
}

.forum_kat_tdX_between_first {
    height:4px;   
}

.forum_kat_td1_between_last {
    height:2px;   
}

.forum_kat_tdX_between_last {
    height:2px;   
}

.forum_kat_td1_below_last {
    background:#e1e0e0;
    border-right:2px solid #ffffff;
    height:8px;   
}

.forum_kat_tdX_below_last {
    height:8px;   
}

.forum_post_td1 {
    padding:10px 5px;	
    border-right:2px solid #d1d2d2;
}

.forum_post_td1b {
    padding:10px 5px;	
}

.forum_post_td23 {
    padding:10px 12px;	
}

.forum_post_tdX_above {
    height:5px;   
}

.forum_post_tdX_between {
    height:3px;   
}

.forum_post_tdX_below {
    height:5px;   
}

.forum_post_tdX_above2 {
    height:3px;   
}

.forum_post_tdX_between2 {
    height:11px;   
}

.forum_post_tdX_below2 {
    height:3px;   
}

.forum_kategorie_link, .forum_kategorie_link:link, .forum_kategorie_link:active, .forum_kategorie_link:visited, .forum_kategorie_link:hover {
    font-size: 12px;
    text-decoration: none;
}

.forum_kategorie_unter_link, .forum_kategorie_unter_link:link, .forum_kategorie_unter_link:active, .forum_kategorie_unter_link:visited, .forum_kategorie_unter_link:hover {
    font-size: 12px;
    text-decoration: none;
}


/**********************************************************
 *
 * Autosuggest, inquisitor style
 *
 **********************************************************/


body
{
    position: relative;
}


div.autosuggest
{
    position: absolute;
    background-image: url(/bilder/js_autosuggest/img_inquisitor/as_pointer.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
    position: relative;
    height: 6px;
    padding: 0 6px;
    background-image: url(/bilder/js_autosuggest/img_inquisitor/ul_corner_tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}
div.autosuggest div.as_footer
{
    background-image: url(/bilder/js_autosuggest/img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 6px;
    background-image: url(/bilder/js_autosuggest/img_inquisitor/ul_corner_tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
    background-image: url(/bilder/js_autosuggest/img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
    height: 6px;
    overflow: hidden;
    background-color: #333;
}


div.autosuggest ul
{
    list-style: none;
    margin: 0 0 -4px 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

div.autosuggest ul li
{
    color: #ccc;
    padding: 0;
    margin: 0 4px 4px;
    text-align: left;
}

div.autosuggest ul li a
{
    color: #ccc;
    display: block;
    text-decoration: none;
    background-color: transparent;
    text-shadow: #000 0px 0px 5px;
    position: relative;
    padding: 0;
    width: 100%;
}
div.autosuggest ul li a:hover
{
    background-color: #444;
}

div.autosuggest ul li.as_highlight a:hover
{
    background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
    display: block;
    padding: 3px 6px;
    font-weight: bold;
}

div.autosuggest ul li a span small
{
    font-weight: normal;
    color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
    color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
    color: #fff;
    background-color: #1B5CCD;
    background-image: url(/bilder/js_autosuggest/img_inquisitor/hl_corner_br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
    background-image: url(/bilder/js_autosuggest/img_inquisitor/hl_corner_bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
    /*background-image: transparent;*/
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
}
div.autosuggest ul li a .tr
{
    right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
    left: 0;
    background-image: url(/bilder/js_autosuggest/img_inquisitor/hl_corner_tl.gif);
    background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
    right: 0;
    background-image: url(/bilder/js_autosuggest/img_inquisitor/hl_corner_tr.gif);
    background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
    font-weight: bold;
    text-align: center;
}

div.autosuggest ul em
{
    font-style: normal;
    color: #6EADE7;
}

/**********************************************************
 *
 * Calendar
 *
 **********************************************************/

.calendar {
    cursor:default;
    float:left;
    width:29%;
    margin-right:10px;
    margin-bottom:10px;
}

.calendar-td {
    cursor:pointer;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#000000;
    font-weight:normal;
    text-decoration:none;
    background:#efefef;
    border:1px solid #ffffff;
}


.calendar-td-current-day {
    cursor:pointer;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#dd0000;
    font-weight:bold;
    text-decoration:none;
    background:#efefef;
    border:1px solid #ffffff;
}

.calendar-td-linked-day {
    cursor:pointer;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#dd0000;
    border:1px solid #ffffff;
}


.calendar-td-linked-current-day {
    cursor:pointer;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    background:#dd0000;
    border:1px solid #ffffff;
}

.calendar-td-remaining-day {
    cursor:default;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#000000;
    font-weight:normal;
    text-decoration:none;
    background:#ffffff;
    border:1px solid #ffffff;
}

.calendar-link, .calendar-link:link, .calendar-link:hover, .calendar-link:visited, .calendar-link:active {
    cursor:pointer;
    font-size:11px;
    color:#ffffff;
    text-decoration:none;
}



/**********************************************************
 *
 * Calendar Overview
 *
 **********************************************************/

.calendar-overview {
    font-size:10px;
    line-height:14px;
}

.calendar-overview-td-year-headline-spacer {
    background:#ffffff;
    height:3px;
    font-size:0;
    line-height:0;
    overflow:hidden;
}

.calendar-overview-td-year-headline {
    color:#ffffff;
    padding:2px 4px;
    font-size:14px;
    line-height:20px;
    background-image:url(/bilder/forum/forum_bg_header.png);
    background-position:left top;
    background-repeat:repeat-y;
}

.calendar-overview-td-month {
    padding-left:0px;
    padding-right:3px;
    padding-top:0px;
    padding-bottom:1px;    
    text-align:left;
    font-size:10px;
    line-height:14px;
    border-top:3px solid #ffffff;
    border-bottom:1px solid #ffffff;
}

.calendar-overview-td-spacer {
    /* background:#d1d2d2; */
    width:1px;
    font-size:0;
    line-height:0;
    overflow:hidden;
}

.calendar-overview-td {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#b2cdc9;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #ffffff;
    border-bottom:1px solid #ecf3f1;
}

.calendar-overview-td-saturday {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#8eaaa5;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #cad0cf;
    border-bottom:1px solid #bac5c4;
}

.calendar-overview-td-sunday {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#8eaaa5;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #cad0cf;
    border-bottom:1px solid #bac5c4;
}

.calendar-overview-td-linked-day {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#d34612;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #ffffff;
    border-bottom:1px solid #ecf3f1;
}

.calendar-overview-td-linked-saturday {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#d34612;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #cad0cf;
    border-bottom:1px solid #bac5c4;
}

.calendar-overview-td-linked-sunday {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#d34612;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #cad0cf;
    border-bottom:1px solid #bac5c4;
}

.calendar-overview-td-remaining-day {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#ffffff;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #ffffff;
    border-bottom:1px solid #ffffff;
}

.calendar-overview-td-remaining-saturday {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#cad0cf;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #cad0cf;
    border-bottom:1px solid #cad0cf;
}

.calendar-overview-td-remaining-sunday {
    padding-left:3px;
    padding-right:3px;
    padding-top:1px;
    padding-bottom:1px;
    text-align:right;
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#cad0cf;
    border-left:0px solid #d1d2d2;
    border-top:3px solid #cad0cf;
    border-bottom:1px solid #cad0cf;
}


.calendar-overview-link, .calendar-overview-link:link, .calendar-overview-link:hover, .calendar-overview-link:visited, .calendar-overview-link:active {
    font-size:10px;
    line-height:14px;
    color:#ffffff;
    text-decoration:none;
}





/**********************************************************
 *
 * Navi
 *
 **********************************************************/


.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active {
    display:block;
    text-align:center;
    color:#000000;
    background:#efefef;
    border:1px solid #efefef;
    margin-bottom:5px;
    font-family:Verdana,Arial,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    padding-right:3px;
}

.ebene0-1:hover {
    display:block;
    text-align:center;
    color:#000000;
    background:#fafafa;
    border:1px solid #fafafa;
    margin-bottom:5px;
    font-family:Verdana,Arial,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    padding-right:3px;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active {
    display:block;
    text-align:center;
    color:#000000;
    background:#efefef;
    border:1px solid #999999;
    margin-bottom:5px;
    font-family:Verdana,Arial,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    padding-right:3px;
}

.ebene0-1_angewaehlt:hover {
    display:block;
    text-align:center;
    color:#000000;
    background:#f6f6f6;
    border:1px solid #999999;
    margin-bottom:5px;
    font-family:Verdana,Arial,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    padding-right:3px;
}


.ebene1-1, .ebene1-1:link, .ebene1-1:visited, .ebene1-1:active {
    display:block;
    color:#828282;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:15px;
}

.ebene1-1:hover {
    display:block;
    color:#f0027c;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_dj.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;
}

.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:visited, .ebene1-1_angewaehlt:active {
    display:block;
    color:#f0027c;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_dj.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;
}

.ebene1-1_angewaehlt:hover {
    display:block;
    color:#f0027c;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_dj.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;    
}

/**********************************************************
 *
 * Navi Aufklapp Layer
 *
 **********************************************************/

.aufklapp0-1, .aufklapp0-1_angewaehlt {
    position:absolute;
    margin-left:0px;
    margin-top:30px;
    width:200px;
}

.aufklapp1-1, .aufklapp1-1_angewaehlt {
    position:absolute;
    margin-left:200px;
    margin-top:0px;
    width:200px;
}


/**********************************************************
 *
 * Navi Runde Ecken
 *
 **********************************************************/

.ecke0-1_mitte, .ecke0-1_angewaehlt_mitte {
}

.ecke0-1_om, .ecke0-1_angewaehlt_om {
    background-image:url(/bilder/allgemein/ecke_om.gif);
    background-position:top;
    background-repeat:repeat-x;
}

.ecke0-1_um, .ecke0-1_angewaehlt_um {
    background-image:url(/bilder/allgemein/ecke_um.gif);
    background-position:bottom;
    background-repeat:repeat-x;
}

.ecke0-1_lm, .ecke0-1_angewaehlt_lm {
}

.ecke0-1_rm, .ecke0-1_angewaehlt_rm {
}

.ecke0-1_lo, .ecke0-1_angewaehlt_lo {
    background-image:url(/bilder/allgemein/ecke_lo.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

.ecke0-1_ro, .ecke0-1_angewaehlt_ro {
    background-image:url(/bilder/allgemein/ecke_ro.gif);
    background-position:right top;
    background-repeat:no-repeat;
}

.ecke0-1_lu, .ecke0-1_angewaehlt_lu {
    background-image:url(/bilder/allgemein/ecke_lu.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}

.ecke0-1_ru, .ecke0-1_angewaehlt_ru {
    background-image:url(/bilder/allgemein/ecke_ru.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}

/**********************************************************
 *
 * BrotNav
 *
 **********************************************************/

.brotnav {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#828282;
}

.brotnav {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#828282;
    text-decoration:none;
}

.brotnav:link {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#828282;
    text-decoration:none;
}

.brotnav:active {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#f0027c;
    text-decoration:none;
}

.brotnav:visited {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#828282;
    text-decoration:none;
}

.brotnav:hover {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#f0027c;
    text-decoration:none;
}

.brotnav_pfeil {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#828282;
}







.hilfnav {
    color:#828282;
    text-decoration:none;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_grey.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;    
}

.hilfnav:link {
    color:#828282;
    text-decoration:none;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_grey.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;    
}

.hilfnav:active {
    color:#f0027c;
    text-decoration:none;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_dj.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;    
}

.hilfnav:visited {
    color:#828282;
    text-decoration:none;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_grey.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;    
}

.hilfnav:hover {
    color:#f0027c;
    text-decoration:none;
    padding-left:15px;
    background-image:url(/bilder/allgemein/pfeil_dj.jpg);
    background-repeat:no-repeat;
    background-position:5px 4px;    
}
