* {
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #626262;
}

html {
	height: 100%; 
	max-height: 100%; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
}

img {
  border: 0;
}

.form_route_input{
  background: #fff;
  border: 1px solid #f1c4a1;
  width: 140px;
  font-weight: bold;
}

.form_route_button {
  background: #fff;
  width: 140px;
}

/*
	struktur
*/
#container {
	display: block;
	height: 100%; 
	max-height: 100%; 	
	overflow: auto; 	 
	position: relative; 
}

#content {
	margin: 0 auto;
	width: 680px;
	padding-bottom: 160px;
}

#content p{
  padding-bottom: 10px;
}

#content .date {
	color: #6b6556;
	font-size: 9px;
	padding-bottom: 2px;
	letter-spacing: 0px;
}

#content td{
  text-align: left;
  vertical-align: top;
}

#show_menu {
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	background-color: #fff;
	border-bottom: 1px solid #f1c4a1;
	height: 20px;
	position: absolute;
	top: 0;
	width: 180px;
	z-index: 1;
}

#menu {
	background: #fff;
	min-height: 200px;
	position: absolute;
	top: 20px;
	width: 180px;
	z-index: 1;
}

#picture {
	/*height: 360px;*/
	left: 0;
	position: relative;
	top: 0;
	width: 680px;
	margin-bottom: 10px;
	text-align: right;
}

#layerText {
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
	background-color: #fff;
	width: 400px;
	height: 100px;
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 15px;
	text-align: left;
}

#master { float:right; margin-top:20px;}

#status {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #f60;
}

#boxes {
	margin-top: 10px;
	width: 680px;
}

#boxes #news, #boxes #shop, #boxes #recent {
	background-color: #e5e5e5;
	float: left;
	height: 170px;
	margin-right: 30px;
}

#boxes #description {
	background-color: #e5e5e5;
	float: left;
	height: 170px;			
}

#footer {
	position: absolute;
	bottom: 0;
	right: 18px;
	display: block;
	width: 100%;
	height: 108px;
	background: #f60 url( 'img/bg_footer.gif' ) repeat-x;
}

#footer_small {
	margin: 0 auto;
	width: 810px;
}


.pad { 
	display: block;
	height: 120px;
}


/*
	menu style
*/

#show_menu p {
	color: #f60;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 0 15px;
}

#menu ul {
	margin-top: 15px;
	width: 180px;
	list-style-type: none;
}

#menu ul li {
	border-bottom: 1px solid #f1c4a1;
	padding-left: 15px;
}

#menu ul li a {	color: #626262;	display:block; font-size: 12px;	font-weight: bold; text-decoration: none; padding:2px 0;}

#menu .active {
  color: #f60;
}

#menu .sub {
  padding: 0;
  margin: 0;
  border: 0;
  width: 150px;
}

#menu .sub li{
  padding: 0;
  margin: 0;
  border: 0;
}

#menu .sub li a{
  font-weight: normal;  
}


/*
	boxes style
*/
#boxes #news h1, #boxes #shop h1, #boxes #recent h1 {
	border-bottom: 1px solid #fff;
	color: #f60;
	font-size: 11px;
	font-style: oblique;
	line-height: 15px;
	text-align: right;
	width: 150px;
}

#boxes #news p, #boxes #news p em, #boxes #shop p, #boxes #shop p em, #boxes #recent p, #boxes #recent p em {
	color: #4c4c4c;
	font-size: 11px;
	line-height: 13px;
	padding: 2px 2px 0 4px;
	width: 130px;
}

#boxes #description h1 {
	border-bottom: 1px solid #fff;
	color: #f60;
	font-size: 11px;
	font-style: oblique;
	line-height: 15px;
	text-align: right;
	width: 320px;
}

#boxes #description p {
	color: #4c4c4c;
	font-size: 11px;
	margin: 0 auto;
	text-align: justify;
	width: 310px;
}

/*
	news style
*/
.news {
	/*display: block;*/
	float: left;
	width: 650px;
 	padding-bottom: 100px;
}

.news th {
	text-align: left;
}

.news td {
	padding-bottom: 25px;
}

/*
	firma style
*/
#firma {
  width: 100%;
  border: 0;
  text-align: center;
}

/*
	projekte style
*/
#projekte {
  width: 100%;
  border: 0;
}

#projekte .title{
  color: #f60;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  width: 80px;
}

/*
	kunden style
*/
#kunden {
  width: 100%;
  border: 0;
}

#kunden thead td{
 border-style: solid none solid none; 
 border-width: 1px 0 1px 0; 
 border-color: #626262;
 font-weight: bold;
}

#kunden .switcher{
  text-align: right;
  vertical-align: middle;
}

#kunden .list:hover{
  background-color:#e5e5e5;
}

/*
	links style
*/
#links {
  list-style-type: none;
}

/*
	footer style
*/
#footer_small img {
	position: relative;
	top: 28px;
}

#footer_small p {
	color: #fff;
	font-size: 10px;
	margin-left: 120px;
}

#footer_small p a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}



#seo {
	display: none;
	overflow: hidden;
}
