@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	
/* Hintergrundskalierer ================ */

#bg img {
	position:absolute;
	width:100%;
	margin:0 auto;
	display:block;
}

/* ================ */

* { 
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
	}
	
html,body,#container {
	width:100%;
	height:100%;
	overflow:hidden;
}

		
body {
	color:#000000;
	background-color:#FFFFFF;
	font-size:0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	line-height:1.4em;
	margin:0;
	}
	
#container {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}

#head {
	background-color:#FFFFFF;
	margin:0 0 0 0;
	padding:1em 2em 0.8em 2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	}


#liebetraus {
	padding:0.4em 0em 0.6em 0em;
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

#home {
	height:20px;
	position:absolute; top:1.8em ; right:0px;
	float:right;
	padding:0em 2.6em 0em 0em;
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:right;
	}

#navitem_active {
	float:left;
/* 	color:#3366FF; */
	color:black; 
	padding:0.1em 0em 0.1em 0em;
	margin:0em 0.2em 0em 0.2em;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #3366FF;
	}

#navitem_inactive {
	float:left;
	padding:0.1em 0em 0.1em 0em;
	margin:0em 0.2em 0em 0.2em;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: white;
	}
	
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
	}
	
a:hover {color:#3366FF; }

.link1 {color:#000000; }
.link1:hover {color:#AA9A84; }

.link2 {color:#FFFFFF; }
.link2:hover {color:#D2C9BD; }

h1 {
	font-size:2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

#galerie {
	background-color: #000000;
}

#content {
	z-index: 71; 
	margin:2em 0 0 0;
	padding:0.6em 2em 0.4em 2em;
}

#content_white {
	background-color: #ffffff;
	background: url(png.png);
	margin:2em 0 0 0;
	padding:0.6em 2em 0.4em 2em;
}

#content_white100 {
	width:550px;
	background-color: #ffffff;
	margin:6em 0 0 2em;
	padding:0.6em 2em 0.4em 2em;
}

#content_whiteright {
	background-color: #ffffff;
	background: url(png.png);
	margin:2em 0 0 40em;
	padding:0.6em 2em 0.4em 2em;
}

#content_whiteleft {
	width:240px;
	background-color: #ffffff;
	background: url(png.png);
	margin:2em 0 0 0;
	padding:0.6em 2em 0.4em 2em;
}


/* Imageflow Startseite================ */



#myImageFlow.loading {
	border-color:#333;
}
#myImageFlow .loading_bar {
	background:#DEDEDE;
}
#myImageFlow .slider {
	background-image:url(slider_dark.png);
}
#myImageFlow .scrollbar {
	border-bottom:1px solid #000;
}


}