﻿
body
{
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #333333;
	margin-left: 0px;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

html
{
	height: 100%;
}

a
{
	text-decoration: none;
	font-weight: normal;
}

a:link, a:visited, a:active
{
	color: #215C7D;
	text-decoration: underline;
}

a:hover
{
	color: #ca2d1c;
}

p
{
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size: 22px;
	font-weight: normal;
	color: #215C7D;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:7px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	color: #215C7D;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:7px;
}

h3
{
	font-size: 14px;
	color: #215C7D;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4
{
	font-size: 14px;
	font-style:italic;
	color: #215C7D;
	margin-top: 15px;
	margin-bottom: 5px;
}
h5
{
	font-size: 14px;
	color: #215C7D;
	margin-top: 1px;
	margin-bottom: 3px;
}

li
{
	list-style:square outside;
	color: #215C7D;
}

td
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
}

.imgborder
{
	border: 1px solid #000000;
}

form
{
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px;
}

.textbox
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	min-width: 120px;
}

input.button
{
	color: #000000;
	border: 1px #000000 solid;
	background-color: #cccccc;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	min-width: 90px;
	height: 22px;
}

input.buttonshort
{
	color: #000000;
	border: 1px #000000 solid;
	background-color: #cccccc;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 20px;
	height: 22px;
}

#main
{
	background: url(http://www.focus-www.de/assets/images/repository/bg.jpg);
	background-position: -20px center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 1280px;
	/*height: 2000px;*/
	padding: 0px;
}

#center
{
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 772px;
	text-align: center;
}

#impressum
{
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
	text-align: left;
	width: 450px;
	height: 20px;
	z-index: 2;
	margin-top:200px;
	float:right;
}

#navigation
{
	margin-top: 480px;
	margin-left: 15px;
	width: 190px;
	text-align: left;
	z-index: 1;
	float: left;
}

#category
{
	font-size: 8pt;
	margin-top: 205px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	width: 450px;
	height: 20px;
	text-align: left;
	z-index: 1;
	float: right;
}

#content
{
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#E5E5E5;
	border: 5px solid #fff;
	color: #404040;
	width: 440px;
	min-height: 250px;
	height:250px;
	text-align: left;
	padding: 10px;
	z-index: 3;
	float: right;
	overflow:auto;
}

#footer
{
	color:#999999;
	width: 440px;
	height: 22px;
	text-align: left;
	margin-top:5px;
	margin-right: 10px;
	float: right;
	z-index: 0;
}

#footer a
{
	color: #d1d1d1;
}

#footer a:hover
{
	color: #ca2d1c;
}

#AdditionalInfo
{
	position: absolute;
	margin-left: -2000px;
	margin-top: -2000px;
	visibility: hidden;
}
.tr_Content {
	display:block;
	margin-bottom:10px;
	width: 100%;
}

