/*   
Theme Name: HuppiBlue
Theme URI: http://chhuppert.de
Description: Template for the Zeilensprung-Website
Author: Philip Huppert
Version: 1.1
*/


/* global */
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background-image: url("images/mainbg.png");
	height: 100%;
}

div.clearer {
	clear: both;
}

/* ------------------------------------------------------------------------------------- */


/* outer structures */
div#maincontentframe {
	position: relative;
	min-height: 100%;
	width: 820px;
	background-image: url("images/midbg.png");
	margin: auto;
}

* html div#maincontentframe {
	height: 100%;
}

div#maincontentexpanderframe {
	width: 794px;
	background-image: url("images/midbg.png");
	margin: auto;
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 26px;
}
/* ------------------------------------------------------------------------------------- */


/* header */
div#header {
	height: 128px;
	width: 794px;
	margin: auto;
	background-image: url("images/header.png");
	position: relative;
	z-index: 2;
}

div#header h1 {
	display: none;
}

div#header h2 {
	display: none;
}
/* ------------------------------------------------------------------------------------- */


/* horizontal navigation */
div#menu {
	margin-top: 1px;
	height: 26px;
	width: 778px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url("images/menu.png");
	position: relative;
	z-index: 2;
}

div#menu ul {
	float: left;
	list-style: none;
}

div#menu li {
	display: inline;
	height: 26px;
}

div#menu a {
	float: left;
	display: block;
	height: 22px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	font-size: 15px;
	font-family: sans-serif;
	text-decoration: none;
	background-image: url("images/menuoff.png");
}

div#menu li.spacer {
	display: block;
	float: left;
	height: 26px;
	width: 2px;
	background-image: url("images/menuspacer.png");
}

div#menu a:hover {
	background-image: url("images/menuon.png");
}

div#menu li.search {
	position: absolute;
	right: 0px;
	margin-right: 6px;
}

div#menu li.search input {
	margin: 2px;
	margin-top: 5px;
	border: none;
	background-color: #9FBEFF;
	height: 16px;
	font-family: sans-serif;
	font-size: 12px;
	color: #26478C;
	float: left;
}

div#menu li.search form {
	display: inline;
}

div#menu li.search input.button {
	padding-bottom: 3px;
}

/* ------------------------------------------------------------------------------------- */


/* vertical navigation */
div#navigationwrapper {
	width: 173px;
	float: left;
	position: relative;
	z-index: 2;
}

div#navigationwrapper div.navigation {
	width: 173px;
}

div.navigation ul {
	margin-top: 1px;
	list-style: none;
}

div.navigation ul li {
	font-size: 15px;
	font-family: sans-serif;
	color: #FFFFFF;
	height: 20px;
	width:	158px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 4px;
	background-image: url("images/naviitem.png");
        overflow: hidden;
}

div.navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

div.navigation ul li.header {
	padding-left: 5px;
	width: 163px;
	background-image: url("images/navihead.png");
}

div.navigation ul li.footer {
	height: 2px;
	width: 173px;
	padding: 0;
	background-image: url("images/navifooter.png");
}
/* ------------------------------------------------------------------------------------- */


/* content structures */
div#contentwrapper {
	float: right;
	width: 620px;
	padding-top: 1px;
	position: relative;
	z-index: 2;
}

div#contentwrapper div.content {
	width: 620px;
	color: #26478C;
	font-family: sans-serif;
	font-size: 12px;
	background-image: url("images/contentbg.png");
	margin-bottom: 10px;
}

div.content div.text {
	padding: 5px;
	width: 610px;
	margin-bottom: -2px;
}

div.content h3 {
	width: 610px;
	display: block;
	height: 24px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url("images/contenthead.png");
	font-size: 18px;
        overflow: hidden;
}

div.content div.footer{
	height: 5px;
	background-image: url("images/contentfooter.png");
}

div#timenav {
	font-family: sans-serif;
	color: #26478C;
	font-weight: bold;

	font-size: 11px;
	text-align: center;


	margin-bottom: 5px;

}

div#timenav a {
	margin-right: 8px;
	color: #26478C;
	text-decoration: none;
}

div#timenav a:hover {
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------- */


/* content format */
div.content object: {
	clear: both;
	display: block;
}

div.content h4 {
	color: #26478C;
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: -4px;
	margin-top: 3px;
}

div.content h4 a {
	color: #26478C;
	text-decoration: none;
}

div.content h4 a:hover {
	text-decoration: underline;
}

div.content img {
	border: 1px solid #26478C;
	margin-left: 3px;
	margin-right: 3px;
}

div.content img.alignleft {
	float: left;
}

div.content img.alignright {
	float: right;
}

div.content div.text p {
	margin-bottom: 11px;
}

div.content a {
	color: #26478C;
}

div.content a:hover {
	text-decoration: none;
}

div.content ol, div.content ul {
	margin-left: 18px;
}

a.more-link {
	font-weight: bold;
	color: #26478C;
	text-decoration: none;
	letter-spacing: 0.1em;
}

a.more-link:hover {
	text-decoration: underline;
}

div.content p.attachment {
	text-align: center;
	margin-top: 5px;
}

div.content div.page-links {
	font-weight: bold;
	font-size: 11px;
}

div.page-links a {
	color: #26478C;
	margin-right: 8px;
	text-decoration: none;
}

div.page-links a:hover {
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------- */


/* footer */
div#footer {
	position: relative;
	margin: auto;
	margin-top: -29px;
	width: 794px;
	height: 21px;
	background-image: url("images/footer.png");
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

div#footer a {
	color: #FFFFFF;
}

div#footer a:hover {
	text-decoration: none;
}

div#footer p.attachment {
	display: none;
}
/* ------------------------------------------------------------------------------------- */

/* newspaper */
div#newspaper {
	position: absolute;
	left: 10px;
	bottom: 30px;
	width: 800px;
	height: 551px;
	z-index: 0;
	background-image: url("images/newspaper.png");
	background-repeat:no-repeat;
}
/* ------------------------------------------------------------------------------------- */
