/**************************************
programmed by www.stephan-rebbelmund.de
**************************************/
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	height: 100%; 
	background: white;
}
div, p, form, ul, li, h1 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-style: none;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
}
img {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
}
a {
	position: relative;
	text-decoration: underline;
	color: #2c6960;
}
a:link {
	color: #2c6960;
}
a:visited {
	color: #2c6960;
}
a:hover {
	color: #333333;
}
div.topright {
	float:right;
	margin-left: 14px;
	margin-bottom: 14px;
}
/*****************************************************************************/
div#main {
	min-height: 100%;
	height: 100%; 
	width: 770px;
	background-color: white; 
	margin-left: auto;
	margin-right: auto; 
}
html > body div#main {
	height: auto;
}
h1 {
	color: #2c6960;
	font-size: 14px;
}
h2 {
	color: #2c6960;
	font-size: 12px;
	margin-bottom: 0px;
}
div#header {
	height: 70px;
	/*background-color: #2c6960;*/
	font-size: 11px;
	font-weight: bold;
}
div#header img {
	float: left;
	margin-left: 33px;
	margin-top: 11px;
}
div#header div#loc {
	padding-left: 148px;
	padding-top: 26px;
}
div#start_header {
	height: 48px;
	padding: 11px;
	/*background-color: #2c6960;*/
}
div#start_header img#center{
	display: block;
}
div#topnavi {
	text-align: right;
	color: #55ccbb;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 4px;
}
div#topnavi a {
	color: #55ccbb;
	text-transform: uppercase;
}
div#topnavi a:hover {
	color: #333333;
}
div#topnavi a#active {
	color: #333333;
}
div.line {
	background-color: #999999;
	height: 1px;
	overflow: hidden;
}
div.line#tn_line {
	position: absolute; 
	top: 69px;
	width: 770px;
}
div.line#ic_line {
	margin-top: 11px;
	margin-bottom: 23px;
}
div#content {
	padding-left: 33px;
	padding-top: 32px;
	padding-bottom: 32px;
	height: auto;
}
div#leftnavi {
	height: 570px;
	width: 161px;
	background: transparent url(../gfx/justizia_big.gif) 17px 390px no-repeat;
	float:left;
}
div#leftnavi a {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}
div#leftnavi a#active {
	color: #2c6960;
}
div#leftnavi a:hover {
	color: #2c6960;
}
div#inner_content {
	min-height: 570px;
	height: 570px;
	width: 551px;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #999999;
	float: left;
	padding-left: 14px;
	overflow: visible;
}
div[id] #inner_content {
   height:auto;
}
div#inner_content ul {
	margin-left: 16px;
}
div#clear {
	clear: both;
}
/*****************************************************************************/
img#start_logo {
	padding-top: 64px;
	padding-bottom: 54px;
}
a#start_logo {
	padding-bottom: 64px;
	display: block;
	text-align: center;
	color: #3d9184;
	font-weight: bold;
	text-decoration: none;
	height: 100%; /* IE only */
}
div#intro {
	width: 570px;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
}
table#start {
	width: 100%;
	margin-top: 16px;
}
table#start tr td {
	text-align: center;
}
table#start tr td a {
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}
table#start tr td a:link {
	background-color: transparent;
	color: #666666;
}
table#start tr td a:visited {
	background-color: transparent;
	color: #666666;
}
table#start tr td a:hover {
	background-color: transparent;
	color: #2c6960;
}
/*****************************************************************************/
div#inner_content a.brief {
	font-weight: bold;
	color: #990000;
}
div#inner_content a.brief:hover {
	color: #333333;
}


