*{
	margin:0px;
	padding:0px;
}
body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color:#003366;
/*	color: #B13413;*/
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a{
	text-decoration: none;
	color: #3284B5;
}

a:hover {

}

img {
	border: none;
}

/* Header */

#header {
	width: 889px;
	height: 400px;
	margin: 0 auto;
	margin-top:100px;
	background-image:url('/images/baner_intro2.jpg');
}

#header span{
	position:relative;
	display:block;
	margin-left:370px;
	top:330px;
}
/*
#header span{
	position:relative;
	display:block;
	margin-left:18px;
	top:95px;
}
*/
#header2{
	width: 700px;
	height: 90px;
	margin: 0 auto;
	text-align:left;
	background-image:url('/images/banner_page.jpg');
}
#header2 span{
	position:relative;
	float:right;
	margin:10px 20px 0px 0px;
}
#header img, #header2 span img{
	border:1px solid #666666;
}
/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bolder;
}

#menu a:hover, #menu .active a {
	background: url('/images/img3.gif');
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img4.gif);
}
#content a{
	border-bottom: 1px dotted #CCCCCC;
}
#content a:hover {
	border-bottom: 1px dotted #3284B5;
}
#content img{
	border:1px solid #FFFFFF;
}
#content p{
	margin:5px 0px 10px 0px;
}
#colOne {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 480px;
	padding: 20px 10px 0 10px;
}
#colTwo img{
	float:right;
	margin-left:5px;
}
/* Footer */

#footer {
	width: 889px;
	margin: 0 auto;
	padding: 3px 0;
	font-size: smaller;
	text-align:right;
}

#footer * {
	color: #666666;
}
#footer2 {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
	text-align:right;
}

#footer2 * {
	color: #666666;
}
.kontakt{
	margin-left:20px;
}
.kontakt li{
	margin-bottom:8px;
}
.imagesbox{
	float:right;
	display:block;
	margin-left:10px;
	width:102px;
}
.imagesbox img{
	margin-bottom:5px;
	border:1px solid #FFFFFF;
}
.formline{
	display:block;
	width:460px;
	text-align:right;
	margin-bottom:5px;
}
.formline textarea{
	width:280px;
}
.formline input{
	width:280px;
}
.formline span{
	float:left;
	width:170px;
	font-weight:bolder;
	text-align:left;
}
.formline span em{
	font-weight:normal;
	font-size:12px;
}