/**
* 
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
	margin:0px;
	padding:0px;
	}
body {
	background-color:#fff;
}
		

#contenter {
	margin:0px auto 0px auto;
	width:1004px;
	padding: 9px 20px 0 20px;
	text-align: center;
	height: 100%;
}

/* for Internet Explorer */
/*\*/
* html #contenter {
}
/**/
	
#header {
	position:relative;
	height:350px;
	width:1004px;
	background-image:url(../../UserFiles/Image/nav-img/home.jpg);
	background-repeat:no-repeat;
	}

#logo{
	float:left;
	width:260px;
	height:51px;
	margin-top:20px;
	margin-right:0px;
	}


#navi {
	float:right;
	padding:0px;
	height: 48px;
    margin-top: 23px;
}

#menu {
	float:right;
	}
	
.clear{
	clear:both;
	}

#content {
	clear:both;
	padding:30px 0px 5px 0px;
	text-align:left;
	margin:0 0 0 0;
	min-height:290px;
	line-height:1.5;
	background-color:#fff;	
	}
	
.contentbox{
	float:left;
	/*width:310px;*/
	margin-right:20px;
	color: #000000;
    font-family: 'HelveticaNeue-Light','Helvetica Neue', 'myriad web',sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    /*line-height: 20px;*/
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
	}
	
ul{
	list-style:none;
	}

.contentbox_right{
	float:right;
	width:250px;
	margin-left:40px;
	color: #000000;
    font-family: 'HelveticaNeue-Light','Helvetica Neue', 'myriad web',sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
	}

.bio{
	border:1px solid #000;
	}
	
.gallerielink{
	margin-bottom:8px;
	display: block;
	height: 28px;
	}

	
	
.gallerielink a{
	background-color:#797979;
	padding:6px 100px 6px 5px;
	color:#E2E2E2;
	text-decoration:none;
	width:150px;
	line-height:24px;
	/*-webkit-box-shadow: 5px 5px 5px 0px #C7C7C7; /* WebKit */
	/*-moz-box-shadow: 5px 5px 5px 0px #C7C7C7; /* Firefox */
	/*box-shadow: 5px 5px 5px 0px #C7C7C7; /* Standard */

	}	
.gallerielink a:hover{
	color:#ffffff;
	}
	
#footer {
	background-color:#000;
	color:#fff;
	font-family:myriad web;
	font-weight:normal;
	font-size:10px;
	text-align:left;
	padding:10px 15px 10px 15px;
	margin:0 0 0 0;
	clear:both;
	}
#footer a {
	color:#fff;
}


/*BildMouseOver*/


.hoverbox{
	float:right;
	height:auto;
	min-height:400px;
	}
	
@media only screen and (max-width: 1024px) and (orientation : landscape) {
		#navi, #logo {
			display:none;
			visibility:hidden;
		}
		#contenter {
			margin-top:-2px;
			padding:0;
			
		}
		#content {
			padding:0;
		}
		
}