/* Global Styles */


#navigation td {
	border-bottom: px solid #f9f9f9;
	}
	
	#navigation1 td {
	border-bottom: px solid #dca838;
	}
	
#navigation a {
	color: #FFFFFF;
	line-height:10px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: normal;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #777777;
	}
	
#navigation1 a {
	color: #FFFFFF;
	line-height:10px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	padding: 15px;
	font-style: italic;
	}
		
	#navigation1 a:hover {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
	font-size: 13px;
	line-height: 10px;
	font-variant: small-caps;
	font-style: italic;
	text-decoration: underline;
	}

	
#navigation2 a {
	color: #444444;
	line-height:10px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: italic;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
		
	#navigation2 a:hover {
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
	font-size: 10px;
	line-height: 10px;
	font-variant: small-caps;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: underline;
	font-style: italic;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}

	
		#navigation3 a {
	color: #666666;
	line-height:10px;
	letter-spacing:0.05em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	padding: 15px;
	}
	
	#navigation3 a:hover {
	color:#FFFFFF;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;
	text-transform: capitalize;
	font-variant: small-caps;
	font-style: normal;
	background-color: #666666;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #999999;
	}
		
	
#navigation4 a {
	color: #777777;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	}
		
	#navigation4 a:hover {
	color:#777777;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: underline;
	}
	
.navText {
	color: #333333;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#navigation7 a {
	color: #FFFFFF;
	letter-spacing:0.05em;
	text-decoration: none;
	display:block;
	font-size: 11px;
	font-weight: normal;
	}
	
#navigation7 a:hover {
	color:#999999;
	font-weight:normal;
	}

#die_schoene_2012_gr {
	position:relative;
	width:446px;
	height:600px;
	background-color: #FFFFFF;
	z-index: 2;
	visibility: hidden;
	left: 122px;
	bottom: 150px;
}

div.imageHold {
  padding: 55px 85px; /* damit der container die höhe des großen bildes annimmt */
  /* andere formatierung, z.B. zentrieren/etc: */
  /* .... */
}

div.imageHold div {
  float: left;
  width: 112px;
  height: 150px;
  /* ab hier kann man die abstände
  und sonstiges der bilder eintragen */
  margin-left: 50px;
}

div.imageHold img {
  width: 230px;  /* wir skalieren das große bild auf die kleine größe */
  height: 150px; /* um verpixelung beim vergößern zu verhindern       */
}

div.imageHold img:hover {
  position: absolute;
  margin-left: -85px; /* die hälfte des größenunterschiedes der bilder */
  margin-top: -55px;  /* hier genau so */
  width: 400px;       /* die weite beim vergrößern */
  height: 260px;      /* die höhe beim vergrößern */
}