body{
	
	height: 100%;
    width: 100%;
    position: relative;
    max-width: 810px; 
    min-height:1000px;
    margin: auto auto;
    border-left-color:silver;
    border-right-color:silver;
    
}
html{
	
	height: 100%;
    width: 100%;
    position: relative;
    max-width: 810px; 
   min-height:1000px;
   margin: auto auto;
    
}
div{
	display:block;
}


.menu {
	display: block;
	text-align: center;
	width: 180px;
	height: 20px;
	border-style: inset;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
}
.menu:link {
	color: white;
	background-color: #909090;
	border-left: #909090;
	border-right: #909090;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	
}
.menu:visited {
	color: white;
	background-color: #909090;
	border-left: #909090;
	border-right: #909090;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.menu:hover {
	color: white;
	background-color: #4288C5;
	border-left: #909090;
	border-right: #909090;
	border-top-color: #909090;
	border-bottom-color: #13519B;
}
.navi {
	display: inline-block;
	text-align: center;
	width: 90px;
	border-style: none;
	border-width: 2px;
	padding: 2px;
	text-decoration: none;
	
}
.navi:link {
	color: white;
	background-color: #4288C5;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.navi:visited {
	color: white;
	background-color: #4288C5;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.navi:hover {
	color: white;
	background-color: #13519B;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.grossu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
.kleinu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	text-decoration:none;
}
.texta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height:1.5em;
}

.textl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: blue;
}
.linkb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: blue;
	text-decoration:none;
	font-weight:bold;
}

.linka {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: blue;
	line-height:1.5em
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #0066CC;
	font-size: 22px;
	font-weight: bold;
	height: 35px;
}
.date {
	font-family: Arial;
	font-style: italic;
	font-size: 10px;
	text-align: right;
}
.image {
	height: inherit;
	width: inherit;
}
#box {
	margin: 10px;
	padding-top: 1px;
	padding: 20px;
	font-size: 14px;
	color: #00A;
	width: 570px;
	height: auto;
	display: block;
	border: 1px solid #888;
	-moz-border-radius: 10px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#box1 {
	margin: 10px;
	padding-top: 1px;
	padding: 20px;
	font-size: 14px;
	width: 570px;
	height: auto;
	display: block;
	border: 1px solid #888;
	-moz-border-radius: 10px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#page {
	border: 1px solid #cfcfcf;
	border-top: none;
	margin: 0 auto 3em;
	position: relative;
	width: 1024px;
}
div.bgp {
	background-image:url('tube.png');
	width:800px;
	height:1000px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: grey;
	text-decoration:none;
}
.navactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: black;
	text-decoration:none;
	font-weight:bold;
}
.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	font-style: italic;
}