@import url(reset.css);

body {
        background: url(../images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
        font-family: Courier, Consolas;
        font-size: 0.7em;
        line-height: 1.3em;
        color: #4c4c4c;
        
}

h1 {
		font-family: Helvetica, Arial;
		font-weight: bold;
		
		text-align: center;
		
		text-transform: uppercase;
		font-size: 1.2em;
		
		border-bottom-width: 0.2em;
		border-bottom-style: dotted;
		border-bottom-color: #be4e4e;
		
		padding: 10px 0px 10px 0px;
		margin-top: 150px;
		margin-bottom: 10px;
		
	

	
}

h2 {
		padding-top: 20px;
		padding-bottom: 40px;
		text-align: center;

		

}



h3 {							/* Blog-Überschriften */
		display: none;

}


#sidebar {
/*
		position: absolute;
		top: 50%;
		margin-top: -270px;		
		height: 545px;
		width: 300px;
		
		padding: 10px;
		padding-top: 60px;
		padding-bottom: 60px;
*/

		position: fixed;
		left: 0;
		top: 0;
		
		height: 100%;
		width: 10px;


		background-color: #be4e4e;
		opacity: 0.8;
		
		z-index: 30;
		box-shadow: 5px 5px 30px 5px #4c4c4c;

}


#content {
		position: absolute;
		top: 50%;

		margin-top: -270px;		/* Höhe/2*/	
		padding: 25px 0px 25px 0px;
		
		white-space: nowrap;
/* 		float: left; */
		
		border-width: 1px;
		border-style: solid;
		border-color: #be4e4e;
		background: #fff;
		
		box-shadow: 5px 5px 30px 5px #4c4c4c;
		
		z-index: 20;	
}

header, footer {
		width: 300px;
		overflow: hidden;
		border-width: 0px !important;
		padding-left: 50px !important;
}


/* Perch - Blog Post */

.blog_eintrag:last-child {
		border-width: 1px 0px 1px 0px;

}

.blog_eintrag, header, footer {
		height:528px;
		padding: 10px;
		margin: 0px;
		margin-right: 20px;
		background: #fff;
		display: inline-block;
		overflow: hidden;
/* 		float: left; */
		
		
		border-width: 1px 0px 1px 0px;
		border-style: dotted;
		border-color: inherit;
		
		vertical-align:top;
		

}

.blog_eintrag img {
		max-height: 500px;
}
