body {
	background-color: #EBEFF2;
	margin: 0;
	padding: 0;
	font-family: "facitweb-1","facitweb-2", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
}

div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	background-color: green;
}

a {
	color: #981A21;
}

a:hover {
	color: #10385A;
}

/* Seitenkasten */
#kasten {
	margin: 0 auto 0 auto;
	min-width: 916px;
	width: 80%;
	background-color: #FFFFFF;
	padding: 20px 40px 20px 40px;
	border-left: 1px solid #CACACB;
	border-right: 1px solid #CACACB;
}

/* Logo */
#kasten div#logo {
	float: left;
}

#kasten div#logo h1{
	font-family: 'ff-tisa-web-pro-1', 'ff-tisa-web-pro-2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 	font-family: 'museo-slab-1','museo-slab-2', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-weight: normal;
	background-image: url(/assets/railssprech/images/css/railssprech-blase.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #787878;
	font-size: 52px;
	font-weight: normal;
	margin: 0;
	padding: 20px 38px 0 0;
}

#kasten div#logo h1 a{
	color: #787878;
	text-decoration: none;
}

kasten div#logo h1 a span#hl{
	color: #81A649;
}

#kasten div#logo img{
	border: none;
}

#kasten div#logo p{
	margin: 0px 0 18px 4px;
	padding: 0;
	font-size: 14px;
	letter-spacing: 2px;
	color: #919191;
}

/* Menue */
#kasten div#menue {
	float: right;
	margin: 11px 0 4px 0;
/*	background-color: cyan;*/
	border-left: 1px solid #CACACB;
}

#kasten div#menue div#suchfeld {
	text-align: right;
	margin: 20px 10px 30px 20px;
}

#kasten div#menue div#suchfeld input {
	border: 1px solid #E4E4E4;
	padding: 4px;
	background-color: #FFFFFF;
	color: #C4C4C4;
	font-size: 11px;
	width: 200px;
}

#kasten div#menue div#suchfeld input.submit {
	width: 40px;
}

#kasten div#menue ul{
	margin: 4px 0 0 20px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#kasten div#menue li{
/*	float: left;*/
	margin: 10px 12px 10px 0;
	width: 110px;
}

#kasten div#menue a{
	display: block;
	color: #646464;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 3px 2px 3px 24px;
	background-image: url(/assets/railssprech/images/css/railssprech-iconblock.png);
	background-position: 0px -98px;	
	background-repeat: no-repeat;
	height: 16px;
}

#kasten div#menue a:hover{
	color: #10385A;
	background-position: -200px -98px;	
}

/* Menue-Icons */

#kasten div#menue a.lstart{
	background-position: 2px 2px;
}
#kasten div#menue a.lstart:hover{
	background-position: -198px 2px;
}

#kasten div#menue a.larchiv{
	background-position: 2px -18px;
}
#kasten div#menue a.larchiv:hover{
	background-position: -198px -18px;
}

#kasten div#menue a.lkolophon{
	background-position: 2px -38px;
}
#kasten div#menue a.lkolophon:hover{
	background-position: -198px -38px;
}

#kasten div#menue a.lrss{
	background-position: 0px -58px;
}
#kasten div#menue a.lrss:hover{
	background-position: -200px -58px;
}

#kasten div#menue a.lkontakt{
	background-position: 0px -78px;
}
#kasten div#menue a.lkontakt:hover{
	background-position: -200px -78px;
}


/* Dekoleiste oben */
#kasten div#dekoleiste {
	clear: both;
	border-top: 4px solid #cacacb;
	border-bottom: 4px solid #cacacb;
	background-color: #cacacb;
	background-image: url(/assets/railssprech/images/css/deko4-col.jpg);
	background-position: left -1px;
	height: 49px;
}

/* Unterkasten */
#kasten div#unterkasten {
	position: relative;
}

/* Inhalt */
#kasten div#inhalt {
	margin: 0 332px 0 0;
	color: #606060;
	min-height: 1400px;
}

#kasten div.artikelseite {
/* 	margin-right: 232px !important;
 */}

#kasten div#inhalt a{
	color: #981A21;
}

#kasten div#inhalt a:hover{
	color: #10385A;
}

#kasten div#inhalt div.eintrag{
	margin-top: 0px;
	margin-bottom: 44px;
	padding: 22px 0 0 0;
}

#kasten div#inhalt div.eintrag div.exzerpt p{
	font-style: italic;
	font-weight: bold;
	margin-bottom: 1em;
}

#kasten div#inhalt div.eintrag h2{
	font-family: 'ff-tisa-web-pro-1', 'ff-tisa-web-pro-2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 	font-family: 'museo-slab-1','museo-slab-2', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color: #981A21;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #cacacb;
	margin: 0 0 0 0;
	padding: 8px 0 8px 4px;
}

#kasten div.artikelseite div.eintrag h2{
	color: #4A4A4B !important;
	font-size: 32px !important;
/* 	border-bottom: none !important; */
}

#kasten div#inhalt div.eintrag h2 a{
	text-decoration: none;
}

