﻿@charset "utf-8";
/* CSS Document */

.orentierung {
 font-family: 'Lato', sans-serif;
 font-weight: 300;
 font-size: 11px;
 color: #000000;
}

td {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #333333;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #dc323c;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #585858;
	margin-top: 2px;
	margin-bottom: 5px;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #585858;
	margin-top: 2px;
	margin-bottom: 5px;
}

a:link {
 color: #333333;
 text-decoration: none;
}
a:visited {
 color: #333333;
 text-decoration: none;
}
a:hover {
 color: #CC0000;
 text-decoration: none;
}
a:active {
 color: #CC0000;
 text-decoration: none;
}


/* hover vorschaupics -> [horizontale position] [vertikale position] [größe] [farbe] */

	.imgBox:hover { 
	clear: both;
	border-left: solid 0px #dddddd;
	border-bottom: solid 0px #dddddd;
	border-top: solid 0px #dddddd;
	border-right: solid 0px #dddddd;
	
	-moz-box-shadow:	2px 2px 6px #dddddd; /* Firefox */
	-webkit-box-shadow:	2px 2px 6px #dddddd; /* Chrome, Safari */
	-khtml-box-shadow:	2px 2px 6px #dddddd; /* Konqueror */
	box-shadow:			2px 2px 6px #dddddd; /* CSS3 */
	-o-box-shadow:		2px 2px 6px dddddd; /* Opera */
	-khtml-box-shadow:	2px 2px 6px #dddddd; /* Konqueror */
	}
	
	sup {
	font-size: 10px;
	color: #333333;
	}
	
	sub {
	font-size: 10px;
	color: #333333;
	}

	ul  {
	list-style-type:circle;
	}	