﻿
body { 
	min-width: 520px; 
}

#container {
	position: absolute;
	left: 4px; 
	top: 8px;
	margin-left:3px;
	width: 980px;
	height: 72px;
  	padding-top:0px;
  	padding-left:5px;
  	background-color:orange;
    border: 1px solid #000;
    -o-border-radius: 8px;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
  	
    -moz-box-shadow: 3px 3px 8px #000000;
    -webkit-box-shadow: 3px 3px 8px #000000;
    box-shadow: 3px 3px 8px #000000;
  	
}

#container2 {
	position: absolute;
	left: 2px; 
	margin-top: 82px;
	margin-left:3px;
	width: 990px;
	height: auto;
  	padding-top:2px;
  	padding-left:px;
    border: 1px solid #000;
    -o-border-radius: 8px;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
  	
    -moz-box-shadow: 3px 3px 8px #000000;
    -webkit-box-shadow: 3px 3px 8px #000000;
    box-shadow: 3px 3px 8px #000000;
  	
}


.column { 
	width: 330px; float: left; padding-bottom: 10px; 
}

.portlet { 
	margin: 0 2px 2px 0; 
}

.portlet-header { 
	margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; 
	font-size:12px;
}

.portlet-header .ui-icon { 
	float: right; }

.portlet-content { 
	padding: 0.4em; 
}

.portlet2 { 
	margin: 0 2px 2px 0; 
}

.portlet2-header { 
	margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; 
	font-size:12px;
}

.portlet2-header .ui-icon { 
	float: right; }

.portlet2-content { 
	padding: 0.4em; 
}


.ui-sortable-placeholder { 
	border: 1px dotted black; visibility: visible !important; height: 50px !important; 
}

.ui-sortable-placeholder * { 
	visibility: hidden; 
}


.Bild1 {
	left:20px;
	width:300px;
	height:272px;
	background-image:url('../img/tn_der-fliegende-robert_bild01.png');
	background-repeat:no-repeat;
}

.Bild2 {
	left:20px;
	width:300px;
	height:190px;
	azimuth:center;
	background-image:url('../img/tn_der-fliegende-robert_bild03.png');
	background-repeat:no-repeat;
}

.Bild3 {
	left:20px;
	width:300px;
	height:272px;
	azimuth:center;
	background-image:url('../img/tn_der-fliegende-robert_bild02.png');
	background-repeat:no-repeat;
}


footer {
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  height: 25px;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  
  -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}

footer p {
  margin: 5px 5px 0 0;
  text-decoration:none;
}