@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);

/* @group Clearfix Hack */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* @end */


html {
	font-family: 'Libre Baskerville',Garamond,Georgia,Times,serif;
	font-size: 15px;
	line-height: 160%;
}

body {
	margin: 0; padding: 0;
	-webkit-text-size-adjust:none;
	background-color: #ddd;
}
img {
	border: none;
}
a {
	color: #007E52;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #aaa;
}

p {
	margin: 0 0 15px 0;
}
ul {
	margin: 0 0 15px 0;
}
li {
	margin-bottom: 10px;
}
h1 {
	font-size: 160%;
	color: #007E52;
	margin: 50px 0 30px 0;
	line-height: 130%;
}
h1.csc-firstHeader {
	margin-top: 0;
}
h2 {
	font-size: 120%;
	color: #007E52;
    	margin: 40px 0 25px 0;
}
h3 {
    font-size: 110%;
    color: #243383;
    margin: 30px 0 20px 0;
}
h4 {
    font-size: 100%;
    color: #243383;
    margin: 25px 0 15px 0;
}

.page-wrapper {
	width: 960px;
	padding: 20px 20px;
	margin: 30px auto;
	background-color: #fff;
	-webkit-box-shadow:  0px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0px 1px 10px rgba(0,0,0,0.1);
	-ms-box-shadow:  0px 1px 10px rgba(0,0,0,0.1);
	-o-box-shadow:  0px 1px 10px rgba(0,0,0,0.1);
	box-shadow:  0px 1px 10px rgba(0, 0, 0, 0.1);
}
header {
	position: relative;
	top: 0;
}
header img.logo {
	display: block;
%	margin: 0 auto;
	margin-left:5 px;
	height: 120px;
}
.spitex-region {
	text-align: center;
	color: #007E52;
	margin-top: 20px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 20px;
}

.tx-ghfontsize-pi1 {
	position:absolute;
	top: 10px; right: 10px;
}
.tx-ghfontsize-pi1 a {
	color: #aaa;
}
.tx-ghfontsize-pi1 ul{
	list-style: none;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 16px;
}
.tx-ghfontsize-pi1 ul li{
	float: left;
	margin: 0 10px;
}
#tx-ghfontsize-smaller {
	font-size: 12px;
}
#tx-ghfontsize-reset {
	font-size: 15px;
}
#tx-ghfontsize-larger{
	font-size: 17px;
}

.meta-menu {
	text-align: center;
	margin: 40px 0 50px 0;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #243383;
}
.meta-menu li {
	display: inline-block;
	margin: 0;
	
}
.meta-menu li a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	font-style: normal;
}
.meta-menu li a:hover{
	background-color: #344393;
}

#navigation {
	font-size: 90%;
	width: 200px;
	float: left;
	font-style: normal;
	margin-bottom: 50px;
}

#navigation a {
	color: #000;
	font-weight: normal;
	display: block;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 5px;
}

#navigation a.opened, #navigation a.active {
    color: #ffffff;
    font-weight: bold;
}

#navigation a.active {
	background-color: #243383;
}

#navigation a.opened {
	background-color: #81a6d0;
}

#navigation .menu-item-normal, #navigation .menu-item-opened {
	border-style: solid;
	border-color: #d9e5f1;
	border-width: 0px 0px 1px;
}

#navigation .main-navigation-sublevel {
	margin-left: 20px;
	margin-bottom: 2px;
}
#content {
	float: left;
	width: 700px;
	margin: 0 0 40px 60px;
}

#footer {
	clear: both;
	margin: 0 -20px -20px -20px;
	padding: 10px 20px;
	background-color: #243383;
	color: #fff;
	text-align: center;
}

.content-teaser {
        float: right;
        width: 200px;
        font-size: 75%;
        margin-left: 20px;
}

.content-main {
	margin-right: 220px;
}

.content-teaser ul {
        list-style-type: none;
        border-style: solid none;
        border-color: #243383;
        border-width: 3px 0 1px;
        margin: 5px 0;
        padding: 0;
        background-color: #81a6d0;
}

.content-teaser li {
        border-top-style: solid;
        border-color: #ffffff;
        border-width: 2px;
        padding: 2px;
        margin: 0;
}

.content-teaser li:first-child {
        border-top-style: none;
        font-weight: bold;
}

.content-teaser li a {
        font-weight: bold;
}

.content-teaser li a:visited {
	color: #007E52;
}
