@font-face {
	font-family: 'Cretino';
	src: url('fonts/cretino.eot?') format('eot'), url('fonts/cretino.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*---------
Allgemeines
---------*/

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	width: 100%;
	margin: 40px auto;
	background: url(img/erde.gif);
	font-family: 'Georgia', serif;
	font-size: 1rem;
}

::-moz-selection {
	background: #494981;
	color: #C1C1C1;
}

::-webkit-selection {
	background: #494981;
	color: #C1C1C1;
}

::selection {
	background: #494981;
	color: #C1C1C1;
}

.center {
	display: block;
	margin: 0 auto;
}

/*-------
Textstile
-------*/

h1 {
	font-family: 'Cretino';
	font-size: 3.5rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}

/* h2 mit Ribbon */

h2 {
	display: inline-block;
	height: 50px;
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	background: url(img/ribbon_mitte.png);
	color: #DFC28F;
	line-height: 2.8rem;
}

h2:before {
	content: '';
	position: absolute;
}

h2:after {
	content: '';
	position: absolute;
}

.h2r {
	float: right;
	margin-bottom: 10px;
	
}

.h2r:before {
	width: 50px;
	height: 50px;
	left: -50px;
	background: url(img/ribbon_ende_rechts.png);
}

.h2r:after {
	width: 40px;
	height: 70px;
	right: -40px;
	background: url(img/ribbon_anfang_rechts.png);
}

.h2l {
	margin: 0 30px 10px 0;
}

.h2l:before {
	width: 40px;
	height: 70px;
	left: -40px;
	background: url(img/ribbon_anfang_links.png);
}

.h2l:after {
	width: 50px;
	height: 50px;
	right: -50px;
	background: url(img/ribbon_ende_links.png);
}

/* weitere Stile */

p {
	margin-bottom: 20px;
	line-height: 1.4rem;
}

header > p {
    margin-top: 20px;
}
	
a {
	color: #AC8E0F;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.verweis {
	font-weight: bold;
	font-style: italic;
}

a.verweis:before {
	content: '\2192';
}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

.datum {
	font-size: 0.875rem;
}

blockquote {
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

cite {
	font-style: italic;
	font-size: 0.8rem;
	text-align: center;
}

figcaption {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 0.75rem;
	text-align: center;
	margin-bottom: 10px;
}

video {
	display: block;
	margin: 10px auto;
}

/*Gehe-zu-Eingabe*/

.gehezu input[type="text"] {
	width: 100%;
	padding-bottom: 3px;
	border: 0;
	border-bottom: 2px solid #41416E;
	outline: none;
	background: transparent;
	font-family: 'Georgia', serif;
	font-size: 0.844rem;
	text-align: center;
}

input:focus::-webkit-input-placeholder {
   color: transparent;
}

input:focus::-moz-placeholder {
   color: transparent;
}

input:focus:-ms-input-placeholder {
   color: transparent;
}

.gehezu {
	position: relative;
	margin: 0 auto;
}

.gehezu:before, .gehezu:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	height: 3px;
	border-left: 2px solid #41416E;
}

.gehezu:before{
	left: 0;
}

.gehezu:after{
	right: 0;
}

a.abfrage {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.875rem;
	color: #dcdcdc;
	text-align: center;
}

a.abfrageja {
	border: 2px solid #BF0000;
	background: #f00;
}

a.abfrageja:hover {
	background: #BF0000;
	border-color: #F00;
	text-decoration: none;
	color: #FFF;
}

a.abfragenein {
	border: 2px solid #008000;
	background: #408000;
}

a.abfragenein:hover {
	border: 2px solid #408000;
	background: #008000;
	text-decoration: none;
	color: #FFF;
}

/*---------
Kopfbereich
---------*/

#kopf {
	width: 960px;
	height: 259px;
	margin: 0 auto;
	background: url(img/banner.jpg);
}

#spruch {
	width: 960px;
	height: 28px;
	margin: 0 auto;
	background: url(img/wasser.gif);
}

#spruch p {
	color: #AC8E0F;
	text-align: center;
	line-height: 1.7rem;
}

/* Hauptnavigation */

nav {
	width: 960px;
	height: 28px;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	background: url(img/wasser.gif);
	box-shadow: 0 8px 3px -6px #000;
}

nav ul li {
	float: left;
	height: 28px;
	width: 137.14px;
	position: relative;
	text-align: center;
	list-style-type: none;
	cursor: default;
}

nav ul li:hover > ul {
	display: block;
}

nav ul li a {
	display: block;
	color: #AC8E0F;
	text-decoration: none;
	line-height: 1.7rem;
	/*font-weight: bold;*/
}

nav ul li a:hover {
	color: #000;
	background: url(img/goldborte.gif);
	text-decoration: none;
}

nav ul li ul {
	display: none;
	z-index: 1000;
	position: absolute;
	left: 0;
}

nav ul li ul li {
	background: url(img/wasser.gif);
	height: 30px;
}

nav ul li ul li a {
	line-height: 1.8rem;
}

.aktiv {
	background: url(img/goldborte.gif);
	color: #000;
}

/*------------
Inhaltsbereich
------------*/

#content {
	width: 960px;
	margin: 0 auto;
}

.box {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	box-shadow: 0 8px 3px -6px #000;
}

header {
	margin-bottom: 20px;
	background: url(img/sand.gif);
}

header img {
	display: block;
	margin: 0 auto;
}

.zweispaltig {
	width: 100%;
	margin-bottom: 20px;
	background: url(img/sand.gif);
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

.linkespalte {
	width: 470px;
	margin: 0 10px 20px 0;
	float: left;
	background: url(img/sand.gif);
}

.rechtespalte {
	width: 470px;
	margin: 0 0 20px 10px;
	float: right;
	background: url(img/sand.gif);
}

.einzelspalte {
	width: 960px;
	margin-bottom: 20px;
	background: url(img/sand.gif);
}

/*--------
Fußbereich
--------*/

.pagination {
	width: 130px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	box-shadow: 0 8px 3px -6px #000;
	background: url(img/sand.gif);
	text-align: center;
}

.paglinks {
	float: left;
}

.pagrechts {
	float: right;
}

footer {
	width: 960px;
	margin: 0 auto;
	background: url(img/sand.gif);
}

.toplisten {
	width: 695px;
	margin: 0 auto;
}

/*---------
Buttonstile
---------*/

.button {
	display: block;
	height: 38px;
	margin: 20px auto 0 auto;
}

.button:hover {
	background-position: bottom;
}

.portal {
	width: 150px;
	height: 50px;
	float: left;
	background: url(img/buttons/portal.png);
}

.forum {
	width: 150px;
	height: 50px;
	float: left;
	margin: 20px;
	background: url(img/buttons/forum.png);
}

.neues {
	width: 150px;
	height: 50px;
	float: left;
	background: url(img/buttons/neues.png);
}

.neuburger {
	width: 295px;
	background: url(img/buttons/neuburger.png);
}

.rss {
	width: 299px;
	background: url(img/buttons/rss.png);
}

.giornale {
	width: 230px;
	background: url(img/buttons/giornale.png);
}

.weristwer {
	width: 166px;
	background: url(img/buttons/weristwer.png);
}

.palatschinken {
	width: 248px;
	background: url(img/buttons/palatschinken.png);
}

.canal {
	width: 239px;
	background: url(img/buttons/canal.png);
}

.notausgang {
	width: 156px;
	height: 80px;
	background: url(img/buttons/notausgang.png);
}