/*
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;
}

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: 1100px;
	width: 99%;
}

.Show480 {
 display:none;
 }

.DesktopOnly {
 display:block;
}

@media only screen and (max-device-width: 480px) {
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%;
}

.Show480 {
 display:block;
 }

.DesktopOnly {
 display:none;
}

}

#container {
	background-color: #F0F0F8;
    border: 2px solid slategray;
    border-radius: 6px;
	color: #303030;
	margin: auto;
	padding: 0.3%;
	text-align: left;
	width: 98%;
}


@media only screen and (max-device-width: 480px) {
#container {
	background-color: linen;
    border: 2px solid slategray;
    border-radius: 6px;
	color: #303030;
	padding: 5px;
	text-align: left;
/*	width:99%; */
}
}

img {
	max-width: 90%;
}

#header {
/*	background-image: url(newback.png); replaced by gradient 30.10.17 */
   background: #0101FF; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#020085, #0101FF,#0200B0); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#020085, #0101FF,#0200B0); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#020085, #0101FF,#0200B0); /* For Firefox 3.6 to 15 */  
   background: linear-gradient(#020085, #0101FF,#0200B0); /* Standard syntax */
	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: 2.0em;
	padding: 0;
}

#header h2 {
	background-color: transparent;
	color: #F0F2F4;
	font-size: 1.4em;
	font-weight: bolder;
	line-height: 110%;
	padding: 0;
}

/* 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-height: 110%;
	padding: 4px 0;
}

#navigation {
	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: 2px auto;
	padding: 4px 6px 0 6px;
/*	width: 100%; */
}


#navigation li {
	background-color: lightcyan;  
    border: 2px solid silver;
    border-radius: 5px;
        color: black;
	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;
}

@media only screen and (max-device-width: 480px) {
#navigation {
	border-radius: 4px;
	height: 2.2em; 
	line-height: 1.4em;
	padding: 2px 3px 0 3px;
}

#navigation li {
    border: 2px solid silver;
    border-radius: 4px;
	display: block; 
	float: left;
	font-size: 70%;
	list-style-type: none;
	margin: 1px 2px 0 2px;
	padding: 0 5px;
}

}

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

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

#navigation .ebsite {
    background-color: #C0DFDF;
	border-color: silver; 
    color: black;
	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 0 5px 10px;
	width: 70%;
}

@media only screen and (max-device-width: 480px) {
#content {
    background-color: Lavender;
    border-radius: 4px;
	float: left;
	font-size: 0.8em; 
	margin-top: 0.2em;
	padding: 2px 3px 0 3px;
	width: 98%;
}
}

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

#content dd {
	margin: 0 0 10px 15px;
}

#content dl {
	margin: 0 5px 10px 25px;
}

#content dt {
	font-weight: bold;
	margin-bottom: 5px;
}

/*	color: #505050; */
#content h1 {
	background-color: transparent;
    color: #303080;
	display: block;
	font-size: 1.6em;
	font-weight: bolder;
	letter-spacing: -1px;
	padding: 0 0 8px 0;
	margin-top: 4px;
	margin-bottom: 6px;
	line-height: 140%;
	text-indent: -3%;
	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: 0px 0 8px 4px;
	line-height: 110%;
}

#content h1+h2 {
	margin-top: 3px;
}

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

#content h3 {
   color: #303080;
	display: block;
	font-size: 1.0em;
	font-weight: bolder;
	letter-spacing: 0px;
	padding: 2px 0 6px 2px;
	text-align: center;
	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: 5px 5px 16px 35px;
}
#content li {
	margin: 5px 0;
}

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

#footerm {
  display: none;
}

#footerm p {
	text-align: center;
}

#footer a {
	background-color: transparent;
	color: #F0F0F0;
}

#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) {
#footer {
	display:none;
}
#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;
}
}
/* Sidebar styles */

#subcontent {
	border: 2px solid purple;
   border-radius: 5px;
   color: purple;
	background-color: #D0D0FF;
	float: right;
	line-height: 1.4em;
	margin: 10px 5px 10px 15px;
	padding: 6px;
	width: 20%;
}

@media only screen and (max-device-width: 480px) {
#subcontent {
display:none;
width: 0;
}
}


#subcontent h2 {
	color: navy;
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 5px 0 15px 0;
	text-align: center;
}

#subcontent h3 {
	color: navy;
	display: block;
	font-size: 1.2em;
	font-weight: bolder;
	letter-spacing: -1px;
	margin: 6px 0 8px 0;
	text-align: center;
}

#subcontent p {
	font-size: 0.9em;
	margin: 0 0 6px 0;
}


#changelog h2 {
  background-color: linen;
}
#changelog h2 {
  background-color: navy;
  border: 3px solid blue;
  color: white;
  margin: 5px auto;
  padding: 5px;
  text-align: left;
}

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: 10px 0;
}


@media only screen and (max-device-width: 480px) {
img{
    max-width: 360px;
}
}
	
img.center {
	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 {
	padding: 0 0 0.5em 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	text-align: left;
	font-size: 1.0em;
}

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

.box {
	background-color: #d8e8f8;
	border: 1px solid blue;
	border-radius: 5px;
	color: navy;
	display: block;
	font-size: 80%;
	line-height: 1.5em;
	margin: 5px auto 12px auto;
	width: 90%;
	/*position: relative;*/
	padding: 8px;
}

.clear {
	clear: both;
}

.enlarged{
	font-size: 125%;
}

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

.gtheadertext a{
    color:lime;
}

.hide {
	display: none;
}

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

.linkbutton {
   background-color: 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;
}

.noborder {
	border: 0px;
}

.small80 {
	font-size: 80%;
}

.small {
	font-size: 66%;
}

/* Misc classes and styles */
.splitcontentleft {
	float: left;
	width: 48%;
}

.splitcontentright {
	float: right;
	width: 48%;
}

.texter {
    color: black;
    background-color: yellow;
    margin: 3px 0;
    padding: 1px;
}

.textercyan {
    color: black;
    background-color: lightcyan;
    margin: 3px 0;
    padding: 5px;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.tm5px {
	margin-top: 5px;
}

.tm10px {
	margin-top: 10px;
}

.tm1em {
	margin-top: 1em;
}
