* {
	border-style:none;
	margin:0;
	padding:0;
}

body {
	background-color:#7b7c7c;
	background-image:url(../img/layout/bg_top.png);
	background-position:center top;
	background-repeat:repeat-x;
	color:#303030;
	font-family:Arial, Tahoma, sans-serif;
	font-size:62.5%;
	text-align:center;
}

div#wrapper {
	margin:0 auto;
	overflow:visible;
	width:1020px;
}

div#top {
	background-image:url(../img/layout/top_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:143px;
	text-align:left;
}

div#logo {
	float:left;
	margin-top:65px;
	margin-left:40px;
	width:160px;
}

div#topRight {
	float:right;
	height:100px;
	margin:12px 10px 0 0;
	width:740px;
}

div#topPic {
	background-color:transparent;
	float:left;
	height:115px;
	margin:8px 0 0 180px;
	width:315px;
}

div#searchDiv {
	float:left;
	height:40px;
	left:200px;
	width:180px;
	z-index:50;
}

div#langDiv {
	float:right;
	height:auto;
	padding:10px 4px 0 0;
	width:55px;
}

div#langDiv ul {
	list-style-type:none;
}

div#langDiv ul li {
	display:block;
	float:left;
	height:21px;
	width:21px;
}

div#langDiv ul li {
}

div#langDiv ul li a {
	display:block;
	height:21px;
	text-indent:-9999px;
	width:21px;
	opacity:0.9;
}

div#langDiv ul li a:hover {
	opacity:1;
}

div#langDiv ul li a:active {
	outline-style:none;
}

div#langDiv ul li a:focus {
	-moz-outline-style: none;
}

div#langDiv ul li a.sv {
	background-image:url(../img/layout/sv.png);
	background-position:left top;
	background-repeat:no-repeat;
}

div#langDiv ul li a.en {
	background-image:url(../img/layout/en.png);
	background-position:left top;
	background-repeat:no-repeat;
}

div#langDiv ul li a.dk {
	background-image:url(../img/layout/dk.png);
	background-position:left top;
	background-repeat:no-repeat;
}

div#nav {
	background-image:url(../img/layout/content_bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	clear:both;
	padding:0 10px;
	text-align:left;
}

div#page {
	background-image:url(../img/layout/content_bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	margin:0 3px;
	min-height:500px;
	padding:1px 10px;
	text-align:left;
}

div#welcome {
	background-image:url(../img/layout/storkdrives_welcome.jpg);
	background-position:3px top;
	background-repeat:no-repeat;
	height:387px;
	text-indent:-9999px;
	width:744px;
}

#startpage-div {
	background-image:url(../img/layout/start_content_bg.png);
	background-position:3px top;
	background-repeat:no-repeat;
	min-height:250px;
	width:744px;
}

div#start-content {
	float:left;
	min-height:200px;
	padding:30px;
	width:400px;
}

div#news {
	background-image:url(../img/layout/sep_dots_v.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	float:right;
	margin:20px 0;
	min-height:200px;
	padding:0 20px 0 30px;
	width:220px;
}

#news table {
	font-size:85%;
}

div#footer {
	background-image:url(../img/layout/footer_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
	height:75px;
	padding:7px 40px 20px;
	text-align:left;
}

.leftCol {
	background-image:url(../img/layout/leftmenu_bg.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
	width:250px;
}

.leftColDiv {
	min-height:600px;
	padding-right:1px;
	padding-left:1px;
}

p, .normal {
	color:#303132;
	font-size:1.3em;
	line-height:1.6em;
	margin:0 0 12px;
}

h1, .h1 {
	color:#404040;
	font-size:2em;
	font-weight:bold;
	margin:0 0 8px;
}

h2, .h2 {
	color:#404040;
	font-size:1.8em;
	font-style:normal;
	font-weight:bold;
	margin:0 0 4px;
}

h3, .h3 {
	color:#404040;
	font-size:1.6em;
	font-weight:bold;
	margin:9pt 0 3pt;
}

h4, .h4 {
	color:#303132;
	font-size:1.5em;
	font-weight:bold;
	margin:6pt 0 2pt;
}

h5, .h5 {
	color:#404040;
	font-size:13px;
	font-weight:bold;
	margin:0;
}

h6, .h6 {
	color:#404040;
	font-size:1.1em;
	font-weight:bold;
	margin:3pt 0 0;
}

li {
	color:#404040;
	font-size:1.3em;
	margin:0 0 8px 16px;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#c42611;
	text-decoration:underline;
}

a img {
	border-style:none;
}

hr {
	clear:both;
	display:none;
}

.newsletter {
	background-color:#f4f4f4;
	margin-top:20px;
	overflow:auto;
	padding:10px;
	-moz-border-radius:4px;
}

.submit-btn {
	background-image:url(../img/layout/skicka.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	border-width:0;
	font-size:9px;
	height:23px;
	padding:5px;
	text-align:center;
	vertical-align:top;
	width:43px;
}

input, textarea {
	border:1px solid #cccccc;
	font-size:10px;
	padding:4px;
}

small {
	font-size:11px;
}

#page hr {
	background-color:transparent;
	border-style:none none dotted;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	display:block;
	height:1px;
	margin:8px 0;
}

#nav a:active {
	outline-style:none;
}

#nav a:focus {
	-moz-outline-style: none;
}

div#searchDiv input {
	background-color:transparent;
	border-style:none none dotted;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
	padding:0;
}

table, tr, td, tbody {
	border-collapse:collapse;
	border-style:none;
}

table td {
	vertical-align:top;
}

#footer p {
	color:#ffffff;
	font-size:1.1em;
}

#footer a {
	color:#ffffff;
}

.undermeny {
	background-image:url(../img/layout/left_menu_sep.png);
	background-position:left top;
	background-repeat:repeat-x;
	color:#5d5d5e;
	font-size:11px;
	line-height:normal;
	margin:0;
	padding:5px 0 5px 30px;
	text-decoration:none;
	text-transform:uppercase;
}

.undermenyvald {
	background-image:url(../img/layout/left_menu_sep.png);
	background-position:left top;
	background-repeat:repeat-x;
	color:#000000;
	font-size:11px;
	line-height:normal;
	margin:0;
	padding:5px 0 5px 30px;
	text-decoration:none;
	text-transform:uppercase;
}

.undermeny2 {
	color:#303132;
	font-size:11px;
	line-height:normal;
	margin:0;
	padding:2px 20px 2px 30px;
	text-decoration:none;
}

.undermeny2vald {
	color:#c52611;
	font-size:11px;
	line-height:normal;
	margin:0;
	padding:2px 20px 2px 30px;
	text-decoration:none;
}

.newstitle {
}

.newstitle a {
	background-image:url(../img/layout/listdot.png);
	background-position:left 3px;
	background-repeat:no-repeat;
	color:#404040;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding-left:18px;
}

#news td .normal a {
	padding-left:18px;
}

