﻿/* CSS layout */
img {	
	margin: 0;	padding: 0;	border:0px;
}
/* eigentlich deprecated */
hr {
	background:grey; border:0; height:1px; margin-right:10px; margin-left:10px;
}
#boxrechtsunten{
    height:auto;
     bottom:0;
     right:0;
}
.stretchedToMargin {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:12px;
    margin-bottom:40px;
    margin-right:12px;
    margin-left:12px;
/*  */
}
.videobox { 
	height:310px; max-width:580px;
	padding-left:10px;
}
.saustyle {
	font-size: 52px;
}
.slidebox {
	height:144px; width:180px; padding:10px; 
}

h1	{
	font-family: Nosifer, cursive;
	font-size: 52px;
color:  #F40022;	text-align: center;
	text-shadow: 3px 3px 3px #ffbd00;
}
h2	{
	font-family: 'Pirata One', cursive;
	font-size: 32px;
/*	text-shadow: 4px 4px 4px #aaa; */
	text-align: center;
	color: #000;
}
/*
h3	{
	font-family: 'Lora', cursive;
	font-size: 28px;
	color: #F40022;
	text-align: center;
	text-shadow: 3px 3px 3px #ffbd00;
}
*/
h3	{
	font-family: 'Pirata One', cursive;
	font-size: 28px;
/*	text-shadow: 4px 4px 4px #aaa; */
	text-align: center;
	color: #000;
}

h4	{
	font-family: 'Aladin', cursive;;
	font-size: 22px;
/*	text-shadow: 0px 1px 1px 0px #aaa; */
	text-align: left; margin-left:10px;
	color: black;
}
h5	{
	font-family: 'Lora', cursive;
	font-size: 18px;
	text-shadow: 3px 3px 3px #aaa;
	text-align: center;
	color: #F40022;
}
h6	{
	font-family: 'Lora', cursive;
	font-size: 16px;
	text-align: left;
	color: #F40022;
}
body {
	background-image:url('../images/backgrounds/blackrain.jpg');
    background-attachment: fixed;
}
a:link, a:visited {
	font-family: "Aladin";
	color:white;
}
/*  a:visited {
	color: yellow;
} */
*/
a:hover {
	color:orange;
}
a:active {
	color: black;
}

#masthead {
	min-width: 800px;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
	
}

#logo {
	float: left;
	width: 200px;
	height:200px;
}
#logo2 {
	float: right;
	width: 200px;
	height:200px;
}

#header {
	margin-left:200px;
	margin-right:200px;
	height:200px;
	max-width:600px;
	text-align: center;
	background-color:black;
}

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

/* z.Z. noch manuelle hoehe */
#left_col {
	float: left;
	width: 200px;	
/*	min-height:1500px; */	background-color:silver;
	margin-bottom:40px; 
}
#right_col {
	float: right;
	width: 200px;
/*	min-height:1500px; */	background-color:silver;
	margin-bottom:40px; 
}
#page_content {
	margin-left: 200px;
	margin-right: 200px;
/*	min-height:1500px; */	margin-bottom:40px; 
	height:100%;
	background-color:white;

}

.fliesstext {	
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:11pt;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	line-height:130%;
	margin-bottom:6pt;

}
.fliesstext2 {	
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:10pt;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	line-height:130%;
	margin-bottom:6pt;

}


#footerholder {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    width: 100%;
}
#footer {
clear:both;
    background-color: #F40022;
    height: 20px;
	min-width: 800px;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
	text-decoration:none; font:'Lora';
}
.breadcrumbs {
clear:both;
    background-color: #F40022);
    height: 20px;
	min-width: 800px;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
	text-decoration:none; font:'Lora';
}






