/* html elements */

body
{
	margin: 15px 0 15px 0;
}

td
{
	vertical-align: top;
}

ul
{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #666f66;
}

a:link
{
	color: #6A8B22;
	text-decoration: none;
}

a:visited
{
	color: #6A8B22;
	text-decoration: none;
}

a:hover
{
	color: #6A8B22;
	text-decoration: underline;
}

a:active
{
	color: #6A8B22;
	text-decoration: none;
}

/* id */

#menu
{
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	background-color: #949D04;
}

#main
{
	width: 800px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #666f66;
	line-height: 150%;
}

#reflist, #joblist
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #666f66;
}

/* classes für artikel*/

.head
{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #61666A;
	text-align: left;
}

.subhead
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #61666A;
	text-align: left;
}

.einleser
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #61666A;
	text-align: left;
}

.copy
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #61666A;
	text-align: justify;
	padding-bottom: 10px;
}

/* classes für seite */

.reffont
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #666f66;
}

.stdfont
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #666f66;
}

.busmen
{
	width: 140px;
	height: 140px;
	float:left;
	background-image: url('../img/site/bubble.jpg');
	background-repeat: no-repeat;
}

.bustd_off
{
	font-family: Arial Narrow, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.bustd_on
{
	font-family: Arial Narrow, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.vita
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #666f66;
	text-align: left;
	line-height: 150%;
	padding-right: 20px;
}

.vitatable
{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #666f66;
}

.vitatd
{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #666f66;
}

#nav_home { width: 45px; background-image: url(../img/menu/home_off.gif); }
#nav_vita { width: 65px; background-image: url(../img/menu/vita_off.gif); }
#nav_arbeiten { width: 155px; background-image: url(../img/menu/arbeiten_off.gif); }
#nav_refs { width: 105px; background-image: url(../img/menu/refs_off.gif); }
#nav_kontakt { width: 60px; background-image: url(../img/menu/kontakt_off.gif); }

#nav_home :hover { width: 45px; background-image: url(../img/menu/home_on.gif); }
#nav_vita :hover { width: 65px; background-image: url(../img/menu/vita_on.gif); }
#nav_arbeiten :hover { width: 155px; background-image: url(../img/menu/arbeiten_on.gif); }
#nav_refs :hover { width: 105px; background-image: url(../img/menu/refs_on.gif); }
#nav_kontakt :hover { width: 60px; background-image: url(../img/menu/kontakt_on.gif); }

a.reflist:link
{
	color: #666f66;
	text-decoration: none;
}

a.reflist:visited
{
	color: #666f66;
	text-decoration: none;
}

a.reflist:hover
{
	color: #666f66;
	text-decoration: underline;
}

a.reflist:active
{
	color: #666f66;
	text-decoration: none;
}

