/* Global styles */

Body {
	margin: 0;
	background: url(/img/body-bg.gif) repeat-y top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Left column styles */

#left {
	width: 480px;
	float: left;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	background: url(/img/left-bg.jpg) no-repeat center top;
}
#logo img {
	border: 0;
}
#left ul {
	line-height: 50px;
	padding: 0;
	list-style-type: none;
	margin-bottom: 40px;
}
#left ul li {
	text-align: right;
}
#left ul li a:link, #left ul li a:active, #left ul li a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	padding-right: 20px;
}
#left ul li a:hover {
	background: url(/img/arrow.gif) no-repeat center right;
}
#left p a:link, #left p a:active, #left p a:visited {
	color: #fff;
	text-decoration: none;
}
#left p a:hover {
	text-decoration: none;
}
#left p {
	font-family: Courier, Arial, Helvetica, sans-serif;
	background: url(/img/p-bg.gif) no-repeat right bottom;
	padding-bottom: 10px;
	margin-right: -11px;
	padding-right: 10px;
}
	
/* Right column styles */

#right {
	width: 469px;
	float: left;
	padding-left: 20px;
	background: url(/img/right-bg.jpg) no-repeat right bottom #fff;
	margin-left: 1px;
}
#right p {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#right a:link, #right a:active, #right a:visited {
	text-decoration: underline;
	color: #000;
}
#right a:hover {
	text-decoration: none;
}
#right ul {
	list-style: square;
}
#right form label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
#right form input, #right form textarea {
	float: left;
	margin-bottom: 3px;
}
#right form br {
	clear: both;
}
#kontakt {
	padding-bottom: 20px;
}
#footer {
	margin: 20px 0 5px -21px;
	border-top: 1px solid #000;
	font-size: 10px;
	text-align: right;
}

/* Other styles */

.text {
	border: 1px solid #000;
}
p.error {
	color: #f00;
}
p.img {
	text-align: center;
	padding: 0 !important;
}
p.img img {
	margin-top: 20px;
	padding: 0 5px 0 5px;
	vertical-align: middle;
}
p.img a img {
	border: 0;
}
h1 {
	font-size: 32px;
	margin: 16px 0 -18px -20px;
	background: url(/img/h1-bg.gif) no-repeat bottom left;
	padding-bottom: 21px;
	padding-left: 20px;
}
h2 {
	font-size: 16px;
	background: url(/img/h2-bg.gif) no-repeat center left;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	text-align: center;
}