* {min-height:1px;}
body {
	border:0;
	margin:0;
	padding:0;
	font:70%/160% "verdana", sans-serif;
	color:#3f3f3f;
	_text-align:center;
	 background:#f8f8f8 url(../design/Bilder1/bg.gif) repeat-x 0 0;
	                /*                          */
	background-repeat: repeat-x;
	background-position: 0 0;
}

#main {
	width:770px;
	_text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 30px;
	
}

/* Header */
#header {
	position:relative;
	width:770px;
	height:100px;
	margin:0;
	padding:0;
	background-image: url(../design/Bilder1/Banners/banner_var1.jpg);
	
	/*color:#FFF;
	background-image: url(../design/Bilder1/Banners/banner_vinter1_rundade1.jpg);
	
	#f5f5f5;
	*/
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

    /* Header - logo */
    #header #logo {
	position:absolute;
	top:35px;
	left:35px;
	margin:0;
	visibility: visible;
}

    #header #logo a {color:#FFF;}
    #header #logo a:hover {color:#cccccc; text-decoration:underline;}
    
    /* Header - Search */
    #header #search {position:absolute; top:35px; right:20px;}
    #header #search form {position:relative;}
    #header #search #search-input-out {position:absolute; top:0; right:45px; width:155px; height:28px; margin:0; padding:0; border:0; background:url("../design/Bilder1/search_input.gif") 0 0 no-repeat; font:bold 90%/100% "verdana",sans-serif; color:#3f3f3f;}
    #header #search #search-input {width:140px; margin:5px 8px; padding:3px 0; border:0; background:#FFF; font:bold 100%/100% "verdana",sans-serif; color:#3f3f3f;}
    #header #search #search-submit {position:absolute; top:0; right:0px;}
    #header #search fieldset {margin:0; padding:0; border:0;}
    #header #search fieldset {width:200px;}
    #header #search legend {display:none;}

	/* NYA */	
	
.img_r {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	
	}	
	

section {
	width: 90%;
	background-image: url(../design/Bilder/Bilder2/content_article_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	
}


article {
	width: 60%;
	h1: 
}

.article1{
	width: 300px;
	margin-left: 20px;
	paragraph: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 70px;
	position: relative;
}

.article1b{
	width: 250px;
	margin-left: 20px;
	position: relative;
	margin-top: -470px;
	font-size: 14px;
	padding-bottom: 100px;
}	

.article1c{
	width: 250px;
	margin-left: 400px;
	position: relative;
	margin-top: -20px;
	font-size: 14px;
	padding-bottom: 100px;
}	

.article1d{
	width: 250px;
	margin-left: 400px;
	position: relative;
	margin-top: 30px;
	font-size: 14px;
	padding-bottom: 100px;
}	



figure {
	position: relative;
	left: 40px;
	top: 5px;
	width: 200px;
	margin-left: 50px;	
}

.figure1 {
	width: 300px;
	margin-left: -5px;
	position: relative;
	margin-top: 500px;
}	

.figure_right {
	/*width: 300px;
	margin-left: 350px;
	position: relative;*/
	margin-top: -370px;
	float: right;
	margin-right: 90px;
	
	
}	



/*SLUT PÅ NYA */



figcaption {
	color: rgba(51,51,51,1);
	font-style: normal;
	padding: 0px;
	width: 400px;
	margin-top: -10px;
}

/* Main menu (tabs) */
#tabs {
	background:#CCCCCC;
	margin:0 5px;
	padding:10px 0 0 0;
	
	
}

    #tabs ul {
	padding:0;
	list-style:none;
	line-height: 100%;
	display:inline;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
    #tabs ul li {
	margin:0 1px;
	padding:0;
	float:left;
	display:inline;
}
    #tabs ul li a {
	display:block;
	position:relative;
	padding:7px 18.25833px;
	border:0;
	background:url("../design/Bilder1/tab_link2.gif") 0 0 repeat-x;
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:8px;
	background:url("../design/Bilder1/tab_link_l.gif") 0 0 no-repeat;
}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:8px;
	background:url("../design/Bilder1/tab_link_r.gif") 100% 0 no-repeat;
}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {
	background:#666666 url(../design/Bilder1/tab_hover.gif) no-repeat 0px 0;
	color:#CCCCCC;
	line-height: 100%;
}
    #tabs ul li a:hover span.tab-l {background:url("../design/Bilder1/tab_hover_l.gif") 0 0 no-repeat;}
    #tabs ul li a:hover span.tab-r {background:url("../design/Bilder1/tab_hover_r.gif") 100% 0 no-repeat;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:#FFF; color:#7F7F7F;}
    #tabs ul li#active a span.tab-l {
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:8px;
	background:url("../design/Bilder1/tab_active_l.gif") 0 0 no-repeat;
}
    #tabs ul li#active a span.tab-r {
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:8px;
	background:url("../design/Bilder1/tab_active_r.gif") 100% 0 no-repeat;
}


