﻿@import "main.css";

/* COLOR: #0092bf */

body {
}

h1,h2,h3,h4, h1 span, h2 span, h3 span, h4 span
{
    color:#0092bf;
}

a, a.SkinObject 
{
    color:#0092bf;
}

#topMenu 
{
    background-color:#0092bf;
}

#contentCol .subtext 
{
    background: #0092bf url(../Images/Style1/subHeaderLarge.png) no-repeat;
}

#menuCol .topLinks 
{
    background: url(../Images/Style1/menuHeader.png) no-repeat;
}

.subHeader
{
    background: url(../Images/Style1/menuHeader.png) no-repeat;
}

#subMenu li 
{
    background-color:#0092bf;
}


.Folg{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: thin none gray;
	background-color: #C20000;
	color: #FFF;
	font: bold 1.1em/1.1em Arial;
	
}

.info{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: thin none gray;
	background-color: #009221;
	font: bold 1.1em/1.1em Arial;
	color: #FFF;
}

.nytt{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: thin none gray;
	background-color: #4EB300;
	font: bold 1.1em/1.1em Arial;
	color: #FFF;
}


.cadre .text strong {
	color: #008000;
	 text-padding:10px;
	 
}

.cadre {
	margin-bottom: 4px; 
	margin-top: -6px;
	
		}
		
		
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: thin none gray;
	background-color: #0092BF;
	font: bold 1.1em/1.1em Arial;
	color: #FFF;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #195A97;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;

margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
