@import url("../../fragile/design/banner.css");
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	color: #8B8B89;	
}
body {
	background-color: #DADBD6;
	background-image: url(bg_main.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
h1 {
	font-size: 15px;
	color: #000000;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2CD;
	text-align: left;
}

h2 {
	font-size: 14px;
	color: #000000;
	margin: 3px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2CD;
}
h3 {
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	text-align: left;
}
h4 {
	font-size: 13px;
	color: #000000;
}

a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}


input,textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}



#galerie { clear: left; float:left; }

#galerie .gruppe {
	border: none;
	margin: 10px;
	padding: 5px;
	clear: both;
	float: left;
	display: block;
	width: 320px;
}
#galerie .bild {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	margin-bottom: 25px;
}
#galerie .bild img {
	margin: 5px;
	border: 2px solid;
	border-color:#999999; 
}

#galerie .bild img:hover {
	border: 2px solid #CC6600; 
}

#muster a {
	font-variant: small-caps;
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2CD;
	color: #948D8F;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}


@media screen {
    #druckkopf { display: none }
	#TOP {
		 position:absolute; 
		 left:0px; 
		 top:37px; 
		 width:100%; 
		 z-index:1
	}
	#CONTENT {
		position:absolute;
		left:0px;
		top:325px;
		width:100%;
		background-repeat: repeat-y;
	}
	
	
	#TITEL {
		font-family: "Century Gothic", "Times New Roman", Arial, serif;
		font-size: 30px;
		color: #DAD7D0;
		text-align: right;
		
		position:absolute; 
		left:33%; 
		top:279px; 
		width:435px; 
		height:40px; 
		
		z-index:15
	}
	
	table.content {
		background-image: url(bg_content.gif);
		background-repeat: repeat-y;
	}
	
	table.content td.spaltelinks {
		padding: 10px 10px 5px 15px;
		vertical-align: top;
		background-image: url(bg_contentleft.gif);
		background-repeat: no-repeat;
		text-align: right;
	}
	
	table.content td.spaltelinks H4 {
		text-align: right;
		background-color: #DCDED6;
		padding: 3px;
	}
	
	table.content td.spalterechts {
	padding: 10px 15px 35px 15px;
	font-size: 12px;
	text-align: justify;
	line-height: 130%;
	}
	
	table.content td.spalterechts li {
	font-size: 11px;
	margin-bottom: 10px;
	}	
	
	
	table.content td.bottom {
		height: 49px;
		background-image:url(bg_bottom.gif);
		background-repeat: no-repeat;
		text-align: center;
		padding-top: 5px;
	}
}

@media print {
    #druckkopf { 
		display: block; 
		margin-bottom: 50px; 
		border-bottoM: 1px solid #CCCCCC; 
	}	
	h1 { display:block; }
	#TOP , #TITEL, table.content td.spaltelinks, table.content td.bottom { display: none; }
}