a {color:#3f3f3f;}
a:hover {color:#939393;}

p {
	border:0;
	padding:0;
	margin-top: -8px;
	margin-right: 0;
	margin-left: 0;
}
.p1{
	border:0;
	padding:0;
	margin-top: -8px;
	margin-right: 0;
	margin-left: 0;
	line-height: 20px;
}

.p2 {
	border:0;
	padding:0;
	margin-top: -8px;
	margin-right: 0;
	margin-left: 0;
	line-height: 320%;
}

h1, h2, h3, h4, h5 {
	border:0;
	padding:0;
	font-weight:normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:200%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:160%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h4 {
	font-size:120%;
	font-family: Georgia, serif;
}
h5 {
	font-size:100%;
	margin-top: -2px;
}
h2b {
	font-size:200%;
	line-height:100%;
	font-family:"georgia", serif;
	font-weight:normal;
	text-decoration: overline;
}

.stil6 {font-size: 180%; font-family: Georgia, "Times New Roman", Times, serif; }
.stil7 {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(255,0,0,1);
}
.stil8 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(255,0,0,1);
	text-transform: none;
}

.stil8b {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(51,51,51,1);
	text-transform: none;
}

.stil8bRed {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(255,0,0,1);
	text-transform: none;
}


.stil4e {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(153,153,153,1);
}



.stil6 {font-size: 180%; font-family: Georgia, "Times New Roman", Times, serif; 
}
.stil6b {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.stil6c {font-size: 190%; font-family: Georgia, "Times New Roman", Times, serif;
}
.stil6d {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 60px;
}
.stil6e {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 60px;
	color: rgba(153,153,153,1);
}
.stil6f {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	color: rgba(153,153,153,1);
}


.liR {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

a:link {
	color: #3399FF;
	text-decoration: none;
	color: rgb(255,0,0);
}
h3 {
	font-size: 160%;
	color: #3f3f3f;
	line-height: normal;
}

h3boende {
	font-size: 160%;
	color: #333333;
}



a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h2 {
	color: #333333;
}

.stil1 {font-size: 70%}
.stil2 {font-size: 100%}

th {background:#f2f2f2; text-align:center; color:#3f3f3f; font-weight:bold;}

ul, ol {display:block; border:0; margin:15px 0 15px 40px; padding:0;}
ol {list-style-type:decimal;}
li {display:list-item; border:0; margin:0; padding:0;}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}

dl {border:0; margin:15px 0; padding:0;}
dt {border:0; margin:0; padding:0; font-weight:bold;}
dd {border:0; margin:0 0 0 30px; padding:0;}

form {border:0; margin:0; padding:0;}
fieldset {border:1px solid #ccc; margin:15px 0; padding:10px;}
legend {margin-left:10px; font-size:100%; font-weight:bold; color:#008;}

hr {display:block; height:1px; margin:10px 0; padding:0; background:#CCC; border:0 solid #CCC; color:#CCC;}

a, img, span {
	border:0;
	margin:0;
	padding: 0;
}
abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}

.va-middle {vertical-align:middle;}

.clear {clear:both;}



.box1 {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 50px;
	background-image: url(../design/Bilder2/Styrelse/JJ_1.jpg);
}
.box1b {
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 60px;
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}
.box2 {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 280px;
	margin-top: -250px;
	background-image: url(../design/Bilder2/Styrelse/HA_1.jpg);
}
.box2b {
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 280px;
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
	
}
.box3 {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 500px;
	margin-top: -250px;
	background-image: url(../design/Bilder2/Styrelse/BB.jpg);
	 
}
.box3b {
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 500px;	
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}

.box4 {
	width: 150px;
	height: 150px;
	background-image: url(../design/Bilder2/Styrelse/GH_1.jpg);
	background-repeat: no-repeat;
	margin-left: 60px;
	margin-top: 50px;
}
.box4b {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 60px;	
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}

.box5 {
	width: 150px;
	height: 150px;
	background-image: url(../design/Bilder2/Styrelse/Christina_1%20-%20kopia.jpg);
	background-repeat: no-repeat;
	margin-left: 280px;
	margin-top: -250px;
}
.box5b {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 280px;	
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}

.box6 {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 500px;
	margin-top: -250px;
	background-image: url(../design/Bilder2/Styrelse/KN2.jpg);
}
.box6b {
	width: 120px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 500px;
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}

.box7 {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 60px;
	margin-top: 50px;
    background-image: url(../design/Bilder2/Styrelse/OE.jpg);	
}
.box7b {
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 60px;	
	
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}
.box8 {
	width: 150px;
	height: 150px;
	background-image: url(../design/Bilder2/Styrelse/nm_2010.jpg);
	background-repeat: no-repeat;
	margin-left: 280px;
	margin-top: -250px;
}
.box8b {
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 280px;	
	
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}
.box9 {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin-left: 500px;
	margin-top: -250px;
}

.box9b {
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 500px;	
	
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #666666;
}
.box9c {
	min-height:200px;
	height:10px;
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 0px;
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
	background-color: rgba(255,0,0,1);
	top: -200px;
	right: -50px;
	float: right;
}

.box10 {
	clear:both;
	min-height:200px;
	_height:10px;
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 10px;
	position: static;
	font-size: 9px;
	margin-top: 0px;
	top: 0px;
	padding: 0px;
}
.box10b {
	clear:both;
	min-height:200px;
	_height:10px;
	width: 100px;
	height: 220px;
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	font-size: 9px;
	margin-top: 0px;
	top: -260px;
	padding: 0px;
	right: 250px;
	float: right;
}
.box10c {
	clear:both;
	min-height:200px;
	_height:10px;
	width: 100px;
	height: 220px;
	background-repeat: no-repeat;
	position: relative;
	font-size: 9px;
	margin-top: 0px;
	top: -450px;
	padding: 0px;
	right: -550px;
	margin-right: 10px;
}
.box11 {
	clear:both;
	min-height:200px;
	_height:10px;
	width: 250px;
	height: 300px;
	background-repeat: no-repeat;
	margin-left: 425px;
	position: static;
	font-size: 9px;
	margin-top: -500px;
	padding-top: 50px;
	top: 70px;
	visibility: visible;
}

.box12 {
	clear:both;
	min-height:200px;
	_height:10px;
	width: 500px;
	height: 350px;
	background-repeat: no-repeat;
	margin-left: 400px;
	position: relative;
	top: 50px;
	visibility: hidden;
	background-image: url(../design/Bilder2/Julgran%202008_2014.jpg);
	left: -250px;
}



.box:after {
	content:".";
	display:block;
	line-height:0px;
	font-size:0px;
	visibility:hidden;
	clear:both;
}

.nom {margin:0;}
.noscreen {display:none;}

/* -----------------...........--------------------------------------------------------------------------------------- */



/* Page (2 columns) */
#page {
	width:770px;
	min-height:1px;
	background:#FFF url(../design/Bilder1/bg_page.gif) repeat-y 0 0;
	_height:1px;
	height: auto;
}
#page-in {
	min-height:1px;
	padding:10px 0;
	background:url(../design/Bilder1/bg_page_in.jpg) no-repeat 0 0;
	_height:1px;
}

/* Strip */
#strip {
	position:relative;
	clear:both;
	color:#999999;
	height: 1px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#strip p {margin:0;}
#strip a {color:#999999;}
#strip a:hover {color:#3f3f3f;}

    /* Strip - breadcrumbs */
    #strip #breadcrumbs {width:520px; margin:0; padding:0;}
    
    /* Strip - RSS */
    #strip #rss {
	float:right;
	width:250px;
	margin:0;
	padding-left:5px;
	background:no-repeat 0 50%
}


A.bla10:link {
	color: #9CC0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

A.bla10:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E81FF;
	text-decoration: none;
	font-weight: bold;
}

A.bla10:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;	
	font-weight: bold;

}

A.bla10:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9CC0FF;
	text-decoration: none;
	font-weight: bold;
}




A.bla12:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9CC0FF;
	font-weight: bold;
	text-decoration: none;
}

