/*-----------------------------------------------------------------------------
Maidhemservice Screen Stylesheet

version:   1.0
date:      26/02/10
author:    Tomas Jönsson
email:     tomas@jrmedia.se

website:   http://www.Maidhemservice.se

version history:
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* { margin: 0; padding: 0; border: 0; }

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear { clear:both; }
.right { float: right; }
.left { float: left; }

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 13px/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	background: #FFFFFF;
	color: #4a4a4a;	
	text-align:center;
}

#wrapper { 
	width: 940px; /* Set page width here - you can also use percentage */
	text-align:left;  
	margin: 0 auto;
}

body#tinymce { /* Set the same width here as your #content */
	background: #FFF;
    border: solid 1px #CCC;
    margin: 10px;
	text-align: left;
    width: 540px;
}

/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 37px;
    line-height: 1.3;
}
	
h2 {
	color: #c52b30;
	font-size: 21px;
	font-weight: bold;
}
	
h3 {
	font-size: 20px;
}
	
h4 {
	color: #c1182c;
	font-size: 15px;
    margin: 5px 0 5px 0;
}
	
h5 {
	font-size: 14px;
}
	
p, q, cite {
	font-size: 13px;
    line-height: 19px;
    margin: 0 0 15px 0;
}

ul, ol, dl {
	list-style: round;
    list-style-images: url('_img/dot.png');
	font-size: 13px;
    padding: 0 0 0 30px;
}

li, dd, dt {
	font-size: 13px; 	
}

a, a:active {
	color: #3D3D3D;
    text-decoration: none;
}

a:hover {
    color: #000;	
    text-decoration: underline;
}

table {	
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	float: left;
	margin: 20px 0 0px 0;
	width: 940px;
}
#logo {
	background: url('_img/header-logo.png') top left no-repeat;
	float: left;
    height: 70px;
    margin: 5px 0 0 0;
    width: 140px;
}

/* Search input */
input.search {
	color: #9e9a99;
    padding: 3px;
    margin: 1px 0 0 10px;
	border: 1px solid #dedede;	
}
/* Navigation - Header 
-----------------------------------------------------------------------------*/
#menu ul {
    float: right;
    margin: 40px 0 0 0;
    padding: 0;
}
#menu li {
	float: left;
	list-style: none; 
    margin: 0 0px 0 0;

}
#menu li a {
	display: block;
    text-decoration: none;
	padding: 5px 10px;
}

#menu li.active a {
	color: #CF2127;
}

/* Navigation - You are here
-----------------------------------------------------------------------------*/
#yah {
	border-bottom: 1px solid #bebebe;
	float:left;
    padding: 8px 0 8px 0;
	z-index: 10;
    width: 940px;
}

#yah b {
	color: #CF2127;
}


/* Navigation - Left Content
-----------------------------------------------------------------------------*/
#navi {
	float: left;
	width: 160px;
}
#navi ul {
	padding: 0;
}
#navi ul ul {
    margin: 0 0 0 10px;
}

#navi li {
	list-style: none;
    padding: 0 0 6px 0;
}
#navi li li {
	list-style: none;
    padding: 6px 0 0 0;
}
#navi b {
	color: #cf2127;
    font-size: 10px;
}
#navi a.active {
	color: #cf2127;
    font-weight: bold;
}


/* Slider
-----------------------------------------------------------------------------*/
#slider {
	float: left;
}


/* Headline + Subline
-----------------------------------------------------------------------------*/
#content-headline {
    float: left;
    height: 100px;
}
#content #headline {
	position: absolute;
    margin: -95px 0 0 0;
    width: 700px;
}
#content #headline b {
	color: #cc0d24;
}


