/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */

  * {	
 margin: 0;
 padding: 0;
}
 
html{height:100%;}




body{
background-color:#f7f7f7;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #666;
margin:0 auto;
}

#wrapper2{
margin: 0 auto;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
background-position:center;
width:964px;
height: 100%;
}


#tekst{
	padding-left: 8px;
	padding-top: 15px;
	
}

#talen{
	height: 23px;
	width: 94px;
	background-image:url(../images/talen.jpg);
	padding-bottom:2px;
	padding-top: 2px;
	padding-left: 50px;
	padding-right: 10px;
	left: 45%;
	position:absolute;
	border:none;
}

a.unisigns{
	background-image:url(../images/unisigns.jpg);
	display:block;
	height:118px;
	width:36px;
float: right;
position:relative;
left: 38px;
}
a.unisigns:hover{
	background-image:url(../images/unisigns_o.jpg);
	
}

/*  Heading Formatting */
h1 {font-size:11pt;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	color: #009;
	text-decoration: none;
	font-size: 10pt;
}
a:visited {
	color: #009;
	text-decoration: none;
	font-size: 10pt;
}

a:hover {
	color: #659FDE;
	text-decoration: none;
	font-size: 10pt;
}

img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
