
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS;
	color: grey;
	background: black;
	margin: auto;
}

h1, h2, h3 {
	color: gray;
}

h1 {
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
	
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
	color: gray;
	text-align: justify;
	font-size: 1em;
	margin-right: 20px;
}

ul, ol {
}

ul {
}

ul li {
	color: gray;
	font-size: 1.2em;
}

ol {
}

ol li {
	color: gray;
}

a:link {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

img {
}

.image-left {
	float: left;
	margin-right: 1em;
	border: 0;
}

.image-right {
	float: right;
	margin-left: 1em;
	border: 0;
}

/*content*/

#content {
	width: 1100px;
	margin: auto;
}

/* top */

#top {
	width: 1100px;
	height: 462px;
	float: left;
	background: black;
}

/* top_2 */

#top_2 {
	width: 1100px;
	height: 462px;
	float: left;
	background: url(images/top.jpg);
}

/* menu1 */

#menu1 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu1 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
}

#menu1 a:hover {
	color: teal;
	background: black;
}

#manu1 a.selected {
	color: white;
	background: blue;
}

/* menu2 */

#menu2 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu2 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
	text-align: center;
}

#menu2 a:hover {
	color: teal;
	background: black;
}

#manu2 a.selected {
	color: white;
	background: blue;
}

/* menu3 */

#menu3 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu3 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
	text-align: center;
}

#menu3 a:hover {
	color: teal;
	background: black;
}

#manu3 a.selected {
	color: white;
	background: blue;
}

/* menu4 */

#menu4 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu4 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
	text-align: center;
}

#menu4 a:hover {
	color: teal;
	background: black;
}

#manu4 a.selected {
	color: white;
	background: blue;
}

/* menu5 */

#menu5 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu5 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
	text-align: center;
}

#menu5 a:hover {
	color: teal;
	background: black;
}

#manu5 a.selected {
	color: white;
	background: blue;
}

/* menu6 */

#menu6 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu6 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
	text-align: center;
}

#menu6 a:hover {
	color: teal;
	background: black;
}

#manu6 a.selected {
	color: white;
	background: blue;
}

/* menu7 */

#menu7 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu7 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
	text-align: center;
}

#menu7 a:hover {
	color: teal;
	background: black;
}

#manu7 a.selected {
	color: white;
	background: blue;
}

/* menu8 */

#menu8 {
	width: 183.333px;
	height: 40px;
	float: left;
	background: black;
}

#menu8 a {
	text-decoration: none;
	color: grey;
	font-size: 1.1em;
	text-align: center;
}

#menu8 a:hover {
	color: teal;
	background: black;
}

#manu8 a.selected {
	color: white;
	background: blue;
}

/* menu9 */

#menu9 {
	width: 366.66px;
	height: 40px;
	float: left;
	background: black;
}

/* text */

#text {
	width: 1100px;
	float: left;
	font-size: 1.2em;
}
#text p{
	text-align: center;
}

/* reklama */

#reklama {
	width: 1100px;
}

/* stopa */

#stopa {
	width: 1100px;
	height: 30px;
	float: left;
	background: white;

}

/* kungas */

#kungas {
	width: 1100px;
	height: 30px;
	float: left;
	color: grey;
}

#kungas p {
	margin-top: 5px;
	margin-left: 84px;
	font-size: 0.8em;
	color: grey;
}

#kungas a {
	color: grey;
	text-decoration: none;
}

