/* CSS Document */
body{
	background-color: #FFFFFF;
	background-image: url(bilder/background.jpg);
	background-repeat: no-repeat;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h2{
color: #000000;
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight: bold;
margin: 0px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #919241;
	font-weight: normal;
	margin: 0px;
	font-style: normal;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: lighter;
}

.normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.fotgraf {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
}

.ebrev_sid-heading {
	font-size: 15px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.ebrev_sid-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
	line-height: 150%;
}

.ebrev_underrubrik {
	font-size: 11px;
	font-style: italic;
	color: #666666;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

.p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#lager_basic{
	position: relative;
	height: 600px;
	width: 850px;
	left: 20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

#lager_logga {
	position: absolute;
	height: 36px;
	width: 180px;
	left: 0px;
	top: 10px;
}

#lager_meny {
	position: absolute;
	height: 30px;
	width: 323px;
	left: 450px;
	top: 15px;
}

a img {
	border: none;
}
#lager_rubrik {
	position: absolute;
	height: 60px;
	width: 100px;
	left: 33px;
	top: 73px;
}

#lager_info {
	position: absolute;
	height: 390px;
	width: 540px;
	left: 260px;
	top: 140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#lager_bilder {
	position: absolute;
	height: 195px;
	width: 250px;
	left: 0px;
	top: 140px;
	filter: Alpha(Opacity=?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?);
}
#lager_titel {
	opacity: 0.8;
	filter:alpha(opacity=80);
	position: absolute;
	visibility: hidden;
	height: auto;
	width: 250px;
	left: 30px;
	top: 112px;
	color: #333333;
}

#lager_ebrev {
	position: absolute;
	height: 40px;
	width: 150px;
	left: 80px;
	top: 460px;
}

a:link, a:visited, a:active{
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin: 0px;
	color: #0099CC;
}

a:hover{
	color: #999999;
	text-decoration: none;
}

        /**
         * @tab Alerts/Errors
         * @section alerts
         * @tip This is the style for the "There are errors below." warning that appears if invalid data is entered.
         */
        .alert {
            /*@editable*/ font-size:20px;
            /*@editable*/ line-height:200%;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ font-weight:bold;
        }

        /**
         * @tab Alerts/Errors
         * @section errors
         * @tip This is the style for the error messages that appear beneath each form fields with invalid data.  Use colors that will attract attention.
         */
        div.errorText {
            /*@editable*/ font-size: 12px;
            /*@editable*/ line-height:150%;
            /*@editable*/ font-weight:bold;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ background-color:#FFEEEE;
            /*@editable*/ padding:5px;
            /*@editable*/ margin:3px;
        }

        /**
         * @tab Body
         * @section link style
         * @tip Specify the color for all the hyperlinks in your list form.
         */

		/* hCards + hCalendars */
		.vcard, .vevent {
			background:#eee;
			border: 2px solid #ccc !important;
			padding: 14px;
			-moz-border-radius: 4px;
			-webkit-border-radius:4px;
			border-radius: 4px;
			margin: 5px 0 !important;
		}

		span.vcard, 
		span.vevent {padding: 2px 1px 2px 70px !important; margin: 0 2px 0 !important;}

		.org {display:block; margin:8px 0 0 0; padding-left:19px; background:url(http://list-manage.com/images/vcard.png) no-repeat; font-weight:bold; font-size:110%;}
		.hcard-download {background:url(http://list-manage.com/images/hcard-download-or.png) no-repeat; padding:2px 0 2px 32px;}
