@charset "UTF-8";
/* Image replacement */
.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow:hidden from IE5/Mac \*/
	overflow: hidden;
	/* */
}
.replace span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}


/* Ident */
#ident {
	text-align: right;
	font-size: 70%;
	min-height: 22px;
}
#ident a {
	padding-right: 22px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../../_images/ident_logo_2008_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#ident a:link {
	color: #3366CC;
}
#ident a:visited {
	color: #666666;
}
#ident a:hover {
	color: #000066;
	text-decoration: underline;
}
#ident a:active {
	color: #3366CC;
}



/* Tags */
/*h1 {
	color: #000000;
	font-size: 200%;
	line-height: 120%;
	padding-bottom: 0.5em;
	font-weight: normal;
}*/
h1 {
	color: #000000;
	font-size: 200%;
	line-height: 120%;
	text-align: right;
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
/*h2 {
	font-size: 140%;
	padding-bottom: 0.5em;
	padding-top: .5em;
}*/
h2 {
	font-size: 120%;
	padding-bottom: 7px;
	color: #000000;
}
h3 {
	margin-top: 0px;
}
h4 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
}
p {
	margin-bottom: 1em;
	margin-top: 1px;
}


/* Links */
a img {
	border-style: none;
}
a:link {
	color: #0072C6;
	text-decoration: none;
}
a:visited {
	color: #0072C6;
	text-decoration: none;
}
a:hover {
	color: #009E49;
	text-decoration: underline;
}
a:active {
	color: #0072C6;
	text-decoration: none;
}


/* Navigation */
.navigation {
	background: #0072C6 url(../images/navigation_bg.gif) repeat-x right top;
	clear: left;
	float: left;
	width: 946px;
	border-bottom: 1px solid #0039A9;
	margin-bottom:14px;
}
.navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: auto;
	border-style: none;
}
.navigation a {
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px 14px;
}
.navigation a:link {
	background: #0072C6 url(../images/navigation_a.gif) repeat-x right top;
}
.navigation a:visited {
	background: #0072C6 url(../images/navigation_a.gif) repeat-x right top;
}
.navigation a:hover {
	background: #009E49 url(../images/navigation_over.gif) repeat-x right top;
}
.navigation a:active {
	background: #0072C6 url(../images/navigation_a.gif) repeat-x right top;
}



/* Header */
#header {
	border-bottom: 1px solid #999999;
	margin-bottom: 14px;
	padding-bottom: 7px;
}
#content {

}
#contact {
	clear: both;
	margin-left: 320px;
}
#footer {
	clear: left;
	border-top: 1px solid #999999;
	float: left;
}
#footer div {
	margin: 5px 0px 0px;
	padding: 0px;
}



/* Widths */
._1 {
	width: 66px;
}
._2 {
	width: 146px;
}
._3 {
	width: 226px;
}
._3x {
	width: 277px;
	padding-bottom: 14px;
}
._4 {
	width: 306px;
}
._45 {
	width: 346px;
	margin-left: 14px;
}
._4b {
	width: 304px;
}
._5 {
	width: 386px;
}
._6 {
	width: 466px;
}
._6b {
	width: 464px;
}
._7 {
	width: 546px;
}
._8 {
	width: 626px;
}
._9 {
	width: 706px;
}
._9b {
	width: 704px;
}
._10 {
	width: 786px;
}
._11 {
	width: 866px;
}
._12 {
	width: 946px;
}



/* Boxes */
.box {
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.box > * {
	margin-right: 14px;
	margin-left: 14px;
}
.box-error {
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 14px;
	background: #F8F8F8 url(../_images/attention.gif) no-repeat 40px 42px;
	padding: 28px 66px 28px 146px;
}
.box-form {
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 14px;
	padding: 28px;
	background: #F8F8F8;
}
.box-ok {
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 14px;
	background: #F8F8F8 url(../_images/ok.gif) no-repeat 40px 42px;
	padding: 28px 66px 28px 146px;
}
.box h2, .box-error h2, .box-ok h2 {
	border-bottom: 1px solid #999999;
	padding-bottom: 7px;
}



/* Useful */
.ml {
	margin-left: 14px;
}
.mt {
	margin-top: 14px;
}
.mt0 {
	margin-top: 0px;
}
.mn {
	margin: 0;
}
.pn {
	padding: 0;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.db {
	display: block;
}
.bn {
	border: 0;
}
.b1px {
	border-width: 1px;
}
.bt {
	border-top: 1px solid #CCCCCC;	
}
.pad {
	padding-top: 7px;
	padding-bottom: 7px;
}
.pad1 {
	padding-bottom: 7px;
}
.vp {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
}
.uc {
	text-transform: uppercase;
	font-size: 80%;
}
.smaller {
	font-size: 85%;
	line-height: normal;
}
.notbold {
	font-weight: normal;
}
.red {
	color: #CC0000;
}
/*.aau {
	width: 80px;
	text-align: center;
}
.w1 {
	width: 342px;
}
.offset {
	position: relative;
	top: 4px;
}*/



.button {
	text-align: right;
	border: 1px solid #999999;
	padding: 7px;
	margin-bottom: 14px;
}
.emphasise {
	font-size: 150%;
	background: #99CCFF;
}



/* Forms */
form p {
	clear: both;
	margin-top: 1px;
	margin-bottom: 1em;
}
label {
	float: left;
	width: 150px;
}
.black {
	color: #000000;
	font-weight: bold;
}
.reverse label {
	width: auto;
	clear:none;
	float: left;
	margin-right: 5px;
}
.reverse input {
	float: left;
	clear: left;
}


/* Blockquote */
#content blockquote {
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	background-image: none;
	margin: 14px 0px;
}
blockquote > div {
	margin: 14px 28px;
}

blockquote div h2 {
	color: #000000;
	font-size: 200%;
	line-height: 120%;
	text-align: right;
	font-weight: bold;
	margin-top: 0px;
	/*margin-bottom:28px;*/
	padding: 0px;
}
blockquote div h3 {
	font-size: 120%;
	padding-bottom: 7px;
	color: #000000;
}
blockquote div h4 {
	margin-bottom: 7px;
	border: none;
}
blockquote div h5 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
}
blockquote div, blockquote div {
	display: block;
	width: 648px;
}
.rules {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: .5em;
	padding-bottom: .5em;
}

