h1,h2,h3 {
	font-family:Alcubierre;
	letter-spacing:3px;
	padding:10px;
	text-shadow:2px 2px 8px black;
	color:white;
	width:85%;
	margin-top:0px;
	margin-left:-5px;
	background: linear-gradient(to right, #455C2D 30%, rgba(255, 255, 255, 0));
}

h2 {
	padding:5px 0px 5px 10px;
	width:75%;
}

h4 {
	font-size:20px;
	color:#204000;
	margin:20px 0px 12px 6px;
}

h5 {
	font-size:18px;
	font-weight:normal;
	color:white;
	text-shadow:2px 2px 8px black;
	padding:6px;
	margin:0px;
	background: linear-gradient(to right, #455C2D 50%, rgba(255, 255, 255, 0));
}

p {
	font-family:Dosis;	
	line-height:1.4;
	font-size:18px;
	margin:8px 10px 12px 10px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	margin-right:-5px;
	margin-bottom:0px;
	display: inline-block;
	background: linear-gradient(to left, #455C2D 50%, #EEEEEE);
	padding-right:10px;
}

#sidebar ul, #content ul{
	text-align:left;
	font-size:18px;
}

#sidebar ul li, #content ul li {
	padding-top: 4px;
}

#sidebar ul, #content ul {
	list-style:none;
}

#sidebar ul li::before, #content ul li::before {
	content: "\25CE";
	color:#204000;
	width:20px;
	margin-left: -20px;
	font-size:14px;
	display:inline-block;
}


a {
	color:#204000;
}

.ctr { text-align:center; }
.rgt { text-align:right; }
.bld { font-weight:bold; }

.headerLink {
	color:white;
	text-decoration:none;
	position:absolute;
}

.fehlermeldung {
	color:darkred;
	padding:12px 0px;
}

.quote {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	padding-bottom:0px !important;
	margin-bottom:6px;
	margin-top:6px;
}

.mwstinfo, .docdetails, .inactive {
	font-size:12px;
	color: #474545;
}

.simpleLink {
	text-decoration:underline !important;
	display:inline !important;
	padding:1px;
}

.simpleLink:hover {
	padding:1px;
	text-decoration: none !important;
}

/*
	Infobox
 */

.infoContainer {
	margin-top:12px;
	background-color: rgba(32, 64, 0, 0.19);
	float:left;
	width:320px;
	margin-left:10px;
	height:510px;
	position:relative;
}

.newsContainer {
	height:430px;
}

.infoContainerLarge {
	margin-top:12px;
	background-color: rgba(32, 64, 0, 0.19);
	width:85%;
	min-height:275px;
	margin-left:10px;
}

.infoContainer p, .infoContainerLarge p {
	font-size:16px;
	padding-bottom:30px;
}

.infoContainerFooter {
	position:absolute;
	bottom:0px;
	width:100%;
	height:35px;
	text-align:center;
}

.infoTeaser {
	text-align:center;
	padding:5px;
}

.kursOption {
	border:1px solid #455C2D;
	width:30%;
	max-width:210px;
	float:left;
	padding:4px 7px;
	margin-left:6px;
	background-color:white;
	line-height: 1.6;
	display:block;
	text-decoration: none;
}

.kursOptionSelected {
	border: 2px solid #455C2D !important;
	background-color: rgb(244, 248, 238) !important;
	padding:3px 6px !important;
}


/*
	Formulare und Tabellen
 */

th {
	background-color:#455C2D;
	color:white;
	padding:2px 8px 2px 4px;
	font-weight:normal;
	font-size:18px;
}

td {
	padding:2px 6px 2px 2px;
	font-size:18px;
}

.row0 {
	background-color: rgba(152, 174, 136, 0.64);
}

.row1 {
	background-color: rgba(255, 255, 255, 0.64);;
}


input {
	padding:2px 6px 2px 2px;
	font-size:18px;
}

input[type="text"], input[type="password"] {
	width:95%;
	max-width:300px;
}

button, .button {
	color:white;
	padding:4px 10px;
	background-color: #455C2D;
	border:0px;
	font-size:18px;
	text-decoration: none;
}

.button:hover {
	background-color:#204000;
}

.button_inactive, .button_inactive:hover {
	background-color: #4d4d47;
}

.kursButton {
	position:absolute;
	bottom:10px;
	right:20px;
}

.kurstermine {
	display:none;
	padding:2px;
	width:60%;
	background-color: rgba(152, 174, 136, 0.31);
}

.highlightp {
	padding:8px;
	background-color: rgba(152, 174, 136, 0.64);
}

.smallTable td, th {
	font-size:16px !important;
}

.highlightform {
	border:2px solid darkred;
}

.formcat {
	font-weight:bold;
	margin:14px 0px 6px 5px;
	font-size:18px;
}

/*
	Hunde Auswahl (Buchung)
 */

.dogNotSelected {
	display:block;
	border:1px solid black;
	background-color:white;
	width:65%;
	margin:5px;
	padding:6px;
	text-decoration: none;
}

.dogNotSelected:hover {
	border:1px solid #204000;
	background-color: rgb(232, 233, 226);
}

.dogSelected {
	display:block;
	border:1px solid #204000;
	background-color:white;
	width:65%;
	margin:5px;
	padding:6px;
	text-decoration: none;
}

/*
	Kurse
 */

.kursAnnouncement {
	margin:5px;
	max-width:80%;
	padding:2px;
	background-color:rgba(255, 255, 255, 0.9);
}

.otInfo {
	background-color: rgba(32, 64, 0, 0.19);
	width:90%;
	display:block;
	margin:5px;
	padding:1px;
	vertical-align: top;
}

.otInfoHeader {
	color:white;
	padding:5px;
	background-color:#455C2D;
	font-size:18px;
}

/*
Bilder
 */

.txtImg {
	float:left;
	min-width:150px;
	max-width:30%;
	background-color:white;
	padding:5px;
	margin:3px 6px;
}

.newsImg {
	max-width:35%;
}

.teaserImg {
	background-color:white;
	padding:3px;
	margin:3px;
	max-width:96%;
	max-height:230px;
}

/*
Navigation / Menu
*/

#navArea ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

#navArea li {
	float: left;
	margin:4px 12px 4px 0px;
}

li a, .navDropDownButton {
	display:inline-block;
	color:#204000;
	text-align:center;
	text-decoration:underline;
	font-size:19px;
	padding:6px 10px;
	min-width:125px;
}

li a:hover, .navDropDown:hover .navDropDownButton {
	background-color:#455C2D;
	color:white;
	text-decoration:none;
}

li.navDropDown {
	display:inline-block;
}	

.navDropDownContent {
	display:none;
	position:absolute;
	background-color: #f9f9f9;
	min-width:160px;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:white;
}

.navDropDownContent a {
	color:black;
	padding:12px 16px;
	text-decoration:none;
	display:block;
	text-align:left;
	font-size:16px;	
}

.navDropDownContent a:hover {
	background-color: #455C2D;
	border-radius:0px;
}

.navDropDown:hover .navDropDownContent {
	display:block;
}

/*
	Shop
 */

.shop_produkt {
	margin-top:20px;
}

.shop_produktname {
	font-weight:bold;
}


/*
	Übersicht
 */

.coverviewtable td {
	font-size:12px;
	background-color:white;
	vertical-align:top;
	padding:0px;
}

.coverviewtable a {
	color:inherit;
	text-decoration:none;
}

/*
	Kalender
 */

.calentry {
	padding:1px;
	margin-top:4px;
	font-size:13px;
}