/* CSS Document copyright Olle Åsbrink*/


body {
    text-align: center;
    font-family: verdana, ariel, sans-serif;
    background: #FFFFFF url(himmel3.jpg) repeat;
    color: #636363;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

a:active, a:focus {
	outline: 0;
}

img.left {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px
}
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px
}

a {
	text-decoration: none;
	color: #636363;
}
a:hover {
	color: #838383;
}
img {
	border: none;
	text-decoration: none;
}
div#sizetest {
	position: absolute;
	right: 10px;
	bottom:10px;
}
div#main {
    position: relative;
    width: 700px;
    height: 600px;
    margin: -10px auto;
    background-color: #666666;
    background: transparent url(white_transp59.png) repeat;
}
div#main_page {
    position: relative;
    width: 700px;
    margin: -10px auto;
    background-color: #666666;
    background: transparent url(white_transp59.png) repeat;
    
    height: auto;
}
div#divlogga {
	float: right;
}
.alert {
	font-size: 18px;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.mrgtp50 {
	margin-top: 50px;
}
.mrgbtm50 {
	margin-bottom: 50px;
}
.mrgbtm35 {
	margin-bottom: 35px;
}
.padtp15 {
	padding-top: 15px;
}
.padtp3 {
	padding-top: 3px;
}
.padtp5 {
	padding-top: 5px;
}
.padbtm50 {
	padding-bottom: 50px;
}
.mrgbtm15 {
	margin-bottom: 15px;
}
div#innermain {
	margin: auto auto;
	padding-top: 50px;
	width: 540px;
	text-align: left;
	/*background-color: #ffffff;*/
}
div#menu a:hover {
	color: #bfd4e1;
	/*color: #c6dbe9;*/
	/*color: #cce2ef;*/
}
div#menu {
	float: left;
	width: 105px;
	height: 290px;
	background-color: #ffffff;
	border: #f0f7fd solid 5px;
	border-left-width: 3px;
	padding: 25px 12px;
}
div#container a {
	font-weight: bold;
}
div#container {
	float: right;
	width: 320px;
	height: 290px;
	background-color: #ffffff;
	border: #f0f7fd solid 5px;
	border-left-width: 4px;
	padding: 25px 20px;
	overflow: auto;
}
div#sub_container a {
	font-weight: bold;
}
div#sub_container {
	margin-top: 25px;
	background-color: #ffffff;
	border: #f0f7fd solid 5px;
	border-left-width: 4px;
	padding: 25px 20px;
}
div#innermain_menu {
	padding: 0;
	margin-left: -80px;
	width: 700px;
	text-align: center;
	background: transparent url(blue_line_transp1.png) repeat;
}
span.active{
	background: transparent url(dblue.png) repeat;
}

div#innermain_menu span{
	line-height: 35px;
	margin: 0;
	padding: 10px;
}
div#innermain_bottom {
	padding: 10px 0;
	margin-left: -80px;
	width: 700px;
	text-align: center;
	background: transparent url(blue_line_transp1.png) repeat;
}
div#contact_edit {
	background: transparent url(blue_line_transp1.png) repeat;
}

.clear_b {
	clear: both;
}
div.img_right {
	float: right;
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.img_center {
	text-align: center;
	margin-bottom: 15px;
}
div.img_left {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}