/* This file is for the Leaf Studios network only. */
/* Author: John Henrysson */

/* If you want to use this file for private use, please contact webmaster. */

/* Main CSS User */

body {
background-image: url('../images/bg.png');
color: #6e7070;
font-size: 10px;
font-family: Georgia, Arial, Helvetica, sans-serif;
height:100%;
overflow:auto;
}


div#container {
-moz-box-shadow:0 0 40px #000000;
-webkit-box-shadow:0 0 40px #000000;
width: 700px;
margin: 20px auto 50px;
background-color: #cccccc;
}

div#head {
height: 156px;
margin-left: auto;
margin-right: auto;
}


div#menu {
height: 30px;
margin-top: 0px;
padding-top: 1px;
padding-bottom: 10px;
overflow: hidden;
font-size:0;
text-align: center;
background-color: #FFFFFF;
}

#menu a{
    margin: 0 1px 0 0;
    padding: 0;
}

div#main {
padding: 0 9px 50px 11px;
width: 480px;
float: left;
background-color: #FFFFFF;
min-height: 1100px;
}

#main div {
width: 480px;
margin-bottom: 30px;
}

#main div textarea{
    height: 100px;
    width: 270px;
}

#main div input[type="text"]{
    width: 200px;
}

#main div .warning{
    margin: 10px auto;
    padding: 8px;
    width: 75%;
    background-color: #FBBBB9;
    border: 2px solid #C11B17;
}

#main div .approved{
    margin: 10px auto;
    padding: 8px;
    width: 75%;
    background-color: #B5EAAA;
    border: 2px solid #41A317;
}

div#spalt {
width: 200px;
float: right;
background-color: #cccccc;
color: 707070;
}

#spalt h3{
	background-image: url(../images/h3_bg.jpg);
	color: #FFFFFF;
	height: 11px;
	margin: 0;
	padding: 8px 12px;
	width: 176px;
}

#spalt h3 a{
	color: #FFFFFF;
}

#spalt p{
	margin-left: 8px;
        margin-right: 5px;
}

a.spalt:link{
	color: #707070;
}

a.spalt:hover{
	color: #707070;
}

a.spalt:visited{
	color: #707070;
}

.skribent{
	background-image: url('../images/skribent_bg.jpg');
	width: 200px;
	height: 83px;
}

#spalt .skribent h3{
	background-image: none;
}

.skribent h3 a{
    display: block;
}

.skribent img{
	width: 76px;
	height: 76px;
	padding: 4px 5px 3px;
	float:left;
}

.skribent p{
	color: #FFFFFF;
}

	div#s_kalender{
	height: 185px;
	}

	div#s_befor{
	height: 80px;
	}

	div#s_links{
	}

	div#s_fragan{
	height: 70px;
	}

	div#s_undersokning{
	height: 90px;
	}

	div#s_evenemang{
	}

	div#s_skribenter{
	}
	
	div#s_skribenter_text{
	height: 83px; 
	background-image: url('../images/skribent.jpg');
	background-repeat: no-repeat;
	margin-top: -11px;
	}

	div#s_copyright{
	}

div#foot{
clear:both;
}


h1 {
color: #203763;
font-size: 26px;
margin: 8px 0 -5px;
}

h2{
color: #333366;
font-size: 14px;
align: left;
}

p {
font-size: 11px;
}

	p.spalt{
	padding-left: 4px;
	}

	p.spalt_link{
	padding-left: 4px;
	}

	p.article_large {
	}

	p.article_small {
	}

	
	p.skribent{
	padding-left: 4px;
	padding-top: 4px;
	color: #FFFFFF;
	}
        
.comment{
    padding: 0;
    background-color: #FFFFFF;
    margin-left: -11px;
}

img {
border: 0px;
}

	a.article:link, a.article:visited, a.article:active, a.article:hover{
	font-weight:bold;
	}
        
        
        a:link, a:visited, a:active{
	color: #203763;
	text-decoration: none;
	display: inline-block;
	}

	a:hover {
	color: #203763;
	text-decoration: underline;
	display: inline-block;
	}

#main .fotoalbum{
    width: 136px;
    height: 120px;
    padding: 5px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #9ECCED;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 8px rgba(99, 96, 78, 0.15);
    -webkit-box-shadow: 2px 2px 8px rgba(99, 96, 78, 0.15);
    float:left;
    background-color: #FAFAFA;
}

#main .fotoalbum img{
    margin:  3px 7px;
}

#main .fotoalbum p{
    margin: 2px;
    padding: 0;
}
