/* Style-Sheet-Deklarationen */
/* URL: www.meine-modelleisenbahn.de */
/* Autor: Robert Meissner */
/* Erstellt: 09.10.2004  */
/* Geändert: 16.03.2008: Link Eigenschaften abgeändert, speziell active  */
/* Geändert: 21.01.2009: Post Class eingefügt, für Beiträge */
/* Geändert: 03.01.2010: Umstellung auf neues Aussehen */


body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #fff url('../images/bg_body.gif') repeat-x left top;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #05b303;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #faf5ef;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ede5da;
	color: #ede5da;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}






#container{
	margin: 0;
	width: 748px;
}

#pagewrapper{
	float: left;
	width: 748px;
	background: url('../images/bg_page748.gif') no-repeat left top; 
	padding-left:0; 
	padding-right:0; 
	padding-top:23px; 
	padding-bottom:23px
}

#page{
	padding: 0 23px;
}



/*====================================================================*/
/*== Dies sind die Tags/Classes für den Header*/
/*====================================================================*/


#header{
	clear: both;
}

#header h1{
	float: left;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
/*	background: url('../images/bg_logo.gif') no-repeat 38px 26px; */
	color: #fff; 
	padding-left:25px; 
	padding-right:30px; 
	padding-top:26px; 
	padding-bottom:0
}

#header h1 a{
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover{
	text-decoration: underline;
}


/*====================================================================*/
/*== Dies sind die Tags/Classes für den Footer */
/*====================================================================*/


#footer{
	clear: both;
/*	background-color:#3a2e00;*/
	background: url(../images/bg_body.gif) repeat-x left top;
}


#footer p {
	float: left;
	font-size: 12px;
	font-style: italic;
}

#footer TD{
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff; 
	padding-left:25px; 
	padding-right:30px; 
	padding-top:13px; 
	padding-bottom:13px
}

#footer h1 a{
	text-decoration: none;
	color: #fff;
}

#footer h1 a:hover{
	text-decoration: underline;
}

/*====================================================================*/
/*== Dies sind die Tags/Classes für die einzelnen Artikel */
/*====================================================================*/

.maincolumn{
	float: left;
	width: 702px;
}

.post{
	padding: 15px;
	background: url('../images/bg_post702.gif') no-repeat left top; 
	margin-left:   0; 
	margin-right:  0; 
	margin-top:    10px; 
	margin-bottom: 0
}

.post h2{
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #c97d05;	
}

.post h2 a{
	text-decoration: none;
	color: #c97d05;
}

.post h2 a:hover{
	text-decoration: underline;
}

p.postinfo{
	margin: 15px 0 0;
	padding: 10px 15px 0;
	border-top: 1px solid #e5d8c6;
	font-size: 11px;
	color: #b1a799;
}

.entry{
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 10px 0 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3{ color: #c97d05; }

.entry h4{}

.entry h5{ font-weight: normal; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry td {
	line-height: 14px;
}

.entry img{
	border: 1px solid #e5d8c6;
	padding: 4px;
	background-color: #faf5ef;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
	padding: 10px 15px 0;
	border-top: 1px solid #e5d8c6;
	font-size: 11px;
	color: #b1a799;
}

.entry TH, .entry TD {
  background-color: #faf5ef;
	line-height: 18px;
}

.klein {
  font-size: 80%;
}

.kleinfett {
  font-size: 80%;
  font-weight: bold;
}



/*====================================================================*/
/*== Dies sind die Tags/Classes für den Inhalt / die Sidebar */
/*====================================================================*/

#sidebarcontainer{
	margin: 0;
	width: 450px;
}

#sidebarpagewrapper{
	float: left;
	width: 450px;
	background: url('../images/bg_page250.gif') no-repeat left top; 
	padding-left:0; 
	padding-right:0; 
	padding-top:23px; 
	padding-bottom:23px
}

#sidebarpage{
	padding: 0 23px;
}

.sidebarmaincolumn{
	float: left;
	width: 204px;
}


#sidebar{
	float: left;
/*	margin: 10px 0 0 10px;*/
	width: 204px;
	background: url(../images/bg_sidebar204.gif) no-repeat left top;
}

#sidebar a {
	color: #878773;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	padding: 15px;
	font-family: Georgia, sans-seriff;
	text-transform: uppercase;
}

#sidebar ul li h2 {
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 12px;
	color:  #514129;
}

#sidebar ul ul {
	padding: 7px 0 0;
}

#sidebar ul ul li {
	padding: 0;
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#sidebar ul ul ul {
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	background: url(../images/bg_bullet_2.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul li {
	background: url(../images/bg_bullet_3.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul ul li {
	background: none;
}













/*

BODY {
  font-family: sans-serif, Arial;
  font-size: 100%;
  color: #993300;
}

H1 {
  font-size: 150%;
  font-style: normal;
  font-weight: bold;
}

TH, TD {
  background-color: #FFCC99;
}

.klein {
  font-size: 80%;
}

.kleinfett {
  font-size: 80%;
  font-weight: bold;
}


a:link { 
  color:#909090; 
  text-decoration:none; 
  font-weight:bold; 
}
a:visited { 
  color:#e0e0e0; 
  text-decoration:none; 
  font-weight:bold; 
}
a:focus { 
  color:#ffffff; 
  background-color:#909090; 
  text-decoration: none;
  font-weight:bold; 
}
a:hover { 
  color:#ffffff; 
  text-decoration:none; 
  background-color:#909090; 
  font-weight:bold; 
}
a:active { 
  color:#0000EE; 
  background-color:#909090; 
  font-weight:bold; 
}


*/


/*

a:link   {
  text-decoration:none; 
  color:blue
}

a:visted {
  text-decoration:none; 
  background:red; 
  color:black
}

a:active {
  text-decoration:none;
  font-style:italic; 
  color:blue
}

a:hover {
  text-decoration:none;
  font-style:green;
}
*/
/*
alternative farben : 
	d0d0d0 (dunkelgrau) 
	e0e0e0e0 (hellgrau) 
	ffffff (weiss)





a:visted {
  text-decoration: line-through;
  color: #663300;
}

a:active {
  text-decoration: none;
  font-style: italic;
}

a:hover {
  text-decoration: none;
}
*/