﻿@charset "utf-8";
/* CSS Document */

/* -------->>>>>>>> teilweise übernommen von cssplay */
html {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#ffe; 
	font-size: 0.8em; 
	font-family: verdana, arial, sans-serif;
	overflow: hidden; 
}

body {
	background: #ffe;
	color: #333;
	font-family: verdana, arial, sans-serif;
	height: 100%;
	max-height: 100%; 
	overflow:hidden; 
	margin: 0;
	padding: 0;
	border: 0;
}

#mainbody   {
	padding: 8px 2px 2px 8px;
	overflow:auto; 
	position:absolute; 
	z-index: 1; 
	top: 61px; 
	bottom: 25px; 
	left: 0px; 
	right:0; 
	background:#ffc;
}

/* "* html" ist syntaktischer Unsinn und wird nur von IE interpretiert ;-) */
* html #mainbody  {
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	height:100%; 
	max-height:100%; 
	width:100%; 
	overflow:auto; 
	position:absolute; 
	z-index: 1; 
	border-top: 61px solid #fff; 
	border-bottom: 25px solid #fff; 
	font-size: 0.8em; 
}

#header {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:60px; 
	background: #050; 
	background-position:0 0; 
	background-repeat:no-repeat; 
	font-size:1.6em; 
	z-index: 4; 
	overflow:hidden; 
	color:#fff;
}

#footer {
	position: absolute; 
	margin: 0; 
	bottom: 0px; 
	left:	0; 
	display: block; 
	width:	100%; 
	height: 24px; 
	font-size: 1em; 
	z-index: 5; 
	overflow: hidden; 
	background: #050; 
	color: #fff;
}

img {
  border: none;
}

#header h1 {
	margin: 2px 8px 0 8px;
	font-size:1.3em; 
}

#site_name {
	font-weight:bold;
	font-style:italic;
	color:#3f3;
	font-size:1.5em;
}

#header h2 {
	margin: 2px 8px 0 8px;
	font-size:1.2em; 
}

#mainbody h2 {
	margin: 12px 8px 0 0;
	font-size:1.3em; 
	background-color: #cd6; 
	padding: 8px;
}

#mainbody li.menu-child-0 {
	padding: 1em 0 0 0;
	font-size: 1.2em; 
}

#mainbody li.menu-child-1 {
	font-size: 0.8em; 
}

h3 { 
	font-size: 1.2em;
	background-color: #CF9; 
	margin: 15px 8px 0 0;
	padding: 4px;
}

/**** Bottom Navigation ***/
ul.bottomnav, li.bottomnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bottomnav {
  position: absolute;
  top: 4px;
  right: 4px;
}

li.bottomnav {
	width: 120px;
	float: left;
}

#footer a:link {
	color: #ffc;
	text-decoration: none;
}

#footer a:visited {
	color: #ffc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffc;
	text-decoration: none;
}

/*************** ab hier aus htm-Datei *************************************/
  .post_title, .post_date {
  border-bottom: 1px solid #DDDDDD;
  }

  .post_title {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  }

  .post_date {
  text-align: right;
  }

  .post_short {
  text-align: justify;
  padding-bottom: 5px;
  }

  .comment_title {
  font-weight: bold;
  }

  .comment_text {
  font-weight: bold;
  background-color: #FDFDFD;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
  }

  .comment_title, .comment_text {
  border-left: 1px solid #DDDDDD;
  }

  .comment_info {
  text-align: right;
  border-right: 1px solid #DDDDDD;
  }

  .comment_title, .comment_info {
  border-top: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  }

  .selected_group_title { 
  font-size: 14px;
  text-align: center;
  }

