
* {margin: 0; padding: 0;}

body, html 
{
	font-family: times, sans-serif;
	font-size: 11pt;
	color:#404000;
	height: 4000px;
	text-align: center;
	background-color: transparent;
	line-height: 125%;

	top: 0;
	left: 0;
	bottom: 0;
	left: 0;
	width: 1024px;
	margin: auto;
}

a { text-decoration: none; color: #404000; border: none;}
a:hover { color: #7d0000; }
a:active, a:focus { outline: none }
a img { border: none; }

td { line-height: 1.3em; }

object { outline:none; }
iframe { overflow:hidden; }

/** wrapper for entire page **/
#wrap
{
	position: relative;
	margin: 0 0 0 0;
	padding: 10 0 0 0;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 100%;
	background: url(images/bg_repeat.png) no-repeat top center;
	overflow: hidden;
}

/** wrapper below header **/
#wrap_rest
{
	position: absolute;
	left: 0px;
	top: 216px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1024px;
	height: 100%;
	background: url(images/bg_repeat.png) repeat-y top center;
	overflow: hidden;
}

#left_column
{
	position: absolute;
	left: 10px;
	top: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	height: 100%;
	overflow: hidden;
}

#middle_column
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	left: 230px;
	top: 0px;
	width: 616px;
	height: 100%;
	overflow: hidden;
}

#right_column
{
	font-size: 9px;
	position:absolute;
	left: 862px;
	top: 0px;
	width: 154px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#vertical
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 8px;
	background: url(images/trenner_verti.png) top center repeat-y;
}

#article
{
	font-size: 10pt;
	width: 200px;
	line-height: 100%;
	text-align: justify;
}

#article a:hover { color: #7d0000; }

#article_right
{
	font-size: 10pt;
	width: 150px;
	line-height: 100%;
	text-align: justify;
}

#horizontal_left
{
	left: 2px;
	height: 6px;
	width: 196px;
	background: url(images/horileft.png) no-repeat;
}

#horizontal_right
{
	left: 2px;
	height: 6px;
	width: 150px;
	background: url(images/horileft.png) no-repeat;
}

#horizontal
{
	position:absolute;
	left: 0px;
	height: 6px;
	width: 1024px;
	background: url(images/horizontal.png) top center repeat-x;
}
