/*********************************************
** RossPortal Stylesheets
*********************************************/

/*** General settings including font styles
*/
body {
	background: #999999 url(http://www.fanszene-lippstadt.de/images/background.jpg) no-repeat center top fixed;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, h1, h2, h3, h4, h5, h6, p, td, th, ul, ol, blockquote, input, textarea, select {
	font-family: Tahoma;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}

/*
** Headers
*/
h1, h2, h3, h4 {
	font-weight: bold;
	padding: 0px;
	line-height: normal;
}
h1 {
	margin: 10px 0px 15px;
	font-size: 1.9em;
}
h2 {
	margin: 8px 0px 10px;
	font-size: 1.6em;
}
h3 {
	margin: 5px 0px 10px;
	font-size: 1.2em;
}
h4 {
	margin: 2px 0px 5px;
	font-size: 1em;
}

/*
** Forms
*/
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select, .noninput {
	background: none;
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 2px;
	color: #FFFFFF;
}
.noninput {
	border: none;
}

/*
** Layout helpers
*/
.clear {
	display: block;
}
.clear:after, .clearafter {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.center-pixel {
	height: 1px;
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 1px;
}

/*
** Layout structure
*/
#global {
	position: relative;
	margin: auto;
	width: 830px;
	top: 45px;
	text-align: left;
}
#head {
	position: relative;
	background: url(http://www.fanszene-lippstadt.de/images/head.png) no-repeat;
	height: 285px;
	width: 830px;
	z-index: 11;
}
#container {
	position: relative;
	width: 830px;
	background: url(http://www.fanszene-lippstadt.de/images/page.png) repeat-y;
}
#sidebar {
	float: right;
	position: relative;
	width: 230px;
	right: 25px;
	z-index: 9;
}
#content {
	float: left;
	position: relative;
	width: 540px;
	left: 25px;
	text-align: justify;
	background: url(http://www.fanszene-lippstadt.de/images/content.png) no-repeat;
	z-index: 10;
}
#page {
	clear: both;
	margin: 0px 5px;
}
#footer {
	position: relative;
	width: 830px;
	height: 73px;
	background: url(http://www.fanszene-lippstadt.de/images/footer.png) no-repeat;
	padding-top: 115px;
	top: -50px;
	text-align: center;
	clear: both;
	z-index: 8;
}
#footer #generator {
	margin-top: 15px;
}

/*
** Menu Layout
*/
#head a {
	position: absolute;
	top: 233px;
	left: 0px;
	height: 48px;
	width: 172px;
	text-align: center;
	text-decoration: none;
	color: #690909;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 45px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(http://www.fanszene-lippstadt.de/images/menu.png);
}
#head a:hover,
#head .active {
	background-position: bottom center;
	color: #FFFFFF;
}
#head img {
	border: none;
	width: 172px;
	height: 48px;
}

/*
** Breadcrumb
*/
#breadcrumb {
	margin: 0px 5px;
}
#breadcrumb ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#breadcrumb li {
	float: left;
	white-space: nowrap;
	position: relative;
	background: url(http://www.fanszene-lippstadt.de/images/breadcrumb.gif) no-repeat;
}
#breadcrumb #start {
	background: none;
}
#breadcrumb #start a {
	margin-left: 0px;
}
#breadcrumb a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 2px;
	margin-left: 10px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/*
** Sidebar
*/
#sidebar .box h3 {
	position: relative;
	width: 230px;
	height: 66px;
	background: url(http://www.fanszene-lippstadt.de/images/sidebar.png) no-repeat;
	line-height: 66px;
	margin: 0px;
	padding-left: 5px;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar .box h3 a {
	text-decoration: none;
}
#sidebar .box h3 a:hover {
	text-decoration: underline;
}
#sidebar .box h3 img {
	border: none;
	width: 120px;
	height: 30px;
	margin-top: 20px;
}
#sidebar .content {
	padding: 0px 5px 2px;
}
#sidebar .elements ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar .elements li {
	margin: 5px 0px;
	padding: 2px 5px;
}
#sidebar .elements li.mod {
	background: #424242;
}
#sidebar .events #nextevent {
	float: right;
	font-size: 0.8em;
	text-align: right;
	padding: 0px 0px 3px 5px;
}
#sidebar .links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar .links li {
	display: block;
	border-bottom: 1px solid #000000;
}
#sidebar .links li a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 8px;
}
#sidebar .links li a:hover,
#sidebar .links li.active a{
	background: #000000;
}
#sidebar .links li.end {
	border-bottom: none;
}
#sidebar .calendar .calendar-month {
	position: relative;
	margin: auto;
}
#sidebar .calendar .calendar-month td,
#sidebar .calendar .calendar-month th {
	margin: 2px;
	padding: 2px;
	text-align: center;
	border: 1px solid #000000;
}
#sidebar .calendar .calendar-head {
	background: #000000;
}
#sidebar .calendar .calendar-event {
	background: #000000;
}
#sidebar .calendar .calendar-now {
	color: #690909;
}
#sidebar .calendar a {
	text-decoration: none;
	display: block;
}
#sidebar #calendar {
	position: relative;
}
#sidebar #calendar img.clock {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(http://www.fanszene-lippstadt.de/images/clock.gif) no-repeat 6px 4px;
}

/*
** Miscellaneous
*/
.focus {
	margin: 10px 0px 20px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1.9em;
	font-weight: bolder;
	line-height: 1.5em;
	padding: 0px;
}
.info,
.errors {
	padding: 10px;
	border: 1px solid #000000;
	margin: 10px 0px;
}
.info h1, .info h2, .info h3,
.errors h1, .errors h2, .errors h3 {
	margin: 0px;
	padding-bottom: 5px;
}
.info {
	background: #424242;
}
.errors {
	background: #690909;
}

.navi { 
	margin: 5px;
	text-align: center;
	position: relative;
	border-top: 1px solid #000000;
	padding-top: 4px;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}
.navi.top {
	border-top: 1px solid #000000;
	padding-top: 4px;
	border-bottom: none;
	padding-bottom: 0px;
}
.navi.bottom {
	border-top: none;
	padding-top: 0px;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}
.navi .pages {
	display: inline;
}
.navi a {
	padding: 5px;
	text-decoration: none;
}
.navi a:hover {
	background: #000000;
}
.navi .pages strong {
	padding: 5px;
	background: #000000;
}
.navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navi li {
	float: left;
	white-space: nowrap;
}

.form {
	width: 100%;
	border-collapse: collapse;
}
.form .spam {
	float: left;
	margin-left: 2px;
}
.form .code {
	margin-top: 15px;
}
.form .refresh {
	top: 5px;
	width: 20px;
	height: 20px;
	position: relative;
}
.form .meta {
	padding: 15px;
	text-align: center;
	width: 100%;
}

