/* SZKIELET */

html, body {
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#CONTENT {
	width: 800px;
	margin: 20px auto;
}

#LOGO {
	float: left;
	width: 800px;
	height: 180px;
	text-align: left;
	margin-bottom: 25px;
}

img.logojj {
	margin-top: 0px;
}


#MENU {
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 4px;
}

#TEXT {
	float: left;
	width: 736px;
	height: 400px;
	padding: 10px 30px 10px 30px;
	border: 2px solid #ffffff;
	background-color: #363636;
	text-align: justify;
	overflow: auto;
}

#FOOTER {
	float: left;
	width: 800px;
	margin-top: 4px;
	text-align: right;
	font-size: 12px;
}

/* LINKI */

a:link {
	text-decoration: none;
	color: #00ff00;
}

a:visited {
	text-decoration: none;
	color: #00ff00;
}

a:active {
	text-decoration: none;
	color: #00ff00;
}

a:hover { 
	text-decoration: underline;
	background: none; 
	color: #00ff00;
}

/* MENU */

a.a1 {
	float: left;
	background: url(grafika/1.jpg) no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	width: 130px;
	margin-right: 4px;
}

a.a1:hover {
	background-position: -130px 0px;
}

a.a2 {
	float: left;
	background: url(grafika/2.jpg) no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	width: 130px;
	margin-right: 4px;
}

a.a2:hover {
	background-position: -130px 0px;
}

a.a3 {
	float: left;
	background: url(grafika/3.jpg) no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	width: 130px;
	margin-right: 4px;
}

a.a3:hover {
	background-position: -130px 0px;
}

a.a4 {
	float: left;
	background: url(grafika/4.jpg) no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	width: 130px;
	margin-right: 4px;
}

a.a4:hover {
	background-position: -130px 0px;
}

a.a5 {
	float: left;
	background: url(grafika/5.jpg) no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	width: 130px;
	margin-right: 4px;
}

a.a5:hover {
	background-position: -130px 0px;
}

a.a6 {
	float: left;
	background: url(grafika/6.jpg) no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	width: 130px;
}

a.a6:hover {
	background-position: -130px 0px;
}

/* DETAILS */

p.right1 {
	text-align: right;
	text-decoration: underline;
}

p.right2 {
	text-align: right;
	text-decoration: underline;
	margin-top: 165px;
}

#format {
	text-align: justify;
	padding: 5px 20px 5px 20px;
}

#auto {
	float: right;
	margin: 175px 0px 0px 10px;
	border: 2px solid #ffffff;
}

#dom {
	float: right;
	margin: 10px 0px 0px 10px;
	border: 2px solid #ffffff;
}

#kontakt {
	float: left;
	margin: 20px 10px 0px 0px;
	border: 2px solid #ffffff;
}

#red {
	color: #ff0000;
}

#green {
	color: #008000;
}

table.GALERIA img {
	border: none;
}

table.GALERIA {
	border-spacing: 1px;
	text-align: center;
	border: none;
}

table.GALERIA td {
	border: 0px solid black;
	padding-left: 10px;
	padding-right: 10px;
}

h2.h2 {
	font-size: 0px;
	font-weight: normal;
}

a img {
    border: none;
		border-style: none;
}