A.bla12:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E81FF;
	text-decoration: none;
	font-weight: bold;
}


A.bla12:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

A.bla12:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9CC0FF;
	font-weight: bold;
}
#main #page #page-in #content .box10 {
	font-size: 9px;
	margin-bottom: 0px;
	position: static;
	top: 100px;
	left: -85px;
	visibility: visible;
}


.table1 {
	display: table;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: rgba(153,153,153,1);
	border-right-color: rgba(153,153,153,1);
	border-bottom-color: rgba(153,153,153,1);
	border-left-color: rgba(153,153,153,1);
}





#apDivextra {
	position:relative;
	width:428px;
	height:20px;
	z-index:1;
	left: 50px;
	background-repeat: no-repeat;
	font-size: 9px;
	top: 20px;
	visibility: hidden;
}
#apDiv1 {
	position:relative;
	width:228px;
	height:100px;
	z-index:2;
	left: 50px;
	background-repeat: no-repeat;
	font-size: 9px;
	top: 400px;
}
#apDiv2 {
	position:relative;
	width:228px;
	height:400px;
	z-index:3;
	left: 20px;
	top: -100px;
	background-repeat: no-repeat;
	font-size: 9px;
	line-height: 3px;
	visibility: visible;
	background-image: url(design/Bilder1/Staddag%20151024.jpg);
}

