/* CSS Document */


/*###################*/
/* Schriftarten ########################################################################################################################################################################/ 
/*###################*/

a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
    text-decoration: none;
	color: #CCC;
}

.Menue {
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	color:#CCC;
}
.Menue_Startseite {
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	color:#333;
}
.Menue_Galerie {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color:#CCCCCC;
}
.kontakt, .kontakt a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:#333;
}
.ueber {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000;
}
.kontakt_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight:bold;
	color:#333;
}

.Impressum {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#CCCCCC;
}

/*###################*/
/* Kontainers * ########################################################################################################################################################################/ 
/*###################*/

:root{
 overflow-y:scroll;/*
 overflow-x:hidden; */
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-position:center;
	background-position:top;
	background-color:#7f3131;
	background-image:url(../bilder/_hintergrund.jpg);
	background-repeat:no-repeat;
}

#fenster {
	width:1040px;
	height:100%;
	margin:0px auto;/*
	background-image:url(../bilder/_hintergrund_02.jpg);*/
/*	background-position:center;*/
}
.container {
	width:1040px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../bilder/hintergrund_02b.jpg);
}


/*###################*/
/* Galerie * ########################################################################################################################################################################/ 
/*###################*/


.menue_l {
	width:300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	padding:0px;
}
.menue_l td {
	text-align:right;
	padding-left:0px;	
	padding-right:10px;
}
.menue_l td:hover {
	background-color:#8F8258;
}

.galerie {
	font-family: "Times New Roman", Times, serif;
	text-align:left;
	color:#333;
	width:670px;
	padding:5px;
}
.galerie td, table th {
/*	height:100px;	*/
}
.galerie img, .galerie a img,
.galerie2 img, .galerie a img  {
	width:100px;
	height:100px;
	border:1px solid #666666;
	padding:4px; 
	margin:0; 
	background-color:#333333;
}
.galerie a:hover img,
.galerie2 a:hover img {
	border:1px solid #000;
	background-color:#CCC;
}
.galerie a:hover,
.galerie2 a:hover {
	color:#000;
}
.galerie2 a:link, .galerie2 a:visited {
	color:#000;
}
.galerie a, a:visited,
.galerie2 a, a:visited{
	text-decoration:none;
	outline:none;
}

.galerie_titel {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color:#CCCCCC;
	border-collapse: collapse;
	width:700px;
	background-color:#775655;
}
.galerie_titel a:hover {
	color:#FFF;
}
	
.galerie_titel td:hover {
	background-color:#692d2d;
}
.galerie_titel td, table th {
	padding:5px;
}

#aktuell, #aktuell a:link, #aktuell a:visited {
	color:#000;
	background-color:#8F8258;
}
#hm_aktuell {
	background-color:#692d2d;
}
#hm_aktuell a:link, #hm_aktuell a:visited {
	color:#CCC;
}

a img { border:none; }

.galerie_tuer {
	text-align: justify;
}

div.figure {
	width: 110px;
	height: 120px;
	margin: 0px;
	padding-right: 10px;	
	padding-left: 10px;	
	padding-bottom: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}
