﻿*
{
	margin: 0;
	padding: 0;
}

body
{
font-family: Arial, Sans-serif;

line-height: 19px;
	margin-top: 40px;
	background-color:#f0f0f0;

	margin-bottom: 30px;
		font-size: 13px;
}
p 
{

}

h1, h2, h4
{
	font-family: Arial, Sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: #003256;
	letter-spacing: 0px;
}


h1
{
	color: #333;
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 30px;
		letter-spacing: -1px;

}

h2 
{

	color: #333;
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 30px;
		letter-spacing: -1px;
}



h3
{

	color: #333;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: bold;
	margin-top: 0px;

	letter-spacing: -1px;
}



p
{
	margin-bottom: 14px;
	color: Black;
}

a
{
	text-decoration: none;
	color: #001ECC;
}

a:hover
{
	text-decoration: underline;
}



#wrapper
{
	width: 900px;
	margin: 50px auto;
	margin-top: 0;
	margin-bottom:0;
	background-image: url(http://gserp.se/images/maindb_content.png);
background-color: #fff;	
}

#top
{
	width: 900px;
	margin: 0px auto;
	background-image: url(http://gserp.se/images/maindb.png);
	background-color: #fff;	
	background-repeat: no-repeat;
	height: 35px;
	background-position: top;
}



#footer
{
	width: 900px;
	margin: 0px auto;
	background-image: url(http://gserp.se/images/maindb_bottom.png);
	background-repeat: no-repeat;
height:30px;
	background-position: top;
background-color: #fff;	
	}



#footer a
{
	color: #000;
}

#content
{
	float: left;
	width: 530px;
	margin-left: 50px;
padding-top: 20px;
padding-left: 10px;

background-color: #ffffff;
}

#bottom
{
	width: 794px;
	border-top: solid 1px #ccc;
	margin-left: 50px;
	font-size: 12px;
	color: #444;
	padding-top:5px;
	clear: both;
}
#bottom a
{ 
	color: Black;
}

#header
{
	height: 75px;
	border: solid 1px blue;
}


#header h2
{
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 10px;
	margin-top: 0;
	float: left;
	text-shadow: 1px 1px 1px #666;
}

#header h2 a
{
	color: #C0D3D3;
}
#header h2 a:hover
{
	text-decoration: none;
}
#header #topads
{
	float: right;
	width: 468px;
	height: 60px;
}

#sidebar
{
	float: right;

	border-left: solid 4px #eee;
	width: 230px;
	margin-right: 30px;
}

#sidebar .widget
{
	padding: 10px;
	padding-left: 20px;
	padding-top: 10px;
	border-left: none;
	margin-bottom: 10px;
}

#sidebar h4
{
	color: #666666;
	font-size: 1.2em;
}

#sidebar h2
{

	font-size: 1.3em;
}

.bannerads
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.mainmenu
{
	list-style: disc;
	font-size: 12px;
	list-style-position: inside;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mainmenu li
{
	padding-bottom: 4px;
}



#content ol
{
	list-style-position: inside;
	margin-bottom: 15px;
	list-style:none;

}

#wrapper ul
{
	list-style-position: inside;
	margin-bottom: 25px;
	
}

#wrapper ul li
{

	margin-bottom: 5px;
}




.formular
{
	background-color: #f2f2f2;
	border: solid 1px #cccccc;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:14px;
}

.formular table
{
	border-collapse: collapse;
	
}

.formular table td
{
	padding: 6px;
	font-size: 1em;
	color: Black;
}

.formular table th
{
	padding: 6px;
	font-size: 1em;
	color: Black;
}

.formular input, .formular option
{
	font-family: Arial;
	text-align: center;
	
}

.full
{
	width: 99%;
}
.CalcButton
{
	padding: 4px;
	margin-top: 20px;
}

.resultbox
{
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #D3C49E;
	color: Black;
	clear: both;
	background-color: #FFF8E5;
}


.resultbox h2
{
	color: #7F6A00;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

hr
{
	border: none;
	border-bottom: solid 4px #eeeeee;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}
.text1
{
	font-weight: normal;
	color: #666666;
	font-style: italic;
	font-size:0.8em;
}

.small
{
	width: 200px;
}
.img1
{
	margin-top: 20px;
}

.formel
{
	clear: both;
	text-align: center;
	font-weight: bold;
}

input
{
	font-size:1em;
	border: 1px solid #777;
	height: 20px;
	padding: 2px 5px 2px;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #ccc;
	background-color: #fff;
margin-right:5px;
}

.CalcButton
{
	background: #5388b6 url(image/button-style.png) center left repeat-x;
	border: 1px solid #3b73a3;
	border-radius: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	padding: 1px 10px 5px 10px;
}


