/* CSS layout */
img {
	border:0px;
}
h1	{
	font-family: Nosifer, cursive;
	font-size: 32px;
	color: #D82524;
	text-align: center;
	text-shadow: 3px 3px 3px #ffbd00;
}
h2	{
	font-family: 'Lora', cursive;
	font-size: 72px;
	text-shadow: 4px 4px 4px #aaa;
	text-align: center;
	color: #ffbd00;
}
h3	{
	font-family: 'Leckerli One', cursive;
	font-size: 28px;
	color: #D82524;
	text-align: center;
	text-shadow: 3px 3px 3px #ffbd00;
}
h4	{
	font-family: 'Aladin', cursive;;
	font-size: 22px;
	text-shadow: 0px 1px 1px 0px #aaa;
	text-align: center;
	color: #000;
}
h5	{
	font-family: 'Lora', cursive;
	font-size: 32px;
	text-shadow: 3px 3px 3px #aaa;
	text-align: center;
	color: #D82524;
}
h6	{
	font-family: 'Lora', cursive;
	font-size: 16px;
	text-align: left;
	color: #D82524;
}

body {
/*	margin: 20px;  Abstand von unten */
/*	padding: 0px;*/
	background-image:url('../images/backgrounds/blackrain.jpg');
    background-attachment: fixed;
}
a:link {
	font-family: "Times New Roman";
	font-size: 10pt;
	text-decoration: none;
	color: white;
}
a:visited {
	color:white;
}
a:hover {
	color: black;
}
a:active {
	color:#ffbd00;
}

.fliesstext {
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}

#masthead {
	min-width: 600px;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}
#breadcrumbsholder {
    background: none repeat scroll 0 0 transparent;
    top: 0;
    position: fixed;
    width: 100%;
}
#breadcrumbs {
    background: none repeat scroll 0 0 hsla(0,71%,49%,1);
    height: 20px;
    margin: 0 auto;
/*    width: 200px; */
/*	text-align: center; */
/*}

.breadcrumbstrail {*/
	min-width: 600px;
	max-width:1000px;
	text-align:left;
}

#logo {
	top: 0px;
	float: left;
	width: 200px;
	height:200px;
}
#header {
	margin-left:200px;
	margin-right:200px;
	height:200px;
	text-align: center;
	background-color: black;
}

#logo2 {
	float: right;
	width: 200px;
	height:200px;
	margin-top:-200px;
}

#container {
	clear: both;
	min-width: 600px;
	max-width:1000px;
	text-align:left;
	margin:0 auto;
}

#left_col {

	float: left;
	width: 200px;
	background-color:lightgray;

	text-align:left;
	margin-bottom:0px;
}
#right_col {

	float: right;
	width: 200px;
	background-color:lightgray;

	text-align:center;
	margin-bottom:0px;
}

#page_content {
	text-align:center;
	margin-left: 200px;
	margin-right: 200px;
/*	height:397px;  */
	background-color:#fff; 
font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

}
#page_content2 {
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom:0px;
/*	height:285px;  */
	background-color:#fdfdfd;
font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

}

#footerholder {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    position: fixed;
    width: 100%;
}
#footer {
    background: none repeat scroll 0 0 hsla(0,71%,49%,1);
    height: 20px;
    margin: 0 auto;
    width: 200px;
	text-align: center;
}
.footerstyle {
	font-family:Trebuchet MS;
	color: #FFBD00;
}
.googlefinds {
	background-color: #808080;
}






