@charset "utf-8";

body {
	background-color: #EFCE63;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	padding: 0;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	padding: 0;
	text-align: left;
}

img {
	border-color: #000000;
}

a.normal:link,a.normal:visited,a.normal:active {
	text-align: center;
	color: #0000FF;
}

a.listNormal:link,a.listNormal:visited,a.listNormal:active {
	text-align: center;
	color: #0000FF;
}

a.linkBottom:link,a.linkBottom:visited,a.linkBottom:active {
	text-align: center;
	color: #FFFFC0;
}

a.faq:link,a.faq:visited,a.faq:active {
	color: #000000;
	font-weight: bold;
}

a.board:link,a.board:visited,a.board:active {
	color: #A8AAF6;
	font-weight: bold;
	text-decoration: underline;
}

p.normal {
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

p.normal_center {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.error
{
	background: url(../images/icon_error.png) no-repeat left bottom;
	color: red;
	font-weight: bold;
	padding: 3px 20px 0px;
}

.success
{
	background: url(../images/icon_success.png) no-repeat left bottom;
	color: green;
	font-weight: bold;
	padding: 3px 20px 0px;
}

p.brauereiHead {
	text-align: left;
	font-weight: bold;
	background-color: #FFFFC0;
}

p.boardEntryHead {
	text-align: left;
	font-weight: bold;
	background-color: #A52921;
	color: #FFFFC0;
}

p.boardEntryBody {
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	background-color: #FFFFC0;
	border: 1px solid #A52921;
}

p.klein8pt {
	font-size: 8pt;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

table.normal {
	table-layout: fixed;
}

table.striped tr:nth-child(even) {
	background-color: #FFFFD2;
}

table.striped tr:nth-child(odd) {
	background-color: transparent;
}

table.striped tr:hover {
	background-color: #FFFFC0;
}

tr:hover {
	background-color: #FFFFC0;
}

td.listNormal {
	text-align: left;
	padding: 1px 0px;
}

td.listHead, th.listHead {
	text-align: left;
	font-weight: bold;
	background-color: #FFFFC0;
}

p.gaestebuchHead {
	text-align: left;
	background-color: #A52921;
	color: #FFFFC0;
	padding: 0 0 0 5px;
	margin-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

p.gaestebuchHead img {
	border-style:none;
}

.center {
	text-align: center;
}

p.gaestebuchBody {
	text-align: left;
	margin-top: 0;
	padding: 15px 10px;
	border: 1px solid #A52921;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

hr {
	width: 400px;
	height: 1px;
	background-color: #000000;
	text-align: center;
	border: 0px;
}

form.kontakt {
	background-color: #FFFFC0;
	margin: 30px;
	padding: 20px;
	border: 1px solid #000000;
	text-align: center;
}

form.login {
	background-color: #FFFFC0;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

textarea.bereich {
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 2px;
}

input.bereich,input.feld,input.button {
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 2px;
}

input.feldMini,input.buttonMini {
	font-size: 8pt;
	margin: 1px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#content {
	position: relative;
	width: 95%;
	margin: auto;
	padding: 0px;
	top: 0px;
}

#content_border {
	position: relative;
	min-width: 830px;
	top: 0px;
	margin-right: 3px;
	padding: 0px;
	background-color: #FFFFE1;
	border: #A52921 3px solid;
}

#content_logo {
	background: url(/images/logo_background.gif) no-repeat center top;
	text-align: center;
}

#content_title {
	position: relative;
	padding: 12px;
	text-align: center;
}

#content_message {
	position: relative;
	text-align: center;
}

p.global_error {
	background-image:url(../images/icon_error.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color: #FFC0C0;
	border: 2px solid red;
	color: red;
	font-weight: bold;
	margin: 5px 20px;
	padding: 10px 10px 10px 30px;
}

p.global_info {
	background-image:url(../images/icon_info.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color: #FFFFC0;
	border: 2px solid yellow;
	color: orange;
	font-weight: bold;
	margin: 5px 20px;
	padding: 10px 10px 10px 30px;
}

p.global_success {
	background-image:url(../images/icon_success.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color: #C0FFC0;
	border: 2px solid green;
	color: green;
	font-weight: bold;
	margin: 5px 20px;
	padding: 10px 10px 10px 30px;
}

#content_foot {
	clear: both;
	font-size: 8pt;
	position: relative;
	bottom: 0px;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	background-color: #A52921;
	color: #FFFFC0;
}

#content_right {
	font-size: 8pt;
	background: transparent;
	width: 153px;
	margin: 0px;
	text-align: center;
	float: right;
	padding: 0px;
}

#content_main {
	background: transparent;
	margin: 2px 160px 2px 0px;
	padding: 0px 5px 5px;
	text-align: center;
	border-right: 1px solid #900;
}

#content_main ul.faqOutline {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#content_main ul.faqInline {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	text-align: left;
}

#content_main li.headOutline {
	list-style: none;
	margin: 15px 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

#content_main li.headInline {
	margin: 0px;
	padding: 0px;
}

