@CHARSET "UTF-8";

* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
font-family: Verdana, "Geneva CE", lucida, sans-serif;
font-size: 12px;
}

#container {
position: relative;
min-height: 100%;
min-width: 1000px;
margin: 0;
}
* html #container {
height: 100%;
width: 1000px;
}

#header {
	position: relative;
	height: 208px;
	width: 100%;
	background: white url(../images/header.jpg) repeat-x left 50%;
}

#header img {
	margin: 30px 50px;
	border: 0;
}

#header h1 {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-weight: normal;
	font-size: 18px;
	color: #d62418;
	text-transform: uppercase;
}

ul#menu {
	display: block;
	height: 20px;
	background-color: #d62418;
	text-align: left;
	padding: 0 0 0 40px;
}

ul#menu li {
	display: inline;
	line-height: 20px;
	margin: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

ul#menu li a {
	text-decoration: none;
	color: black;
}

ul#menu li a:hover {
	color: white;
}

#main {
	padding-top: 20px;
	padding-bottom: 317px;
	color: #8c8e8c;
	min-height: 120px;
	_height: 120px;
}

.text {
	padding-left: 400px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.obr {
	float: left;
	padding-top: 30px;
	width: 400px;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #211c18;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
}

.red {
	color: #d62418;	
}

.black {
	color: #211c18;	
}

#main ul {
		
}

#main ul li {
	list-style: square;
	line-height: 140%;
	_text-indent: 20px;
	margin-left: 20px;
}

#main ul li * {
	color: #8c8e8c;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 317px;
	background: white url(../images/footer.jpg) no-repeat right bottom;
	margin: 0;
}

#line1, #line2 {
	height: 82px;
	padding-top: 19px;
	margin-left: 30px;
	margin-right: 250px;
	text-align: center;
	overflow: hidden;
}

#line2 {
	margin-top: 98px;
}

#line1 a, #line2 a {
	text-decoration: none;	
}

#line1 a img {
	border: 1px solid #d62418;
}

#line2 a img {
	border: 1px solid #211c18;
}

#line1 h2, #line2 h2 {
	line-height: 30px;
	text-align: right;
	font-size: 25px;
}

#line2 h2 {
	margin-top: 5px;
}

#line1 h2 a {
	color: #d62418;
}

#line2 h2 a {
	color: #211c18;
}

#kontakt {
	position: absolute; 
	bottom: 30px; 
	left: 30px;
}

#kontakt h2 {
	float: left;
	color: #d62418;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	text-transform: none;
}

#kontakt h3 {
	color: #d62418;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

#kontakt p {
	padding-left: 100px;
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 16px;
}

#kontakt p a {
	color: black;
	text-decoration: none;	
}

#kontakt p a:hover {
	font-weight: bold;	
}

#lemmy {
	position: absolute; 
	bottom: 50px; 
	left: 30px;
}

