@charset "iso-8859-1";
/* CSS Document */

/* Wrapper */

div.mainWrapper {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 980px;
	min-height: 90%;
    border: solid #cccccc 1px;
}

div.mainHeader {
	background-image: url(../bilder/logga.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 980px;
	height: 120px;
}

div.mainContent {
	background-color: white;
	width: 9800px;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

/* Main menu */

dl.menu {
	margin: 0px;
	background-image: url(../bilder/orangebak.gif);
	width: 980px;
	height: 27px;
	padding-left: 10px;
	padding-right: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-position: none;
	list-style: none;
}

dl.menu dt {
	float: left;
}

dl.menu dt.right {
	float: right;
	position: relative;
	margin-right: 20px;
}

dl.menu a:link, dl.menu a:visited, dl.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#FFF;
	text-decoration: none;
	display: block;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
	padding-bottom: 5px;
    font-weight: bold;
}

dl.menu a:hover {
    background-color: #ff9900;
}

dl.menu dt.right form#loginForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	right: 0px;
	top: -1000px;
    position: absolute;
    background-color: #fbfbfb;
    border: #cccccc solid 1px;
	padding: 10px;
}

dl.menu dt.right form#loginForm table {
	border: none;
}

dl.menu dt.right form#loginForm table td {
	padding: 5px;
}

/* Tabs */

*.tab {
	background-image: url(../bilder/orangebak.gif);
	padding: 3px 8px 3px 8px;
	border: 1px #999999 solid;
	color: #FFFFFF;
}


/* Captcha verifications */

fieldset.captcha {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	border: #cccccc solid 1px;
}

fieldset.captcha legend {
	font-weight: bold;
}

fieldset.captcha img {
	vertical-align: middle;
	border: #cccccc solid 1px;
}

fieldset.captcha input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
	height: 28px;
	width: 70px;
	border: #CCCCCC solid 1px;
}


fieldset.nameCaptcha legend {
	font-weight: bold;
}

fieldset.nameCaptcha {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: #cccccc solid 1px;
}

fieldset.nameCaptcha img {
	vertical-align: middle;
	border: #cccccc solid 1px;
}

fieldset.nameCaptcha input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	vertical-align: middle;
	height: 28px;
	border: #CCCCCC solid 1px;
}

#example1, #example2, #example3, #example4 {
	padding: 40px;
}

.jsocial_button {
	padding: 2px;
	display: block;
	float: left;
}

*.error {
    color: #ff0033;
    font-style: italic;
}

table.sign {
	border-width: thick;
	border-spacing: 10px;
	border-style: dotted;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.sign tr {
	border-width: 5px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sign td {
	border-width: 5px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
/* Tooltip */

div#tooltip {
	border: 1px solid #999;
	position: absolute;
	display: block;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #000;
    background-color: #FFF;
    text-align: left;
}


body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:520px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized .smallright{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:360px;
margin:2px 0 20px 10px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:360px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		/* background:url(../bilder/form_top.gif) no-repeat 0 0; */
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		margin-left:25px; 
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input[type="text"], #form1 textarea{		
		width:252px;
		border:1px solid #ddd;
		background:#fff url(../bilder/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form1 textarea{
		height:125px;
		overflow:auto;
		}					
	#form1 p.submit{
		clear:both;
		background:url(../bilder/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#form1 button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(../bilder/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}				
.knapp {
    background-color: #CC6633;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    height: 20px;
    text-decoration: none;
}
/* // form 1 */