@charset "UTF-8";

* {
	margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

body  {
	color:#333333;
	font-size:10px;
	line-height:16px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container 		selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
	}

.left {
	float:left;
	border: 0px;
	}

.right {
	float:right;
	border: 0px;
	}

.container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	height:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#map { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:20px;
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 



#header {
	height:105px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../buttons/HeaderBackground_color.png);
	background-repeat: repeat-x;
	background-color: #333333;
} 


#headercontainer { 
	padding-left:17px;

	height: 95px;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:right;
	float:right;
	padding-top:44px;
}

#header h1 a {
	float:right;
	text-align:right;
	color:#666;
	padding-top:0px;
	font-weight:normal;
	display:block;

	}

#header ul {
	float:left;
	margin-top:75px; 
	}


#header li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:10px;
	display:inline;
	}
	
#header li a {
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
	}
		
#header li a:hover {
	text-decoration:none;
	color:#993300;
	}






#RightSidebar {
	padding-top:50px;
	padding-bottom:20px;
	float: right; /* since this element is floated, a width must be given */
	width: 236px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left;
}


.textblockTop1{

	padding-top:6px;
	width:236px;
	height:400px;
	background-image: url(../buttons/roundcorners_top.png);
	background-repeat: no-repeat;
	background-position:top;
	border:none;
	}
	
.textblockBottom1{
	margin-bottom:15px;
	padding-bottom:6px;
	width:236px;
	height:400px;
	background-image: url(../buttons/roundcorners_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom;
	border:none;
	}
	
.textauto1{
	height:394px;
	padding-left:9px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../buttons/roundcorners_color.png);
	}


.textblockTop{

	padding-top:6px;
	width:236px;
	height:auto;
	background-image: url(../buttons/roundcorners_top.png);
	background-repeat: no-repeat;
	background-position:top;
	border:none;
	}
	
.textblockBottom{
	margin-bottom:15px;
	padding-bottom:6px;
	width:236px;
	height:auto;
	background-image: url(../buttons/roundcorners_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom;
	border:none;
	}
	
.textauto{
	padding-left:9px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../buttons/roundcorners_color.png);
	text-align:left;
	}
	
.textauto li{
	list-style-type: none;	
	}


.textblockWideTop{
	margin-top:10px;
	padding-top:6px;
	width:464px;
	height:auto;
	background-image: url(../buttons/roundcorners_wide_header.png);
	background-repeat: no-repeat;
	background-position:top;
	}
	
.textblockWideBottom{
	margin-top:10px;
	padding-bottom:6px;
	width:464px;
	height:auto;
	background-image: url(../buttons/roundcorners_wide_bottom.png);
	background-repeat: no-repeat;
	
	background-position:bottom;
	border:none;
	}
	
.textwide{
	padding-left:9px;
	padding-right:5px;
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../buttons/roundcorners_color.png);
	}
	
.textblockWideTop2{
	padding-top:6px;
	width:464px;
	height:auto;
	background-image: url(../buttons/roundcorners_wide_header.png);
	background-repeat: no-repeat;
	background-position:top;
	}
	
.textblockWideBottom2{
	padding-bottom:6px;
	margin-bottom:25px;
	width:464px;
	height:auto;
	background-image: url(../buttons/roundcorners_wide_bottom.png);
	background-repeat: no-repeat;
	
	background-position:bottom;
	border:none;
	}
	
.textwide2{
	padding-left:6px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../buttons/roundcorners_color.png);
	}

	



#BackgroundimageShadow { 

	background-image:url(../buttons/BackgroundBig_shadow.png);
	background-repeat: no-repeat;
	background-position: top right;
	width:1250px;
	height:auto;
	margin:0px auto;
}

#Backgroundimage { 

	background-image:url(../buttons/BackgroundBig.png);
	background-repeat: no-repeat;
	background-position: top right;
	width:1250px;
	height:auto;
	margin:0px auto;
}

#Backgroundbird {
	background-image:url(../buttons/BackgroundBird.png);
	background-repeat: no-repeat;
	background-position: top right;
	width:1250px;
	height:auto;
	margin:0px auto;
}

#BackgroundbirdKlein {
	background-image:url(../buttons/BackgroundBird_klein.png);
	background-repeat: no-repeat;
	background-position: top right;
	width:1250px;
	height:auto;
	margin:0px auto;
}


