* { margin:0; padding: 0; } 

fieldset, img { border:0; }

html { 
	height: 100% 
} 

body { 
	font-size:76%;	
	color: #555; 
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;	
} 

select, input, textarea { font-size: 99% }

a {
	color: #555;
}


#page {
	margin:0 auto;
	width:650px;	
}


/*header */

#header {
	display:none;
}


 .skip {
 	display:none;
 }
 
 
 /*Hauptmenue */
 
#mainmenu {
	display:none;
}


/* footer */

#footer {
	clear:both;	
	height:30px;
	font-size:0.9em;
	padding:0;
}

#footer-inner {
	width:650px;
	margin: 0 auto;
	text-align:left;
	height:30px;
	color:#000;
}
  
 #footer a {
	color:#000;
	text-transform:none;
}

  
 .top {
 	display:none;
 }
 
 .credits {
 	float:left;
	padding-left:25px;
	padding-top:10px;
 }
 
 #footer-inner a {
 	color: #000;
 }
 

/* Content */

#content {
	clear:both;
	width:650px;
}



/* Submenu */

#submenu {
	display:none;
}


/* Text */

#text {
	width:650px;
	float:left;
	line-height:180%;
	font-size:1.0em;
	text-align:left;
}


#text h1, .contentpart h1 {
	color: #C17541;
	font-size:1.8em;
	margin:0 0 10px 20px;
	font-weight:normal;
	font-family: Georgia, serif;
}

#text h1 a {
	color: #C17541;
	text-decoration:underline;
}
#text h1 a:hover, #text h1 a:focus, #text h1 a:active {
	color: #000;
}


#text h2 {
	margin-top:20px;
	font-size:1.4em;
	margin:0 0 10px 20px;
	font-weight:normal;
}

h2#comments,  h2#respond {
		margin:25px 0 25px 20px;
	clear:both;
	}

#text h3 {
	font-size:1.3em;
		margin:0 0 10px 20px;
}

#text p {
		margin:0 0 10px 20px;

}

#text ul {
	list-style-type: square;
	color: #555;
	margin:0 0 10px 40px;
}


p.center {
	text-align:center;
}

#text img {
	margin:0 10px 10px 0;
	padding:0;
	
}

.alt {
	background-color: #E6E6E6;
	color:#000;
	margin: 0;
	padding: 10px;
}

p.bct {
	font-size:0.9em;
	padding-top:15px;
}

/* Absaetze  */
 
.contentpart {
	width:100%;
	float:left;
	padding-top:10px;
	margin-top:15px;
}


img.icon { 
	float:left !important;
	text-align:left;
	margin:0 10px 0 2px;
}

p.contentheader {
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.0em;
	padding:10px 0 0 0;
}

.contentpart p a {
	font-weight:bold;
}



/* Formulare */

#searchform label, #searchform p, #loginform label, #loginform p {
	display:none;
}



#searchform input, #loginform input {
	display:none;
}

#searchform #formsubmit, #loginform #formsubmit {
	display:none;
}

#commentform {
	display:none;
}


/* Kommentare */

.commentlist {
	margin-left: 20px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	}
	
blockquote {
	margin: 15px 30px 0 30px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

cite {
	font-size:1.2em;
	color:#000;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
small {
	margin-left:20px;
}

table {
	border: 1px solid #AAD883;
	border-collapse: collapse;
	margin:10px 10px 25px 20px;
	width:100%;
}


td {
	padding:4px;
	border: 1px solid #AAD883;
	border-collapse: collapse;
	width:50%;
}

td.breit {
	width:70%;
}

td.schmal {
	width:30%;
}
