/*  
Neues Layout asc Darmstadt
*/
/* CSS Document */

* {
	font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #e0e8ec;
	font-size: 0.72em;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;pa
	padding: 0;
	font-family: Verdana, Serif;
	font-weight: normal;
	color: #444;
}

h2,h3 {
	margin-bottom: 3px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 1.5em;
}

p, ol, ul, blockquote {
	line-height: 18px;
}

pre {
	font-family: Courier New, Courier, serif;
	font-size: 12px;
	line-height: 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-image:url(../images/bullet.html);
}
#content ul 
{
	margin-left:2em;
}
#sidebar ul 
{
	margin-left:1em;
}
a {
	color: #c00;
	text-decoration:none;
}

a:hover 
{
	color:#900;
	text-decoration: underline;
}

img {
	border: #333 1px solid;
}

blockquote 
{
	margin:1em;
	padding:5px;
	border-left:#900 2px solid;
	color:#666;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}

.clear 
{
	clear:both;
}
.center 
{
	text-align:center;
}

#s, input.textbox {
	width: 185px;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	padding:3px;
}

/* Tabellen */

.tdheader {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-weight: bold;
	background:#fdfdfd
}

.edtd {
	border: 1px solid #666666;
	background:#fdfdfd
	}
 
/* Dates */

.date {
	margin: 0;
	font-size:1em;
	padding: 5px;
	background:#fdfdfd url(../images/img6.gif) repeat-x;
        border: 1px solid #C8CFD6;
        margin-bottom: 5px;
}

.month
{
        text-align: right; 
        font-weight: bold;
}

.detail 
{
        display: none;

}

/* Posted */

.posted {
height: 12px;
	margin: 0;
	font-size:0.9em;
	padding: 5px;
	background:#fdfdfd url(../images/img6.gif) repeat-x;
	border: 1px solid #C8CFD6;
}

.posted p {
	margin: 0;
	padding:0;
}

.posted .comments {
	float: right;
	margin:0;
	padding:0 0 0 15px;
	background:url(../images/comments.gif) no-repeat left center;
}



/* Logo */

#logo {
	float: right;
	padding: 0 0 0 0;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 50px 0 0 40px;
	font-size: 2.6em;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	float: left;
	font-size: 1em;
	border: none;
}

#logo h2 a {
	color: #B4B4B4;
}

#logo input {
	color: #999;
	margin-top: 10px;

}

#btnSearch {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(../images/img7.html) repeat-x;
	color: #7A7A7A;
	position:relative; 
	top:-12px; 
	left: -2px;
}
/* Menu */

#menu {
	float: right;
	height: 30px;
	background: url(.._/images/img3.html) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 10px;
	border-left: 2px solid #DBDBDB;
	text-decoration: none;
	font-size: 1.1em;
	color: #3B3B3B;
}
#menu a:hover, #menu li.current_page_item a 
{
	border-bottom:#DBDBDB 2px solid;
	color: #900;
}

#submenu {
	float: left;
	height: 25px;
	background: url(.._/images/img3.html) no-repeat right top;
}

#submenu ul {
float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	padding: 5px 10px;
	border-left: 2px solid #c00;
	text-decoration: none;
	font-size: 1.0em;
	color: #c00;
}
#submenu a:hover, #submenu li.page_item a 
{
width: 50px;
	border-bottom: #eee 2px solid;
	color: #900;
}


/* Splash */

#splash {
	width: 700px;
	height: 0px;
	margin-left: 150px;
}

/* Header */

#header {
	width: 987px;
	height: 101px;
	margin: 0 auto;
	background: url(../images/background.gif) repeat-x;
}

/* Content */

#main {
	/*
	*/width: 917px;margin: 0 auto;
	padding: 0px 35px;
	background: #fff url(../images/navasc.gif) no-repeat;
}

#content {
	float: left;
	width: 700px;
}
#content .post
{
	margin-bottom:1em;
}


/* Comments */
#comments, #respond 
{
	margin-top:1em;
}
#commentform 
{
	margin:10px 0;
	padding:10px;
	background:#fcfcfc;
	border-top:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
}
.commentnum 
{
	font-size:200%;
}
#main .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;	
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding:1em;	
	border-bottom:#ddd 1px solid;	
}
.commentlist li.alt 
{
	background:#fcf9fc;	
}
.commentlist li.highlighted 
{
	border:#bdb76b 1px solid;	
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#comments 
{
	border-bottom:none;
}
textarea{
	background:#fff;
	border:1px solid #E0E0E0;
	width:80%;
	
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}
#sidebar li 
{
	margin: 1em 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar li li
{
	margin: 0;
	padding:0;
	list-style:none;
}
#sidebar li li li
{
	margin: 0;
	padding:0;
	list-style-image:url(../images/bullet.html);
}


/* Footer */

#footer 
{
	clear:both;
	padding:0;
	margin:1em 0;
}

#footer p {
	text-align: center;
	color: #777777;
}
#footer p span 
{
	font-size:0.9em;
}
#main .feed 
{
	background:url(../images/icon_feed.gif) no-repeat left;
	padding-left:17px;
}
#main .trackback 
{
	background:url(../images/links.html) no-repeat left;
	padding-left:19px;
}