/* CSS Document */
body	{ 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	line-height: 14px;
}

.unvisible	{ 
	display: none;
}

.infotext	{
	font-size: 9px;
}

.orange	{
	color: #F99D1C;
}

h1	{
	color: #3f3f3f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 15px 0px;
	margin: 0px;
}

h2	{
	color: #6C7B84;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h3	{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

table h3	{
	margin-bottom: 4px;
	margin-top: 10px;
}

hr {
	background-color: #F99D1C;
	border: #F99D1C;
	color: #F99D1C;
	margin: 15px 0px 0px 0px; 
	height: 1px;
}

img.right	{
	float: right !important;
	margin: 20px 10px 20px 20px !important;
	border: 1px solid #d1d1d1;
	padding: 2px;
}

span.quote	{
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, sans-serif;
	color: #6f6f6f;
}

/* DIVs */

#container	{ 
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 550px;
	text-align: left;
}

#dummy_head	{
	float: left;
	width: 940px;
}

#head_left	{ 
	width: 10px;
	height: 86px;
	float: left;
	background-image: url(/_img/head_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
}

#head_center	{
	float: right;
	width: 930px;
	height: 66px;
	background-image: url(/_img/head_back.jpg);
	background-repeat: repeat-x;
	text-align: right;
	overflow: hidden;
	padding: 10px 0px;
}

#head_right	{ 
	width: 10px;
	height: 86px;
	float: right;
	background-image: url(/_img/head_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}

#logo	{
	float: left;
}

#search	{ 
	font-size: 11px;
	color: #6C7B84;
	float: right;
}

#dummy_main	{
	float: left;
	width: 780px;
	margin-top: 10px;
	overflow: hidden;
}

#navi	{
	float: left;
	width: 170px;
	overflow: hidden;
}

#main	{
	float: right;
	width: 590px;
	margin: 0px 10px;
	overflow: hidden;
}

#info	{
	float: right;
	width: 170px;
	margin-top: 10px;
	overflow: hidden;
}

.col_top	{
	height: 10px;
	width: 170px;
	background-image: url(/_img/col_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.col_main	{
	width: 150px;
	height: 440px; 
	background-image: url(/_img/col_back.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px;
	overflow: hidden;
}

.col_bottom	{
	height: 10px;
	width: 170px;
	background-image: url(/_img/col_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.navi_box	{
	width: 130px;
	height: 140px;
	padding: 0px 10px;
	margin-bottom: 10px;
	background-image: url(/_img/navi_box.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.navi_box h2 , .news_top h1	, .content_top h1	{
	color: #F99D1C;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px;
}

.navi_box ul , .news_main ul	{
	padding: 10px 0px 10px 15px;
	margin: 0px;
}

.navi_box li , .news_main li	{
	list-style-image:url(/_img/list_img.jpg);
	margin-bottom: 5px;
}

.navi_box a, .navi_box a:link, .navi_box a:visited {
	text-decoration: none;
	color: #6C7B84;
	font-weight: bold;
	display: block;
}

.navi_box a:hover, .navi_box a:focus {
	color: #F99D1C;
}

.navi_box a.active	{
	color: #F99D1C;	
}

.main_top	{
	height: 10px;
	width: 590px;
	background-image: url(/_img/main_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.main_main	{
	width: 570px;
	height: 440px; 
	background-image: url(/_img/main_back.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px;
}

.main_bottom	{
	height: 10px;
	width: 590px;
	background-image: url(/_img/main_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.content_top	{
	height: 25px;
	width: 550px;
	background-image: url(/_img/content_top.jpg);
	background-repeat: no-repeat;
	padding: 0px 10px;
	overflow: hidden;
}

.content_main	{
	width: 550px;
	height: 385px;
	background-image: url(/_img/content_back.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	overflow: auto;
}

.content_main img	{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.content_bottom	{
	height: 10px;
	width: 570px;
	background-image: url(/_img/content_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.news_top	{
	height: 25px;
	width: 150px;
	background-image: url(/_img/news_top.jpg);
	background-repeat: no-repeat;
	padding: 0px 10px;
	overflow: hidden;
}

.news_main	{
	width: 130px;
	height: 385px; 
	background-image: url(/_img/news_back.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px;
}

.news_main h2	{
	color: #6C7B84;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.news_bottom	{
	height: 10px;
	width: 150px;
	background-image: url(/_img/news_bottom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.news_main a, .news_main a:link, .news_main a:visited, .content_main a, .content_main a:link, .content_main a:visited {
	text-decoration: none;
	color: #F99D1C;
	font-weight: bold;
}

.news_main a:hover, .news_main a:focus, .content_main a:hover, .content_main a:focus {
	text-decoration: underline;
	color: #F99D1C;
}

#footer	{
	padding-top: 10px;
	color: #919CA3;
}

#footer a {
	color: #666666;
}

.clear	{
	clear:both;
}

/* Suche */

#search_results	{
	width: 450px;
	margin-left: 35px;
}

.shortinfo	{
	margin-left: 75px;
}

#search_results h3	{
	margin: 0px;
}

a.search_link	{
	color: #000000 !important; 
	font-weight: normal !important; 
	border-bottom: 1px dotted #F99D1C; 
	text-decoration: none !important;
}

/* Formulare */
select, textarea, input	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.error {
	color: #FF0000;
}

textarea.error, input.error, select.error	{
	border: 1px solid #FF0000;
	color:#000000;
}

.button	{
	color: #F99D1C;
	background-color: #FFFFFF;
	border: 1px solid #6C7B84;
	width: auto;
	height: auto;
	padding: 1px 5px;
	font-size: 10px;
	font-weight: bold;
}
