/*  
Theme Name: News
Theme URI: http://www.webdesign-in.de/
Description: einfach ein Papier zum Schreiben
Version: 1.00
Author: mts
Author URI: http://www.webdesign-in.de/
				The CSS, XHTML and design is released under GPL:
				http://www.opensource.org/licenses/gpl-license.php
*/
/*zwei spalten*/
body {
	background:#fff url("images/news_news.jpg") repeat-y 50% 0;
  	color:#000;
	margin:0px;
	padding:10px 0px;
	font-size:0.9em;
	line-height:1.4em;
	height:100%;
	text-align:center;
}

#box{
	background:url("images/news_logos.gif") no-repeat 90% 0%;
	width:756px;
	margin:10px auto 0px auto;
	padding:10px 2px 0px 1px;
	text-align:center;
}
/*  bloginfo name steht in der header.php*/
.box{
	text-align:left;
	line-height:1.4em;
	margin-left:20px;
	font-weight:100;
	font-size:30px;
	color:#D6D6D6;
}

/* name end*/

#content{
 	background:transparent;
	color:#000;
	float:right;
	text-align:left;
	width:480px;
 	margin:100px 15px 0px 0px!important;
 	margin:100px 5px 0px 0px;
 	padding-left:10px;
 	padding-right:20px;
 	border-left:1px dotted #D6D6D6;
}


#sidebar{
	background:transparent;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:205px;
	text-align:left;
	line-height:1.4em;
}

/*zwei spalten end */

/* alles was man so braucht*/

/* die ringerl neben den Ueberschriften findest Du in der:
index.php archive.php search.php page.php comments.php single.php=>Suche nach &#186;*/

html, body,h1, h2, h3, h4, h5, h6, div, p, ul, li, ol, input {
	font-family: "Trebuchet ms","Gill Sans MT", "Gill sans",  sans-serif;
}
h1,h2,h3,h4,h5, h6{
	font-size:1.1em;
	line-height:1.5em;
	color:#5B0006;
	font-weight:400;
}
 p{
	font-size:0.9em;
}
code{
	font-size:0.9em;
	width:450px;
}
b, strong {
	color:#000;
}
em, i {
	color:#000;
}

blockquote, address {
	background:#fff;
	border-left:2px inset #D6D6D6;
	margin: 10px 0 10px 30px !important;
	margin: 30px 0 0 15px;
	font-weight:550;
	font-size:1.1em;
	color:#5B00006;
	width:75%;
}
blockquote p, address p{
	padding:2px 3px 3px 5px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #5B0006;
}
/* alles was man so braucht end*/


/*fuer alle links*/

a {
	padding:0px 2px;
}
:link:focus, :visited:focus { color:#000;}
:link, :visited { background: transparent; }
:link:active, :visited:active { color:#000; }
:link:hover, :visited:hover { color:#000; text-decoration:none;}
:link { color: #8F3634; }
:visited { color: #8F3634; }
:link:active, :visited:active { color:#000; }

/*wenn Du einen Bilderlink gestaltest*/
:link img { border-color:transparent; }
:visited img { border-color:transparent; }
:link:active img, :visited:active img { border-color: transparent; }


/*fuer alle links end */


/*alles fuer den content*/
#content h1,#content  h2,#content h4,#content h5, #content h6{
	font-size:1.1em;
	line-height:1.5em;
	color:#8F3634;
	font-weight:400;
}
/* kommentare in content*/
.leaveresponse{
	border-bottom:2px groove #D6D6D6!important;
	border-bottom:1px groove #D6D6D6;
	text-align:left;
	margin-right:5px;
	margin-left:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:0.9em;
	line-height:1.5em;
}
.leaveresponse  fieldset textarea{
	font-size:0.8em;
	padding-left:5px;
	border:2px outset #D6D6D6;
}
/*sieht man nicht  in allen browser stoert aber auch nicht*/
.leaveresponse input[type=submit]{
	cursor: pointer;
    float:right;
    border:4px outset #D6D6D6;
}

.submit{
	cursor: pointer;
    float:right;
    border:2px outset #D6D6D6;
}
/*die erste antwort*/
.responselist{
	background-color: #FFF;
	border-bottom:2px groove #D6D6D6!important;
	border-bottom:1px groove #D6D6D6;
	padding:6px 3px;
}

/*die zweite antwort response*/
.alt {
	background-color: #F9F9F9;
	border-bottom:2px groove #D6D6D6!important;
	border-bottom:1px solid #D6D6D6;
	padding:6px 3px;
}
#content  h3{
	padding-top:0px;
	margin-top:0px;
	font-weight:400;
	font-size:1.1em;
	color:#8F3634;
}
.metadata{
	font-size:0.8em;
	line-height:1.4em;
	text-align:right;
	margin-bottom:2px;
}
/*metadata sind in der single php anders*/
.single{
	background-color: #F9F9F9;
	border-bottom:2px groove #D6D6D6!important;
	border-bottom:1px groove #D6D6D6;
	padding:6px 3px;
	text-align:left;
}
/*metadata sind in der single php end*/

/*kommentare in content end*/

/*seiten navigation in content*/
.navigation {
	display:block;
	width:70%;
	text-align:center;
	margin:4px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}

/*seiten navigation in content end*/
/*alles fuer den content  end*/

/*alles fuer die  sidebar php*/
/* sidebar links damit die anklickbare Flaeche groesser wird*/
#sidebar a{
	width:145px;
}
#sidebar p{
	padding-left:6px;
}
li {
	list-style-type: none;
	list-style-image:none;
}
#sidebar ul, #sidebar ul li {
	margin:0px 0px 0px 5px;
	padding:0px;
}

#sidebar ul li ul li{
	margin:0px 2px 0px 10px;
	padding:4px 0px 0px 6px;
}
#sidebar h2{
	margin:5px 0px 0px 8px;
	padding:0px 0px 0px 5px;
	color:#000000;
	font-weight:400;
}
/*alles fuer die sidebar php end*/

/*fuer die sitemap php*/
.sitemap{
	margin-top:25px;
}
/*fuer die  sitemap php end*/

/* verschiedene wichtige Dinge */
/*generelles fuer alle Bilder*/
img{
	border:none;
}
/*manches wollen wir verstecken*/
.invis{position:absolute;left:-2999px;width:999px;}
/*manchmal muss man floats aufloesen*/
.clear {
	margin:0;
	padding:0;
	clear:both;
	height:0;
}
/* verschiedene wichtige Dinge*/
