body{
	margin:0px;
	padding:0px;
	font: 90%/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	}

h1{
	font-size:150%;
	color:#0087E1;
}

h2{
	font-size:120%;
	color:#0087E1;
}

h3 {
	font-size:110%;
	color:#0087E1;
	font-style: italic;
}

.bg0{
	background: #EFEFEF;	
	border-bottom:1px solid #fff;
}

.bg1{
	background:#F8F8F8;
	border-bottom:1px solid #fff;
}

td{
	font-size:80%;
	padding:5px;
	text-align: left;
}

a.tdlink{ 
	text-decoration:none;
}
a.tdlink:hover{ 
	text-decoration:underline;
}

th{
	text-align:left;
	font-size:90%;
	padding:5px;
}

#content{
	width: 95%;
	background: #FCFCFC;
	margin:20px auto;
	font-size:90%;
	border:2px solid #ccc;
	padding:10px;
	line-height: 150%;
}

#view_description{
	width:95%;
	margin:20px auto;
	border:2px solid #ccc;
	padding:10px;
	font-size: 90%;
	line-height:150%;
	background: #FCFCFC;

}
#view_description h1{
	font-size:145%;
	padding-bottom:1%;
	clear:both;
}

#view_description h2{
	font-size:120%;
	padding-top:5px;
	clear:both;
}

#view_description h3{
	font-size:100%;
	clear:both;	
}
#view_description .backlink{
	border-top: 1px dotted #ddd;
	padding: 10px 0;
}

.backlink{
	background: #FBFBFB;
	border:1px solid #ccc;
}

.backlink a{
	padding:5px;
	color: #0087E1;
	text-decoration:none;
}

.backlink a:hover{
	color:#000;
	text-decoration:underline;
}
#legende{
	margin-left: 10px;
}

#legende li{
	padding-left: 5px;
	list-style-type: none;
	font: 12px verdana, arial, helvetica, sans-serif;
	line-height: 150%;
}
hr{
	display:none;
	clear: both;
}
.backbtn{
	padding: 15px;
	clear: both;
	top: 10px;
}

.btn{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	margin-top: 10px;
	padding: 5px 10px;
	width: 150px;
	background: url(../img/btn1.png) repeat-x;
	text-align: center;
	text-decoration: none;
	color:#000;
}

.btn:hover{
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	background: url(../img/btn2.png) repeat-x;
	color: #0087E1;
	cursor: default;
}
#content a.link{
	color: #0087E1;
	text-decoration: none;
}
#content a:hover{
	color:#000;
	text-decoration: underline;
}
#content a:visited{
		color:#0087E1;
	text-decoration: none;
}
.fixfoto{
	width:90%;
	text-align:center;
	margin:auto;
	background:#fff;
	padding:5px 10px 5px 10px;
	border-width: 3px;
	border-style: solid;
	border-color: #71C7FF #0087E1 #0087E1 #71C7FF;
	margin-bottom:10px;
}
.fixfoto p{
	text-align: left;
}
.fixfoto h2{
	text-align:left;
	font-size:110%;
}

.fixfoto sup{
	color:red;
}
.fixfoto ul {
	font-size:50%;
}

#main ul{
	margin-left:20px;
}
