a {
	color: #000;
	text-decoration: none;
}   
   
a:hover {
	color: #335966;
}

a:focus {
	outline-style: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fbfbfb;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

#header {
	text-align: center;
	/*font-variant: small-caps;*/
}

#header h1 {
	font-size: 3em;
}

#header h2 {
	margin-top: -30px;
	cursor: default;
}
   
/* ==========================================================================
   Navigation
   ========================================================================== */
#menu {
	margin-top: 60px;
}
   
#menu ul {
	padding: 0;
}

#menu ul li {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 1.3em;
	margin-left: 20px;
}
#menu ul li:first-of-type {
	margin-left: 0px !important;
}

#menu ul li a.selected{
	color: #335966;
}

/* ==========================================================================
   Content
   ========================================================================== */
   
#content {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	position: relative;
}
   
/* ==========================================================================
   Artikel
   ========================================================================== */

#articleNav   {
	font-size: .8em;
	margin-top:-18px;
	height: 18px;
}

#articleNav a {
	width: 20px;
	margin: 0 2px;
	cursor: pointer;
}

#articleNav a.jp-current {
	color: #aaa;
	cursor: default;
}

.navContainer {
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 279px;
}

#navLeft, #navRight {
	width: 30px;
	height: 30px;
	cursor: pointer;
	
}

#navLeft:hover, #navRight:hover {
	width: 34px;
	height: 34px;
	margin: -2px 0 0 -2px;
}

#navLeft.jp-disabled, #navRight.jp-disabled {
	display: none;
}

#navLeft {
	background: url('/img/back.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#navRight {
	background: url('/img/forward.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
   
#articleMenu {
	width: 100%;
	margin: 0 auto;
}

#articleContainer {
	width: 936px;
	text-align: center;
	float: left;
}

.clear {
	clear: both;
}

article {
	width: 204px;
	height: 264px; 
	padding: 7px;
	margin: 2px 8px 26px 8px;
	float: left;
	text-align: left;
	font-size: .91em;
	overflow: hidden;
}

article:hover {
	box-shadow: 0px 0px 1px #335966;
	background-color: white;
}

article img {
	width: 204px;
	margin-bottom: 8px;
}

article h1 {
	font-size: .97em;
	margin: 0 0 5px 0;
	min-height: 30px;
}

.metaInfo {	
	color: #888;
	font-size: .7em;
	margin-bottom: 4px;
}

.publisher {
	display: inline-block;
}

.time {
/* 	float: right; */
}

.teaser {
	font-family: 'Roboto Slab', serif;
	font-size: .8em;
}

/* ==========================================================================
   Vita, Kontakt, Impressum
   ========================================================================== */

.staticPage {
	padding-bottom: 30px;
	max-width: 700px;
	margin: 0 auto;
}

/* ==========================================================================
   Vita
   ========================================================================== */

#vita {
	text-align: justify;
}

#vita a {
	color: #335966;
	text-align: justify;
}

#vita a:hover {
	color: #000;
}

#profilePicture {
	width: 270px;
	float: right;
	padding-left: 20px;
}

/* ==========================================================================
   Kontakt
   ========================================================================== */
   
#kontakt p {
	margin: 5px 0;
}
   
/* ==========================================================================
   Impressum
   ========================================================================== */

#impressum {
	font-size: .8em;
	text-align: justify;
}

#impressum h3 {
	text-align: center;
	font-weight: normal;
	margin-bottom: -8px;
}

#impressum a {
	color: #335966;
}

#impressum a:hover {
	color: #000;
}
