/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
/* .container { position: relative; width: 960px; margin: 0 auto; padding: 0; } */

html {
       overflow-y: scroll;
       overflow: -moz-scrollbars-vertical;
}

body {
	background: #000;
	background-image:url('../images/starbg.png');
	background-position:132px 102px;
	background-attachment:fixed;
	/* font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font: 14px/21px sans-serif;
	color: #bbb;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

pre.code {
	font-family: monospace;
}

div {
	background: #000000;
	background-image:url('../images/bgpattern2.png');
}

div.container {
	/* background: transparent; */
}

div.headerimage {
	background: transparent;
}

div.headerimage a img {
	/* background-image:url('../images/starbg.png'); */
}

div.menubar {
	background-image:url('../images/menubar1px.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	width: 100%;
	/* margin-left: 0;
	margin-right: 0; */
	margin: 0px;
	color: #ccc;
}

h1.title {
	color: #000;
	text-shadow: 0px 0px 6px white, 0px 0px 12px yellow, 0px 0px 18px #ff8000, 0px 0px 24px red;
}

h1, h2, h3, h4, h5, h6 {
	color: #bbb;
}

span.subtitle {
	font-size: 85%;
	font-style: italic;
}

div.cs {
	margin-top: 75px;
	font-size: 170%;
	color: #808080;
	font-family: serif;
	text-align: center;
}
div.impressum {
	margin-top: 10px;
	margin-left: 30px;
	text-align: left;
	border: 1px solid gray;
	padding: 8px;
	display: inline-block;
}
div.footer {
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 90%;
	text-align: center;
}
div.attribution {
	text-align: right;
}
a.titlelink {
	color: #000;
	text-decoration:none;
}
a.titlelink:hover {
	text-decoration:none;
}
a.titlelink:active {
	text-decoration:none;
}
div.menubar a {
	color: #ccc;
	text-decoration:none;
}
div.menubar a:hover {
	color: #fff;
	text-decoration:none;
}
div.menubar a:active {
	color: #fff;
	text-decoration:none;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	/* line-height: 2em;
	padding: 2px;
	margin: 2px; */
}
li {
	padding: 1px;
	margin: 0px;
}
p.error, span.error {
	color: #a00000;
	font-weight: bold;
}
table, th, td {
	border-collapse:collapse;
	border: 1px solid #ccc;
}
th, td {
	padding: 5px;
}
th {
	font-weight: bold;
}
p.gallery a img {
	border: 1px solid #c07030;
	padding: 5px;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		a.titlelink img {
			width: 100%;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/