/* CSS codefabrik gmbh | http://www.codefabrik.ch 

 *

 * Default Styles freihof-altstaetten.ch

 *

 */

body {

  font: normal 11px Helvetica, Arial, sans-serif;

  margin: 0%;

  padding: 0%;

	background-image: url(/media/holz.jpg);

	background-repeat: repeat-x;

	background-attachment: fixed;

}

#blog{

	position: relative;

	width: 832px;

}

.blog_content{

  float: left;

}

.weiss {

	background-color: #FFFFFF;

}

.schwarz {

	background-color: #000000;

}

a{

  color: #000000

}

.topnavi {

	font-family: "Arial Black", Helvetica, sans-serif;

	font-size: 21px;

	font-weight: bolder;

	color: #FFFFFF;

	letter-spacing: -2px;

	text-decoration: none;

	text-transform: uppercase;

}

.topnavi:HOVER {

	font-family: "Arial Black", Helvetica, sans-serif;

	font-size: 21px;

	font-weight: bolder;

	color: #FF0099;

	letter-spacing: -2px;

	text-decoration: none;

	text-transform: uppercase;

}

.titel {

	font-family: "Arial Black", Helvetica, sans-serif;

	color: #FF0099;

	letter-spacing: -2px;

	text-transform: uppercase;

	font-size: 20px;

	line-height: 16px;

}

.datumweiss {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #FFFFFF;

	text-transform: uppercase;

	font-weight: bold;

}

.textweissklein {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FFFFFF;

	text-transform: uppercase;	

	text-decoration: none;

}

.textweiss {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-transform: uppercase;	

	text-decoration: none;

}

.grau {

	background-color: #CCCCCC;

}

.event {

	font-family: "Arial Black", Helvetica, sans-serif;

	color: #FF0099;

	letter-spacing: -2px;

	font-size: 20px;

	text-transform: uppercase;

}

.linkblau {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #00CCFF;

	text-transform: uppercase;

}

.textschwarz {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	line-height: 15px;

}

.textschwarz:LINK {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	line-height: 15px;

}

.textschwarz:ACTIVE {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	line-height: 15px;

}

.textschwarz:VISITED {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	line-height: 15px;

}

.textschwarzbold {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	font-weight: bold;

}

.linkschwarz {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

.textschwarzkursiv {

	font-family: "Times New Roman", Times, serif;

	font-size: 16px;

	color: #000000;

	font-style: italic;

	line-height: 20px;

}

.magenta {

	background-color: #FF0099;

}

.navi {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #000000;

	text-decoration: none;

}

.navisel {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #FF0099;

	text-decoration: none;

}

.titelgross {

	font-family: "Arial Black", Helvetica, sans-serif;

	color: #FF0099;

	letter-spacing: -2px;

	text-transform: uppercase;

	font-size: 24px;

	line-height: 26px;

	text-decoration: none;

}

.titelgrossweiss {

	font-family: "Arial Black", Helvetica, sans-serif;

	color: #FFFFFF;

	letter-spacing: -2px;

	text-transform: uppercase;

	font-size: 24px;

	line-height: 26px;

	text-decoration: none;

}

.titelgrossweiss:HOVER {

	font-family: "Arial Black", Helvetica, sans-serif;

	font-size: 24px;

	text-transform: uppercase;

	letter-spacing: -2px;

	color: #FF0099;

	line-height: 26px;

	text-decoration: none;



}

input{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	line-height: 15px;

	background-color: #FFFFFF;

	border-width: 1px;

	border-color: #FF0099;

	border-style: solid;

  text-decoration: none;

}

textarea{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	line-height: 15px;

	background-color: #FFFFFF;

	border-width: 1px;

	border-color: #FF0099;

	border-style: solid;

  text-decoration: none;

}

.dunkelgrau {

	background-color: #666666;

}

.titelgrossgrau {

	font-family: "Arial Black", Helvetica, sans-serif;

	color: #666666;

	letter-spacing: -2px;

	text-transform: uppercase;

	font-size: 24px;

	line-height: 26px;

	text-decoration: none;

}

.datumschwarz {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	text-transform: uppercase;

	font-weight: bold;

}

#overlay {
		background-image:url(/media/overlay_transparent.png);
		color:#efefef;
		height:600px;
	}
	
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
		height:600px;
		overflow-y:auto;
}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	background-image:url(/media/overlay_transparent.png);
	
  	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:740px;
			
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/media/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
