html, body{
    height:100%;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #CED3D9;
	margin: 0px auto;
	padding: 0px;

}
.bold{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #000000;
}
a:link{
	text-decoration: none;
	color: #000000;
}
a.norm{
	text-decoration: none;
	color: #999999;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.small{
    font-size: 9px;
}
.smallb{
    font-size: 9px;
	font-weight: bold;
}
.center{
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
.grey{
	color: #999999;
	font-size: 9px;
}
.bigred{
	color: #FF0000;
	font-size: large;
}
.boldred{
	color: #FF0000;
	font-weight: bold;
}.bold{
	font-weight: bold;
}
.act{
	color: #FF0000;
	font-weight: bold;
}
.borderr{
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
}
.borderl{
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}
.borderb{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bordert{
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
.border1{
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
}
.border2{
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	background-color: #CCCCCC;
}
.border3{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.border4{
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
.border5{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.margin0{
	margin-top: 0px;
	margin-left: 0px;
	margin: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: left;
}
.tabfoto{
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}
a.tooltip:hover {
background: transparent;
z-index: 100;
}
a.tooltip span {
display: none;
text-decoration: none;
}
a.tooltip:hover span {
display: block;
position: absolute;
top: 18px;
left: 0;
width: 170px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #D5D7DB #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #808080;
padding: 2px 10px 2px 10px;
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}