@font-face { 
	font-family: Quicksand-Regular; 
	src: url(font/Quicksand-Regular.ttf); 
} 

body {
	margin: 0;
	padding: 0;
	font-family: Quicksand-Regular, sans-serif;
}

h1, h2 {
	color: #E2021B;
}

p {
}

#nav {
	padding: 0 0 15px 0;
}

#navsub {
	font-variant: small-caps;
	color: #A1A1A1;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	height: 5px;
}


#navsub ul li {
	list-style: none;
	float: left;
	padding: 0px 15px 10px 15px;
}

#navsub a:visited {
	color: white;
}

#navsub a:link {
	color: white;
}

#navsub a:hover {
	color: #E2021B;
}

#navsub a {
	text-decoration: none;
}

#navsub .current_page_item a {
	border-bottom: 1px solid #E2021B;
	padding-bottom: 5px;
	color: #E2021B;
	cursor: default;
}

#navsub .current_subpage_item a {
	color: #979797;
	cursor: default;
}

#navsub ul li ul{
	position: relative;
	border-top: 1px solid white;
	background: #333333;
}

#navsub ul li ul li{
	margin: 3px;
}
 

#navsub ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    
}

#navsub ul li:hover > ul {
    visibility: visible;
	margin-top: 10px;
}

#navsub ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding: 5px;
}

#navsub ul li ul li{
    float: none;
}

#navsub ul li ul li a:hover{
	color: #979797:
}


#page {
	position: relative;
	margin: 0px auto;
	width: 100%;
}

#pic img {
	width: 100%;
}

#pic {
	min-width: 300px;
}

.section {
	background: #333333;
}

.sectionsub {
	padding: 10px;
	max-width: 1000px;
	margin: 0 auto;
	color: white;
}


.section2 {
	border-top: 1px solid #979797;
	background: #E3E3E3;
}


.section2sub {
	padding: 10px;
	max-width: 1000px;
	margin: 0 auto;
}

.section2sub img{
	border: 5px solid white;
	max-width: 1000px;
}

.section3 {
	border-top: 1px solid #979797;
	background: #ffffff;
}

.section3sub {
	padding: 10px;
	max-width: 1000px;
	margin: 0 auto;
}

#copyright {
	font-size: 12px;
	text-align: right;
	margin-right: 20px;
}

#uparrow { 
	display: none; 
	position: fixed; 
	bottom: 0px;
	z-index: 999999999;
}

#uparrow img {
	border: none;
	width: 25px;
	padding-left: 5px;
	padding-bottom: 25px;
}

button, input, textarea {
	overflow: auto;
	border-radius: 7px;
	border: 1px solid #ccc;	
	padding: 10px;	
}

button:hover, input:hover, textarea:hover {
	border-color: #424242;
}

label {
	font-size: smaller;
}

#footer-menu {
	font-size: 14px;
	padding-left: 70px;
	color: #A1A1A1;	
}

#footer-menu a {
	text-decoration: none;
	color: #A1A1A1;
}

#footer-menu a:hover {
	color: #424242;
}

#footer-menu li {
	list-style: none;
	float: left;
	padding: 0px 5px 0px 10px;
}


table.statistik {
	white-space: nowrap;
	border-collapse: collapse;
}
table tr.hover_white:hover {
	background-color: white;
}

table tr.normal_row {
	background-color: #e0e5f2;
}

table tr.ip_row {
	background-color: #feefd0;
}

table tr.robot_row {
	background-color: #efe2ec;
}

table td {
	font-size: 9pt;
}

table td.cell {
	border: 2px solid white;
	margin: 0px;
	padding: 0 15px 0 15px;
}


.kontakt-data-head {
	margin-bottom: 50px;
	text-align: center;
	color: #E2021B;
	font-weight: bold;
	border: 1px solid black;
	background: #FFFF00;
	padding: 10px 0 10px 0;
}


.kontakt-data {
	float: left;
	font-size: 18px;
	width: 250px;
	padding-right: 23%;
	padding-left: 5%;
}

.gallery_index {
	color: #E2021B;
}

.gallery_index a {
}

#nav2 {
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}


#navsub2 {
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-bottom: 0px;
}

#navsub2 a {
	display: block;
	text-decoration: none;
	background: #BDBDBD;
	border: 1px solid white;
}


#navsub2 a:hover {
	background: #E2021B;
}

#navsub2 a:visited {
	color: white;
}

#navsub2 a:link {
	color: white;
}

#navsub2 li {
	list-style: none;
	padding-top: 5px;
}

#navsub2 ul {
	margin: 0px;
	padding: 0px;
	line-height: 2;
}

#nav2 li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 1px;
}

#navsub2 .current_page_item a {
	cursor: default;
	background: #E2021B;
}