/* Sidebar
-----------------------------------------------------------------------------*/
div#sidebar {
	float: right;
	width: 220px;
}
div#sidebar ul#news {
    padding: 0 0 10px 0;
}
div#sidebar ul#news li {
	list-style: none;
    padding: 0 0 15px 0;
}
div#sidebar ul#news li a:hover {
	text-decoration: none;
    font-size: 13px;
}
div#sidebar ul#news li b#datetime {
	color: #cf2127;
    display: block;
    font-size: 9px;
}
div#sidebar ul#news li b#headline {
	color: #363636;
    display: block;
    font-size: 13px;
}

div#contact-us {
	background: #000;
}
div#what-cost {
	background: #434343;
    margin: 10px 0;   
}
div#contact-us h3, div#what-cost h3 {
	color: #FFF;
}
div#contact-us a, div#what-cost a {
	color: #FFF;
	font-weight: bold;
    display: block;
    padding: 15px;
}
div#contact-us a:hover, div#what-cost a:hover, div#contact-us a:hover h3, div#what-cost a:hover h3 {
	color: #EEE;
    text-decoration: none;
}

/* News */
ul#news {
    list-style: none;
	padding: 0px;
}

ul#news li {
	border-bottom: solid 1px #CCC;
    margin: 0 0 20px 0;
}
ul#news li h3 {
	font-size: 18px;
}
ul#news li div {
	display: block;
    padding: 0 0 20px 0;
}
ul#news li b.posted {
	display: block;
    font-size: 10px;
    margin: 0 0 10px 0;
    color: #CF2127;
}
ul#news li b.summary {
	display: block;
    margin: 0 0 10px 0;
}
/* Content + Content wrapper
-----------------------------------------------------------------------------*/
#content-wrapper {
	border-top: solid 1px #BEBEBE;
    float: left;
    padding: 10px 0 0 0;
    width: 940px;
}
#content {
	float: left;
	width: 540px;
}
#content a, #tinymce a {
	color: #C1182C;
}

.content-left {
	float: left;
    margin: 0 0 20px 0;
    width: 260px;
}
.content-right {
	float: right;
    margin: 0 0 20px 0;
    width: 260px;
}

.content-left a, .content-right a {
	color: #c1182c;
}
.content-left a:hover, .content-right a:hover {
	text-decoration:none
}


/* Form */

div#form_fields {

}
div#form_fields div.row {
	float: left;
    width: 540px;
}
div#form_container span {
    display: block;
	margin: 0 0 40px 0;
}
div#form_fields div.row label{
	float: left;
    height: 30px;
    margin: 0 0 10px 0;
    width: 130px;

}
div#form_fields div.row label b{
	color: #CF2127;
}
div#form_fields div.row input, div#form_fields div.row select{
	border: solid 1px #BEBEBE;
	float: right;
    height: 30px;
    margin: 0 20px 10px 0;
    padding: 3px 0 0 3px;
    width: 350px;
}

div#form_fields div.row textarea{
	border: solid 1px #BEBEBE;
	float: right;
    height: 100px;
    margin: 0 20px 10px 0;
    padding: 3px 0 0 3px;
    width: 350px;
}
div#form_fields div.row input.send {
	float: right;
    height: 30px;
    margin: 0 20px 10px 0;
    padding: 0;
    width: 100px;
}

/* FAQ */
div.faq-list {
	display: block;
    border-top: solid 1px #CCC;
    padding: 8px 0;
}
div.faq-list a {
	background: url(_img/faq-plus.png) left center no-repeat;
    padding: 5px 0 5px 25px;
    margin: 0 0 0 10px;
}
div.faq-list div.num {
	float: left;
    text-align: right;
    width: 20px;
}
div.faq-toggle {
	-moz-border-radius:5px;
    background: #EEE url(_img/light-bulb.png) 10px center no-repeat;
    margin: 5px;
    padding: 15px 10px 15px 50px;
	display:none;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
margin: 0 0 30px 0;
}
#footer ul {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
	float: left;
	padding: 20px 0 20px 0;
    width: 940px;
}
#footer ul li {
	float: left;
    list-style: none;    
}
#footer ul li.sections {
	margin: 0 20px 0 0;
	width: 100px;
}
#footer ul li.sections b {
    color: #363636;
    display: block;
    margin: 0 0 10px 0;	
}
#footer ul li.city-info {
    float: right;
    width: 180px;
}
#footer ul li.city-info b {
	color: #cf2127;
}
#footer ul li.city-info p {
    margin: 0 0 15px 0;	
}
.mainNumber { float: right !important; width:360 !important;}
.mainNumber p { font-size: 24px;}

