﻿/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 580px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: left;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}


body
{
    float: left;
    height: 100%;
    width: 100%;
    background: #FFF none repeat-x scroll 0 0;
    color: #000;
    font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    background: #e7e7e7;
    text-align: center;
}

div#container
{
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;  
}
div
{
	float: left;
}

a:link,
a:active,
a:visited
{
    color: #666;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #000;
}

div#header
{
	float: left;
	width: 980px;
}

div#footer
{
    height: 20px;
    margin-top: 5px;
    float: left;
    width: 980px;
    text-align: right;
}

div#footer ul
{
    list-style-type:none;
}

div#footer ul li
{
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
}

div#header div#loginBox
{
	float: right;
    width: 450px;
    height: 60px;
    border: solid 1px #3a7c00;
    background: #f7f7f7;
    padding: 10px;
}

fieldset.login
{
    float: left;
    border: 0px;
    width: 450px;
    height: 30px;

}
fieldset.login input
{
    float: left;
    margin-right: 5px;
}
fieldset.login input[type=image]
{
	float: right;
}
fieldset.login input[type=text],
fieldset.login input[type=password]
{
    border: solid 1px #3a7c00;
    height: 20px;
    width: 170px;
    color: #666;
    padding-left: 3px;
    padding-top: 3px;
}

a.green:link,
a.green:active,
a.green:visited
{
    color: #3a7c00;
    text-decoration: underline;
    font-size: 11px;
}

.loginFont
{
    font-size: 11px;
}

/************************************************************
 * MENU *
 ***********************************************************/

div#topMenu
{
    position: relative;

    background: none;
    width: 980px;

    height: 40px;
    padding: 0px;

    border-bottom: solid 1px #3a7c00;
}

.empty
{
    list-style-type: none;
    float:left;
    width: 10px;
}

div#topMenu ul li.active,
div#topMenu ul li.inactive
{
    padding-left: 6px;
    padding-right: 6px;
}

div#topMenu ul li.active
{
    border-top: solid 1px #3a7c00;
    border-left: solid 1px #3a7c00;
    border-right: solid 1px #3a7c00;
    border-bottom: solid 1px #ffffff;

    background: #fff;
    padding-bottom: 5px;
}

div#topMenu ul li.inactive
{
    border-top: solid 1px #e1e1e1;
    background: #e1e1e1;

    padding-bottom: 5px;
}

div#topMenu ul li.inactive:hover
{
    background: #ffffff;
    border-bottom: solid 1px #ffffff;
}
div#topMenu ul li.inactive:hover a
{
    color: #000;
}

div#topMenu ul li.inactive a
{
    color: #666;
    font-size: 14px;
}

div#topMenu ul li.active a
{
    color: #000;
    font-size: 14px;
}

/**
 *
 * DHTML Pulldown Menu
 *
 */
div#topMenu ul
{
    position: absolute;
    z-index: 99;
    margin-top: 9px;

    /* Listenpunkte nicht einrücken. */
    margin-left: -20px;
}

li#menuItem
{
    float: left;
    list-style-type: none;
    width: 110px;
    height: 20px;

    border: 0px;
    text-align: center;
    padding-top: 5px;
    margin: 0px;
    text-indent: 0px;
    cursor: pointer;

    font-size: 14px;
}

li#menuItem ul
{
    display: none;

    /* Listenpunkte nicht einrücken. */
    margin-left: -10px;
    padding-left: 0px;

    background: #e1e1e1;
}

li#menuItem:hover > ul
{
    display: block;
}

li#menuItem ul li
{
    list-style-position: inside;
    list-style-type: disc;
    min-width:180px;
    text-align: left;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}


/************************************************************
 * CONTENT *
 ***********************************************************/

div#content
{
    width: 950px;
	float: left;
	border-left: solid 1px #3a7c00;
	border-bottom: solid 1px #3a7c00;
	border-right: solid 1px #3a7c00;
    background: #fff;
    padding: 15px;
    height: 100%;
    min-height: 450px;
}

div#content table
{
    width: 950px;
    margin-top: 10px;
}
div#content table tr.head td
{
    font-weight: bold;
    background: #f5f5f5;
}

div#content table tr td
{
    text-align: left;
    width: auto;
}
div#content table tr td.norows
{
	height: 50px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

div#content table tr td.tright
{
	text-align: right;
}

div#content table tr td.tleft
{
    width: 180px;
    font-weight: bold;
}

fieldset.search
{
    width: 940px;
    border: 0px;
    background: #f5f5f5;
}

fieldset.controlBar
{
    width: 940px;
    border: 0px;
    background: #f5f5f5;
    margin-top: 20px;
}


fieldset.form
{
    border: 0px;
}
fieldset.form label
{
    float: left;
}
fieldset.form input,
fieldset.form select,
fieldset.form textarea
{
    display: block;
    margin-left: 200px;
    width: 350px;
    background: #f5f5f5;
}
fieldset.form input[type=checkbox],
fieldset.form input[type=radio]
{
    width: 25px;
}

p.error
{
    color: #ff0000;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

div#exception
{
    width: 926px;
    height: auto;
    float: left;
    border: solid 2px #0000ff;
    padding: 10px;
    margin-bottom: 50px;
    padding-bottom: 100px;
}

div#exception h1
{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

div#exception h2
{
    font-size: 12px;
    color: #0000aa;
    font-weight: normal;
    margin-bottom: 20px;
}

h1,h2,h3
{
	color:#3a7c00;
}

h1
{
	font-size: 30px;
}
h2
{	
	font-size: 20px;
}


/*********************************************************
 * STARTSEITE
 ********************************************************/
 
div#jetztBuchenBox
{
    background-image: url(/images/eyecatcher.jpg);
    background-repeat: no-repeat;
    width: 950px;
    height: 171px;
    border: solid 1px #cccccc;
    border-top: 0px;
    padding-top: 80px;
    color: #666;
}

div#jetztBuchenBox div.leftPart,
div#jetztBuchenBox div.rightPart
{
	width: 350px;
	height: 150px;
}
div#jetztBuchenBox div.leftPart
{
	margin-left: 50px;
}
div#jetztBuchenBox div.rightPart
{
	margin-right: 50px;
}


div#categoriesBox
{
    margin-top: 10px;
	width: 305px:
	height: 400px;
}
 
div#welcomeBox
{
    margin-top: 10px;
    margin-left: 10px;
	height: 400px;
	width: 640px;
}


/******************************************************
 * DIV 
 *****************************************************/

div#anfrage,
textarea#answertext
{
    width: 680px;
    background: #efefef;
    border: solid 1px #666;
    padding: 10px;
    margin-bottom: 10px;
    height: 150px;
    float: left;
}

tr.rejected
{
    background: #ffaaaa;
}

tr.pending
{
    background: #ccccff;
}

div#blockList div
{
	height: 25px;
    width: 310px;
}




