/*RESET CSS v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,table
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000;
}
td, th {
	padding: 10px;
}
body {
	line-height: 1;
	color:#0066FF;
	font-size: 11px;
	font-family: Tahoma;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  WEBSITE CSS  */
body {
	background-color:#dedede;
	background-image:url(../images/background_global.png);
	background-repeat:repeat-x;
}

h1, h2, h3, h4 {
  font-family: "anivers-1","anivers-2",sans-serif;
}

h1 {
	font-size: 22px;
	color: #00aeef;
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	color: #707070;
	margin-bottom: 15px;
}

h3 {
	font-size: 16px;
	color: #707070;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #00aeef;
	margin-bottom: 7px;
}

p {
	font-size: 11px;
	color: #363636;
	font-family: Tahoma, Arial;
	line-height: 1.6em;
	margin-bottom: 10px;
}

a {
  color: #00aeef;
}

a:link {
 text-decoration: none;
 color: #00aeef;
}

a:visited {
 text-decoration: none;
 color: #00aeef;
}

a:hover {
 text-decoration: underline;
 color: #00aeef;
}

a:visited:hover {
	text-decoration: underline;
	color: #00aeef;
}


/* --- ROUNDED BOXES --- */
.roundtable_7 {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.roundtable_top_7 {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

.roundtable_bottom_3 {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}

.roundtable_left_3 {
	border-radius: 3px 0px 3px 0px;
	-moz-border-radius: 3px 0px 3px 0px;
	-khtml-border-radius: 3px 0px 3px 0px;
	-webkit-border-radius: 3px 0px 3px 0px;
}

.roundtable_right_3 {
	border-radius: 0px 3px 0px 3px;
	-moz-border-radius: 0px 3px 0px 3px;
	-khtml-border-radius: 0px 3px 0px 3px;
	-webkit-border-radius: 0px 3px 0px 3px;
}

.roundtable_5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.roundtable_top_5 {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.roundtable_bottom_5 {
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

.roundtable_left_5 {
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-khtml-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}

.roundtable_right_5 {
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-khtml-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}

.roundtable_left_top_5 {
	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	-khtml-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
}

.roundtable_right_top_5 {
	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	-khtml-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
}


	
/* --- PAGE GLOBAL LAYOUT --- */
#pagelayout {
	margin: 0px auto 0px auto;
	width: 960px;
	background-image:url(../images/background_global.png);
	background-repeat:repeat-x;
}

.clear {clear:both}

/* --- HEADER LAYOUT --- */

#header {
	margin: 0px auto 0px auto;
	width: 960px;
	background-color:#FFFFFF;
	background-image:url(../images/background_header.png);
	background-repeat:repeat-x;
}

#header_slogen {
	float:left;
	width: 400px;
	margin: 3px 0px 3px 0px;
}

#header_slogen p {
	font-size: 10px;
	color:#FFF;
	text-shadow: 0.1em 0.1em #004995
}

#header_login {
	visibility: hidden
}

#header_logo {
	float:left;
	width: 200px;
	margin: 7px 0px 0px 0px;
}

#header_date {
	float:right;
	width: 200px;
	height: 60px;
	margin: 0px 30px 0px 0px;
	border: 1px dotted green;
	visibility: hidden
}

#stage {
	width: 960px;
	height: 290px;
	margin-bottom: 30px;
	margin-top: 18px;
}

#menu_horisontal {
	width: 600px;
	margin: 0px 0px 0px 230px;
	height: 4	0px;
}

#menu_horisontal ul li{ 
	display: inline;
  	font-family: "anivers-1","anivers-2",sans-serif;
	font-size: 18px;
	margin-right: 18px;
	color:#898989;
}

#menu_horisontal ul li a{ 
	color:#00aeef;
	text-decoration: none;
/*	text-shadow: 0.1em 0.1em #004995
*/}

#menu_horisontal ul li a:hover { 
	color:#999;
	text-decoration: none;
/*	text-shadow: 0.1em 0.1em #004995
*/}

#navigation {
	width: 600px;
	margin: 15px 0px 15px 0px;
	height: 15px;
}

/* --- PAGE LAYOUT --- */