#apDiv3 {
	position:relative;
	width:400px;
	height:300px;
	z-index:4;
	left: 50px;
	top: 40px;
	background-repeat: no-repeat;
	font-size: 9px;
	line-height: 3px;
}

#apDiv4 {
	position:relative;
	width:300px;
	height:120px;
	z-index:5;
	left: 400px;
	top: -90px;
	font-size: 9px;
	visibility: hidden;
}



#apDiv5 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:6;
	left: 250px;
	top: 755px;
	visibility: hidden;
}
#apDiv6 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:7;
	left: 436px;
	top: 600px;
}
#apDiv7 {
	position:relative;
	width:180px;
	height:auto;
	z-index:7;
	left: 20px;
	top: 42px;
}

#apDiv8 {
	position:relative;
	width:200px;
	height:100px;
	z-index:8;
	top: -160px;
	background-repeat: no-repeat;
	visibility: visible;
	left: 220px;
}

#apDiv8b {
	position:relative;
	width:450px;
	height:300px;
	z-index:8;
	left: 10px;
	background-image: url(design/Bilder2/Julgran%202008_2014.jpg);
	top: 150px;
	background-repeat: no-repeat;
}


#apDiv8c {
	position:relative;
	width:200px;
	height:250px;
	z-index:8;
	top: -50px;
	background-repeat: no-repeat;
	visibility: visible;
	left: -10px;
}

#apDiv8d {
	position:relative;
	width:200px;
	height:250px;
	z-index:8;
	top: 10px;
	background-repeat: no-repeat;
	visibility: visible;
	left: -10px;
}

#apDiv9 {
	position:relative;
	width:200px;
	height:auto;
	z-index:9;
	background-color: rgba(255,255,255,1);
	left: 50px;
	top: -350px;
}
#apDiv9jul {
	position:relative;
	width:200px;
	height:115px;
	z-index:9;
	background-color: rgba(255,255,255,1);
	left: 500px;
	top: 100px;
}

