@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../bilder/gs_bggradient.png);
	background-repeat: repeat-x;
	background-color: #006934;
	font-family: Arial, Helvetica, sans-serif;
}

div#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

div#gslogo {
	position: relative;
	height: 287px;
	width: 200px;
	float: left;
}
div#gsheaderphoto {
	float: left;
	height: 287px;
	width: 700px;
	position: relative;
	clear: right;
}

/* venstremeny div#gsmenu */

div#gsmenu {
	float: left;
	height: 315px;
	width: 200px;
	position: relative;
	background-image: url(../bilder/gs_leftmenubg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	font-size: 12px;
	line-height: 20px;
}


#gsleftmenu {
	margin-left: 14px;
	padding-left: 0;
	list-style-type: none;
}

ul#gsleftmenu li {
}


ul#gsleftmenu a {
	display: block;
	text-decoration: none;
	padding-left: 35px;
	color: #F5E5A6;
	width: 138px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D1D;
}


ul#gsleftmenu a:hover {
	color: #00351A;
	padding-left: 35px;
	/*background-color: #F5E5A6;*/
	background-color: #CD3301;
	background-image: url(../bilder/gs_menubtnbg.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003519;	/*background-color: #225031;*/
}

ul#gsleftmenu .uberlink {
	background-color: #225031;
	color: #F5E5A6; !important;
	cursor: default;
}

/* innhold div#content */

div#gscontent {
	float: left;
	width: 640px;
	position: relative;
	background-color: #00351A;
	background-image: url(../bilder/gs_contentbg.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 15px;
	font-size: 12px;
	color: #F5E5A6;
}

div#gscontent p {
	line-height: 18px;
	margin-bottom: 15px;
}

div#gscontent a {
	color: #FFFFCC;
	text-decoration: underline;
}

div#gscontent a:hover {
	color: #FFFFCC;
	text-decoration: none;
}


#gscontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #F5E5A6;
	font-weight: lighter;
	margin-bottom: 5px;
}

#gscontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F5E5A6;
	font-weight: lighter;
	margin-bottom: 10px;
}

#gscontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F5E5A6;
	font-weight: lighter;
	margin-bottom: 10px;
}

#gscontent ul,  #gscontent ol {
	font-size: 12px;
	color: #F5E5A6;
	margin-left: 20px;
	margin-top: 12px;
	line-height: 20px;
}

/* høyre kolunne, flytende */

div#gsRightColumn {
	float: right;
	width: 175px;
	position: relative;
	padding-top: 35px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* bunntekst dv#gsfooter */

div#gsfooter {
	color: #627B52;
}

div#gsfooter a {
	color: #627B52;
}

div#gsfooter a:hover {
	color: #FFFFCC;
}


/* diverse stiler */

.imageYellowBorder {
	border: 1px solid #F5E5A6;
}

.imageLeft_YellowBorder {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #F5E5A6;
}

.imageRight_YellowBorder {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	border: 1px solid #F5E5A6;
	margin-bottom: 10px;
}

.imageRedBorder {
	border: 1px solid #CD3301;
}

.imageLeft_RedBorder {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	border: 1px solid #CD3301;
	margin-bottom: 10px;
}


.imageRight_RedBorder {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	border: 1px solid #CD3301;
	margin-bottom: 10px;

}



.redText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F5E5A6;
	background-color: #CD3301;
	border: 1px solid #F5E594;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #F5E5A6;
}

/* Dropdownmeny start her */

#dropmenudiv{
	position:absolute;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	z-index: 100;
	background-color: #225031;
}


#dropmenudiv a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
	color: #F5E5A6;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #144629;

}

#dropmenudiv a:hover { 
	color: #00351A;
	padding-left: 10px;
	/*background-color: #F5E5A6;*/
	background-color: #CD3301;
	background-image: url(../bilder/gs_menubtnbg.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003519;	/*background-color: #225031;*/
}
