/******************************************* 
Cascading Style Sheet 
blauring-aarau.ch - 2008 
© by Blauring Aarau 
*******************************************/
* {
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10pt;
	background-color:#d6dcef;
	text-align:center; /* horizontal centering for IE Win quirks */
	color:#444;
}

span {
	position:relative;
}

html, body { height:100%; }

img, td { border:0; }

h1 {
	display:inline;
	font-size:13px;
	border-bottom:1px dashed #cc0000;
}

h3 {
	display:inline;
	font-size:12px;
}

hr {
	border:1px solid #595F75;
}

/* links */
a:link { color:#656C7F }
a:visited { color:#656C7F }
a:hover { color:#656C7F }
a:active { color:#656C7F }

/* layout */
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	min-height:99%;
	width:950px;
	clear:left;
	border:1px solid #000; 
	background-image:url('../pics/Logo.jpg');
  	background-repeat:no-repeat;
  	background-position:600px 100%;
	background-color:#ffffff;
}

#logo {
	width:100%;
	height:120px;
	float:right;
	background-image:url('../pics/FinalHeader.jpg');
}

#menu {
	width:950px;
	height:40px;
	float:right;
	font-size:12pt;
	background-image:url('../pics/Menu.jpg');
	vertical-align:middle;
}

ul {
	position:relative;
	top:12px;
	display:inline;
}

li {
	display: inline;
	list-style-type: none;
}

#menu a {
	padding: 1px 25px;
}

#menu a:link, #menu a:visited {
	color: #fff;

	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	padding:15px;
	margin-top:170px;
	/*float:right;*/
	background-image:none;
}

#distance {
	width:1px;
	height:50%;
	margin-bottom:-25em;
	float:left;
}

#navi {
	float:left;
}

.caption{
  font-size:25pt;
  color:#656C7F;
  margin-bottom:30px;
}

.subcaption{
  font-size:13pt;
  margin-top:13px;
  margin-bottom:10px;
}

.controlcaption{
  font-size:7pt;
  display: block;
}

.selected{
  border: 4px dotted #d6dcef;
  padding: 5px;
}

.gal_tumb {
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
}

.gal_tumb_image {
	border: solid 1px Black;
}

.text2 {
	display:none;
}

#fucking_ie img {
	position:relative;
	z-index:1;
	cursor:pointer;
}

#gallery_info {
	position:absolute;
	left:20px;
	bottom:18px;
	width:140px;
	height:140px;
	padding:10px;
	border:1px solid #000;
	background-image:none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../pics/bg_content.png', sizingMethod='crop');	*/
}

/*html > body #gallery_info {
	background-image:url('../pics/bg_content.png');
}

html > body #content {
	background-image:url('../pics/bg_content.png');
}*/