﻿/*Standart Elemente*/
body 
{
	font-family: Verdana ;
	font-size: 11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:2px 0px;
	color: black;
}

.SearchBox {
border-color:Black;
border-width:1px 1px 1px 1px;
border-style: solid;
padding:1px;
margin:0;
}

.SearchBox:focus {
background-color:#f6f6f6;
}

.SearchBox
{
	focus:expression(this.onfocus=new Function("this.style.background='#f6f6f6';"),this.onblur=new Function("this.style.background='#ffffff';"));
	}


.SearchBoxGrey {
border-color:Black;
border-width:1px 1px 2px 1px;
border-style:solid;
font-size:100%;
}

.CustomButton 
{
padding: 0 0 3px 0;
background:#ed7c02 none repeat scroll 0 0;
border:none;
color:white;
font-size:100%;
focus:expression(this.onfocus=new Function("this.style.background='#ed7c02';"),this.onblur=new Function("this.style.background='#014181';"));
}

.CustomButton:focus
{
	background:#ed7c02 none repeat scroll 0 0;
	}

a, a:link 
{
	color:#003366;
	cursor:pointer;
	text-decoration:none;
}



a:active {
	color:#FF0000;
}

p 
{
	margin-top:0px;
	margin-bottom:3pt;
}

/*Spezielle Elemente*/
.SmallGreyText
{
	font-size: 8pt;
	color: Gray;
}

.caption
{
	font-size: 16pt;
	color: #000000;
}

.smallCaption
{
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.captionBar
{
	font-size: 12pt;
	font-weight: bold;
	color: #BAD432;
	margin-top: 5px;
}

.greenBox
{
	background-color: #F7FADB ;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jbTop
{
	margin-top:0px;
	margin-bottom:2px;
	font-size:11px;
	font-weight:normal;
	display:inline;
	color:#7f99b2;
	}

.H2Size
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
	font-weight:normal;
	display:inline;
	}
.H2SizeL,a.H2SizeL
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:10pt;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	}

	
H3
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:8pt;
	font-weight:bold;
	display: inline;
}

H2
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
	display: inline;
}

.TCloud, a.TCloud{
	color:#808080;	
	}