/*
Original design: andreas08 (v2.0 - Jul 07, 2008) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/andreas08/

15.08.10 Heading style font weight changed from normal to bolder 
28.03.15 Width changed from 900 to 800-1200

*/
/* Body and tag styles */

* {
	margin: 0;
	padding: 0;
}


.Show480 {
 display:none;
 }

.DesktopOnly {
 display:block;
}


body {
	background-color: lavender;
	color: #303030;
	font: medium Verdana,Tahoma,Arial,sans-serif;
	margin: 10px auto;
	padding: 5px;
	text-align: left;
	min-width: 770px;
	max-width: 1000px;
	width: 99%;
}


#container {
	background: #F0F0F8;
    border: 2px solid slategray;
    border-radius: 6px;
	color: #303030;
	padding: 5px;
	text-align: left;
}

#header {
	background: #0001AE;
	background-image: url(newback.png);
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: -0px;
	margin: auto;
	padding: 10px 15px;
/*	width: 100%; */
	/* image is 1200x95 */
}

#header h1 {
	background-color: transparent;
	color: #FFFFFF;
	font-size: 1.6em;
	padding: 4px;
}

#header h2 {
	background-color: transparent;
	color: #F0F2F4;
	font-size: 1.0em;
	font-weight: bolder;
	line-height: 110%;
	padding: 4px 0 6px 10px;
}

/* 16.09.13 headline1 and headline2 are alternates of h1 and h2 where text is not search engine relevant */


#header .headline1 {
	background-color: transparent;
	color: #FFFFFF;
	font-size: 1.6em;
	margin-bottom: 4px;
	padding: 0;
/*	padding: 12px 0 0 15px; */
}

#header .headline2 {
	background-color: transparent;
	color: #F0F2F4;
	font-size: 0.9em;
	font-weight: bolder;
	line-spacing: 110%;
	padding: 4px 0;
}

#header a {
	background-color: transparent;
	color: lime;
}

#navigation {
	background: midnightblue;
	background: darkblue;
	background-color: lightcyan;
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	display: block; 
	font-size: 80%;
	font-weight: normal;
	height: 2.7em; 
	line-height: 1.7em;
	margin: auto;
	margin-top: 3px;
	padding: 4px 6px 0 6px;
/*	width: 100%; */
}

#navigation li {
	background-color: linen;  
	background-color: lightcyan;  
    border: 2px solid silver;
    border-radius: 5px;
	display: block; 
	float: left;
	list-style-type: none;
	margin: 2px 3px 0 3px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#navigation li:hover {
	background-color: navy;
	background-color: mintcream;
	border: 2px solid lime; 
/*	color: white; */
}

#navigation  .selected {
    background-color: cyan;
	border-color: red; 
}

#navigation .ebsite {
    background-color: #C0DFDF;
	border-color: silver; 
	margin: 3px;
}

#navigation a:hover {
	color: navy;
}


/* Searchbar styles */
#searchbar {
	margin: 0 0 20px 0;
}

#searchbar #s {
	border: 1px solid #A0A0A0;
	height: 1.2em;
	margin: 0 5px 0 0;
	width: 110px;
}

#searchbar #searchbutton {
	border: 1px solid #808080;
	font-size: 0.9em;
	padding: 0 1px;
	text-align: center;
	width: auto;
}

#searchbar form fieldset {
	border: 0 solid;
	margin-left: 10px;
}
#content {
	float: left;
	font-size: 0.9em; 
	padding: 5px 20px;
}

#content a:hover,#subcontent a:hover {
	text-decoration: underline;
}


/*	color: #505050; */
#content h1 {
	background-color: transparent;
    color: #303080;
	display: block;
	font-size: 1.5em;
	font-weight: bolder;
	letter-spacing: -1px;
	padding: 4px 0 8px 0;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 4%;
}

#content h2 {
	background-color: transparent;
   color: #303080;
	display: block;
	font-size: 1.2em; 
	font-weight: bolder;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 4px 0 8px 4px;
}

#content h2 a {
	font-weight: normal;
}