#content_main div.serie {
}

p.serieHead {
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFD7;
	border-left: 2px solid #900;
}

p.serieBody {
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 7px;
	border-left: 2px solid #900;
	border-bottom: 2px solid #900;
	text-align: center;
}

#content_right ul.box {
	width: 150px;
	font-size: 8pt;
	padding: 0px;
	margin: 5px 0px;
	background: #FFFFC0;
	border: 1px solid #900;
	border-collapse: collapse;
	list-style-position: inside;
}

#content_right li.header {
	background-color: #A52921;
	color: #FFFFC0;
	list-style-image: url(/images/list_style_image.gif);
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#content_right li.normal {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navi_top {
	padding: 2px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFC0;
	color: #A52921;
	border: 1px dashed #900;
	font-weight: bold;
}

#navi_top a.active:link,a.active:visited,a.active:hover,a.active:active
{
	background-color: transparent;
	color: #FA0000;
	font-weight: bold;
	text-decoration: underline;
}

#navi_top a.normal:link,a.normal:visited,a.normal:active {
	color: #A52921;
	font-weight: bold;
}

#navi_top a.normal:hover {
	color: #FA0000;
	font-weight: bold;
	text-decoration: underline;
}

#navi_sub {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	padding: 2px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}

#navi_sub a.activeSub:link,a.activeSub:visited,a.activeSub:hover,a.activeSub:active
{
	background-color: transparent;
	color: #FA0000;
	font-weight: bold;
	text-decoration: underline;
}

#navi_sub a.normalSub:link,a.normalSub:visited,a.normalSub:active {
	color: #000000;
	text-decoration: none;
}

#navi_sub a.normalSub:hover {
	color: #000000;
	text-decoration: underline;
}

/* Admin-Links for coasters */
.coaster_admin {
	text-align: left;
	border: 1px solid;
}

.coaster_admin ul {
	display: inline;
	list-style: none;
}

.coaster_admin li {

}

ul.link_list {
	list-style: none;
}

/* Rulebook */
#rulebook {
	text-align: justify;
	margin-right: 10px;
}

#rulebook ul,ol {
	margin: 0px;
	padding: 0px 0px 7px 30px;
}

#rulebook li {
	padding: 7px 0px 0px 0px;
}

/* Bierpuzzle */
table.bierpuzzle {
	table-layout: fixed;
	padding: 0px;
	margin: auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

td.bierpuzzle {
	border-width: medium;
	border-color: #000000;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 150px;
	background-color: #FFFFC0;
}

tr.bierpuzzle {

}

p.bierpuzzle {
	text-align: center;
	font-size: 10px;
}

/* Sammleruebersicht */
table.sammler {
	width: 95%;
	table-layout: fixed;
	padding: 2px;
	margin-left: 20px;
	text-align: left;
}

td.sammler {
	text-align: left;
}

/* font-awesome */

.fa-info-circle {
	color: royalblue;
}