*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body{
	font-family: Trebuchet MS, serif;
	background: url(../img/artesolu01_bg_svg.svg) no-repeat bottom;
 background-size: 100% auto;
	font-size: 90%;
	color: #333;
	overflow: scroll;
	overflow-x: hidden;
}
a{
	color: #444;
	text-decoration: none;
}

a:hover{
	color: #d12428;
	text-decoration: none;
}

.container{
	width: 104%;
	position: relative;
	
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 90%;
	height: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.container > header{
	margin: 0px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  text-align: center;
}
.container > header h1{
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #524f4e;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header h2{
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #888;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

.top-container
{
  position: absolute;
  top: 8px;
  left: 1%; 
  width: 97%;
  height: 110px;
  vertical-align:middle;
  background: #fff;
  opacity: 0.9;
  padding: 8px;
	border: 1px solid #ddd;
	border-radius: 16px;
  box-shadow: 21px 21px 3px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 2;
  display:none;
 
}
.top-container h1
{
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}
.topbg1 
{
 background-image: url(../img/topcontainer_1.png);
 background-repeat: no-repeat;
}
.topbg2 
{
 background-image: url(../img/topcontainer_2.png);
 background-repeat: no-repeat;
}
.topbg3 
{
 background-image: url(../img/topcontainer_3.png);
 background-repeat: no-repeat;
}
.topbg4 
{
 background-image: url(../img/topcontainer_4.png);
 background-repeat: no-repeat;
}
.topbg5 
{
 background-image: url(../img/topcontainer_5.png);
 background-repeat: no-repeat;
}
.topbg6 
{
 background-image: url(../img/topcontainer_6.png);
 background-repeat: no-repeat;
}
.topbg7 
{
 background-image: url(../img/topcontainer_7.png);
 background-repeat: no-repeat;
}
.topbg8 
{
 background-image: url(../img/topcontainer_8.png);
 background-repeat: no-repeat;
}
.topbg9 
{
 background-image: url(../img/topcontainer_9.png);
 background-repeat: no-repeat;
}
.topbg10
{
 background-image: url(../img/topcontainer_10.png);
 background-repeat: no-repeat;
}
.topbg11
{
 background-image: url(../img/topcontainer_11.png);
 background-repeat: no-repeat;
}
.topbg12 
{
 background-image: url(../img/topcontainer_12.png);
 background-repeat: no-repeat;
}

.top-container table
{
	overflow: auto;	
}
.top-container table
{
	padding: 8px;
	width: 100%;
	
}
.top-container td:nth-child(1)
{
  width: 10%;
}
.top-container td:nth-child(2)
{
  width: 40%;
}
.top-container td:last-child
{
	width: 50%;
}

.top-container td:last-child nav
{
  display: inline-block;
}

.top-container nav div
{	
  display: inline-block;
}

.top-container nav a
{
	line-height: 40px;
	padding: 9px 30px 18px 18px;
  /*margin: 10px 10px 10px 10px;*/
  background: url(../img/menuAddon.png) no-repeat 0 0;
	background-position: 2px 4px;
	text-align: left;
	border-radius: 16px;
	border-color: transparent;
  
}


.top-container nav a:hover
{
/*	margin: 0px 0px 0px 4px;*/
	padding: 10px 25px 6px 18px;
	border-radius: 16px;
	border: 2px solid #d12428;
  background: none;
}

.side-container
{
  position: absolute;
	top: 170px;
	left: 1%; 
	height: 560px;
	background: #f0f0f0;
	padding: 12px;
	border-radius: 16px;
	box-shadow: 21px 21px 3px rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 2;
	display:none;
}

.normal-size
{
	width: 905px;
}

.side-container > header
{
  text-align: center;
	color: #808080; 
	font-size: 13pt;
	margin-top: 18px;
	margin-bottom: 8px;
}

.side-container h1
{
	font-size: 120%;
	color: #444;
	padding: 8px 16px;
	margin-bottom: 8px;
  background-color: #ddd;
	border-radius: 16px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
}

.side-container h2
{
	font-size: 110%;
	padding: 8px 10px;
	margin-bottom: 8px;
}

.side-container p
{
	margin-top: 10px;
}

.side-container table
{
	padding: 8px;
	width:100%;
}
/*
.side-container table tr:nth-child(even) 
{
	background: #ddd;
}
*/
.side-container table td
{
	padding: 2px;
}

.side-container .closebtn
{
	position: absolute;
	top: 16px;
	right: 18px;
	width:32px;
	height:30px;
	padding: 4px;
  border-radius: 10px;
}

.austellungenArea
{
  background: #ddd url(../img/ausstellungen/gang.jpg) no-repeat;
	background-position: 8px 50px;
	font-weight: bold;
	color: #222;
}

.stimmenArea
{
  background: #ddd url(../img/stimmen/japan01.jpg) no-repeat;
	background-position: 460px 0px;
	font-weight: bold;
	color: #888;
}

.angebotArea
{
  background: #ddd url(../img/angebot/Angebot.JPG) no-repeat;
	background-position: 50px 40px;
}

.angebotArea p, .angebotArea h2
{
  padding-left: 320px;
}

.philosophieArea
{
  background: #ddd url(../img/philosophie/jingjang.jpg) no-repeat;
	background-position: 360px 18px;
	font-weight: bold;
	color: #888;
}
.philosophieArea cite
{
	color: #000;
}

.personArea
{
  background: #888 url(../img/person/teresa02.jpg) no-repeat;
	background-position: 8px 8px;
}
.personArea h2
{
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
	font-size: 140%;
}
.personColumnRight
{
	display: block;
	position: relative;
	left: 390px;
	top:-50px;
	width:430px;
  background: transparent;
	font-weight: bold;
	color:#fff;
}

.contactinfos
{
  position: absolute;
	top: 20%;
	left: 25%; 
	width: 290px;
	height: 310px;
}
.contactinfos p
{
	padding: 8px;
	background-color: #ddd;
	border-radius: 16px;
	box-shadow: 11px 11px 3px rgba(0,0,0,0.3);
}
.contactinfos img
{
	float:right;
	margin-top:8px;
}

.darkBG
{
	width:95%;
	padding: 20px;
  background-color: #ddd;
	border-radius: 16px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.kooperationArea
{
  background: #ddd url(../img/kooperation/bg_japan03.jpg) no-repeat;
	background-position: 54px 20px;
	color: #fff;
}
.kooperationArea .slideshow a 
{
  font-size: 32px;
	color: #fff;
}
.kooperationArea table tr
{
	Height: 225px;
}

.artesoluTopoutline
{
	position: absolute;
	left: 0px;
	top: 28px;
  width: 600px;
	height: 80px;
	display: none;
}
.artesoluTop
{
	position: absolute;
	left: 58px;
  width: 600px;
	height: 80px;
	display: none;
}

.artesolulineLeft
{
	position: absolute;
	top: 2px;
	left: 6%;
	height: 64px;
	display: block;
}

.artesolulineRight
{
	position: absolute;
	top: 2px;
	right: 6%;
	height: 64px;
	display: block;
}

.artesoluHeaderline
{
	margin: 84px auto;
	font-size: 160%;
	color: #888;
	text-shadow: 4px 4px 2px rgba(120, 120, 120, 0.4);
}
.artesolubottompnt
{
	position: absolute;
	left: 400px;
	top: 800px;
	width: 64px;
	height: 64px;
  background-color: transparent;
}

#impressumLink
{
	position: relative;
	left: 40px;
	width: 100px;
	background-color: #eee;
	border: #888 solid 1px;
	text-align: center;
}

#impressum
{
	position: absolute;
	left: 40px;
	top: 150px;
	width: 550px;
	height: 600px;
	overflow: scroll;
	background-color: #eee;
	border: #888 solid 1px;
	padding:18px;
	display: none;
	z-index: 20;
}


.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions
{
	display: block;
}