*{
	margin: 0;
	padding: 0;
	outline: none;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background: #fff;
	cursor: default;
}
img,fieldset{
	border: 0;
}
a{
	cursor: pointer;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}
.bold{
	font-weight: bold;	
}
.uppercase{
	text-transform: uppercase;	
}
.break{
	padding-bottom: 22px;	
}
#distance{
	width: 100%;
	height: 50%;
	margin-bottom: -310px;
	float: left;
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 620px;
	clear: left;
	text-align: left;
}
#wrapper *{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
#logo{
	position: absolute;
	left: 60px;
	top: 16px;
	width: 125px;
	height: 17px;
}
#menu_main li,#menu_sub li,#menu_lang li{
	list-style-type: none;
}
#menu_main{
	position: absolute;
	left: 60px;
	top: 64px;
	width: 150px;
}
#menu_main a{
	display: block;
	height: 22px;
	font-size: 14px;	
	color: #000;
	line-height: 22px;
}
#menu_main a:hover,#menu_main_act a{
	color: #666666;
}
#menu_main_spacer{
	height: 352px;	
}
#menu_sub{
	position: absolute;
	left: 270px;
	top: 65px;
	width: 250px;
	height: 22px;
}
#menu_sub li{
	float: left;
}
#menu_sub a{
	display: block;
	padding-right: 20px;
	height: 22px;
	line-height: 22px;
	color: #000;
	font-size: 12px; 
}
#menu_sub a:hover,#menu_sub_act{
	color: #666666;	
}
#menu_lang{
	position: absolute;
	left: 52px;
	top: 594px;
	width: 150px;
	height: 16px;
}
#menu_lang li{
	float: left;	
}
#menu_lang a{
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 8px;
}
#menu_lang a:hover, #menu_lang_act a{
	color: #666666;		
}
#menu_lang .border{
	border-right: 1px solid #000;
}
#content{
	width: 980px;
	height: 620px;
}
#content a{
	color: #000;	
}
#switcher{
	position: absolute;
	left: 270px;
	top: 100px;
	width: 50px;
	height: 22px;	
}
#switcher li{
	list-style-type: none;		
	float: left;
}
#switcher a,#switcher span{
	display: block;
	width: 12px;
	font-size: 14px;
	padding: 0px 5px;
	line-height: 22px;
}
#switcher a:hover{
	color: #666666;	
}

/* home */
#home{
	position: absolute;
	left: 500px;
	top: 320px;
}
#home,#home img{
	width: 140px;
	height: 138px;	
}

/* art */
#art{
	padding: 140px 0px 0px 275px;	
}
#art .left,#art .right{
	float: left;	
}
#art .right_top{
	position: absolute;
	left: 546px;
	top: 69px;
	width: 240px;
}
#art .right{
	width: 240px;
	padding-left: 15px;	
}
#art .img_title{
	padding-top: 5px;	
}

/* composition */
#composition{
	padding: 140px 0px 0px 275px;	
}
#composition .left,#composition .right{
	float: left;	
}
#composition .right{
	width: 240px;
	padding-left: 15px;	
}
#composition .img_title{
	padding-top: 5px;	
}

/* biography */
#biography{
	padding: 16px 0px 0px 300px;	
}
#biography table{
	width: 580px;		
}
#biography td{
	vertical-align: top;	
}
#biography .left{
	padding-right: 20px;
	text-align: right;
	width: 100px;
}
#biography .img{
	position: absolute;
	left: 60px;
	top: 220px;
}
#biography .img,#biography .img img{
	width: 210px;
	height: 158px;	
}

/* links */
#links{
	padding: 100px 0px 0px 300px;	
}

/* contact */
#contact{
	padding: 100px 0px 0px 300px;	
}

/* approach */
#approach{
	padding: 300px 0px 0px 300px;	
}

/* imprint */
#imprint{
	padding: 16px 60px 0px 300px;	
}
#imprint h1{
	font-weight: normal;
}