div#copyright {
	background: url('_img/footer-logo.png') top left no-repeat;
    float: left;
    margin: 10px 0 10px 0;
    padding: 0 0 0 90px;
    width: 300px;
}
#partners {
	background: url('_img/partners.png');
	border: 0;
	float: right;
    margin: 5px 0 0 0;
    height: 44px;
    width: 484px;
}


/* Template
-----------------------------------------------------------------------------*/


/* Forms
-----------------------------------------------------------------------------*/

input.text {
	padding: 3px;
    margin: 3px 0 0 0;
	border: 1px solid #dedede;	
}


/* Tables 
-----------------------------------------------------------------------------*/
table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
}


/* Message boxes 
-----------------------------------------------------------------------------*/

.error {
	-moz-border-radius: 5px;
	background: #C34949;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 10px 0;
}

.success {
	-moz-border-radius: 5px;
	background: #339933;
    color: #FFF;
    padding: 10px;
    margin: 0 0 10px 0;
}

/* Personal 
-----------------------------------------------------------------------------*/
#staff {
	width: 540px;
}

#staff .img_content {
	vertical-align:top;
	width: 130px;
}

#staff .text_content {
	vertical-align:top;
	width: 410px;
}
#staff .img_content img {
	margin:0 0 20px 0;
}

/* Kundportal
--------------------------------------------------------------------------*/
#kundportal #container {
    margin:0 auto;
    position: relative;
	z-index:3000;
}

#kundportal #content {
    width:520px;
    min-height:500px;
}
#kundportal a:link, a:visited {
    text-decoration:none;
}
#kundportal a:hover {
    text-decoration:underline;
}
#kundportal a img {
    border-width:0;
}
#kundportal #topnav {
    padding:0;
    line-height:23px;
    text-align:right;
}
#kundportal #topnav a.signin {
    padding:2px 8px 2px;
    text-decoration:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
#kundportal #topnav a.signin:hover {
    background:#cf2127;
	color:#FFF;
}
#kundportal #topnav a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
}

#kundportal a.signin {
    position:relative;
    margin-left:3px;
}
#kundportal a.signin span {
    background-image:url("_img/kundportal/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#kundportal #topnav a.menu-open {
    background:#3d3e3d!important;
    color:#FFF!important;
    outline:none;
}
#kundportal #small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
#kundportal a.signin.menu-open span {
    background-image:url("_img/kundportal/toggle_up_dark.png");
    color:#789;
}

#kundportal #signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#3d3e3d;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 19px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#FFF;
}

#kundportal #signin_menu input.username, #kundportal #signin_menu input.password, #kundportal #signin_menu select {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#kundportal #signin_menu p {
    margin:0;
}
#kundportal #signin_menu a {
    color:#6AC;
}
#kundportal #signin_menu label {
    font-weight:normal;
}
#kundportal #signin_menu p.remember {
    padding:10px 0;
}
#kundportal #signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#kundportal #signin_menu p a {
    color:#27B!important;
}
#kundportal #signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('_img/kundportal/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#kundportal #signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#kundportal #signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

/* Login fail
------------------------------------------------------------ */
.login-fail {
	border:1px solid #fe9090;
	background:#feb1b1 url('http://cdn2.iconfinder.com/data/icons/splashyIcons/error.png') no-repeat 10px center;
	color:#820101;
	padding:5px 10px 5 35px;
	margin:10px 0 10px 200px;
	position:absolute;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
