/*
Original design: Daleri Structure (v1.0 - Jul 07, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/daleri-structure/
*/

/* Body */
* {margin:0; padding:0;}

body {
	/*background:#FFFFFF url(bodybg.png) repeat-x left top;*/
	background:#FFFFFF;
	color:#eee;
	font:76% Verdana,Arial,Tahoma,"Trebuchet MS",sans-serif;
	line-height:1.4em;
	text-align:center;
	padding:0;
}

#wrap {
	width:920px;
	background-color:#FFFFFF;
	color:#555;
	padding:10px;
	margin:10px auto 0;
	text-align:left;
}
#top {width:920px; text-align:right; margin:10px auto 5px auto; color:#ddd; font-size:0.9em;}
#top p {margin:2px; padding:0;}
#top a {color:#eee; border-bottom: 1px dotted #aaa;}
#top a:hover {color:#fff; text-decoration:none; border-bottom:1px dotted #fff;}

/* Header and title */
#header {
	text-align:left;
	padding:0;
	margin:0 0 0px;
}
#sitetitle {
	width:300px;
	float:left;
	padding-left: 30px;
	padding-top: 5px;
}
#sitetitle h1 {font-weight: 700; font-size:2.2em; letter-spacing:-2px; line-height:0.9em; margin:20px 0 10px 10px; padding:0;}
#sitetitle h1 a {font-weight:700; letter-spacing:-1px;}
#sitetitle p {margin:5px 0 20px 20px; padding:0; letter-spacing:-1px; font-size:1.4em; color:#777;}

/* Main menu */
#mainmenu {
	float:right;
	width:910px;
	margin:0;
}
dl.nav {
	width:140px;
	float:right;
	margin: 0 0px 5px 10px;
	font-size:9px;
}
dl.nav dt {border-bottom:1px solid #aaa; padding:0; font-weight:700; margin:0; color:#777;}
dl.nav dt a {font-weight:700; color:#777;}
dl.nav dt a:hover {color:#222;}
dl.nav dd {padding:0; margin:0; border-bottom:1px solid #ccc;}
dl.nav dd a {font-weight:400; padding:1px 0 1px 5px; color:#886060; display:block; width:135px;}
dl.nav dd a:hover {color:#222; background:#f4f4f4;}

/* Headline */
#headline {
	width:900px;
	text-align:center;
	margin:2px 0 10px;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	color:#777;
	font-size:0.9em;
}
#headline p {margin:2px; padding:0;}

/* Headers */
h2, h3, h4
{
    margin: 10px 0 10px 0;
    padding-bottom: 3px;
    color: #910f1b;
    font-weight: 700;
}

/* Content */
#content {
	float:left;
	text-align:left;
	width:700px;
	margin:25px 0 0;
	padding-left: 30px;
	padding-right: 15px;
}
#content h2 {font-size:1.6em; letter-spacing:-1px; clear:left;}
#content h3 {font-size:1.4em; letter-spacing:-1px;}
#content h2 a, #content h3 a {font-weight:700;}
#content p {margin:0 0 15px;}
#content a {
	
	color: #a91220;
}
#content a:hover {
	color: #0066FF;
}
#content ul, #content ol {margin:0 0 15px 10px; padding:0 0 0 10px;}
#content ul li, #content ol li {margin:0 0 10px 10px;}
#content ul ul, #content ol ol {margin:5px 0 5px 10px;}

/* endast för alternativt galleri */
.left2 {
	float:left;
	width:10%;
	text-align:left;
}
.right2
{
    float: right;
    width: 85%;
    text-align: left;
    padding-bottom: 20px;
}
.center2
{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    height: 615px;

}
#content2 {
	float:left;
	text-align:left;
	width:865px;
	margin:25px 0 0;
	padding-left: 30px;
	padding-right: 15px;
}

/* Sidebar */
#sidebar {
	text-align:left;
	margin:25px 0 0 690px;
	width:200px;
	padding:10px;
	background:#FFFFFF;
	border:1px none #ccc;
}
#sidebar h2, #sidebar h3 {font-size:1.4em; padding:0 0 2px 0; margin:0 0 5px 0; border-bottom:2px solid #ccc;}
#sidebar p, #sidebar ul, #sidebar ol {margin:0 0 15px 0; padding:0;}
#sidebar a {font-weight:400;color:#0066FF; text-decoration:none;}
#sidebar a:hover {font-weight:400;color:#b61423; text-decoration:underline;}
#sidebar ul li {list-style:none; margin:0 0 3px 0;}
#sidebar ul li a {font-size:1.1em;}
#sidebar ul ul {margin:3px 0 3px 10px; font-size:1em;}
#sidebar ul ul li {margin:2px 0;}
#sidebar ul ul li a {font-weight:400;}

