/* $Id: style.css 511 2008-07-09 08:54:38Z fg $ */
@charset "utf-8";
*{font-family: Verdana, Arial, Helvetica, sans-serif;}
/* Default ------------------------------------------------------------------*/
body, th, td
	{
	font-family: Verdana, sans-serif;
	vertical-align: top;
	line-height: 16px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
/* Text-Elemente ------------------------------------------------------------*/
blockquote
	{
	margin: 10px 40px 10px 40px;
	padding: 3px;
	background: #f8f8f8;
	border: 1px dashed silver;
	}
h1, h2, h3
	{
	color: #777777;
	font-weight: bold;
	margin-bottom: 10px;
	}
h1
	{
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	}
h2
	{
	font-size: 18px;
	line-height: 22px;
	}
h3
	{
	font-size: 12px;
	line-height: 17px;
	}
p
	{
	padding-top: 3px;
	padding-bottom: 3px;
	}
pre
	{
	font-family: Courier;
	background-color: #f8f8f8;
	border: 1px dashed silver;
	color: black;
	font-size: 11px;
	padding: 3px;
	width: 100%;
	}
small
	{
	color: #808080;
	}
strong
	{
	font-weight: bold;
	}
td, th
	{
	padding: 0px;
	}
/* List-Elemente ------------------------------------------------------------*/
div #main ul
	{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
div #main li
	{
	list-style: disc;
	}
/* Anchors ------------------------------------------------------------------*/
a
	{
	color: #29451C; 
	text-decoration: none;
	}
a:hover
	{
	color: #29451C; 
	text-decoration: underline;
	}
a.black
	{
	color: black; 
	text-decoration: none;
	}
a.black:hover
	{
	color: #4e5aa7; 
	text-decoration: none;
	}
a.red
	{
	color: red; 
	text-decoration: none;
	}
a.red:hover
	{
	color: #4e5aa7; 
	text-decoration: none;
	}
a.green
	{
	color: green; 
	text-decoration: none;
	}
a.green:hover
	{
	color: #4e5aa7; 
	text-decoration: none;
	}
/* Form-Elemente ------------------------------------------------------------*/
fieldset.form
	{
	position: relative; 
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid silver;
	background: #f8f8f8;
	}
fieldset.form legend
	{
	font-weight: bold;
	line-height: 1.5;
	color: #3c5899;
	}
fieldset.form legend a
	{
	font-size: 10px;
	color: silver;
	text-decoration: none;
	}	
fieldset.form legend a:hover
	{
	font-size: 10px;
	color: #4e5aa7;
	text-decoration: none;
	}
input, select, textarea
	{
	font-family: Verdana, sans-serif;
	border: 1px solid silver;
	padding: 1px;
	font-size: 11px;
	}
input[type="radio"] 
	{
	background: transparent;
	border: none;
	}
input[type="checkbox"] 
	{
	background: transparent;
	border: none;
	}
input:focus, select:focus, textarea:focus
	{
	background: #f8f8f8;
	}
/* Sonstige Elemente --------------------------------------------------------*/
img
	{
	border: 0px;
	}
hr
	{
	background-color: silver;
	color: silver;
	border: 0px;
	height: 1px;
	}
/* Special: Icons -----------------------------------------------------------*/
img.icon
	{
	background-color: silver; 
	background-image: url(../../tpl/default/images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	margin-bottom: -3px;
	padding: 0px;
	}
img.icon_over
	{
	background-color: #29451C; 
	background-image: url(../../tpl/default/images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	margin-bottom: -3px;
	}
img.icon_true
	{
	background-color: #29451C; 
	background-image: url(../../tpl/default/images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: -3px;
	}
img.icon_false
	{
	background-color: silver; 
	background-image: url(../../tpl/default/images/icons/bg_rounded.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: -3px;
	}
img.seperator
	{
	margin-bottom: -3px;
	}
/* Special: Form Table ------------------------------------------------------*/
table.form
	{

	}
table.form th
	{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 3px;
	}
table.form td
	{
	vertical-align: top;
	padding: 3px;
	}
/* Special: Data Table ------------------------------------------------------*/
table.data
	{
	width: 690px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 2px solid #808080;
	border-bottom: 1px solid #808080;
	}
table.data th
	{
	text-align: left;
	background: #f0f0f0;
	font-weight: bold;
	border-bottom: 1px solid silver;
	vertical-align: top;
	padding: 3px;
	}
table.data td
	{
	border-bottom: 1px solid silver;
	vertical-align: top;
	padding: 3px;
	}
/* Special: Tabs ------------------------------------------------------------*/
.tab
	{
	float: left;
	font-weight: bold;
	width: 100px;
	background: white;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	margin-right: 5px;
	padding: 5px;
	text-decoration: none; 
	}
.tab:hover
	{
	color: #808080;
	background: #f8f8f8;
	text-decoration: none;
	}
.tab-selected
	{
	float: left;
	color: black;
	font-weight: bold;
	width: 100px;
	background: #f8f8f8;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	margin-right: 5px;
	padding: 5px;
	text-decoration: none; 
	}
.tab-selected:hover
	{
	color: black;
	background: #f8f8f8;
	text-decoration: none; 
	}
	
.tab-content
	{
	clear: both;
	background: #f8f8f8;
	width: 98%;
	border: 1px solid silver;
	padding: 5px;
	visibility: hidden;
	display: none;
	}

/* Special: Menu ------------------------------------------------------------*/
a.menu
	{
	color: #777777; 
	text-decoration: none;
	}
a.menu:hover
	{
	color: #4e5aa7; 
	text-decoration: none;
	}
.menu
	{
	color: #777777;
	}
	
	/* Special: Menu.header ------------------------------------------------------------*/

a.menu_header
	{
	color: #29451c;
	font-weight:bold;
	display: block;
	padding:2px 10px 2px 10px;
	}
a:hover.menu_header
	{
	color: #ffffff;
	font-weight:bold;
	display: block;
	background: #45781c;
	text-decoration:none;
	display: block;
	padding:2px 10px 2px 10px;
	}	
a.menu_header_active , a:hover.menu_header_active
	{
	color: #ffffff;
	font-weight:bold;
	display: block;
	background: #45781c;
	text-decoration:none;
	padding:2px 10px 2px 10px;
	}	
a.sub
	{
	color: #29451c;
	text-decoration: none;
	}
a.sub:hover
	{
	color: #29451c; 
	}
.sub
	{
	padding: 2px 15px;
	display:block;
	background-color:#fff;
	/* font-weight: bold;*/	
	}
.sub:hover
	{
	background-color:#C3C3C3;
	}	
.sub_active a
	{
	font-weight: bold;		
	color: #29451c;
	}	
	
/* IE Fixes -----------------------------------------------------------------*/
<!--[if IE]>
fieldset.form 
	{
	position: relative;
	}
legend 
	{
	position: absolute;
	top: -.7em;
	left: .2em;
	}
<![endif]-->