/*
================================================================================
STYLES FOR LINDSTRÖM WWS CAMPAIGN SITE
================================================================================
*/	
body { background: #FFF; color: #000; font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif; font-size: 12px; }

a, a:link { color: #e93844; text-decoration: none; }
a:hover { text-decoration: underline; }

h2 { font-size: 12px; margin-top: .5em; }

#wrapper { background: url(/Layout/WWS/Image/sidebar-bg.jpg) top right no-repeat; margin: 0 auto; width: 960px; }
#header { margin: 0 55px; }


/* Lomake-editorin lomakkeen otsikon tyyli*/	

.customFormView .content th span
    {
        float: left;
        padding-bottom: 20px;
        font-size: 16px;
    }
    





/*
================================================================================
MAIN NAVIGATION
================================================================================
*/	
.navigation { font-size: 13px; font-weight: bold; }
.navigation ul { border-bottom: 1px solid #000; margin: 0; padding: 0; }
.navigation li { display: inline; list-style: none; margin: 0; padding: 0; }
.navigation a { border-left: 1px solid #000; color: #000; display: inline-block; padding: 10px; text-decoration: none; }
.navigation li:first-child a { border-left: 0; }
.navigation .selected a,
.navigation .selectedPath a { color: #3b85c3; } 
.navigation a:hover { text-decoration: underline; }


#content { margin: 15px 55px 0 0; overflow: hidden; }
#left { border-right: 1px dashed #de3755; float: left; height: 400px; width: 588px; }
.wideText #left { width: 364px; text-align: right; }
.wideText #left img { padding-right: 15px; margin-top: .5em; }
#main { float: left; margin: 0 25px 0 15px; width: 275px; }
.wideText #main { width: 499px; }
#footer { background: #e6e6e4; height: 25px; margin-top: 40px; width: 900px; }

#main ul { list-style: none; margin: 0; padding: 0; }
#main ul li a { display: inline-block; padding: 2px; border-bottom: 2px dotted #e6e6e4; width: 80%;  }
