/* 

Mathiaz.org
CSS Fil

Utvikler:
Mathias Jeremiassen

Beskyttet av åndsverkloven
Kopiering er forbudt uten samtykke

*/


html {
	font-size: 10px;
	font-family: Verdana;
	color:#553;
}




body {
background:#e0dfde;
}


* {
outline:none;
list-style:none;
}


#header {
width: 800px;
height: 150px;
background-image:url('header.png');
text-align:center;
font:2.9em Arial;
color:#553;
border-bottom:1px solid #24302c;
}


#container {
width: 800px;
height:700px;
margin: 0 auto;
background:url('cont_back2.png');
background-repeat:repeat-x;
}



#navigation {
width:800px;
height:41px;
background-image:url('navi_a.png');
background-repeat:repeat-x;
}

#navigation ul {padding: 0; margin:0;}
#navigation li {list-style: none; float:left;}
#navigation li a {
	color: #553;
	display: block;
	font: bold 1em Tahoma,sans-serif;
	line-height: 41px;
	padding: 0 43px;
	text-align: center;
	text-decoration: none;
	

	
}


#navigation a:hover {
	color: #221;
	background:#d2dfff;
	text-decoration:underline;
	
}

#content {
width:650px;
height:400px;
margin:20px;
padding:20px;
color:#553;
font:1.1em Tahoma;
}



h1#overskrift {
color:#553;
font:2.2em Verdana;
margin:-1px;
}

.text {
color:#553;
width:550px;
font:1.1em Tahoma;

}




a:link {color: #221; text-decoration:none} 
a:visited {color: #221; text-decoration:none} 
a:hover {color: #7C6F5C; text-decoration:underline}

#innhold {
font:1.4em cursive;
}




h2 {
color:black;
padding:2px;
text-transform: uppercase;
border-bottom:1px dashed #baab94;
}

#content em:first-child
{
font-weight:bold
}





#footer {
text-align:center;
margin:0 auto;
}

textarea {
margin: 0 0 0 10px;
background: #d2dfff;
border: 1px solid #5c6367;
padding: 2px;
color:#553;
}

input {
margin: 0 0 0 10px;
background: #d2dfff;
border: 1px solid #5c6367;
padding: 2px;
color:#553;

}

p.input {
color:#553;
}

table.vacancies {table-layout: fixed}

#down_cont_navi {
text-align:center;
margin-top:30px;
}

.box {
padding:5px;
width:530px;
}


.date {
color:#553;
float:right;
}

.by {
color:#553;
}

.clear {
clear:both;
background:#ccd9f7; /* Insert */
}

.titletext {
	font:1.7em Helvetica;
	font-weight:bold;
	text-align:center;


}

#yes {
background: url('yes.png');
width:38px;
height:18px;
margin:0 auto;
}


