/*-----------------------------------
Copyright (c) 2015
Copyright (c) FF-Großweikersdorf
Author: Julian Würger
-----------------------------------*/

/*
INHALT:
-Setup
-Header
-Breadcrumb
-Content
-Footer
*/

/*-------------------------------------------------------------------------------*/
/* Setup */
@font-face {
	font-family: 'Myriad Pro Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

body {
	font-family: Tahoma;
	font-size: 15px;
	background-image: url('img/background.png');
}

#main {
	margin: auto;
	width: 950px;
}

#breadcrumb, #content, #footer {
	padding-left: 40px;
	padding-right: 40px;
	background-color: white;
}

a {
	color: #000000;
	/*font-weight: bold;*/
}
a:hover {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #979797;
}
a:visited {
	font-style: normal;
}

/*-------------------------------------------------------------------------------*/
/* Header */
#header {
	height: 310px;
}

#header .logo-overlay {
   display: block;
   position: absolute;
}

nav {
    display: table;
    table-layout: fixed;
    width: 100%;
}
nav ul {
    display: table-row;
    margin: 0;
    padding: 0;
}
nav ul li {
    list-style: none;
    display: table-cell;
    text-align: center;
}

nav ul li a {
    display: block;
	font-family: 'Myriad Pro Semibold', sans-serif;
    background-color: #383838;
}
nav ul li a:link, nav ul li a:visited {
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul li a:hover, nav ul li a:active {
    background-color: #979797;
}

/*-------------------------------------------------------------------------------*/
/* Breadcrumb */
#breadcrumb {
	font-size: 10px;
	color: #979797;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
}
#breadcrumb a {
	font-weight: normal;
	color: #979797;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #383838;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------*/
/* Content */
#content {
	padding-top: 1px;
	padding-bottom: 1px;
}

#content h1 {
	margin-top: 0px;
	font-family: 'Myriad Pro Semibold', sans-serif;
	font-size: 22px;
	text-align:left;
}

#newspost {
	width: 100%;
	float: left;
	text-align: justify;
	margin-bottom: 10px;
}

#newspost hr {
	clear: both;
	margin-bottom: 0px;
}

#newspost a {
	font-weight: bold;
}

ul#galerie {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul#galerie li{
	padding: 3px;
	background-color:#ebebeb;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 10px 0;	
}
ul#galerie li:hover{
	border:1px solid #333;
}
ul#galerie li a img{
		border:none;
}

.img-left {
	float: left;
	margin: 0px 8px 8px 0px;
}
.img-right {
	float: right;
	margin: 0px 0px 8px 8px;
}

/*-------------------------------------------------------------------------------*/
/* Footer */
#footer {
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#footer a {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#footer a:hover {
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}