﻿/*Standart Elemente*/
body, html 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0px 0px 0px 0px;
	color: #464646;

	background-color:#313131;
}


.SearchBox {
border-color:#cccccc;
border-width:1px 1px 1px 1px;
border-style: solid;
font-size:100%;

}

.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 {
background:#014181 none repeat scroll 0 0;
border:1px solid #014181;
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:#4E307F;
	cursor:pointer;
	text-decoration:underline;
}



a:active {
	color:#4e307f;
}

p 
{
	margin-top:0px;
	margin-bottom:3pt;
}

/*Spezielle Elemente*/
.SmallGreyText
{
	font-size: 8pt;
	color: Gray;
}

.caption
{
	font-size: 16pt;
	color: #000000;
}

.smallCaption
{
	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;
}

.H2Size
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:8pt;
	font-weight:bold;
	}
.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:8pt;
	font-weight:bold;
	display: inline;
}

.TCloud, a.TCloud{
	color:#808080;	
	}
	
	div.RightAdBar a img{
border:none;
}
