/* CSS Document */

html {
height:100%;
}

body {
	margin: 0px; 
	padding: 0px; 
	height:100%;
	background-color: #590000;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	background-position:center;
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:11px;
	color:#000000;
}

.kuf {
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	color:#590000;
}

H1 {
	font-size:16px;
	color:#590000;
}

H2 {
	font-size:14px;
	color:#590000;
}

H3 {
	font-size:14px;
	color:#590000;
}

#text {
	margin:0px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	line-height:1.5;
}

#text a:link, #text a:hover, #text a:visited, #text a:active {
	color:#590000;
	text-decoration:underline;
}

#table {
	padding:25px;
	line-height:1.5;
	vertical-align:middle;
}

.info {
	margin-right:5%;
	line-height:2;
	color:#999999;
}

.bad {
	background-color:#FFFFCC;
}

/* Navigation */
.navmain, a.navmain:link, a.navmain:active, a.navmain:visited {
	/*display:block;*/
	text-decoration:none;
	color:#CCCCCC;
	padding-left:16px;
	padding-right:16px;
	line-height:2;
}

a.navmain:hover {
	text-decoration:none;
	color:#666666;
	padding-left:16px;
	padding-right:16px;
	line-height:2;
}

/* Design */
#distance {
	width:1px;
	height:50%;
	background-color:#590000;
	margin-bottom:-250px;
	float:left;
}

#main {
	position:relative;
	width:760px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	clear:left;	
	background-color:#FEE5AF;
	border:1px solid #FFFFFF;
}

#logo {
	height:12%;
	width:100%;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#menu {
	height:5%;
	width:100%;
	background-color:#590000;
}

#content {
	height:78%;
	width:100%;
	overflow:auto;
	text-align:justify;
}

#footer {
	height:5%;
	width:100%;
	border-top:1px solid #590000;
	text-align:right;
}