@charset "utf-8";

html
{
	overflow-y: scroll;
}

body
{
	margin-top: 0px;
	padding-top: 0px;
	background-image: url("images/border.png");
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
	color: black;
	font-family: "Garamond",serif;
	font-size: 22px;
	text-align: center;
}

#main_center
{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-align: left;
}

#menu
{
	position: absolute;
	left: 225px;
	top: 145px;
	font-family: "Garamond",serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #008a00;
}

#content
{
	padding-top: 200px;
	padding-left: 0px;
	padding-right: 0px;
}

.left_column
{
	padding: 0;
	width: 340px;
	float: left;
}

.right_column
{
	padding: 0;
	width: 340px;
	float: right;
}

.column_footer
{
	width: 100%;
	margin: 10px;
	padding: 0;
	clear: both;
	background-color: yellow;
}

a
{
	color: #b4481d;
	font-weight: inherit;
	text-decoration: none;
}

a img
{
	border: none;
}

h1,h2,h3,h4,h5,h6
{
	color: #008a00;
	font-family: "Garamond",serif;
	font-style: normal;
	font-weight: bold;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 14px;
}

#top_div
{
	position: absolute;
	top: 0px;
	left: 0px;
}

a img
{
	border: none;
}	

#banner
{
	position: absolute;
	top: 0px;
	left: 20px;
}

#heading
{
	position: absolute;
	top: 25px;
	left: 201px;
}

#offer
{
	position: absolute;
	top: 21px;
	left: 637px;
}

.screenshot
{
	position: absolute;
	top: 70px;
	left: 500px;
}

.screenshot_container
{
	min-height: 205px;
}

.rel
{
	position: relative;
}

.content_text
{
	font-family: "Verdana",sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 160%;
	padding-left: 65px;
	padding-right: 65px;
	text-align: justify;
}

.bold
{
	font-weight: bold;
}

.sparse
{
	line-height: 200%;
}

ul
{
	padding-left: 1em;
}	

li
{
	margin-top: 10px;
	margin-bottom: 5px; 
}

#aufmacher
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.arrow_right
{
	position: relative;
	top: 2px;
}

.framed_input
{
	border-style: solid;
	border-width: 1px;
	border-color: #008a00;
}
