/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	background: url("layout/bg.gif") repeat-x 0px 228px;
	font-family: Verdana;
	color: #686868;
	font-size: 12px;
	background-color: #fff;
	margin: 15px 0 15px 0;
	padding: 0px;
	text-align: center;  
}

a:link { 
	text-decoration: none; 
	color: #30a223;
}

a:visited { 
  text-decoration: none; 
  color: #30a223;
}

a:hover, a:active { 
  text-decoration: underline; 
  color: #686868;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#containerShadow {
	background: #fff url("layout/bg_shadow.gif") repeat-y top left;
  width: 731px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
  position: relative;
}

#containerBg {
	background: url("layout/bg_container.gif") repeat-x 0px 213px;
}

#contener {
  width: 731px;
  padding-left:34px;
  text-align: left;
  position: relative;
}

#top {
	background: url("layout/top.gif") no-repeat top left;
	width: 731px;
	height: 26px;
}

#bottom {
	background: url("layout/bottom.gif") no-repeat top left;
	margin: 0;
	width: 731px;
	height: 18px;
}

div, img, p, h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  border: none;
}

#logo {
	width: 212px;
	height: 181px;
	padding-left: 33px;
	float: left;
}

#image {
	width: 452px;
	height: 181px;	
	float: left;
}

#menu{
	clear: both;
	width: 672px;
	height: 53px;
	padding-left: 29px;
}

#contentBox {
	background: url("layout/bg_content.gif") repeat-y 33px 0px;
  width: 731px;
  min-height: 350px;
  height: auto;
  position: relative;
}

/* for Internet Explorer */
/*\*/
* html #contentBox {
	height: 350px;
}

#supportingText {
	padding-top: 34px;
	padding-bottom: 34px;
	margin-left: 130px;
  margin-right: 60px;
  position: relative;
}

#footer {
  width: 731px;
  font-size: 11px;
  text-align: center;
  padding-top: 30px;
}

#footer a {
  color: #7c776f;
}

/* ----- OTHER ------------------------------------------------------------------------------------------------- */

#supportingText h1 {
	width: 411px;
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 1px solid;
}

#supportingText h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 55px;
}

#supportingText h3 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

#supportingText p {
  margin-left: 5px;
  text-align: justify;
  text-indent: 15px;
}

.kontakt a {
	text-decoration: underline;
}

.kontakt a:hover {
	text-decoration: none;
}

.p1 {
	margin-bottom: 15px;
}

.p2 {
	margin-bottom: 35px;
}

.fix {
	clear: both;
}
