
/* Version: 1.0 Author: Søren Bie Author URI: http://moonbase.dk Theme URL: http://wiinstedt.dk Theme Name: Wiinstedt.dk Default Description: Clean orange Copyright: No (please re-use without permission). */
/* --- Custom css --- */
@charset "utf-8";
* {
	margin: 0;
	padding: 0; }
body {
	background: #f5f5f5;
	color:#141414;
	font-size: 13px;
	font-family:"Trebuchet ms", Arial, Verdana, Lucida-grande, sans-serif;
	cursor:default;
	line-height:14px; /* for internet explorer, text-align should be center */ text-align:left; }
html, ul, li, ol, ul {
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none 0; }
/* --- a --- */
a.img {
	border:0; }
a:focus {
	outline: none 0; }
/* links */
a:link, a:visited {
	color: #c53d13;
	background-color: #fff;
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: 1px dotted #ccc; }
a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: 1px dotted #ccc; }
/* --- btn --- */
a.info-btn {
	padding-right: 1.2em;
	background: url(../img_index/btn/bullet-circle.gif) no-repeat 100% 0.3em; }
a:hover.info-btn {
	background-image: url(../img_index/btn/bullet-on.gif); }
a.info-btn {
	padding: 6px 24px 6px 14px;
	font-size: 0.9em;
	color: rgba(0,0,0,.55) !important;
	background: rgba(155,151,109,.16) url(../img_index/imgicon-nextarr.gif) no-repeat 100% 50% url('(EmptyReference!)') url('(EmptyReference!)') url('(EmptyReference!)') url('(EmptyReference!)') url('(EmptyReference!)') url('(EmptyReference!)');
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: color, background-color .2s ease-out; }
a.info-btn-alt {
	padding: 2px 8px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff !important;
	border: solid 1px #c04e37;
	background-color: #c04e37;
	background-image: url(../img_index/btn/glass-btn.png);
	background-repeat: repeat-x;
	background-position: 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-transition: color, background-color .2s ease-in; }
a.info-btn:hover {
	color: #666 !important;
	background-color: rgba(155,151,109,.25); }
a.info-btn-alt:hover {
	border-color: #8c3929;
	background-color: #8c3929; }
/* --- Link img --- */
.link_lup {
	background-image: url(../img_index/0_bullets/mini_lup.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	padding-right:12px; }
.link_more {
	background-image: url(../img_index/0_bullets/bitpil_next_v1.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	margin-left: 4px;
	padding-right:12px; }
.link_email {
	background-image: url(../img_index/0_bullets/footer_email.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	padding-right:18px; }
.link_arrow {
	background-image: url(../img_index/0_arrows/bull-ar-open.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	padding-right:12px; }
.link_article {
	background-image: url(../img_index/0_bullets/0178_multiple_documents.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	padding-right:15px; }
.link_sound {
	background-image: url(../img_index/0_bullets/music_01.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	padding-right:12px; }
.link_download {
	background-image: url(../img_index/0_bullets/mb_download.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 50%;
	padding-right:14px; }
/* ============================= site design container ====================== */
#header {
	width:100%;
	height: auto;
	padding-top:15px; }
#container {
	width:900px;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-left: auto; }
#mid_content {
	width:600px;
	padding-right:10px;
	background-image:url(../img_index/0_bg/dots_v.gif);
	background-position:left top;
	background-repeat:repeat-y;
	float: left;
	padding-left: 10px; }
#main {
	height: auto;
	margin: 5px 5px 5px 260px;
	padding: 15px;
	border-top-width: 0;
	border-left-color: silver; }
#left {
	float:left;
	width:250px;
	color:black;
	height: auto;
	margin-top: 30px;
	margin-left: 40px; }
#footer {
	clear:left;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	height: auto;
	float: left; }
.spacer {
	width:100%;
	height:15px; }
.left {
	float:left;
	font-size:10px;
	height: auto;
	margin-top:5px; }
.right {
	float:right;
	font-size:10px;
	height: auto;
	margin-top:5px; }
/* ============================= site specific styles ====================== */
#content img {
	float:left;
	display:inline;
	margin-right:10px;
	border:solid 1px #ccc;
	padding:1em 0;
	background:#fff; }
#content img.alt {
	float:right;
	margin-right:0;
	margin-left:10px; }
/*_____________________bordersets MAKE FLOW_____________________*/
.bordersets01solid {
	font-family: verdana; /* ! */ background-color: #fff;
	background-repeat: repeat-x;
	height: 14px;
	padding-left: 3px;
	border: solid 1px #e0e0e0; }
.bordersets02solid {
	background-color: white;
	height: 14px;
	padding: 2px 2px 4px;
	border: dotted 1px #280153; }
.bordersets03dot {
	font-family: verdana; /* ! */ background-color: #fff;
	background-repeat: repeat-x;
	height: 14px;
	padding-left: 3px;
	border: dotted 1px #cccccc; }
.bordersets04 {
	border-top: 1px dotted #545454;
	border-bottom: 1px dotted #545454;
	padding:0 0 3px 15px;
	color:#010039;
	font: bold 10px / 15px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; }
.bordersets04 a:link {
	color: #f00;
	text-align: justify;
	border-bottom: 1px dotted #ccc; }
.bordersets04 a:visited {
	color: #ff5e00;
	text-align: justify;
	border-bottom: 1px dotted #ccc; }
.bordersets04 a:hover {
	color: #ef0cd1;
	text-align: justify; }
.bordersets04 a:active {
	color: #f00;
	text-align: justify;
	border-bottom: 1px dotted #ccc; }
/* ============================= site specific styles ====================== */
iframe {
	margin:0; }
.splitter0 {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top:1px dotted #d6d5d7; }
.splitter1 {
	height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px dotted #e4e4e4; }
.splitter2 {
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: 1px dotted #e4e4e4; }
.splitter3 { height: 1px; margin-top: 4px; margin-bottom: 4px; padding-top: 4px; padding-bottom: 4px; border-top: 1px dotted #f6f6f6; }
/*_____________________Images_____________________*/
img.left_hov {
	float: left;
	margin: 2px 8px 2px 2px;
	border: solid 1px #e6e6e6;
	padding: 2px; }
img.left_hov:hover {
	float: left;
	margin: 2px 8px 2px 2px;
	padding: 2px;
	border: solid 1px #333; }
img.right_hov {
	float: right;
	margin-left: 4px;
	padding: 4px;
	border: solid 1px #e6e6e6; }
img.right_hov:hover {
	float: right;
	padding: 4px;
	border: dotted 1px #333; }
img.bordered, img.left, img.right { border: solid 1px #ddd; }
/* Transition - MO */
#trans_mo { }
#trans_mo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; }
#trans_mo ul li {
	width: 30%;
	float: left;
	margin: 1px;
	padding: 0; }
#trans_mo ul li a {
	float: left;
	margin: 0;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #c53d13;
	text-decoration: none;
	-webkit-transition: color .3s linear; }
#trans_mo li a em {
	font-size: 11px;
	display: block;
	margin: 2px 0 0;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	opacity: .7  }
#trans_mo li a:hover {
	color: #000; }
#trans_mo li.active a {
	color: #fff; }
#trans_mo li.active a em {
	opacity: .6; }