#sidebar ul.sidemenu li {list-style: none; width:218px; padding:0; margin:0 0 2px 0;}
#sidebar ul.sidemenu li a {display: block; overflow: visible; padding:2px 0 2px 5px; background-color:#f4f4f4; font-weight:400; border:1px solid #ddd; font-size:1.1em; }
#sidebar ul.sidemenu li a:hover, #sidebar ul li.current a {border:1px solid #555; color:#444; background-color:#fff;}
#sidebar ul.sidemenu li.current li a {background-color:#f8f8f8; color:#467aa7; border:1px solid #ddd; border-bottom:1px solid #ccc;}
#sidebar ul.sidemenu ul {margin:0; padding:2px 0 0 15px;}
#sidebar ul.sidemenu ul li {width:203px; letter-spacing:0;}
#sidebar ul.sidemenu ul li a {font-size:0.9em; padding:1px 0 1px 5px;}

/* Footer */
#footer {
	clear:both;
	font-size:0.9em;
	width:920px;
	line-height:1.5em;
	color:#666666;
	margin: 5px auto 10px auto;
	padding:0;
}
#footer p {margin:0; padding:0;}
/*
#footer a {color:#ddd; border-bottom: 1px dotted #aaa;}
#footer a:hover {color:#eee; text-decoration:none; border-bottom:1px dotted #fff;}
*/

/* Links */
a {
	color:#910f1b;
	font-weight:400;
	text-decoration:underline;
}
a:hover {color:#b61423; text-decoration:none;}
a img {
	border:0;
	/*padding-top: 5px;*/
}

/* Various classes */
.left {
	float:left;
	width:45%;
	text-align:left;
}
.right {
	float:right;
	width:45%;
	text-align:right;
}
.textleft {text-align:left;}
.textright {text-align:right;}
.textcenter {text-align:center;}
.introtext, .introtext a {font-weight:700;}
.clear {visibility:hidden; clear:both; height:1px;}
.hide {display:none;}

.leftFoot {
	float:left;
	width:50%;
	text-align:left;
}
.rightFoot {
	float:right;
	width:45%;
	text-align:right;
}

img.photosmall {
	float: left;
	margin-right:5px;
	margin-bottom:2px;
	}
	img.photosmall_right {
	float: right;
	margin-right:5px;
	margin-bottom:2px;
	}
	img.buttonPhoto {
	float: left;
	margin-right:0px;
	margin-bottom:0px;
	}
	
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=95);
	opacity:0.7;
}


.ModalStyle1
{
    border: 2px double Gray;
    background-color: #FFFFFF;
    padding: 30px;
}
.ModalLogin
{
    margin-left: 120px;
}
.ModalCenter
{
    margin-left: 100px;
}
.ModalRight
{
    margin-left: 450px;
}
.ModalRight2
{
    float: right;
}
.Red
{
    color: #FF0000;
}
/* Tag Cloud */
.T_xsmall
{
    font-size: 9px;

}
.T_small
{

    font-size: 11px;
}
.T_medium
{

    font-size: 13px;
}
.T_big
{

    font-size: 15px;
}
.T_xl
{
 
    font-size: 18px;
}
.T_xxl
{

    font-size: 24px;
}

.readmore {
margin:-10px 10px 12px 0;
text-align:right;
}

