﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: Black;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #eeeeee;
}

a:link, a:visited
{   
    text-decoration: none;   
    color:White;
}
a:hover
{
    text-decoration: underline;
    color:White;
}
a:visited
{
    color:White;
}

.imagewithborders
{
	border: 3px solid #eeeeee;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.imagetext
{
	text-align:center;	
	margin:5px 5px 20px 5px;	
}

a img
{
	border:0px solid #eeeeee;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{    
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 82px; 
    font-weight:lighter;    
}
h2
{
    font-size:18px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}
h5, h6
{
    font-size: 12px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 890px;    
    margin-left: 200px;    
    display:block;
}

.noborders img
{
	border:0px;
}


#main /* Höjden på detta element styr storleken på top content */
{
	position:absolute;
	top:150px;
	width:900px;
}

#footer
{
	margin-top:30px;	
	position:relative;
	top:300px;	
	height:50px;	    
    padding: 10px 0;
    text-align: center;    
    margin: 0;
    font-size: 10px;
    clear:both;
}

/* TAB MENU   
----------------------------------------------------------*/
#menu
{
    margin-top:40px;
    width:890px;
    text-align:center;
}

#menu a
{
	text-decoration:none;
	color:#988550;
	line-height:3;
	font-weight:bold;
}

#submenu
{
	padding-top:0px;
	margin-top:0px;
	line-height:normal;
	height:30px;
}

#submenu a
{
	text-decoration:none;
	color:#eeeeee;		
	padding-bottom:30px;
}

#bigmenu a
{
	text-decoration:none;
	color:White;
	font-size:18px;
	margin-left:50px;
	margin-right:50px;
}

textarea
{
	width: 600px;
	height:200px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 10px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
	border: solid 1px #eeeeee;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;	
	
}

table th
{		
	border-bottom: solid 1px #eeeeee;	
	padding:6px 5px;
	margin:0px;
	text-align:left;
}

table tr td
{
    padding:2px 7px 2px 7px;
}

.button
{
	background-color:Black;
	color:White;
	cursor:pointer;
	border: solid 1px #eeeeee;
	padding:5px 7px 5px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button:hover
{
	background-color:Gray;	
}

.selectablegrid tbody tr:hover td 
{ 
	background-color:Gray;
	cursor:pointer;
}

.tableinfo 
{ 	
	font-size:10px;
}

.pagination
{
	font-size:10px;
	text-align:right;
}

.newsbulletin
{
	float:left;
	position:relative;
	width:220px;
	margin-right:20px;
	height:77px;
	overflow:hidden;
	line-height:1.3;
}

.newsbulletin a
{
	text-decoration:none;
}

.newsbulletinseparator
{
	float:left;
	position:relative;
	width:1px;
	background-color:#eeeeee;
	height:77px;
	margin-right:20px;
}

.bulletinheader
{
	font-style:italic;
	font-weight:bold;
	color: #988550;
}

.info
{
	background-color:Gray;
}

.guestbookcomment
{
	width:100%;	
	border:1px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	margin: 10px 10px 10px 0px;
}

.guestbookcomment a
{
	color:Gray;
	margin-left:20px;
	font-size:10px;
}

.guestbookcommentmail a
{
	color:#9cdaf1;
	margin-left:0px;
	font-size:12px;
}

.leftsidediv
{
	width:50%
}

/* MISC  
----------------------------------------------------------*/

.cyantext
{
	color:#9cdaf1;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#div-page-content
{
	width:440px;
	float:left;		
}

#div-page-content a
{
	color:#988550;
}

#div-page-images
{	
	width:440px;		
	float:left;	
	text-align:center;
}

.div-left-photo-image
{
	width:440px;
	float:left;
	padding-bottom:35px;
	text-align:center;
}
.div-right-photo-image
{
	width:440px;
	float:left;
	padding-bottom:35px;
	text-align:center;
}

.mediumsize
{
	width:50%;
}
