/* Allgemeines */

body,b,u,i,td,th,input,h1,h2,h3,h4,h5,h6
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#0998DE;
}

body
{
	margin-top:0px;
	padding: 0px;
	background: url(../img/bg.jpg) 50% 0 #ffffff repeat-x; 
}

/* Seitenbereiche */
#layout_aussen
{
	width: 800px;
	margin: auto;
}

#layout_oben
{
	width: 800px; 
	height: 120px;
	background-repeat:no-repeat;
	background-image: url(../img/oben.jpg);
}

#layout_menue
{
	width: 768px; 
	height: 35px; 
	background-image: url(../img/menue_bg.jpg);
	background-repeat:no-repeat;
	padding-right: 2px;
	padding-left: 95px;
}

#layout_mitte
{
	width: 790px;
	font-size: 12px;
	padding: 10px;
	height: auto;
	padding-left:0px;
	background-image: url(../img/mitte.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
}

#layout_unten
{
	width: 800px; 
	height: 10px; 
	background-image: url(../img/unten.gif);
	background-repeat:no-repeat;
}

#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;
}

.Stil1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.border_top
{
padding-left:10px;
width:788px;
border:solid 1px #999999;
background-image:url(../img/border_top.jpg);
background-color:#57bee7;
background-repeat:repeat-y;
}

.border_bg
{
padding-left:6px;
background-image:url(../img/border_top.jpg);
background-color:#57bee7;
background-repeat:repeat-y;
}

.referenz_box
{
border:solid 1px #666666;
margin-right:10px
}

.referenz_box_top
{
border:solid 1px #666666;
margin-right:10px;
margin-top:10px;
}

/* Buttons */

.menue_button
{
	font-family: Arial;
	font-size: 12px;
	width: 120px;
	height: 27px;
	background-image: url(../img/menue_button1.jpg);
	background-repeat:no-repeat;
	color:#333333;
	float: left;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
}
.menue_button:hover
{
	background-image: url(../img/menue_button2.jpg);
	color:#FFFFFF;
	text-decoration: none;
}

.button_unten
{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

.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);
}

