/* Allgemeines */

body,b,a,u,i,td,th,input,h1,h2,h3,h4,h5,h6
{
	font-family:Arial, Helvetica, sans-serif;
}

body
{
	margin-top:0px;
	padding: 0px;
	background: url(../img/steinacker_bg.jpg);
	background-repeat:repeat-x;
	background-color:#c0c0c0;
}

/* Seitenbereiche */
#layout_aussen
{
	width: 800px;
	margin: auto;
}

#layout_oben
{
	width: 800px; 
	height: 100px;
	background-repeat:no-repeat;
	background-image: url(../img/steinacker_top.jpg);
}

#layout_menue
{
	width: 780px; 
	height: 28px;
	background-repeat:repeat-x;
	background-image: url(../img/menue_bg.jpg);
	padding-right: 0px;
	padding-left: 20px;
}

#layout_unter_menue
{
	width: 800px; 
	height: 165px;
	background-repeat:no-repeat;
	background-image: url(../img/steinacker_unter_menue.jpg);
}

#layout_mitte
{
	width: 780px;
	font-size: 12px;
	height:auto;
	padding: 10px;
	padding-top:0px;
	background-image: url(../img/steinacker_mitte.jpg);
	text-align: left;
}

#layout_unten
{
	width: 800px; 
	height: 25px; 
	background-image: url(../img/steinacker_unten.jpg);
}

#layout_unten_drunter
{
	width: 800px;
	height: 30px;
}

#layout_unten_drunter_links
{
	width: 500px; 
  	height: 30px;
	text-align: left;
	float: left;
  	color: #000000;
}

#layout_unten_drunter_rechts
{
  	width: 300px; 
  	height: 30px;
  	text-align: right;
  	float: left;
  	color: #000000;
  	text-decoration: none;
}

.pic_box_right
{
border:solid 1px #666666;
padding:7px; width:160px;
margin-left:106px;
margin-top: 5px;
float:left;
}


/* Buttons */

.menue_button
{
	font-family: Arial;
	font-size: 10px;
	width: 105px;
	height: 19px;
	background-repeat:no-repeat;
	background-image: url(../img/menue_button1.jpg);
	color:#072a5f;
	float: left;
	text-align: center;
	padding-top: 9px;
	text-decoration: none;
}

.menue_button:hover
{
	background-image: url(../img/menue_button2.jpg);
	text-decoration: none;
}

.menue_home_left
{
	font-family: Arial;
	font-size: 12px;
	width:190px;
	height:204px;
	border:solid 1px #666666;
	float: left;
	text-decoration: none;
	margin-left: 7px;
	padding: 2px;
}

.menue_autocrew_left
{
	font-family: Arial;
	font-size: 12px;
	width:160px;
	height:130px;
	border:solid 1px #666666;
	float: left;
	text-decoration: none;
	margin-left: 10px;
	padding: 7px;
}

.menue_home_middle
{
	font-family: Arial;
	font-size: 12px;
	width:190px;
	height:204px;
	border:solid 1px #666666;
	float: left;
	text-align: left;
	text-decoration: none;
	padding: 2px;
	margin-left: 15px;
}

.menue_home_right
{
	width:215px;
	height:259px;
	border:solid 1px #666666;
	float: right;
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #e1e1e1;
}


.angebot_box
{
	background-position:top;
	background-repeat:no-repeat;
	color:#072a5f;
	padding:5px;
	height:420px;
	font-size: 18px; 
}

.angebot_uberschrift
{
	font-size:24px;
	color:#072a5f;
	font-weight: bold;
	font-style:italic;
}


.button_unten
{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.ubers
{
	background-image:url(img/ueberschrift_farbverlauf.jpg);
	background-repeat:repeat-y;
}

.links
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.button_senden
{

  	width: 70px;
  	height: 23px;
  	background-image: url(../img/button_senden.jpg);
  	border: 0px;
}

.button_senden:hover
{
  	background-image: url(../img/button_senden2.jpg);
}

.button_zurueck
{
	width: 70px;
  	height: 23px;
  	background-image: url(../img/button_back.jpg);
  	border: 0px;
}

.button_zurueck:hover
{
  	background-image: url(../img/button_back2.jpg);
}

