html, body, div, p, h1, h2, h3, ul, ol, li, dl, dt, dd, span, a, table, td, form, fieldset, img {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background: #4A4A4A url(images/bg.gif) repeat;
	text-align: center;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #5D5D58;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 10px 0px 10px 0px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 0 0px 5px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 10px 0px 10px 0px;
}






address,
p,
ul,
dl,
table,
form {
	font-size: 1.2em;
}
p {
	line-height: 1.6em; 
	margin-bottom: 20px;
}
ul,
li {
	list-style: none;
}
div#content1 ul {
	line-height: 1.6em; 
}
dd {
	margin-bottom: 15px;
}
a:link,
a:visited {
	color: #862828;
	text-decoration: none;
}
a:hover,
a:active {
	color: #862828;
	text-decoration: underline;
}
a.activ {
	color: #7E7D7C;
	font-weight: bold;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	margin-left: 10px;
}
address {
	font-style: normal;
	margin-bottom: 20px;
}
img.floatleft {
	margin-right: 10px;
}
img.teaserdescription1 {
	margin: 0 0 104px 57px;
}
img.teaserdescription2 {
	margin: 57px 0 0 57px;
}


div#container {
	
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 782px;
}
div#header {
	height: 125px;
	position: relative;
	background: url(images/header_bg.jpg) 0 0 no-repeat;
	margin-top: 10px;
}
div#logo {
	float: left;
	padding-top: 13px;
	padding-left: 14px;
}


div#main_header {
	padding: 0px ;
	width: 782px;
	background: url(images/main_head.gif) no-repeat;
	position: relative;
	height: 18px;
}
div#main {
	padding: 0px 0px 0px;
	width: 782px;
	background: url(images/main_bg.gif) repeat 0 18px;
}

div#main_footer {
	padding: 0px 0px 0px;
	width: 782px;
	background: url(images/main_footer.gif) no-repeat;
	height: 24px;
}
#maincontent { 
     background: url(images/main_content_bg.gif) no-repeat; 
	padding: 10px 15px 15px 15px;
	min-height:420px
	}	
#illu { 
 	clear:both;
	margin-botton: 15px;
	padding: 0px 15px 10px;
	height: 299px;
}	
		
	#left_side { 
	padding: 20px 15px 15px 15px;
	padding-bottom: ;: 15px;
	width: 500px; 
	background: transparent;
	padding-top: 0;
}
	
	#right_side {
	width: 215px; 
	background: transparent; 
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
	
	
#footer {
	bottom:0;
	clear:both;
	text-align: left;
     background: url(images/footer.gif) no-repeat;
	height: 43px;
	width: 782px;
	margin: 0;
	padding: 0;
}

#footer .right { float: right }




p.intro {
	padding-right: 100px;
}


/** menu **/
ul#menu {
	float: right;
	list-style: none;
	margin-top: 80px;
	margin-right: 44px;
	padding: 0;
}
ul#menu li {
	float: left;
	margin-right: 0px;
}
ul#menu li a,
ul#menu2 li a {
	display: block;
}
ul#menu a,
ul#menu2 a {
	background: none;
	color: #FFF;
	display: block;
	font-weight: normal;
	height: 29px;
}
ul#menu a.home,
ul#menu a.home_active {
	background: url(images/home.gif) 0 0 no-repeat;
	width: 75px;
}
ul#menu a.info,
ul#menu a.info_active {
	background: url(images/info.gif) 0 0 no-repeat;
	width: 67px;
}
ul#menu a.portfolio,
ul#menu a.portfolio_active {
	background: url(images/portfolio.gif) 0 0 no-repeat;
	width: 118px;
}
ul#menu a.kontakt,
ul#menu a.kontakt_active {
	background: url(images/kontakt.gif) 0 0 no-repeat;
	width: 99px;
}

ul#menu a:hover {
	background-position: 0 -29px;
	display: block;
}
ul#menu a.home_active,
ul#menu a.info_active,
ul#menu a.portfolio_active,
ul#menu a.kontakt_active, {
	background-position: 0 -29px;
}

ul#menu span {
	display: none;
}


/** fixfloat **/
div.clear {
    clear: both; 
    height: 1px; 
}
.clearleft {
	clear: left;
}