#kasten div#inhalt div.eintrag h3{
	color: #981A21;
	font-size: 13px;
	letter-spacing: 2px;
	border-bottom: 1px dotted #cacacb;
	margin: 24px 0 0 0;
	padding: 8px 0 8px 4px;
}

#kasten div.artikelseite div.eintrag h3{
 	color: #4A4A4B !important;
	font-size: 18px !important;
}

#kasten div.artikelseite div.eintrag h4{
	letter-spacing: 2px;
	border-bottom: 1px dotted #cacacb;
	margin: 24px 0 0 0;
	padding: 8px 0 8px 4px;
 	color: #4A4A4B;
	font-size: 13px;
}

#kasten div#inhalt div.eintrag p,#kasten div#inhalt div.eintrag li{
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 0 4px;
	padding: 8px 0 0 0;
}

#kasten div#inhalt div.eintrag img{
	border: 2px solid #CACACB;
}

#kasten div#inhalt div.eintrag img.floatpicleft{
	float: left;
	margin: 0 6px 2px 0;
}

#kasten div#inhalt div.eintrag img.floatpicright{
	float: right;
	margin: 0 0 2px 6px;
}

#kasten div#inhalt div.eintrag img.img-center{
	display: block;
	margin: 1em auto 1em auto;
	border-top: 4px solid #CACACB;
	border-bottom: 4px solid #CACACB;
	border-left: none;
	border-right: none;
}

#kasten div#inhalt div.eintrag img.img-noborder{
	display: block;
	margin: 1em auto 1em auto;
	border: none;
}

#kasten div#inhalt div.eintrag object{
	display: block;
	border: 4px solid #CACACB;
	margin: 0 auto 0 auto;
}

#kasten div#inhalt div.eintrag ul.leiste{
	list-style-type: none;
	margin: 8px 0 8px 0;
	padding: 0;
	clear: left;
}

#kasten div#inhalt div.eintrag ul.leiste li{
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 195px;
	height: 16px;
}

#kasten div#inhalt div.eintrag ul.leiste li a{
	display: block;
	text-decoration: none;
	color: #ABA8A6;
	padding: 4px 0 4px 26px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(/assets/railssprech/images/css/railssprech-iconblock.png);
	height: 16px;
}

#kasten div#inhalt div.eintrag ul.leiste li a:hover{
	color: #10385A;
}
#kasten div#inhalt div.eintrag ul.leiste li a.datumlink{
	background-position: 5px -116px;
}

#kasten div#inhalt div.eintrag ul.leiste li a.datumlink:hover{
	background-position: -195px -116px;
}

#kasten div#inhalt div.eintrag ul.leiste li a.kommentarlink{
	background-position: 5px -136px;
}

#kasten div#inhalt div.eintrag ul.leiste li a.kommentarlink:hover{
	background-position: -195px -136px;
}

#kasten div#inhalt div.eintrag ul.leiste li a.autorlink{
	background-position: 5px -176px;
}

#kasten div#inhalt div.eintrag ul.leiste li a.autorlink:hover{
	background-position: -195px -36px;
}

#kasten div#inhalt div.eintrag p.tagleiste{
	float: left;
	background-image: url(/assets/railssprech/images/css/railssprech-iconblock.png);
	background-repeat: no-repeat;
	background-position: 5px -156px;
	padding: 4px 0 0 26px;
	margin-top: 1em;
	margin-left: 0px;
	font-size: 11px;
	height: 16px;
	width: 400px;
}

#kasten div#inhalt div.eintrag div.kmt{
	margin: 8px 0 16px 0;
	padding-bottom: 14px;
	border-bottom: 1px dotted #cacacb;
}


#kasten div#inhalt div.eintrag div.kmt div.themessage{
	float: left;
	width: 460px;
}

#kasten div#inhalt div.eintrag div.kmt p{
	float: none;
}

#kasten div#inhalt div.eintrag div.kmt p.kmtdaten{
	float: left;
	padding-left: 24px;
	background-image: url(/assets/railssprech/images/css/quote.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	width: 180px;
	font-size: 11px;
}

#kasten div#inhalt div.eintrag form{
	margin: 24px 0 24px 4px;
	font-size: 12px;
	line-height: 1.5em;
}

#kasten div#inhalt div.eintrag form fieldset{
	border: none;
}

#kasten div#inhalt div.eintrag form input{
	border: 1px solid #CACACB;
	padding: 4px;
	background-color: #FFFFFF;
	color: #808080;
	font-size: 11px;
	width: 320px;
	margin-bottom: 18px;
}

#kasten div#inhalt div.eintrag form #zemSubmit{
	background-color: #981A21;
	color: #FFFFFF;
	width: 120px;
}

#kasten div#inhalt div.eintrag form#txpCommentInputForm {
	border: 1px solid #E4E4E4;
	background-color: #F4F4F4;
	width: 400px;
	padding-left: 50px;
}

#kasten div#inhalt div.eintrag form#txpCommentInputForm textarea{
	height: 150px;
}

