/* futurum.sk */
body  {
	background-image: url("images/bg-nice.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center top;
	width: 1200px;
	margin: 25px auto;
	font-family: OpenSansLight;
	text-align: center;
}

@font-face {
	font-family: 'OpenSansLight';
	font-style: normal;
	font-weight: 400;
	src: local('OpenSansLight'), local('OpenSansLight'), url(fonts/OpenSans-Light.ttf);
}
img {
	border: 0px;
}

#logo {
	text-align: center;
}

#content {
	/*margin: 25px;*/
}

#content #welcome h2 {
	background: #cc3333;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

#content #menu div{
	display:inline-block;
	margin: 0px 20px 0px 20px;
}

#content #menu div img{
	border: 1px solid #990000;
}

#content #menu div #imgback{
	border: none;
}

#content #menu a{
	float:left;
	text-align:center;
	padding-right: 9px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#content #info h3{
	background: #666666;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

#info h5{
	background: #666666;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

#content #note {
	min-height: 100px;
	border: 1px solid #aab;
	background: #eed;
	color: #811;
	margin: 20px 0px 10px 0px;
	padding: 10px 10px 10px 40px;
	text-align: left;
}

#content #footer {
	text-decoration: none;
	text-align: center;
}

#terrors a:link {
	text-decoration: none;
	color: #811;	
}

#terrors a:visited {
	text-decoration: none;
	color: #811;
}

#terrors a:hover {
	text-decoration: none;
	color: #e66;
}

#terrors a:active {
	text-decoration: none;
	color: #811;
}

#terrors {
	width: 100%;
	font-size: 14px;
}

#terrors td {
	width: 200px;
	line-height: 21px; 
	background: #ffe;
	padding: 6px 2px 6px 2px;
	border: 1px solid #aab;	
}

#terrors td.title {
	background: #eef;
	padding: 10px 0px 10px 0px;
	border: 1px solid #aab; 
}

#terrors .green {
	background: #afa;
}

#terrors .green2 {
	background: #dfd;
}

#terrors .orange {
	background: #ffe944;
}
