@charset "UTF-8";
/* CSS Document */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 180%;
	background-color: #CCC;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}
hr{display:none;}
p{margin-bottom: 2em;}


a:link, a:visited{color:#000; text-decoration:none;}
a:active{color: #CC3; text-decoration:none;}
a:hover{
	color: #ff3366;
	text-decoration:none;
}

/*Allgemeine Formatierungen*/

hr {
display: none;
}

img {
border: none;
}

a img {
vertical-align: -1px;
}

ins {
text-decoration: none;
border-bottom: 1px dashed #eee;
}

acronym, abbr, dfn {
border-bottom: 1px dashed #eee;
font-style: normal;
}

blockquote {
border-left: 5px solid #320000;
margin: 1em 0;
padding: 10px;
width: 470px;
}

code, pre {
}

dt {
font-weight: bold;
}
dd {
margin: 2px 0 7px 0;
}

/* Allgemeing&uuml;ltige Klassen */
.bild-links {
float: left;
margin: 0 15px 3px 0;
}

.bild-rechts {
float: right;
margin: 0 0 3px 15px;
}

.center {
text-align: center;
}

/* IDs */
#container {
	width: 840px;
	border-bottom: 5px solid #eee;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}

h1#header {
	width:813px;
	height:250px;
	background: url(images/bahn.jpg) no-repeat;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
h1#header a{
	text-indent:-9999px;
	width:813px;
	height:250px;
	display:block;
	overflow:hidden;
}

#content {
	font-size: 1.1em;
	line-height: 155%;
	width: 560px;
	margin-top: 1em;
	margin-right: 215px;
	margin-bottom: 1.5em;
	margin-left: 15px;
}

#content h2 {
	letter-spacing: 1px;
	font-size:25px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 130%;
}

#content h2 a {
	text-decoration: none;
	font-size:25px;
	color: #FFF;
}

#content h3 {
padding: 0 0 0 17px;
margin: .5em 0;
font-size: 1.4em;
}

#content h4 {
font-size: 1.3em;
padding: 0;
margin: 1em 0;
}

#content h5 {
font-size: 1.1em;
padding: 0;
margin: 1em 0;
}

#content .flash {
float: left;
margin: 3px 10px 13px 0;
}

#content .posting-links {
	margin-left: 200px;
	font-size: 80%;
}

#content .posting-footer {
	padding-bottom: 30px;
	clear: left;
	background-image: url(images/br.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 80px;
	margin-left: 0;
}

#content a {
	font-weight: bold;
	text-decoration: underline;
}

/* Navigation */
#navi {
	float: right;
	width: 230px;
	line-height: 140%;
	font-size: 80%;
	background-color: #EBEBEB;
	background-image: url(images/navi_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 12px;
}

#navi-innen {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
}



#navi h2 {
font: bold 1.4em veradana, sans-serif;
margin: .8em 0 .2em 0;
}

#navi ul {
margin: .4em 0 1em 0;
padding: 0;
}

#navi ul li ul {
margin: .2em 0 .4em .5em;
}

#navi a {
text-decoration: none;
}

/* Footer */
#footer {
clear: both;
margin: 3em 15px 0 15px;
padding: 5px;
padding-bottom: 0;
text-align: center;
font-size: .8em;
}




/* Kommentare */



ol#commentlist div {

margin: 6px 0 0 0;

}



ol#commentlist li {

margin: 0 0 28px 0;

}



#felder {

margin: 20px 0 0 40px;

}



#content label {

display: block;

float: left;

width: 9em;

margin-bottom: 7px;

}



#content input, 
#content textarea {

width: 320px;

margin-bottom: 7px;

}



input.commentfile {

width: auto;

}



#content textarea {

height: 130px;

}



#buttons {

margin-top: 20px;

}
#EntryHeader {
	width: 560px;
	background-image: url(images/entryheader_bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	height: 94px;
}
#Mon {
	text-align: center;
	color:#ff3366;
	font-weight:bolder;
	font-size:18px;
	margin-top: 12px;
	height: 18px;
}
#Date {
	text-align: center;
	font-weight:bolder;
	font-size:30px;
	margin-top: 10px;
	height: 30px;
}
#Message {
	margin-top: 2em;
}

#EntryTitle h2{
}
.Clear {
	clear: both;
}



#prevnext {

text-align: center;

}



img.rss {

vertical-align: middle;

margin-bottom: 0.2em;

}



.hidethis {

text-indent: -999em;

}

