@charset "utf-8";
/* CSS Document */

#kontakt-form {float:left;width:95%;height:400px;color:#000;}
#kontakt-form label {float:left;clear:left;margin:0 0 10px;font-size:14px;font-weight:normal;}
#kontakt-form input, #kontakt-form textarea {float:left;clear:left;background-color:#fff;border:0;width:100%;margin:0 0 20px;padding:5px;color:#000;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2), 
					inset 0 1px 0 rgba(0, 0, 0, 0.75),
					inset 1px 0 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2), 
					inset 0 1px 0 rgba(0, 0, 0, 0.75),
					inset 1px 0 0 rgba(0, 0, 0, 0.75);
	-o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2), 
					inset 0 1px 0 rgba(0, 0, 0, 0.75),
					inset 1px 0 0 rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2), 
					inset 0 1px 0 rgba(0, 0, 0, 0.75),
					inset 1px 0 0 rgba(0, 0, 0, 0.75);}

#kontakt-form input.sendbtn { float:right;background-image:url(../images/sendbtn.jpg); 0 0 no-repeat;height:30px;width:100px;font-size:12px;color:#333;}
#kontakt-form p {float:left;clear:left;}
#kontakt-form p.lt {margin:5px 0 20px;}
#kontakt-form strong {font-weight:bold;}

* {
  margin: 0px;
  padding: 0px;
  border: none;
}

#container {
  margin: auto;
  width: 850px;
}
#top {
  float: left;
  width: 850px;
  height: 119px;
}
#title {
  float: left;
  width: 850px;
  height: 120px;
  padding-top: 0px;
}
#title h1 {
  display: block;
  float: left;
  width: 850px;
  height: 120px;
  text-indent: -9999px;
}
li.borderx2 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cecece;
}
h2 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
.heading-color2 {
	color: #9a9a9a;
	text-align: left;
}
#welcome-text {
  width: 406px;
  line-height: 18px;
  padding-top: 50px;
  float: left;
  text-align: justify;
}
#welcome-text {
	margin-top:100px;
	padding-left:20px;}

.list li {
  text-decoration: none;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  list-style-type: none;
  float: left;
  width: 180px;
  padding-left: 20px;
  margin-top: 10px;
  background-position: left center;
}
#welcome-image {
  float: right;
  height: 250px;
  width: 406px;
  margin-top:60px;
}
#sidebar {
  float: left;
  height: 209px;
  width: 219px;
  background-image: url(../images/contentbox.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  margin-top:5px;
}
#sidebar1 {
  float: left;
  height: 209px;
  width: 219px;
  background-image: url(../images/contentbox.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  margin-top:5px;
}
#sidebar2 {
  float: left;
  height: 209px;
  width: 219px;
  background-image: url(../images/contentbox.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  margin-top:5px;
}
h3 {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}
.sidebar-list li {
  list-style-type: none;
  margin-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/divider.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
#content {
  float: right;
  width: 550px;
  height:550px;
  margin-top:6px;
 
}
#content p { margin-bottom: 10px; }
a {
	color: #F60;
	text-decoration:none; 
}
#container #welcome #welcome-text p b {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
