﻿html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}



body {
  background: #262626;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}


a {
 text-decoration: none;
 color:#FFF;
}
a:link {/* nicht besuchter Link */
 color:#9d9d9d;
}     
 
a:hover { /* Linkverhalten wenn die Maus drüber bewegt wird*/
 color:#1da7ff;
 text-decoration: underline;
 font-weight: bold;
}  
a:active {/* Gewähllter link */
 color:#5651a1;
 text-decoration: inherit;
}
/*  Design */
#wrapper{
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header{
	width: 856px;
	padding: 20px 22px 25px 22px;
	height: 390px;
	background: #000000;
	position: relative;
}
#header h1{
	position: absolute;
	top:18px;
	right: 186px;
	width: 225px;
	height: 70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
}
#header h1 a{
	text-decoration: none;
	color:#fff;
}

#head{
	width: 900px;
	height: 80px;
	margin: 2px auto 2px auto;
	background: #616161;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight: bold;
}
#head p{
	text-align: left;
}


#headerContainer{
	margin:0 auto;
	width:980px;
	height:280px;
	padding-left:20px;

}

#content{
	float: left;
	width: 900px;
	background: #000000;
	repeat-y top left;
}
#col_left{
	float: left;
	width: 571px;
	padding: 30px 22px;
}

#ramen{
	float: left;
	width: 856px;
	padding: 30px 22px;
	}
#col_right{
	float: right;
	width: 197px;
	padding: 30px 58px 30px 30px;
}
#footer{
	width: 900px;
	height:80px;
	margin: 2px auto 5px auto;
	background: #616161;
	
}
#footer p{
	text-align: center;
}


#footerContainer{
	margin:0 auto;
	width:980px;
	height:280px;
	padding-left:20px;

}

#footerCopy{
	float:right;
	color:#666;
	padding-right:50px;
	}


#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}

}

#phone-number{
	padding:10px 23px 16px 0px;
	float:right;
}
/*navigation*/
#nav{
	
	position: absolute;
	top:25px;
	
	left: 22px;
}
#nav li{
	
	float: left;
	
}
#nav a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 15px 25px 15px;;
	background-color:#000;
	border-bottom: 8px solid #fff;
	color:#fff;
	margin-right: 3px;
	font-weight: normal;
}
#nav a:hover{
	display:block;
	border-bottom: 3px solid #262262;
	color:#262262;
	background: #fff;
}
#nav li.selected a{
	display:block;
	border-bottom: 
	3px solid #262262;
	color:#262262;
	background: #fff;
}
#imagem{
	position: absolute;
	top:142px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
#about_us{
	float: left;
	width: 194px;
	margin-right: 27px;
	display: inline;
}

#ram{
	float: left;
	width: 856px;
	margin-right: 27px;
	display: inline;
}


#services{
	float: left;
	width: 151px;
	margin-right: 42px;
	display: inline;	
}
#clients{
	float: left;
	width: 146px;
	display: inline;
}
#services ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}
#clients ul li{
	padding:0 0 14px 20px;
	background: url(images/arrow.jpg) no-repeat top left;
}
	
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#center{
	float:left;
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}

#centermiddle{
	text-align: center;
}
#quote{
	float:left;
	padding: 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
	
}
#quote p{
	line-height: 22px;
}
#quote p.testimonial{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	
}
#quote .quote{
		font-size: 26px;
}
#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #262627; 
}
#news li{
	margin-bottom: 20px;
	}
#news li p.title{
	background:#000000;
	color: #9d9d9d;
	font-weight: bold;
	text-shadow: 0px 0px 15px #FFF, -1px -1px #000;
}
#contacts h2{
	margin-top: 20px;
}
.fett{
	color: #9d9d9d; 
}