

body 
{
	text-align: center;
	font: 10px Verdana, Helvetica, Sans-Serif;
	color: #333;
	background-color: #FFFFFF;
	min-height: 101%;
	margin: 0;
}


p {
	margin: 7px 0 3px 0;
	padding: 0;
}


A.CommandButton:link {
    text-decoration:    none;
    font-weight: normal;
    color: #509bdf;
}

A.CommandButton:visited{
    text-decoration:    none;
    font-weight: normal;
    color: #509bdf;
}

A.CommandButton:hover    {
    text-decoration:   underline; 
    font-weight: normal;
    color: #509bdf;
}


/* ------------- * form elems and classes * ------------- */

select.select {
	width: 185px;
	height: 18px;
	font-size: 11px;
}	

div.fullsearch input {
	margin-right: 5px;
}
	
div.fullsearch select.select, 
div.fullsearch input.text {
	color: #333;
	margin-top: 3px;
	margin-right: 0;
	}


.text {
	font-size: 11px; 
	border: 1px solid #333;
}

/* ------------- * shorthanded helper * ------------- */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
}

.inline {
	display: inline;
}

.right {
	text-align: right;
}


/* ------------- * main divs * ------------- */


#mainboxinnersmall {
	background-color: #FFFFFF;
	text-align: center;
	height: 145px;
	width: 208px;
	/*background: url(../graph/site/berolina_background.gif) no-repeat 0 bottom;*/
}

#quicksearchform 
{
	padding: 5px 0 0 0;
	margin-left: 10px;
	height: 150px;
}

div#linkDetailSearch
{
    
}

* html div#linkDetailSearch
{
    margin-bottom: 0;
}

/* ------------- * Button * ------------- */


div.btnbox .btnborderright {
	height: 21px;
	width: 5px;
	/*background: url(../graph/site/btn-border-left.gif) no-repeat 0 bottom;*/
	}
	
div.btnbox .btnborderleft {
	height: 21px;
	width: 5px;
	/*background: url(../graph/site/btn-border-right.gif) no-repeat 0 bottom;*/
	}
	
	
div.btnbox div.btnboxinner {
	text-align: center;
	background: url(../graph/site/berolina_button.gif); /*url(../graph/site/btn-background.gif);*/
	background-repeat:no-repeat;    /*repeat-x;*/
	cursor: pointer;
	border: none;
	height: 21px;		
	padding: 3px 0 0 0;
	color: #1760A5;
	white-space: nowrap;
	}
	
div.btnbox span#treffer {
	color: #FF8800;
	font-weight: bold;
}
	
	
div.btnbox input.submit {
	padding: 0 0 2px 0;
	}
	

button {
	   background: none;
	   cursor: pointer;
	   margin: 0;
	   padding: 0;
	   border: none;
}


button div {
	   margin: 0;
	   background-repeat: no-repeat;
	   background-position: left center;
}

/* def standard submit button */
button div p {
	   color: #FF8800;
	   font-weight: bold;
	   margin: 0;
	   white-space: nowrap;
	   background-repeat: no-repeat;
	   background-position: right center;
}


button div.btn 			{ 
	   padding: 0 0 0 5px; 
		background: url(../graph/site/btn-submit-left.gif) no-repeat left top;
}

button div p.btn 		{ 
	   font-size: 11px;
	   line-height:18px;	
		letter-spacing: 0.05em;
	   /* defs in the ie.css - should be different! */
	   padding: 1px 5px 1px 0;	
		background: url(../graph/site/btn-submit.gif) no-repeat right top;			
}

/* ------------- * cntbox  * ------------- */



.tooltip {
	display: none;
	background: #FFF;
	padding:  5px;
	border: 1px solid #FF8800;
	width: 200px;
	position: absolute;
	text-align: left;
}
		