#page_left {
	float:left;
	width: 200px;
}

#verticalmenu {
	width: 170px;
	border: 1px solid #b7b7b7;
	background-color:#FFF;
	padding: 15px;
	margin-top: 17px;
}

#verticalmenu ul { 
	width: 165px;
	list-style-image:url(../images/arrow_leftmenu.png);
	list-style-position: outside;
}

#verticalmenu ul li{ 
 	font-family: "anivers-1","anivers-2",sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0px 5px 0px;
	margin-left: 20px;
}

#page_right {
	float:right;
	width: 730px;
}

#bodyselect {
	width: 730px;
	border: 1px solid #b7b7b7;
	background-color:#FFF;
	background-image:url(../images/background_bodyselect.png);
	background-repeat:repeat;
	background-position:bottom;
}

#bodyselect_col1 {
	float:left;
	width: 360px;
	padding: 15px 0px 0px 10px;
}

#bodyselect_col2 {
	float:right;
	width: 320px;
	padding: 15px 10px 15px 10px
}

#mainpage_col1, #mainpage_col2 {
	float:left;
	width: 230px;
	margin-right: 20px;
	margin-top: 30px;
}

#mainpage_col3 {
	float:right;
	width: 230px;
	margin-top: 30px;
}

.mainpage_box {
	width: 200px;
	height: 80px;
	border: 1px solid #b7b7b7;
	background-color:#FFF;
	padding: 15px;
}

#content {
	width: 700px;
	border: 1px solid #b7b7b7;
	background-color:#FFF;
	background-repeat:repeat;
	background-position:bottom;
	padding: 30px 15px 30px 15px
}


/* --- FOOTER  LAYOUT --- */
#pagelayout_footer {
	background-color:  #333;
	margin-top: 30px;
	bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 80px
}

#footer {
	margin: 0px auto 0px auto;
	width: 960px;
}

#footer p, #footer p strong{
	color:#666;
	font-size: 9px;
	line-height: 2.2em;
}

#footer_col1 {
	float: left;
	width: 200px;
	height: 80px;
	text-align: right;
	margin-right: 30px
}

#footer_col2 {
	float: left;
	width: 460px;
height: 80px
}

#footer_col3 {
	float: right;
	width: 230px;
	height: 80px;
	text-align: right;
	vertical-align:  text-top
}

#content h2 {
	color: #00aeef;
}

#content li {
	font-size: 11px;
	color: #666;
	font-family: Tahoma, Arial;
	line-height: 1.6em;
	margin-bottom: 10px;
	list-style-image:url(../images/arrow-indexgrey.png);
	margin-left: 15px;
}

p {
	font-size: 11px;
	color: #666;
	font-family: Tahoma, Arial;
	line-height: 1.6em;
	margin-bottom: 10px;
}

strong  {
	font-size: 11px;
	color: #666;
	font-family: Tahoma, Arial;
	line-height: 1.6em;
	margin-bottom: 10px;
	font-weight: bold;
}

.list {
	width: 100%;
	margin-bottom: 30px
}

.list th {
	font-size: 11px;
	color: #FFF;
	background-color:#666;
	font-family: Tahoma, Arial;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: left
}

.list td {
	font-size: 11px;
	color: #666;
	font-family: Tahoma, Arial;
	line-height: 1.6em;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	width: 200px
}

/* **************  FIELDSET&MORE  ***************** */
fieldset {
	margin-top: 30px;
	width: 610px;;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #c8dfdc;
	background-color: #fff;
	padding: 10px 20px 20px 20px;
}

legend {	
	color:#0099CC;
	font:14px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin:-18px 0 0 -11px;
	font-weight:bold;
}


dl {clear:both;}
dt {
	float:left;
	text-align:right; 
	width:200px; 
	padding-top: 5px;
	padding-bottom: 5px;
	height-min: 18px;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
		color: #666666;
		margin-right: 20px;
		font-weight: bold
}
dd {
	float:left;
	width:345px;
	padding-top: 5px;
	padding-bottom: 5px;
	height-min: 18px;
		font:11px Tahoma, Arial, Helvetica, sans-serif;
		color: #666666;
}

.border_none {border: none}


