@import url(extra.css);

a {
	background: url(../graphics/bgr_link.gif) 0em 1em repeat-x;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../graphics/bgr_site.gif);
	font-family: bitstream vera sans,sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
    color: #000000;
}

span.title {
	font-size: 1.2em;
	color: #003366;
	text-align: center;
	font-weight: bold;
}

span.auto{
	color: #000080;
	font-style: italic;
	font-weight: bold;
}

span.way{
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

.bold{
	color: #003399;
	font-weight: bold;
	text-decoration:none;
}


p {
	text-align: justify;
	text-indent: 1em;
}

p:first-letter {
	font-size: 1.3em;
}
 
li { 
	list-style-type: disc; 
} 

#barend {
	background: url(../graphics/bgr_top.gif);
	text-align: right;
	height: 50px;
	font-size:0px;
	min-width: 750px;
	white-space: nowrap;
}

#menu {
	position: absolute;
	white-space: nowrap;
	font-size: 0px;
}

#menu img {
	margin: 0px 15px 10px 15px;
}

#menu #logo {
	margin: 0px;
}

#languages {
	width: 46px;
	font-size: 0px;
	position: absolute;
	top: 60px;
	left: 15px;
}

#content {
	background: url(../graphics/bgr_main.jpg);
	margin: 0px 33px 0px 36px;
	border-left: 1px solid #C8AF6C;
	border-right: 1px solid #C8AF6C;
	padding: 1em;
}

#left {
	background: url(../graphics/bgr_left.jpg) repeat-y;
}

#right {
	background: url(../graphics/bgr_right.gif) 100% 0% repeat-y;
	vertical-align: bottom;
	min-width: 750px;
}

#bottombar {
	background: url(../graphics/bgr_barbottom.gif) repeat-x;
	height: 21px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 2px;
	padding-right: 36px;
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;

}

#bottombgr {
	vertical-align: bottom;
	text-align: right;
	height: 55px;
	background: url(../graphics/bgr_bottom.gif);
}

#bottombgr img {
	margin: 10px;
}

html>body #spacer {
	float: left;
	width: 26px;
	height: 100px;
}

img.photo {
	border-style: solid;
	padding: 1px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-color: #C8AF6C;
	background: #C8C86C;
}

span.cartitleheader{
	color: black;
	font-size: 8pt;
}

span.cartitle{
	color: #003399;
	font-weight: bold;
}

tr.cartitle{
	background: #F0F0F0;
}

td.carcol1{
	width: 15%;
	
	font-weight: bold;
}

td.carcol2{
	width: 70%;
	text-align: left;
}

.carlist a {
	text-decoration: none;
}

#errors .required {
	display: block;
	margin: 10px 0px;
	text-align: left;
}


#errors .email {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

#errors .fieldname {
	font-weight: bold;
}

#errors .errormessage {
	color: #990000;
	background: #DDDDCC;
	border: 1px solid #AA0000;
	display: block;
	padding: 5px;
}