#kasten div#inhalt div.eintrag form textarea{
	border: 1px solid #CACACB;
	padding: 4px;
	background-color: #FFFFFF;
	color: #808080;
	font-size: 11px;
	margin-bottom: 18px;
	width: 320px;
}

#kasten div#inhalt div.eintrag form p.checker{
	margin: 0 0 8px 4px;
}

#kasten div#inhalt div.eintrag form p.checker input{
	width: auto;
	padding: 0;
	margin: 0;
}

#kasten div#inhalt div.eintrag form p.checker label{
	font-size: 10px;
}

#kasten div#inhalt div.eintrag form div.submitter input{
	background-color: #981A21;
	color: #FFFFFF;
	width: 120px;
}

#kasten div#inhalt div.eintrag form div.submitter .disabled{
	background-color: #FFFFFF;
	color: #CACACA;
	width: 120px;
}

#kasten div#inhalt div.eintrag div#archivtags{
	margin-bottom: 22px;
}
#kasten div#inhalt div.eintrag div#archivtags p{
	font-size: 1.5em;
}


#kasten div#inhalt div.eintrag  span.bildrahmen{
	display: block;
	margin: 2em auto 2em auto;
/* 	background-color: #DADADA;
 */	font-size: 11px;
	color: #4A4A4A;
	padding: 0;
/* 	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
 */	display: block;
	text-align: center;
}

#kasten div#inhalt div.eintrag  span.bildrahmen img{
	display: block;
	float: none;
	border: none;
}

#kasten div#inhalt div.codecontainer{
	margin:  0 36px 0 36px;
	padding: 2px;
}

#kasten div#inhalt div.codecontainer pre{
	background-color: #FAFAFA;
	border: 4px solid #F0F0F0;
	font-family: Monaco, Courier, monospace;
	font-size: 12px;
	line-height: 1.5em;
}

#kasten div#inhalt div.codecontainer li{
	font-size: 11px;
}

#kasten div#blaettern{
	font-size: 11px;
}

#kasten div#blaettern div#older{
	width: 45%;
	min-height: 16px;
	float: left;
}

#kasten div#blaettern div#older a{
	display: block;
	width: 100px;
	min-height: 16px;
	background-image: url(/assets/railssprech/images/css/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 25px;
}

#kasten div#blaettern div#older a:hover{
	background-image: url(/assets/railssprech/images/css/arrow-left-b.gif);
}

#kasten div#blaettern div#newer{
	width: 45%;
	min-height: 16px;
	float: left;
	text-align: right;
}

#kasten div#blaettern div#newer a{
	display: block;
	float: right;
	width: 100px;
	min-height: 16px;
	background-image: url(/assets/railssprech/images/css/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}

#kasten div#blaettern div#newer a:hover{
	background-image: url(/assets/railssprech/images/css/arrow-right-b.gif);
}

/* Seitenleisten */
#kasten div#seitenleisten {
	position: absolute;
	right: 0px;
	top: 60px;
	width: 283px;
	font-size: 11px;
	color: #828282;
	line-height: 1.5em;
	background-image: url(/assets/railssprech/images/css/seitenleiste-bg2.png);
	background-repeat: repeat-y;
	padding-bottom: 18px;
}

#kasten div.seitenleistenartikel {
/* 	width: 196px !important; */
	top: 73px !important;
}

#kasten div#seitenleisten h3{
	margin: 0 20px 10px 20px;
	padding: 18px 0 0 0;
	color: #981A21;
	letter-spacing: 2px;
	font-size: 13px;
}

#kasten div#seitenleisten p{
	margin: 0 20px 0 20px;
	padding: 0;
}

#kasten div#seitenleisten ul{
	margin: 0;
	padding-left: 36px;
}

#kasten div#seitenleisten li{
	padding: 2px 0 2px 0;
}

#kasten div#seitenleisten div#seitenkasten{
	background-color: #EBEFF2;
	border-top: 1px solid #CACACB;
	border-bottom: 1px solid #CACACB;
	padding-bottom: 18px;
	margin-bottom: 0px;
}

#kasten div#seitenleisten div.blocker{
	height: 20px;
	background-color: #FFFFFF;
	margin-top: 0;
}

#kasten div#seitenleisten div#links{
	float: left;
	width: 195px;
/*	border-left: 1px solid #CACACB;*/
	
}

#kasten div#seitenleisten div#suchbox{
	margin-left: 12px;
}

#kasten div#seitenleisten div#suchbox input{
	border: 1px solid #CACACB;
	font-size: 11px;
	margin-bottom: 2px;
	margin-left: 10px;
	color: #BABABA;
	width: 140px;
}

#kasten div#seitenleisten div#rechts{
	float: left;
/*	border-left: 1px solid #CACACB;*/
	width: 187px;
}

#kasten div#fusszeile {
	border-top: 1px dotted #CACACB;
	clear: both;
	margin: 12px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #505050;
}

#kasten div#fusszeile a{
	text-decoration: none;
	color: #505050;
}

#kasten div#fusszeile a:hover{
	text-decoration: underline;
}
