@charset "utf-8";
/*** created by Janosch Skrobek               */
/*** 2011 - netzhochdrei.de                  */


/*************  reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* main */

body {
  background: #D0D1D3 url(../img/bg2.png) repeat-x;
  font: 12px Georgia, serif;

}

h1 {
  margin: 10px 0;
  color: #A7434D;
  font-weight: bold;
  font-size: 16px;
}

a {
 color: #A7434D;
}

#fakehorizon {
	display: block;
	height: 1px;
	left: 0px;
	overflow: visible;
	position: absolute;
	top: 50%;
	visibility: visible;
	width: 100%;
}

#container {
  width: 853px;
 	left: 50%;
	margin-left: -437px;
	position: absolute;
	top: -282px;
  height:544px;
  background: url(../img/bg.png) no-repeat;
  padding: 10px 10px 0px 11px;
  text-align: right;
}

#inline1 {
  padding: 20px;
}