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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E8EAEC;
	color: #303030;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	margin: 5px auto;
	padding: 5px;
	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%;
}

img {
	max-width: 70%;
	height: auto;
}

.Show480 {
 display:block;
 }

.DesktopOnly {
 display:none;
}

}


#container {
	background: lightcyan;
	border: 2px solid darkolivegreen;
	border-radius: 5px;
	color: #303030;
	margin: 10px auto;
	padding: 0.5%;
	text-align: left;
}

#header {
	background-color: #1a3700;
	border-radius: 5px;
	color: #FFFFFF;
	height: 110px;
	margin: 0 0.5%;
	width: 99%;
	}

#content {
	background-color: lightcyan;
	float: left;
	font-size: 0.9em;
	margin: 0.3% 0 ;
	padding: 20px 0 0 20px;
	width: 75%;
}

#content100 {
	background-color: lightcyan;
	float: left;
	font-size: 0.9em;
	margin: 0.3% auto ;
	padding: 10px;
	width: 96%;
}

#content img, #content100 img {
	max-width: 80%;
}

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

#subcontent {
	background: lightcyan;
	border: 2px solid Gainsboro ;
	border-radius: 8px;
	float: right;
	line-height: 1.4em;
	margin:  0.3% 0 0.3% 0.5%;
	padding: 5px 10px;
	width: 18%; 
}

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

#footer {
	background: darkgreen;
	border-radius: 5px;
	clear: both;
	color: lightgreen;
	font-size: 0.8em;
	margin: 0.3%;
	padding: 5px 0;
	width: 99%;
}

#footerm {
  display: none;
}

#footerm p {
	text-align: center;
}





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;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
}

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

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: 0 auto 15px auto;
	max-width: 95%;
}

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.6em 0;
}

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

.bordernone {
  border: none !important;
}

.box {
	background-color: #FAFBFC;
	background-color: lavender;
	border: 2px solid #C0C0C0;
	border-radius: 5px;
	color: #505050;
	line-height: 1.5em;
	margin: 10px auto;
	padding: 10px;
}


.clear {
	clear: both;
}

.hide {
	display: none;
}

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

.linkbutton {
   background: lavenderblush;
	border: 2px solid blue;
	border-radius:4px;
	color: navy;
	display: block;
	margin: 0;
	min-height: 1em;
	padding: 5px 10px;
	text-align: center;
}

.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.9em;
}

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

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

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

/* Header and navigation styles */
#content a:hover,#subcontent a:hover {
	text-decoration: blink;
}

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

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

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

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

#content h2, #content100 h2 {
	background-color: inherit;
	color: #505050;
	display: block;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 16px 0;
}


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

#content h3, #content100 h3 {
	color: #505050;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	text-align: left;
}


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

#content h1 {
	font-size: 1.6em;
	margin: 0 0 16px 0;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}

}

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

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

/* Footer styles */

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

#header h1 {
	background-color: inherit;
	color: #FFFFFF;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0px;
	padding: 35px 0 0 20px;
}

#header h2 {
	background-color: inherit;
	color: #F0F2F4;
	font-size: 1.4em;
	font-weight: normal;
	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 */


#header .headline1 {
	background-color: transparent;
	color: #FFFFFF;
	font-size: 2.4em;
	font-weight: bolder;
	letter-spacing: -0px;
	padding: 20px 0 0 15px;
}

#header .headline2 {
	background-color: transparent;
	color: #F0F2F4;
	font-size: 1.6em;
	font-weight: bolder;
	letter-spacing: -0px;
	line-height: 110%;
	margin: 15px 0 5px 40px;
}

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

#header .headline1 {
	font-size: 1.4em;
	padding: 12px 0 0 10px;
}

#header .headline2 {
	font-size: 1.0em;
	margin: 10px 0 5px 25px;
}
}

#navigation {
	background: Green;
	border-radius: 5px;
	color: #FFFFFF;
	height: 2.2em;
	line-height: 2.2em;
	margin: 5px 0;
	width: 100%;
}

#navigation .selected {
	background: #FFFF00;
	border: 2px #000080;
	color: #FF00FF;
	text-decoration: none;
}

#navigation a:hover {
	background: Yellow;
	color: #000000;
	text-decoration: none;
}

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

#navigation li a {
	background-color: inherit;
	color: #FFFFFF;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a.selected {
	background-color: Lime;
	color: #000000;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 10px;
	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;
}

/* Sidebar styles */
#subcontent h2 {
	background-color: inherit;
	color: #505050;
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	text-align: left;
}

#subcontent h3 {
    margin-bottom: 5px;
}

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


.gcse-search {
   background-color: aliceblue;
   margin-top: 0;
	margin-bottom: 0.6em;
	min-height: 2.0em;
}

/*h1,h2,h3,h4,h5,h6{
	clear: both;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 1em;
	text-align: center;
}
*/