#mainContent { 
	width:755px;
	margin:0 245px 30 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:right;
} 

/* IMAGE NAVIGATION above PHOTO*/


	

#image-navigate {
	width:735px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:10px;
	}
	
#image-navigate li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:10px;
	list-style:none;
	width:33%;
	}
	
.leftfloater{
	float:left;
	}
	
.rightfloater{
	float:right;
	}

#image-navigate a {
	display:block;
	}

/* PHOTO */

#photobox {
	padding-top:10px;
	margin-bottom:30px;
	width:auto ;
	text-align:right;
	}


#photo {
	border:none;
	margin-bottom:20px;
	margin-right:17px;
	padding-left:17px;
	background-image: url(../buttons/ImageShaddow_Left.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align:right;
	}
	
#shadow-left {

	width:17px;
	height:242px;
	border:none;
	margin-left:auto;
	padding:0;
	background-image: url(../buttons/ImageShaddow_Left.png);
	
	}	
	
.shadow-right {
	width:auto;
	height:242px;
	border:none;
	float:right;
	background-image: url(../buttons/ImageShaddow_Right.png);
	background-repeat: no-repeat;
	background-position: 10px  right;
	}


/* Pages */

#page {
	padding:20px 0px;
	text-align:left;
	width:700px;
	margin:0px auto;
	}

#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	}

#page p {
	font-size:10px;
	font-style:italic;
	margin: 0px 20px 20px 0px;
	}

#page ul {
	font-size:10px;
	font-style:italic;
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	list-style:none;
	padding:0px 5px 0px 0px;
	}
	
#page a {
	}


#page img {
	background:#FFF;
    padding:3px;
	}


.thumbnails {
	padding:3px;
	margin:5px 5px 0px 0px;
	border:none;
	}


/* FOOTER */



#footer { 

	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center; 
	font-size: 9px;
	
} 

#footer li {
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#FFFFFF;
	}

#footer a {
	color:#FFFFFF;
	font-weight: bold;
	}
	
#footer a:hover {
	color:#FF0066;
	font-weight: bold;
	}

#footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer, .push {

    height: 4em;
}

.fltrt {
 /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {

	margin:0px;
	padding:0px;
	}

h1 {

	text-align:left;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #FF0066;
	font-style: normal;
	text-transform: capitalize;
	font-size: 10px;
	letter-spacing:2px;
	font-weight: bold;
	}
	
h3 {
	padding-bottom:5px;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#FF0066;
	text-decoration:none;
	}

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

#mapBackground {
	width:994px;
	padding-right:17px;
	padding-left:15px;
	background-image: url(../buttons/map_background.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#viewMap {
	margin-top:15px;
	width:962px;
	border:none;
}

#ColumnWide {
	padding-top:30px;
	width:490px;
	margin-left:17px;
}

#Column1 {
	margin-top:20px;
	width:236px;
	margin-left:248px;
	float:left;
}

#Column2 {
	margin-top:20px;
	width:236px;
	margin-left:17px;
	float:left;
}

#Column3 {
	margin-top:20px;
	width:236px;
	margin-right:12px;
	float:right;
}


.Tags00 {
	color: #666666;
	border-right-color: #FF0066;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
}

.Tags01 {
	color: #666666;
	border-right-color: #FF0066;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
}



#search ul li {
	display:inline;
	list-style:none;
	
}

#search li a {
	color: #666666;
	display:inline;
	list-style:none;
	
}

#search li a:hover {
	color: #FF0066;
	text-decoration: underline;
}


#search {
list-style:none;
	padding-top:30px;
	padding-left:17px;
	padding-right:17px;
	}
	
#search_results a:hover {
	color: #FF0066;
	text-decoration: none;
}

#search_results a {
	color: #666666;
	
}

/*ALBUM VIEW CSS*/

.albumWrapper {
				
	height:120px;
	text-align:center;
	float:left;
	/*background:#333;
	border:1px solid #666;*/
	margin:0px;
}
.albumWrapper2 {	
	margin:5px;
	width:100px;
}
.albumWrapper a:link, .albumWrapper a:visited {
	border:none;
	display:block;
}
.albumWrapper img {
	border:none;
	}
.albumTitle {
	padding:2px 0;
	text-align:center;
}
.albumTitle a:link, .albumTitle a:visited {
	border:none;
}


