html, body {
  margin: 0;
  padding: 0;
  background: #4483f7 none repeat scroll 0% 50%;
  font-family: Tahoma,sans-serif;
}
#content {
  float: left;
  width: 990px;
}
#left {
  float: left;
  margin-top: 15px;
  width: 306px;
}

#logo {
	margin: 0 0 0 50px;
	padding: 0;
	float: left;
	height: 93px;
	font-size: 0;
	line-height: 0;
}
#leftMenu {
  margin: 0 0 0 50px;
  background: transparent url(images/menu_background.png) scroll 0% 50%;
  float: left;
  width: 256px;
  height: 244px;
  font-size: 15px;
  font-weight: bold;
}
#leftMenu a {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
}
#leftMenu a:hover {
  text-decoration: underline;
  color: #4483f7;
}
#leftMenuwrapper {
  list-style-type: none;
  margin: 30px auto 0;
  width: 150px;
  line-height: 30px;
  text-align: right;
}
#leftMenuwrapper ul a{
	list-style: none;
}
n1, n2 {
  margin: 20px 0 0;
  padding: 0 20px 0 0;
  background: #2d56bd none repeat scroll 0% 50%;
  float: left;
  width: 286px;
  height: 44px;
  color: #33ff00;
  text-align: right;
  line-height: 44px;
  font-size: 17px;
}
#left n1 .a{
  list-style-type: none;
  text-decoration: none;
  color: white;
}
#contactForm {
  margin: 20px 0 0 50px;
  background: #c7dafd none repeat scroll 0% 50%;
  float: left;
  width: 256px;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  border:  none;
  margin: 0;
  padding: 10px;
}
.formField {
  padding: 5px 0;
  float: left;
  width: 230px;
  font-size: 10pt;
}
#contactForm .input {
  width: 149px;
  float: right;
}
#contactForm label {
  float: left;
}
#inputImg {
  float: right;
  margin-top: 10px;
  width: 103px;
  height: 29px;
}
textarea {
  width: 230px;
}
#right {
  margin: 20px 0 0 20px;
  float: left;
  width: 662px;
}
#top_1 {
  background: transparent url(images/top_1.jpg) no-repeat scroll 0% 50%;
  float: left;
  width: 662px;
  height: 93px;
  font-size: 10pt;
}
#top_2 {
  background: transparent url(images/top_2.jpg) no-repeat scroll 0% 50%;
  float: left;
  width: 662px;
  height: 244px;
}
#topKontakt {
  margin-top: 12px;
  color: white;
  float: left;
  width: 230px;
  padding-left: 20px;
  text-align: left;
  text-decoration: blink;
  font-size: 15pt;
  font-weight: bold;
}
#mainMenu {
  float: right;
  margin-top: 12px;
  padding-right: 20px;
  color: white;
  width: 300px;
  text-align: right;
}
#mainMenu a {
  color: white;
  text-decoration: none;
}
#mainMenu a:hover {
  color: white;
  text-decoration: underline;
}
#mainContant {
  background: #bed4fc url(images/content_1.jpg) no-repeat scroll center top;
  width: 662px;
  float: left;
  font-size: 10pt;
  padding-top: 40px;
}
#mainContant p {
  padding: 0 25px 0 25px;
  color: black;
  line-height: 15px;
  text-align: justify;
  font-size: 10pt;
}
#mainContant h1, #mainContant h3 {
color: Blue;
padding: 0 25px 0 25px;
}

#mainContant h2{
background: #2d56bd;
color: #33ff00;
text-align: center;
line-height: 20px;
font-size: 12pt;
margin: 0 25px 0 25px;
}

#galery{
padding: 0 25px 0 25px
}

#bottomContant {
  background: transparent url(images/content_2.jpg) no-repeat scroll center bottom;
  width: 662px;
  height: 25px;
  float: left;
}
#footer {
  background: transparent url(images/footer.gif) no-repeat scroll left top;
  float: right;
  margin-top: 20px;
  width: 662px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 8pt;
}
#footerLeft {
  float: left;
  margin-left: 20px;
}
#footerRight {
  margin-right: 20px;
  float: right;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  color: white;
  text-decoration: underline;
}