#apDiv10 {
	position:relative;
	width:180px;
	height:40px;
	z-index:7;
	left: 20px;
	top: -150px;
}

p {line-height:20px}
.foo {line-height:80%}

.iframe1 {
	background-image: url(../design/Bilder1/Elbil_1.jpg);
}
/* Content */
#content {
	float:left;
	width:730px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	margin-top: 150;
}

    /* Content - article */
    #content .article {
	clear:both;
	background:url("../design/Bilder1/content_article_bg.jpg") 0 0 no-repeat;
	width: 690px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 10px;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: verdana, sans-serif;
}
#content .article2 {
	clear:both;
	background:url("../design/Bilder1/content_article_bg3.jpg") 0 0 no-repeat;
	width: 690px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 10px;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

    #content .article h2 {
	background:#ededed repeat-y 0 0;
	color:#3f3f3f;
	margin-top: 0;
	margin-right: -20px;
	margin-bottom: 0;
	margin-left: -20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
    #content .article h2 span {background:url("../design/Bilder1/ico_list.gif") 0 50% no-repeat; padding-left:25px;}
    
    #content .article p {text-align:justify;}
    #content .info {
	border-bottom:1px solid #ededed;
	color:#999999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
    #content .info a {color:#999999;}
    #content .info a:hover {color:#7F7F7F;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url("../design/Bilder1/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url("../design/Bilder1/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url("../design/Bilder1/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url("../design/Bilder1/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}


    #content .article2 {
	clear:both;
	padding:20px;
	margin-top: 500;
	margin-right: 400px;
	margin-bottom: 0;
	width: 300px;
}
    #content .article h2 {
	margin:0 -20px;
	padding:10px;
	background:#ededed repeat-y 0 0;
	color:#3f3f3f;
}
    #content .article h2 span {
	background:no-repeat 0 50%;
	padding-left:25px;
}
    
    #content .article p {text-align:justify;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #ededed; color:#999999;}
    #content .info a {color:#999999;}
    #content .info a:hover {color:#7F7F7F;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url("../design/Bilder1/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url("../design/Bilder1/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url("../design/Bilder1/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url("../design/Bilder1/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}

 #content .article2b {
	clear:both;
	padding:20px;
	margin-top: 0;
	margin-right: 400px;
	margin-bottom: 0;
}
   



#content .article3 {
	clear:both;
	padding:20px;
	background:url(../design/Bilder1/content_article_bg.jpg) no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 400px;
}
#content .article4 {
	clear:both;
	margin:0 0 10px;
	padding:20px;
	background:url("../design/Bilder1/content_article_bg.jpg") 0 0 no-repeat;
}



#content .article4b {
	clear:both;
	padding:20px;
	background:url(../design/Bilder1/content_article_bg.jpg) no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 400px;
}

    #content .article h2 {
	margin:0 -20px;
	padding:10px;
	background:#ededed repeat-y 0 0;
	color:#3f3f3f;
}
    #content .article h2 span {
	background:no-repeat 0 50%;
	padding-left:25px;
}
    
    #content .article p {text-align:justify;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #ededed; color:#999999;}
    #content .info a {color:#999999;}
    #content .info a:hover {color:#7F7F7F;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url("../design/Bilder1/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url("../design/Bilder1/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url("../design/Bilder1/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url("../design/Bilder1/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}

#content .article4 {
	clear:both;
	padding:20px;
	background:url(../design/Bilder1/content_article_bg.jpg) no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	
}

