/* CkEditor */
.cke_skin_kama .cke_charcount {
   display:block;
   float:right;
   margin-top:5px;
   margin-right:3px;
   color:#60676A;
}
.cke_charcount span.cke_charcount_count,
.cke_charcount span.cke_charcount_limit  {
   font-style: italic;
}

html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

body {
	padding:0px;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9pt;
	background-color: #CACACA;
	background-image: url('../images/background.png');
	background-repeat:repeat-x;
}

h1
{
  font-size: 12pt
}

h2
{
  font-size: 10pt
}


h3
{
  font-size: 10pt
}

h4
{
  font-size: 10pt
}


TABLE {
	text-align:left;
}


.button {
	background-color:#EFEFF7;
	color:#242880;
	border:2px solid #242880;
}




a {
	text-decoration: none;
	color: #203566;
}

a:hover {
	color: #5D87D5;
}

td {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
}

td.off {
	background: #3C8AD8;
}

td.on {
	background: #2368AD
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
}

/* style the outer div to give it width */
.menu {
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width:90px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 90px;
	position: relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	min-width: 90px;
	width:91px;
	height: 24px;
	background: #3C8AD8;
	line-height: 24px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 90px;
	w\idth: 90px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #2368AD;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #c9ba65;
}

.menu ul ul :hover > a.drop {
	background: #c9ba65;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	left: 0;
	width: 91px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 24px;
	t\op: 24px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color: #3C8AD8;
	color: #000;
	height: 24px;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width: 00px;
	w\idth: 91px;
	height: 24px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: #fff;
	background-color: #2368AD;

}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-color: #2368AD;

}



/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
      z-index:1000;
}

/* Details downloads */

.userdownloads .button,.userdownloads .spacer {
	width:270px;
	height:22px;
	margin:2px
}
.userdownloads a .button {
	color:white;
	text-align:center;
	background-image:url('../images/details/userdownloadbutton.gif');
	background-repeat:no-repeat;
	border:none;
	padding:2px 0 0 0;
	font-weight:bolder;
	cursor:pointer;
}

.userdownloads a:hover .button {
	text-align:center;
	background-image:url('../images/details/userdownloadbutton_over.gif');
	background-repeat:no-repeat;
	border:none;
}

.userdownloads .button a sss{
	vertical-align: middle;
}

.userdownloads .spacer {

}

/* Topsnews (RSS) */

.topnews {
	background-color: #E6E6E6;
	margin-bottom:15px;
	width:100%;
}

.topnews .container {
	padding: 0 5px 0 5px;
	min-height:auto;

}

.topnews .title {
	text-align: left;
}

.topnews .content {
	text-align: left;
	color: black;
}

/* Buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {

	border:none;
    background: transparent url('../images/button/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    height: 24px;
    margin-right: 6px;
    margin-left: 6px;
	margin-bottom:2px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
	background: transparent url('../images/button/bg_button_span.gif') no-repeat;
	font-size:8pt;
	display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

  div.error {
        width:100%;
        background:#ee0101;
        color:#fff;
        white-space: nowrap;
        font-family:tahoma;
        font-size:11px;
        border:2px solid #ddd;
        box-shadow: 0px 0px 6px #000;
        -moz-box-shadow: 0px 0px 6px #000;
        -webkit-box-shadow: 0px 0px 6px #000;
        padding:2px 4px 2px 4px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
  }

  .simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#EEEEED;

    width:500px;
    min-height:100px;
    border:1px solid #666;
    padding: 5px;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
  }

/* Suche und Suchboxen */
  #suche_extended
  {
    display:block;
  }

  #suche_extended_information
  {
    display:none;
  }

  /* Error Handling */
.error li {
	width: 800px;
	margin: 5px auto;
	padding:5px;
	list-style:none;
}

.error li.error {
	border: 1px solid red;
	background-color: #fff0f0;
}

.error li.warning {
	border: 1px solid #ffae00;
	background-color: #fff9eb;
}

.error li.notice {
	border: 1px solid #00FF00;
	background-color: #f0fff0;
}

.error li.info {
	border: 1px solid gray;

}

div.error {
        width:100%;
        background:#ee0101;
        color:#fff;
        white-space: nowrap;
        font-family:tahoma;
        font-size:11px;
        border:2px solid #ddd;
        box-shadow: 0px 0px 6px #000;
        -moz-box-shadow: 0px 0px 6px #000;
        -webkit-box-shadow: 0px 0px 6px #000;
        padding:2px 4px 2px 4px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
}
