@CHARSET "UTF-8";

body {
	background-color: #FFFFFF;
	}

.hidden {
	position:absolute;
	top:-10000px;
	left:-10000px;
	/* display: none; */
}
.noprint {
	display:none;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


a:link:after, a:visited:after {
	content: "";
    font-weight: normal;
}
a:link, a:visited {
    font-weight: normal;
    text-decoration: none;
}

/********************************************
	Basic Layout
 ********************************************/
#content h2.line {
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 10px;
	}
	
#content h2 {
    margin-bottom: 1em;
    }
	
#content h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	}
img, a img {
 border: 1px solid #cccccc;
 }
 img.logo{
    padding: 10px;
 }
/**********************
	Header
 **********************/

#header h1 {
	margin-top:10px;
}

#header .subline {
	font-size: 0.8em;
}

/**********************
    Footer
 **********************/
#footer {
	border-top: 1px solid #cccccc;
}

/**********************
	Content
 **********************/

#content {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	/*-moz-border-radius: 10px;*/
}

/********************************************
    Links
 ********************************************/

a, a:link, a:visited, active,
a p, a:link p, a:visited p, active p{
    color:#000000;
    text-decoration:underline;
}

#header a {
    text-decoration:none;
    font-weight:bold;
    color:#000000;
}
#headernav a.link,
#subnav a.link {
    display: none;
}


/* links im header h1 */
#header a:link:after, #header a:visited:after {
    content: "";
}

/********************************************
    tables
 ********************************************/
table {
	border-collapse:collapse;
	width: 100%;
	border: 1px solid #C8D9E9;
	clear: both;
	empty-cells: show;
	}
td, th {
    border: 1px solid #C8D9E9;
    padding: 1px 2px 4px;
    text-align: left;
    vertical-align: top;
    }
tr.even td{background-color:#FFFFFF;}
tr.odd td{background-color:#F2F8FC;}
th{background-color:#ECF2F7;}
td{background-color:#FFFFFF;}

/************************************
   helper classes
 ************************************/
.margintop {
    margin-top: 15px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
/************************************
   FORMS classes
 ************************************/
 fieldset {
    border: 1px solid #CCCCCC;
    margin: 0 0 1.5em;
    padding: 1.4em;
    display: block;
 }