#content .article5 {
	clear:both;
	padding:0px;
	background:url(../design/Bilder1/content_article_bg.jpg) no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	
}
    #content .article h2 {
	margin:0;
	padding:0px;
	background:#ededed repeat-y 0 0;
	color:#3f3f3f;
	line-height: normal;
}
    #content .article h2 span {
	background:no-repeat 0 50%;
}
    
    #content .article p {
	text-align:left;
}
    #content .info {
	border-bottom:1px solid #ededed;
	color:#999999;
	margin-right: 0;
	margin-left: 0;
	margin-top: -10px;
}
    #content .info a {color:#999999;}
    #content .info a:hover {color:#7F7F7F;}
    
    #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;}
    #content .info span.date {background:url("../design/Bilder1/ico_date.gif") 0 50% no-repeat;}
    #content .info span.cat {background:url("../design/Bilder1/ico_cat.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.user {background:url("../design/Bilder1/ico_user.gif") 0 50% no-repeat; margin-left:8px;}
    #content .info span.comments {background:url("../design/Bilder1/ico_comments.gif") 0 50% no-repeat; margin-left:8px;}


    /* Content - More */
    #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;}
    #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; width:95px; height:21px; margin:0; padding:0 0 0 28px; background:url("../design/Bilder1/btn_more.gif") 0 0 no-repeat; color:#FFF; text-decoration:none;}
    #content .btn-more a:hover {background:url("../design/Bilder1/btn_more.gif") -95px 0 no-repeat;}

/* Right column */
#col {float:left; width:200px; margin:0; padding:0; background:#e3e3e3 url("../design/Bilder1/col_bg.gif") 0 0 repeat-y;}
#col-in {padding:20px 10px; background:url("../design/Bilder1/col_top.gif") 0 0 no-repeat;}
#col h3 {padding:13px 15px 14px 15px; margin:0 -10px 15px -10px; background:#c9c9c9 url("../design/Bilder1/col_title_bg.gif") 0 0 repeat-y; color:#3f3f3f;}

    /* Right column - About me */
    #col #about-me {margin-bottom:15px; line-height:130%;}
    #col #about-me p {margin:0;}
    #col #about-me #me {float:left; width:54px; height:58px; margin-right:7px;}

    /* Right column - Category */
    #col ul#category {margin:15px 0; padding:0; list-style:none;}
    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #ededed;}
    #col ul#category li a {display:block; padding:3px 0 3px 22px; background:url("../design/Bilder1/ico_archive.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#category li a:hover {background-color:#e5e5e5; color:#3f3f3f;}
    #col ul#category li#category-active a {background:#ededed url("../design/Bilder1/ico_archive2.gif") 5px 50% no-repeat; font-weight:bold;}
    
    /* Right column - Archive */
    #col ul#archive {margin:15px 0; padding:0; list-style:none;}
    #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #ededed;}
    #col ul#archive li a {display:block; padding:3px 0 3px 22px; background:url("../design/Bilder1/ico_archive.gif") 5px 50% no-repeat; text-decoration:none;}
    #col ul#archive li a:hover {background-color:#e5e5e5; color:#3f3f3f;}
    #col ul#archive li#archive-active a {background:#ededed url("../design/Bilder1/ico_archive2.gif") 5px 6px no-repeat; font-weight:bold;}
    
    /* Right column - Links */
    #col ul#links {margin:15px 0; padding:0; list-style:none;}
    #col ul#links li {margin:0; padding:0; border-bottom:1px solid #ededed;}
    #col ul#links li a {display:block; padding:3px 0 3px 22px; background:url("../design/Bilder1/ico_links.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#links li a:hover {background-color:#e5e5e5; color:#3f3f3f;}

/* Footer */
#footer {
	position:relative;
	clear:both;
	width:770px;
	height:60px;
	background:url("../design/Bilder1/footer.jpg") 0 0 no-repeat;
	color:#999999;
}
#footer a {color:#999999;}
#footer a:hover {color:#3f3f3f;}

    /* Footer - "back on top" */
    #top {position:absolute; top:55px; left:550px;}
    #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;}
    #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url("../design/Bilder1/ico_top.gif") 0 0 no-repeat; cursor:pointer;}
    #top a:hover span {background:url("../design/Bilder1/ico_top.gif") -30px 0 no-repeat;}

    /*  Footer - copyright */
    #footer p#copyright {
	position:absolute;
	top:10px;
	left:40px;
	margin:0;
	visibility: visible;
	font-size: 12px;
	width: 443px;
}

    /* Footer - created by */
    #createdby {position:absolute; top:10px; left:562px; margin:0; color:#b2b2b2;}
    #createdby a {color:#b2b2b2;}
