/*	undo
*******************************************************************************/
img, a img,:link img,:visited img
	{border: none;}
table 
	{border: none;}
a
	{color: #ffba23;
	text-decoration: none;}

a:hover 
	{text-decoration:underline;
	color: #4e4e4e;}

body 
	{font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #4e4e4e;}

h1, h2, h3
	{color:#ffba23;}
h1
	{font-weight: bold;
	font-size: 17px;}
h2
	{font-weight: bold;
	font-size: 16px;}
h3
	{font-size: 15px;}

p
	{padding-top: 0px;
	margin-top: 0px;}

/*	header
*******************************************************************************/
#header {background:url(design.png) no-repeat;
	height: 135px;
	margin: 0px 7px 7px 7px;}

#footer {background:url(design-footer.png) no-repeat;
	height: 30px;
	margin: 7px 7px 0px 7px;}

/* Navi Tabelle
*******************************************************************************/
table.navi
	{vertical-align: top;
	background-image: url(design-navi.png);}

table.navi td
	{padding: 2px 5px 2px 5px;
	border: 2px solid white;}

table.navi td.nav1 a
	{color: #ffba23 !important;}
table.navi a
	{color: #4e4e4e;}
table.navi a:hover
	{font-weight: bold;}

td.empty
	{background-color: white;}

td.nav1
	{font-size: 14px;
	background-image: url(navi-dark.png);
	color: #ffc546;
	height: 25px;}

td.nav2-front-active
	{font-size: 12px;
	background-image: url(navi-light1-active.png);
	background-repeat:no-repeat;}
td.nav2-back-active
	{font-size: 12px;
	background-image: url(navi-light1.png);}
td.nav2-front
	{font-size: 12px;
	background-color: white;}
td.nav2-back
	{font-size: 12px;
	background-image: url(navi-light1.png);}

td.nav3-front-active
	{font-size: 12px;
	background-image: url(navi-light2-active.png);
	background-repeat:no-repeat;}
td.nav3-back-active
	{font-size: 12px;
	background-image: url(navi-light2.png);}
td.nav3-front
	{font-size: 12px;
	background-color: white;}
td.nav3-back
	{font-size: 12px;
	background-image: url(navi-light2.png);}

td.nav4-front-active
	{font-size: 10px;
	background-image: url(navi-light3-active.png);
	background-repeat:no-repeat;}
td.nav4-back-active
	{font-size: 10px;
	background-image: url(navi-light3.png);}
td.nav4-front
	{font-size: 10px;
	background-color: white;}
td.nav4-back
	{font-size: 10px;
	background-image: url(navi-light3.png);}

/* boxes on left side
*******************************************************************************/
table.info-col
	{vertical-align: top;
	background-image: url(design-right-col.png);}

td.info-col-head
	{background-image: url(navi-dark.png);
	color:#ffba23;
	padding: 2px;
	border: 1px solid #4e4e4e;
	text-align: center;}

td.info-col-body
	{padding: 2px;
	border: 1px solid #4e4e4e;
	background-color: white;
	text-align: center;}

