/*
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/
03.06.12 container widened from 760 to 900
*/
/* Body and tag styles */

* {
	margin: 0;
	padding: 0;
}

body {
	font: medium Tahoma,Arial,sans-serif;
	margin: 1% 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 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: #F0F0F8;
	border: 2px solid Gainsboro;
	border-radius: 8px;
	color: #303030;
	margin: 1% auto;
	padding: 1%;
	text-align: left;
}

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

/* Header and navigation styles in page order */
#header {
	border: 2px solid blueviolet;
   border-radius: 5px;
	color: #003399;
/*	height: 113px; */
	margin: auto;
	padding: 5px;
	background-color: #003399;
}

#header h1 {
	background-color: inherit;
	color: #FFFFFF;
	font-size: 2.4em;
	font-weight: bold;
	padding: 35px 0 0 20px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}

#header h2 {
	background-color: inherit;
	color: #F0F2F4;
	font-size: 1.4em;
	font-weight: bolder;
	letter-spacing: -0px;
	line-height: 110%;
	margin: 15px 0 5px 40px;
}

/* 16.09.13 headline1 and headline2 are alternates of h1 and h2 where text is not search engine relevant 
   26.03.15 min and max widths added to make responsive
*/


#header .headline1 {
	background-color: transparent;
	color: #FFFFFF;
	font: 44px Georgia,"Times New Roman", serif;
	font-weight: bold;
	padding: 10px 0 0 20px;
}


#header .headline2 {
	background-color: transparent;
	color: #F0F2F4;
    font: 24px Georgia,"Times New Roman", serif;
	font-weight: bolder;
	letter-spacing: -0px;
	line-height: 110%;
	margin: 8px 0 5px 40px;
}


@media only screen and (max-device-width: 480px) {
#header .headline1 {
	font: 33px Georgia,"Times New Roman", serif;
	font-weight: bold;
	padding: 0 0 0 15px;
}

#header .headline2 {
    font: 18px Georgia,"Times New Roman", serif;
	font-weight: bolder;
	line-height: 110%;
	margin: 6px 0 4px 10px;
}

}

#navigation {
	background: #e0ffff;
	border: 2px solid Gainsboro;
	border-radius: 6px;
	color: navy;
	height: 2.5em;
	line-height: 2.0em;
	margin: 2px auto;
	padding: 1px 5px;
}

#navigation .selected {
	background: #87ceeb;
	/* border: 2px solid #000080; */
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li {
    border-radius: 8px;
	border-right: 1px solid #FFFFFF;
	float: left;
	list-style-type: none;
	margin: 2px;
	white-space: nowrap;
}

#navigation li a {
	background-color: inherit;
    border-radius: 6px;
	color: navy;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	height: 2.2em;
	padding: 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a.selected {
	background-color: inherit;
	border: 2px solid navy;
	color: #000000;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a {
	background: #00FF00;
	border: 2px solid PowderBlue;
	color: #000000;
/*margin: 2px; */
	text-decoration: none;
}

#navigation a:hover {
	background: #00FF00;
	border: 2px solid red;
	color: #000000;
	text-decoration: none;
}


@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: 6px;*/
	display: block; 
	float: left;
	list-style-type: none;
	margin: 1px 2px 0 2px;
	padding: 0;
}

#navigation li a {
/*	background-color: inherit;
    border-radius: 6px;
	color: navy;
	display: block;
	font-size: 80%;
	font-weight: normal; */
	height: 2.0em; 
	padding: 0 2px;
	text-decoration: none;
	text-transform: uppercase;
}
}


/* 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 {
	border: 2px solid Gainsboro;
	border-radius: 8px;
	float: left;
	margin: 5px 0;
/*	font-size: 0.9em; */
	padding: 5px 10px 0 20px;
	width: 72%;  
}

@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;
}

#content h1 {
	background-color: inherit;
	color: #505090;
	display: block;
	font-size: 1.9em;
	font-weight: bolder;
	letter-spacing: -1px;
	margin: 6px 0 16px 0;
}


#content h2 {
	background-color: inherit;
	color: #505090;
	display: block;
	font-size: 1.7em;
	font-weight: bolder;
	letter-spacing: -1px;
	margin: 0 0 16px 0;
	line-height: 110%;
}

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

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

#content h4 {
	color: #505090;
	display: block;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	text-align: left;
}

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

/* Right sidebar */

#subcontent {
	background-color: #e0ffff;
	border: 2px solid Gainsboro;
	border-radius: 8px;
	color: navy;
	float: right;
	line-height: 1.4em;
	margin: 5px auto;
	padding: 5px 10px 5px 10px;
	width: 18%;
}

@media only screen and (max-device-width: 480px) {
#subcontent {
display:none;
width: 0;
}
}
#subcontent h2 {
	background-color: inherit;
	color: navy;
	display: block;
	font-size: 1.6em;
	font-weight: bolder;
	letter-spacing: -1px;
	margin: 10px 0 15px 0;
	text-align: center;
}


/* Footer styles */
#footer {
	background: #467AA7;
	border-radius: 5px;
	clear: both;
	color: #F0F0F0;
	font-size: 0.8em;
	margin: 0 1px;
	padding: 5px 0;
	width: 100%;
}

#footerm {
  display: none;
}

#footerm p {
	text-align: center;
}

#footer a {
	background-color: inherit;
	color: #F0F0F0;
	font-weight: bold;
}

#footer a:hover {
	background-color: inherit;
	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;
}
}



a {
	background-color: inherit;
	color: #467AA7;
	font-weight: bold;
	text-decoration: none;
}

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

a img {
	border: none;
}

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

body {
	background: #E8EAEC;
	color: #303030;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	text-align: center;
}


@media only screen and (max-device-width: 480px) {
img{
    max-width: 90%;
}
}
	
img.bluebutton{
	background-color: transparent;
	border: 0px none;
	display: block;
	float: none;
	height: 39px;
	margin: 0 auto 15px auto;
	width: 121px;
}

img.trybutton{
	border: 0px none;
	display: block;
	float: none;
	height: 39px;
	margin: 0 auto 10px auto;
	width: 151px;
	padding: 5px;
}

img.center {
	display: block;
	margin: 5px auto 15px auto;}

code {
	font: 100% Consolas,"Courier New",monospace;
	line-height: 1.4em;
	text-align: center;
	font-family: monospace;
	color: maroon;
}


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

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

img.centernoborder {
	border: 0;
	padding: 5px;
}

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

p {
	padding: 0 0 0.6em 0;
	font-family: Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	text-align: left;
}

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


hr {
	margin-bottom: 20px;
	margin-top: 10px;
}

.box {
	background-color:  #e8ffff;
	border: 2px solid skyblue;
	border-radius: 5px;
	color: #505050;
	display: block;
	line-height: 1.5em;
	margin: 5px auto;
	padding: 8px;
	width: 90%;
}


.caption {
	padding: 0 0 0.6em 0;
	color: navy;
	font-family: Tahoma,Arial,sans-serif;
	font-weight: bolder;
	font-size: 125%;
	margin: 0.2em auto 0.1em;
	text-align: center;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

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

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

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

.small {
	font-size: 0.8em;
}

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

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

table.books
{
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}

.texter {
    color: black;
    background-color: yellow;
    margin: 5px 2px 8px 2px;
    padding: 5px;
}


.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.tm5px {
	margin-top: 5px;
}

.tm10px {
	margin-top: 10px;
}


.eurohead {
	color: #d8c8e8;
}

.beamhead {
	color: #f0d050;
}


