﻿/*Standart Elemente*/
body 
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:2px 0px;
}

.CustomButton
{
	background-image: url(../images/buttons/Button_blanco.gif);
	border:none 0px 0px 0px 0px white;
	border-style:hidden;
	background-color:Transparent;
	background-repeat:no-repeat;
	width:118px;
	height:22px;
	font-family:Verdana;
	font-weight:bold;
	font-variant:small-caps;
	color:#4C4C4C;
	text-align:center;
	vertical-align:top;
}

a, a:link 
{
	color:#0000CC;
	cursor:pointer;
	text-decoration:underline;
}

a:visited 
{
	color:#551A8B;
}

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: #EEEBF4 ;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.H2Size
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12pt;
	font-weight:bold;
	}
.H2SizeL,a.H2SizeL
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12pt;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	}

	
H3
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12pt;
	font-weight:bold;
	display: inline;
}


.TCloud, a.TCloud{
	color:#808080;	
	}
