/* 
	The definitions below determine how the page looks.
	
	There are 3 main div-elements, which are all positioned absolute
	(relative to the upper left corner of the screen):
	
	.contents: contains the main contents of the page.
	.menu: sidebar with menu
	.logo: logo to be displayed above the sidebar

*/

/* definitions applying to the contents block */
form {
	display: inline;
}
.formfield {
	background-color: #E8E8E8;
	width: 120px;
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 3px;
	margin-left: 5px;
}
.formbutton {
	margin-top: 5px;
	margin-left: 5px;
}

.contents {
	position: absolute;
	left: 150px;
	width: 645px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
 	top: 110px;
 	margin-right: 10px; margin-left: 10px;
}

/* definitions applying to the logo */
.logo {
	position: absolute;
	width: 800px;
	height: 100px;
	margin-top: 5px;
	padding: 0px;
}

/*
	Definitions for headers in the menu (.menu h2), page titles (h1) 
	and dateheads (.contents h2):
	- page titles are centered (within the .contents div)
	- menu headers (h2) use a small font
	- dateheads use a large font and are in a box
*/

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.contents h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0080FF;
	margin-left: 10px;
	margin-top: 20px;
	border-color:#0066CC;
	border-style:solid;
	border-width: 0 0 1px 0;
	padding-bottom: 3px;
	width: 75%;
}

.contents h1 {
	margin-left: 10px;
}

.categorytitle {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px
}

/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
	font-size: 14px;
	margin: 0px;
	color: #800000;
}

.itembody {	
	margin-top: 5px;	
	margin-bottom: 5px;
	color: #000000;
}

.iteminfo {	
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
}

.iteminfo a {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

#itemfooter {
	width: 98%;
	border: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.contents p {
	margin-left: 10px;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: gray;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;	
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;	
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}
a:link, a:active, a:visited {
	color: #0080FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:hover {
	color: #5EB311;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;

}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 5px; margin-bottom: 5px; padding-top: 7px; line-height: 125%}

.menu {
	position: absolute;
	top: 110px;
	width: 150px;
	color: #2C7BD3;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	margin-left: 5px;
	margin-right: 5px;
}
.menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0001;
	font-weight: bold;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CC0001;
	margin: 0;
}

.menu li {
	list-style-type: square;
	list-style-position: inside;
	padding-top: 3px;
	font-size: 11px;
	margin-left: 2px;
}

#navigationMenu, #rubrikenMenu{
	padding-top: 5px;
	padding-bottom: 5px;
}

#suche {
	padding-top: 7px;	
}

.trenner {  border-color: black black #FF0000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; height: 5px; width: 100%; top: 300px; clip:   rect(   ); background-color: #000000}

.contentlisttrenner {
	 border-color: #CCCCCC;
	 margin-top: 10px ;
	 margin-bottom: 5px ;
	 border-style: solid;
	 border-top-width: 1px;
	 border-right-width: 0px;
	 border-bottom-width: 0px;
	 border-left-width: 0px;
	 width: 100%;
}

.headertrenner {
	 border-color: #9BDD22;
	 border-style: solid;
	 border-top-width: 5px;
	 border-right-width: 0px;
	 border-bottom-width: 0px;
	 border-left-width: 0px;
	 width: 500px;
	 margin-bottom: 5px;
 	 margin-left: 10px;
}

.contentsList {
 	position: absolute; 
 	left: 150px;
 	width : 400px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px; 
  	color: #3F3F3F;
  	background-color: #FFFFFF;
  	top: 110px;
	border: none;
  	padding-left: 15px;
 }
 
.navposition {
	background-color: #E8E8E8;
	border: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 3px;
}

.infobox {
	position: absolute;
	top: 110px; 	
	left: 580px;
	width: 220px;
}

.infoboxpart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px;
}

#termine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #FEF5DA;
}

.contentContainer {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
}

.logo a {  text-decoration: none; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

.topitems {
	border: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.topitems li {
	padding-top: 5px;
}

#footer {
	width: 98%;
	border: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
