/*

	Theme Name: SimpleCMS Theme
	Theme URI: http://pixopoint.com/simplecms/
	Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
	Version: 1.5
	Author: Ryan Hellyer
	Author URI: http://ryanhellyer.net/


	This theme was coded by PixoPoint Web Development
	http://pixopoint.com/


	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php


*/


/* Body reset */
* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0px;
	background-color: black;
	padding:0;
	text-align:center;
	}

.centered {
		margin-left: -337px;
		margin-top: -359px;
		left: 50%;
		top: 50%;
		z-index: -600;
		position: fixed;
	}

#content {
		padding-bottom: 50px;
		padding-top: 50px;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 25px;
		font-size: 20px;
		color: white;
		margin-right: auto;
		margin-left: auto;
		width: 900px;
	}

#content a {
		text-decoration: none;
		font-size: 12px;
		color: #ff6b00 !important;
	}

#menu1 {
		text-align: left;
		font-size: 13px;
		color: white;
		left: 50px;
		top: 50px;
		position: fixed;
	}

#menu2 {
		right: 50px;
		text-align: left;
		font-size: 13px;
		color: white;
		top: 50px;
		position: fixed;
	}

p {
		margin-top: 10px;
	}

#footer {
		padding-bottom: 7px;
		font-size: 10px;
		text-align: center;
		background-color: black;
		bottom: 0px;
		position: fixed;
		width: 100%;
	}

a {
		text-decoration: none;
		color: white;
	}

a:hover {
		color: #ff6b00;
	}

img.festsaal {
		border-width: 0px;
	}

a:hover .festsaal {
		border-color: #ff6b00;
		border-width: 1px;
		border-style: solid;
	}

.festsaal {
		margin-top: 25px;
	}


