@import url("../../fragile/design/banner.css");

body {
	background-color: #F5F5F5;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p,li {
	line-height: 18px;
	text-align: justify;
	font-size: 11px;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

h1,h2,h3 {
font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.3em;
	color: #666666;
}
h2 {
	font-size: 1.2em;
	color: #666666;
}
h3 {
	font-size: 0.9em;
	color: #666666;
}
h4 {
	font-size: 1em;
	color: #666666;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#fotografin {
	float: right;
	margin-top: -150px;
	margin-right: 50px;
	z-index: 99;
}
#MAIN {
	text-align: center;
	width: 100%;
}
#LAYOUT {
	border: 1px solid #555E6F;
}

td.leftContent {
	padding: 20px;
	height: 712px;
	width: 431px;
	text-align: justify;
	vertical-align: top;
	background-color: #F6F6F6;
	background-image: url(content.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
td.rightContent {
	font-size: 80%;
	background-color: #F4F4F4;
	background-image: url(logo.jpg);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	width: 169px;
	padding-top: 180px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#muster a {
	font-variant: small-caps;
	display: block;
	text-indent: 20px;
	font-style: normal;
	font-weight: bold;
}

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

#galerie .gruppe {
	border: none;
	margin: 10px;
	padding: 5px;
	clear: both;
	float: left;
	display: block;
	width: 380px;
}
#galerie .bild {
	float: left;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	width: 33%;
}
#galerie .bild img {
	width: 90%;
	height: auto;

	margin: 5px;
	display: inline;
}

#galerie .bild img {
	margin: 3px;
	display: inline;	
	border: 2px solid #545C6F; 
}

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

#galerie .leer {
	margin-left: 5px;
	clear: both;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	color: #9E9818;
	border-bottom: 1px solid #C5B55A;
}

.noprint { }

@media screen {

}

@media print {
	.noprint { display:none }
}