#content h3 {
   color: #303080;
	display: block;
	font-size: 1.0em;
	font-weight: bolder;
	letter-spacing: 0px;
	padding: 10px 0 6px 2px;
	text-align: left;
	background-color: transparent;
}

#content h4 {
    color: #303080;
	display: block;
	font-size: 0.9em;
	font-weight: bolder;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	text-align: center;
	background-color: transparent;
}

#content ul,#content ol {
	margin: 0 5px 16px 35px;
}

/* Footer styles */
#footer {
	background: #467AA7;
	border-radius: 5px;
	clear: both;
	color: #F0F0F0;
	font: normal 80% Tahoma,Arial,sans-serif;
	margin: 0 1px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

#footerm {
  display: none;
}

#footer a {
	background-color: transparent;
	color: #F0F0F0;
	font: bolder 75% Tahoma,Arial,sans-serif;
}

#footer a:hover {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media only screen and (max-device-width: 480px) {

.Show480 {
 display:block;
 }

.DesktopOnly {
 display:none;
}


#footer {
	display:none;
}


body {
	background-color: purple;
	color: #303030;
	font: medium Verdana,Tahoma,Arial,sans-serif;
	margin: 1%;
	min-width: 0;
	max-width: 1100px;
	padding: 1%;
	text-align: left;
	width: 96%;
}


img {
 width: 80%;
 height: auto;
}

#footerm {
	display:block;
	background-color: #467AA7;
	border-radius: 5px;
	clear: both;
	color: #F0F0F0;
	font: 80% Tahoma,Arial,sans-serif;
	margin: 3px 1px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
#footerm a {
	background-color: transparent;
	color: #F0F0F0;
}
}


a {
	background-color: transparent;
	color: #467AA7;
	font-weight: bolder;
	text-decoration: none;
	font-size: 95%;
}

a.search {
	background-color: transparent;
	color: #467AA7;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	background-color: transparent;
	color: #2A5A8A;
	text-decoration: none;
}


code {
	font-size: 90%;
	line-height: 1.4em;
	text-align: center;
	font-family: monospace;
	color: maroon;
}

hr {
margin: 12px 0;
}
img.center, img.shot {
	display: block;
	margin: 5px auto 15px auto;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.left,img.center,img.right {
	border: 1px solid #A0A0A0;
	padding: 6px;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}


p {
margin: 5px;
	padding: 5px 0;
	text-align: left;
}

p form {
	margin-bottom: 20px;
	margin-top: 0;
}

.clear {
	clear: both;
}

.enlarged{
	font-size: 125%;
}

.gtheadertext{
    float: right;
    font-size: 50%;
}
.hide {
	display: none;
}

.important {
	background-color: transparent;
	color: #F02025;
	font-weight: bold;
}

.linkbutton {
   background: navy;
	border: 2px solid darkcyan;
	border-radius:4px;
	color: white;
	display: block;
	min-height: 1em;
	min-width: 100px;
	padding: 5px;
}

.red {
	background-color: transparent;
	color: Red;
}


/* Menublock styles */
.menublock {
	font-size: 0.9em;
	margin: 0 0 20px 8px;
}

.menublock li {
	display: block;
	list-style: none;
	margin-bottom: 2px;
	padding: 2px;
}

.menublock li a {
	font-weight: bold;
	text-decoration: none;
}

.menublock li a:hover {
	text-decoration: none;
}

.menublock li ul {
	font-size: 1em;
	font-weight: normal;
	margin: 3px 0 3px 15px;
}

.menublock li ul a {
	font-weight: normal;
}

.menublock li ul li {
	margin-bottom: 0;
}

.navline {
  background-color: powderblue;
  font-size: 90%;
  font-weight: bolder;
  line-spacing: 130%;
  margin: 6px auto 12px;
  padding: 6px  50px;
  text-align: center;
}

.navline a:hover {
 color: red;
 border-color: red;
}

.navline strong {
  font-color:red;
}

.noborder {
	border: 0px;
}

.small {
	font-size: 66%;
}

/* Misc classes and styles */

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.tm5px {
	margin-top: 5px;
}

.tm10px {
	margin-top: 10px;
}


/* Header and navigation styles */
/* Content styles */
