body {
	font-family:Arial,Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:url(../pic/bg.png);
	background-repeat: repeat-x;
}

@viewport{
  zoom: 1.0;
  width: device-width;
}
@-ms-viewport{
  width: extend-to-zoom;
  zoom: 1.0;
}

#wrapper {
	width:960px;
	margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

#ava {
	/*width:1150px; /* AVA-Frame*/ 
	width:960px;
	margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#notice {
	color: #B00;
	font-size: 1.1em;
	margin: 10px;
	padding: 10px;
	border: 2px solid red;
}

table {
	border:0px;
	width:100%;
	margin:0px;
	padding:0px;
}

td {
	margin:0px;
	padding:0px;
}

a#ausschreibung{
display:block;
width:16px;
height:16px;
background: url(pic/button_ausschreibungen.png) 0px 0px no-repeat;
}
a:hover#ausschreibung{
background: transparent url(pic/button_ausschreibungen_hover.png) 0px -16px no-repeat;
}
a:active#ausschreibung{
background: transparent url(pic/button_ausschreibungen_klick.png) 0px -16px no-repeat;
}


#logo  {
	height: 118px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("pic/logo.png");
  background-repeat: no-repeat;
  text-indent: -5000px;
  z-index: 10;
  background-position: 50% 10px;
}

#header {
	color: #174195;
	/*text-shadow: 3px 3px 2px LemonChiffon;*/
	font-size: 1.4em;
	vertical-align: top;
	text-align:center;
}

#main {
	z-index:1;
}

#text {
	margin-left: 20px;
}


