/*
CSS Mall
	  
*/

a:link { color:#09C; border:none; text-decoration:none; }
a:hover { color:#999; border-bottom:1px dotted #09C; }
a:visited { color:#09C; text-decoration:none; }
* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height:1.5em;
 background: url(../Bilder/top_bg.gif); background-position:top; background-repeat:repeat-x;
}
p {
	margin:10px auto 0px;
}
h2 {
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.2em;
}
h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
 background:url(../Bilder/bakgrund.png);
 background-position:center;
 background-repeat:repeat-x;
}
/**********************************/
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
}
.header_left {
	float:left;
	margin:0 auto;
}
.logo {
	margin:0 auto;
	float:left;
	background:url(../Bilder/nybyekonomi.png);
	background-position:center;
	background-repeat:no-repeat;
	height:100px;
	width:420px;
}
.header_right {
	float:right;
	margin:0 auto;
	background:url(../Bilder/srf_logo.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:100px;
	width:150px;
}
/**********************************/
#navigation {
	 width: 900px;
	color: #09C;
	padding: 10px 10px 0px 10px;
	height: 30px;
	margin: 10px 0px 5px 0px;
	background: url(../Bilder/nav_bg.gif);
	background-position:center;
	background-repeat:repeat-x;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;

}
#navigation a:link {
	color:#000;
}
#navigation a:visited {
	color:#000;
}#navigation a:hover {
	color:#09C;
	border-bottom:none;
}


#navigation ul {
	
}
#navigation li {
	float:left;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	display:block;
	list-style:none;
	border-right:1px dotted #666;
}

/**********************************/
#content { 
 width: 900px;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 150px;
 text-align:justify;
}
#content ul {
	margin:10px;
	margin-bottom:20px;
}
#content li {
	list-style:inside;
	margin-bottom:5px;
}
.content_left {
	float:left;
	margin:0 auto;
	width:500px;
}
.content_right {
	float:right;
	margin:0 auto;
	width:380px;
}
/**********************************/
.login {
	margin:5px auto;
	float:left;
	width:140px;
}
.input {
	width:120px;
	height:13px;
	padding:5px;
	background:#F3F3F3;
	border:1px solid #CCC;
}
.login_button {
	margin:5px auto;
	float:left;
	width:50px;
}
.button {
	width:auto;
	padding:2px;
/*	padding:5px 10px;*/
	background:#F3F3F3;
	border:1px solid #CCC;
}
/**********************************/

#footer { 
 color: #333;
 width: 900px;
 min-height:20px;
 margin: 0px 10px 10px 10px;
 padding-top: 10px;
 border-top:1px solid #CCC;
}

/**********************************/

.left {
	float:left;
	margin:0 auto;
}
.right {
	float:right;
	margin:0 auto;
	width:300px;
}
.front_contact {
	float:left;
	width:60px;
}
