
<style type="text/css">


/*  ARCHIRAUM main.php AS css */

.container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 672px;
	overflow: hidden;

}

h1,h2,h3,h4,h5,h6,p{
	margin: 0 0 10px 0;
}

strong, b{
	font-weight: bold;
}

i{
	font-style: italic;
}



body,input,button{
	font-family:sans-serif;
	color: #444444;
}

.text{
	color: #444444;
}

input,button{
	border-radius: 0;
}


a,button{
	cursor: pointer;
}

a, a:visited{
	color: #444444;
	text-decoration: none;
	
}


button:hover,a:hover{
	text-decoration: underline;
}


pre{
	font-size: 10px;
	float: left;
	clear: both;
	background-color: #fdd;
	border:1px solid grey;
	margin: 10px;
	padding: 10px;
}

body > .container > .main{
	position: absolute;
	left: 0;
	width: 100%;
	top:0;
	bottom: 70px;

	/*background-color: rgba(0,0,0,0.2);*/
}

body > .container > .top-left{
	position: absolute;
	top:0;
	left: 0;
	height: 80px;
	z-index:200;
	/*background-color: rgba(0,255,255,0.2);*/
}

body > .container > .top-right{
	position: absolute;
	top:0;
	right: 0;
	height: 80px;
	z-index:200;
	/*background-color: rgba(0,255,255,0.2);*/
}

body > .container > .bottom{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #bccbc0;
	z-index:400;
}

.animated{
    /*-webkit-transform: translatez(0px);
    -moz-transform: translatez(0px);
    -ms-transform: translatez(0px);
    -o-transform: translatez(0px);
    transform: translatez(0px);*/
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.textselectable{
	 -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.copyrighted-image{
	position: relative;
	display: block;
}

.copyrighted-image > img{
	display: block;
}

.c-icon{
	position: absolute;
	background: transparent url( http://www.archiraum.de/../media/img/ico/copyright.png);
	cursor: pointer;
	bottom: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
}

.cp-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	left: 0;
	top: 0;
	z-index: 9000;

}

.cp-overlay .inner{
	position: absolute;
	left: 50%;
	top: 50%;
}

.cp-overlay .inner .image{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cp-overlay .inner p{
	position: absolute;
	right:0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	word-break: break-all;
	padding: 10px;
	display: none;
	max-height: 80px;
	overflow-y: auto;
}

.cp-overlay .close{
	position: absolute;
	right: 4px;
	top: 4px;
	background: white;
    border-radius: 50%;
    border: 2px solid white;
}




.button{
	cursor: pointer;
}

.button:hover{
	opacity: 0.8;
}





div.hook-bottom{
	position: absolute;
	width: 30px;
	height:40px;
	bottom: -40px;
	right: 20px;
	background-image: url(http://www.archiraum.de/media/img/hooks/speech-bubble-hook-bottom.png);
}

div.hook-right{
	position: absolute;
	width: 30px;
	height:40px;
	bottom: 0;
	right:  -30px;
	background-image: url(http://www.archiraum.de/media/img/hooks/speech-bubble-hook-right.png);
}

div.hook-left{
	position: absolute;
	width: 30px;
	height:40px;
	bottom: 0;
	left:  -30px;
	background-image: url(http://www.archiraum.de/media/img/hooks/speech-bubble-hook-left.png);
}



/* CLEARFIX */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}




/* SITEMAP TEMP */
.navigation-container{
	position: absolute;
	background-color: white;
	color: white;
}

.navigation-container a{
	color: white;
}

.debug .navigation-container{
	z-index: 100000;
}

nav, article{
	padding: 10px;
}

nav > a{
	float: left;
	margin-right: 10px;
}

nav > a.current{
	text-decoration: underline;
}

article > h1{
	font-weight: bold;
	font-size: 1.5em;
}

