/*
* Orange		#FF7800
*/
body{
	margin: 0px 0px 0px 0px;
	padding: 0px;  
	background-color: white;
}
html, body { 
}
* {
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    color: #FF7800;
}
form{
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
  
/* ------------------------------------- */ 
.invis, #draft, .hoverInfo{ display: none; }
.arrow{ position: absolute; bottom: 5px; left: 5px; }
.bubble, arrow{ position: absolute; text-align: center; }
 
/* ------------------------------------- */ 
.bubble{
    position: absolute;
    background-image: url(/images/circle_340_shine.png);
    width: 424px;
    padding-top: 50px;
    height: 374px;
    color: #FF7800;
    font-weight:bold;
    font-size: 15px;
    z-index: 10; 
    top: -550px;
    left: 500px;
	text-align: center;
}
.draggable, .bubble h2{  }
.bubble .close{ position: absolute; top: 63px; left: 330px; cursor: pointer; }

.bubble div, .bubble h2{
    margin: 0px;
    width: 340px;
}
.bubble h2{
    margin: 0 40px;
}
.bubble .page, .bubble .page *{
    color:white;
    font-size:15px;
}
.bubble .page{
	padding: 40px 20px 20px 0px;
	padding:  0px ;
	height: 321px;
	margin: 0 40px;
	width: 340px;
}
.bubble .page input, .bubble .page textarea{
    color: #FF7800;
    border: 1px solid #FF7800;
	width: 200px;
	font-weight: bold;
}
.bubble .page textarea{
    height: 140px;
}
.bubble .page textarea:focus{
    height: 240px;
}
.bubble img.submit{
	position:absolute;
	left:321px;
	top:250px;
}
#contact .arrow{
	display: none;
}
#contact .arrowReference{
	position: relative;
}
#contact #contactSenderArrow, #contact #contactMessageArrow{
	position: absolute;
	top: -30px;
	left: 20px;
}

.bubble h2{
    cursor: move;
    font-size: 25px;
}

#contact_small{
    position: absolute;
    top: 120px;
    right: 52px;
} 

#gallery_small{
    position: absolute;
    top: 20px;
    right: 95px;
}

.smallInfoBubble{
    position: absolute;
    color: white;
    font-weight:bold;
    display: none;
    z-index: 10; 
    background-image: url(/circle/90.png);
    padding-top: 35px;
    height: 55px;
    width: 90px;
    font-size: 15px;
    text-align: center;
} 
.smallInfoBubble .arrow{ position: absolute; bottom: 0px; left: 0px; display: none; }

#logo{
    position: absolute;
    top: -500px;
    left: -300px;
    z-index: 10000;
}
#userlogin{
    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 300;
}

/* ------------------------------------- */ 

#impressum_small{
    position: absolute;
    top: 227px;
    right: 27px;
} 
#impressum div{
    font-size: 20px;
} 

/* ------------------------------------- */ 
#siteInfo{
    position: absolute; 
    bottom: 10px; 
    right: 10px; 
    text-align: right;
}
#siteInfo div, #siteInfo span{
    font-size: 10px;
}
#splash{
	position: absolute;
	margin-left: -174px;
	margin-top: -174px;
	top: 50%;
	left: 50%;
}
#splash span{
    font-size: 25px;
    font-weight:bold;
	position: absolute;
	color: white;
	text-align: center;
    left: 105px;
    top: 255px;
}

