/* --------------------------------------------------
	Allgemeine Einstellungen
   --------------------------------------------------*/
.adsense
{
	width:120px;
	height:600px;
	left:850px;
	top:180px;
	position:absolute;
	border: 1px solid #FF9F00;
	margin:0;

}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-left:0;
	margin-top:0;
}

h1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-color:#FF7F00;
	color:#FF7F00;
}


A
{
	text-decoration:none;
	color:#0033CC;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
A:active
{
	color:#3366FF;
}
A:visited
{
	color:#3366FF;
}
A:hover
{
	text-decoration: underline;
}


input.input, textarea
{
	border:1px solid #FFC800;
}

input.button
{
	border:1px solid black;
	background:#FFEDAB;
}

.panel
{
	border: 1px solid #FF9F00;
	background:#FFF7D6;
	width:550px;
}


.error
{
	font-color:red;
	color:red;
}

/* --------------------------------------------------
	Content Area
  --------------------------------------------------*/

.content_body
{
	top:140px;
	width:550px;
	padding-bottom:30px;
	padding-left:20px;
}

.cat_sub, .cat_sub:active, .cat_sub:visited
{
	text-decoration:none;
	color:#000000;
	font-size:0.8em;

}
a.cat_sub:hover
{
	text-decoration: underline;
}

.cat_main ,a.cat_main:active, a.cat_main:visited
{
	text-decoration:none;
	font-size:1.1em;
	font-color:#FF7F00;
	font-weight:bold;
	color:#FF7F00;;
}

a.cat_main:hover
{
	text-decoration: underline;
}


.newadd,
.newadd:hover,
.newadd:visited,
.newadd:active
{
	font-weight:bold;
	color:red;
}




/* --------------------------------------------------
	Main Tabs
  --------------------------------------------------*/

.tab_table
{
	top:0px;
	left:0px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	width:100%;
	height:130px;
}

.tab_table a, .tab_table a:visited
{
	color:black;
	text-decoration: none;
}

.tab_table a:hover
{
	color:red;
	text-decoration: underline;
}


.tab_line
{
	border-bottom:1px solid black;
}
.tab_white_0
{
	border-left:1px solid black;
	background-image:url(../img/tab_light0.png);
	height:22px;
	min-height:22px;
	max-height:22px;
	top:60px;
	width:70px;
	border-bottom:1px solid white;
}
.tab_white_1
{
	background-image:url(../img/tab_light1.png);
	height:22px;
	top:60px;
	width:10px;
   	border-bottom:1px solid white;
}

.tab_dark_0
{
	border-left:1px solid black;
	background-image:url(../img/tab_dark0.png);
	height:22px;
	min-height:22px;
	max-height:22px;
	top:60px;
	width:100px;
	border-bottom:1px solid black;
}
.tab_dark_1
{
	background-image:url(../img/tab_dark1.png);
	height:22px;
	top:60px;
	width:10px;
	border-bottom:1px solid black;

}


/*  -----------------------------------------
	  Navigation
	-----------------------------------------
*/

.nav_menuebar
{
	top:130px;
	left:0px;
	border-right:1px solid silver;
	width:180px;
	padding-right:1px;
	padding-bottom:30px;
	background:#FFF6D8;
}

.nav_header
{
	background:#F49221;
	padding:6px;
	font-weight:bold;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
	font-size:8pt;
	width:180px;
	padding-right:14px;
	margin-right:0px;

}

.nav_dark
{
	background:#FFF6D8;
	padding:10px;
	width:180px;
}

ul.nav
{
	font-size:.92em;
	margin-left:15px;
	padding-left:0px;
	margin-top:0px;
}

.nav li
{
	list-style-type: none;
	list-style-image: url(../img/bullet.gif);
	padding-bottom: 3px;
}

a.nav, a.nav:visited, a.nav:active
{
	color:black;
	text-decoration:none;


}

a.nav:hover
{
	color:red;
	text-decoration:underline;
}


/* --------------------------------------------
	Footer
   --------------------------------------------
*/

.footer
{
	border-top:1px solid silver;
	margin-top:2px;
	font-size:8pt;
	text-align:center;
	color:gray;
}

.footer a
{
	color:gray;
	text-decoration:none;
}
.footer a:hover
{
	color:red;
	text-decoration:underline;
}


/* -----------------------------------------------
	Tabellenformatierung
   -----------------------------------------------
*/
.table
{
	border: 1px solid #FF9F00;
	background:#FFF7D6;
}

.tab_header
{
	background:#F9E086;
}

.row_dark
{
	background:#FFF7D6;
}

.row_light
{
	background:#FFFFFF;
}
