body
{
	margin:0;
	margin-top:8em;
              padding:0;
	font-family:Arial;
	font-size: 8pt;
	background-image:url(../gfx/bg.gif);
              background-color:#A1AC9E;
	color:#000000;
}

img
{
	border:0;
}

/* +++++++++++ MAIN PAGE ++++++++++++++ */
#banner
{
	z-index:1;
	margin:auto;
	width:585px;
	text-align:right;
	margin-bottom:0.5em;
}

#main
{	
	z-index:1;
	margin:auto;
	width:585px;
	height:280px;
	text-align:left;
}

#navi
{
	z-index:1;
	width:585px;
	margin:auto;
	margin-top:1em;
}

#content
{
	z-index:1;
	width:190px;
	height:260px;
	float:left;
	text-align:left;
	padding:10px;
	background-repeat:no-repeat;
}

#content a:visited
{
	color:#000000;
}
#content a:hover, a:active, a:focus
{
	color:#D96025;
}

#sub
{
	z-index:1;
	width:375px;
	height:280px;
	float:left;
	text-align:left;
}

#sub_img
{
	z-index:104;
	width:375px;
	height:280px;
}

#hidbox
{
	z-index:99;
	position:absolute;
	background-image:url(../img/popup_s.jpg);
	width:456px;
	height:493px;
	margin-top:-380px;
	overflow:visible;
}

/* +++++++++++ FORMULAR STYLE ++++++++++++++ */

TEXTAREA
{
	border:1px solid #A1AC9E;
              background-color:#FFFFFF;
}

SELECT
{
	border-style:solid;
	border-width:1px;
	border-color:#333333;
}

INPUT
{
	border:1px solid #E5723A;
	color:#BEC6BC;
	font-size:1.2em;
	font-weight:bold;
              background-color:#FFFFFF;
}

INPUT:hover
{
	background-color:#F5F5F5;
}

/* +++++++++++ DIVs ++++++++++++++ */
div.fehler
{
	margin-top:1em;
	border:3px solid #800000;
	padding:3px;
	margin-bottom:1em;
	font-weight:bold;
}

div.done
{
	margin-top:1em;
	border:1px solid #008000;
	padding:3px;
	margin-bottom:1em;
	font-weight:bold;
}

/* +++++++++++ HEAD ++++++++++++++ */
/* Seiten TITEL */
h1
{
	font-size:2em;
	margin-bottom:0.2em;
}

/* Unter-TITEL */
h2
{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.8em;
	margin-top:0;
	color:#BEC6BC;
}

/* Formular Titel */
h3
{
	margin-top:1em;
	margin-bottom:0.3em;
}

/* Text-Titel */
h4
{
	margin:0;
	margin-top:0px;
	margin-bottom:0px;
}

.blabla
{
	color:#D96025;
}

/* +++++++++++ LINKS ++++++++++++++ */
a
{
	text-decoration:none;
}

a:link
{
	color:#000000;
}

a:active
{
	color:#D96025;
}

a:hover
{
	color:#D96025;
}

/* +++++++++++ SPEZIAL LINKS ++++++++++++++ */
.aktiv
{
	color:#D96025;
}

.inaktiv
{
	color:#000000;
}


.pf_num
{
	padding:3px;
	background-color:#A1AC9E;
	text-decoration:none;
	font-weight:bold;
}

.pf_num a
{
	color:#FFFFFF;
}

.pf_num a:hover, a:active
{
	color:#D96025;
}

a.back
{
	background-image:url(../gfx/back.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:14px;
	text-decoration:none;
	font-weight:bold;
}

a.link_add
{
	background-image:url(../gfx/add.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:2px solid #E5E5E5;
	margin-right:1em;
}

a.link_show
{
	background-image:url(../gfx/show.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:14px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:2px solid #E5E5E5;
	margin-right:3px;
}


a.link_edit
{
	background-image:url(../gfx/edit.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
	text-decoration:none;
	font-weight:bold;
}

a.link_del
{
	background-image:url(../gfx/del.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
	text-decoration:none;
}

a.link_mail
{
	background-image:url(../gfx/mail.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:14px;
	text-decoration:none;
	font-size:0.9em;
}

a.link_logout
{
	background-image:url(../gfx/logout.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:16px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:2px solid #E5E5E5;
}

/* +++++++++++ MENU ++++++++++++++ */
/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 7px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 67px;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}
/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #A1AC9E;
 border-right: 1px solid #FFF;
 border-left:1px solid #FFF;
 margin-right: -1px;
 width: 68.5px;
 font-family:Arial;	
 font-size:1em;
 font-weigth:bold;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 0px;
 color: #FFFFFF;
 text-decoration: none;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #D96025;
}
.menulist a.highlighted {
 color: #D96025;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */