/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(../../media/bg2.gif); 
	/*background:#666666 url(hofa_studios.gif) repeat-y scroll center center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	padding: 0;
	color: #000;
	 behavior:url("csshover.htc"); 
}

h1
{
  color:#000;
  font-size:2.3em;
}

h2.header
{
  color:#000;
  line-height:0.1em;
   font-size:1.6em;
}

h2
{
  color:#000;
  font-size:1.6em;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #cccccc;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 width:90%;
}


acronym 
{ 
cursor: help; 
border-bottom: 1px dashed #999; 
}


.search 
{

background-image: url(../../media/search.jpg);
background-repeat:no-repeat;
width: 20px;
height: 20px;
border:1px;
/*padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
color: transparent;*/

}

.searchbox
{
/*display:inline;*/

}

input.searchbox{
  padding-top:2px;
  font-size:0.8em;
  color:#fff;
  width:150px;
  height:15px;
  background-color: #000;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 /*form {
  background-color: #eee;
   width: 370px;  
   padding: 20px;
   border: 1px solid #8c8c8c;
}*/


form label {
   display: block; 
   cursor: pointer; 
}

input,textarea,select 
{
  border: 1px solid #8c8c8c;
 /* margin-bottom: 1em;*/
  cursor: pointer; 
}

input:focus,
textarea:focus,
select:focus {
   /*background-color: #d9d9d9;*/
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 900px;
	overflow:hidden;
	border: 1px solid #ddd;
	padding: 0px;
	text-align: left; /* Cancel IE Fix */
	background-color:#ffffff;
	}


#main {
background-color:#ffffff;
overflow:auto;
position:relative;
width:100%;
z-index:50;
padding: 0 0 0 0;
}



/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(../../media/header.png);
	  background-repeat: repeat-y;
  background-position:center;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
	padding: 50px 50px;
	}	

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar 
{ 
float:left;
font-size:10px;
margin:0;
padding:10px 0 0 10px;
width:200px;

}

#sidenews {
border:1px solid #999999;
color:#666666;
padding:5px 5px 5px 10px;
width:150px;
}

#sidenews a { text-decoration: underline; color: #000;}
#sidenews a:hover { text-decoration: underline; color: #000;}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content 
{
float:right;
/*font-size:93%;*/
margin:0;
padding:10px 0 0 0;
width:640px;
}

  a 
{ text-decoration: underline; color: #000;
}

 a:hover 
{ text-decoration: underline; color: #000;
}

#innerContent 
{
float:left;
/*font-size:93%;*/
margin:0;
padding:10px 0 0 0;
width:97%;
}

#imageLink{
border-style:none;
}

#kundenstimme
{
background-image: url(http://hofa-media.de/media/blockquote.gif);
background-repeat: no-repeat;
background-color: #ededed;
color: #444444;
padding: 10px;
padding-left:50px;
text-align: left;
font-style: italic;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #888888;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #888888;
font-size:smaller;
}

