/* CSS Document copyright Olle Åsbrink*/

body {
    text-align: left;
    font-family: "courier new", courier, serif;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none
}

div#main {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 15px 30px;
    background-color: #ffffff;
}

#h1_name {
	margin-top: 0;
	font-weight: normal;
	font-size: 30px
}

.aright {
	text-align: right
}
div.menu {
	font-size: 18px;
}

div.menu a.item {
	padding: 2px 0;
	padding-left: 5px;
}
div#firstcol {
	float: left;
	width: 410px;
}
div#secondcol {
	float: left;
	width: 380px;
}

div#f_adress {
	position: absolute;
	top: 480px;
	bottom: auto;
}

div#own_thumbs img{
	padding: 15px;
	border: none;
}
div#own_thumbs {
	text-align: center;
}

textarea.sida_left_text1 {
	width: 350px;
	height: 480px;
    font-size: 12px;
}
textarea.ta_own_btl {
	width: 300px;
	height: 78px;
}
table.bildadmin th, table.bildreg th {
	padding: 5px;
	text-align: left;
}
table.bildadmin td, table.bildreg td {
	padding: 5px;
	border-top: 1px solid black;
	text-align: center
}

.smalltxt {
	font-size: 10px
}
.bold {
	font-weight: bold
}
.b_clear {
	clear: both;
}

.acenter {
	text-align: center
}
.aright {
	text-align: right
}
.hide {
	display: none;
}
.show {
	display: block;
}
