img { border: 0px; }

body {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial;
}

body, td {
	font-size: 11px;
	color: #3e3225;
}


a { color: #f97125; text-decoration: underline; }
a:hover { color: #f97125; text-decoration: none; }


form {
	padding: 0px;
	margin: 0px;
}



p {
	padding: 0px;
	margin: 7px 0px;
	line-height: 16px;
}


ul, ol {
/*	list-style: none; */
	padding: 0px;
	margin: 5px 0px 10px 35px;
}

/*ul li, ol li {
	padding: 3px 0px 4px 0px;
//	background: url(/img/li-disc.gif) 0px 9px no-repeat;
}*/

li {
	text-align: justify;
	padding-bottom: 7px;
	padding-top: 0px;
}




.topmenu {
	background: url(/img/topmenu-bullet.gif) left 50% no-repeat;
	padding-left: 12px;
	margin-right: 10px;
	margin-top: -2px;
	font-family: arial;
	font-size: 13px;
	float: left;
}
.topmenu a:link, .topmenu a:visited { color: white; text-decoration: none; }
.topmenu a:hover { color: white; text-decoration: underline; }


.menu {
	padding-bottom: 12px;
}

.menu .level1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 10px;
	color: #555;
}

.menu .level2 {
	padding-bottom: 12px;
}

.menu .level2 a {
	padding: 4px 6px 4px 24px;
	margin-left: 22px;
	font-size: 14px;
	background-position: 8px 6px;
}

.menu a {
	display: block;
	background: url(/img/menu-bullet.gif) 8px 9px no-repeat;
	margin: 0px;
	padding: 7px 6px 7px 24px;
	color: white;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-family: 'arial narrow';
}
.menu a:hover {
	color: white;
	text-decoration: underline;
}

.menu a.sel:link, .menu a.sel:visited, .menu a.sel:hover {
	color: #555555;
	background-color: #c0c6ce;
//	background: url(/img/menu-sel-bg.gif) repeat-x;
}
.menu .level2 a.sel:link, .menu .level2 a.sel:visited, .menu .level2 a.sel:hover {
}


.login {
	width: 126px;
	border: 1px solid #aca7a0;
}


a.white { color: white; text-decoration: none; }
a.white:hover { color: white; text-decoration: underline; }


a.black, .a_black a { color: black; text-decoration: none; }
a.black:hover, .a_black a:hover { color: black; text-decoration: underline; }


h1, .bigorange {
	color: #f37429;
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	font-family: 'arial narrow';
}


h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 14px;
}

h2 {
	font-size:1.4em;
	margin-top: 12px;
	margin-bottom: 8px;
}

h3 {
	font-size:13px;
	margin-top:10px;
	margin-bottom:3px;
	padding-bottom:0px;
}

h4 {
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	text-align: center;
}


div.bullet_big
{
	background: url(/img/bigbullet.gif) left top no-repeat;
	padding: 5px 0px 5px 35px;
	text-transform: uppercase;
}

div.bullet_very_big
{
	color: #f37429;
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	font-family: 'arial narrow';
	background: url(/img/bigbullet.gif) left top no-repeat;
	padding: 0px 0px 5px 35px;
	text-transform: uppercase;
}

.date {
	color: #ef8136;
}

.item {
	margin-bottom: 20px;
}

.bannerleft {
	margin: 0px 0px 10px -20px;
	padding-left: 24px;
	height: 60px;
	background: url(/img/bannerleft.gif) left top no-repeat;
	margin-bottom: 10px;
}

.bannerright {
    padding:0px;
    margin:0px;
	padding-left: 0px;
	float:right;
}



.bullet {
	padding-left: 12px;
	background: url(/img/bullet.gif) left 50% no-repeat;
	display: inline;
}

.gr-top {
	background: #e4e3df url(/img/gr-tr.gif) right top no-repeat;
	height: 13px;
}
.gr-middle {
	background: #e4e3df;
}
.gr-bottom {
	background: #e4e3df url(/img/gr-br.gif) right top no-repeat;
	height: 13px;
}

.pink {
	color: #e9395e;
}

.vac_text {
	font-size: 10px;
}


input {
	font-size: 12px;
}


table.rekl {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

table.rekl th {
	font-size:12px;
   background: #f0f0f0;
	padding: 5px;
}
table.rekl td {
	padding: 5px;
	border: 1px solid #cccccc;
}



table.list { border-collapse: collapse; }
table.list th {
	font-size:12px;
   background: #f0f0f0;
	padding: 3px;
	border: 1px solid #cfcfcf;
}
table.list td {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #cfcfcf;
}
table.list td.gray {
	background: #f0f0f0;
	text-align: left;
}
table.list td.left {
	text-align: left;
	padding-left: 10px;
}



table.std {
	border-collapse: collapse;
}
table.std th {
	font-size: 12px;
   background: #f0f0f0;
	padding: 4px;
	color: #000000;
	border: 1px solid #cfcfcf;
}
table.std td {
	padding: 4px;
	border: 1px solid #cfcfcf;
}
table.std .gray {
	background: #f7f7f7;
}


table.resume {
        width:70%;
        background-color:#999999;
 	}
table.resume tr {background-color:#ffffff;}
table.resume td {
	font-size:11px;
   font-weight:normal;
}
input.resume {width:100%;}



.news_header {
	margin: 3px 0px 5px 0px;
	font-weight: bold;
}

.news_announce {
	line-height: 12px;
}

.news_announce p {
	margin: 0px;
	line-height: 12px;
}


.link_color { color: #f97125; }

.error {
	color: red;
}

