@charset "utf-8";
body {
	background-color: #bbbbbb;
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

body {
	color: #000;
	background-attachment: fixed;
	background-image: url(../img/filmstrip.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

td, th {
	color: #aa2200;
	text-shadow: 1px 1px #333333;
}

h1 {
	color: #aa2200;
	text-shadow: 1px 1px #333333;
}

h2 {
	color: #aa2200;
	text-shadow: 1px 1px #333333;
}

h3, h4 {
	color: #aa2200;
	text-shadow: 1px 1px #333333;
}

h5, h6, b {
	color: #aa2200;
	text-shadow: 1px 1px #333333;
}

a {
	color: #0000ff;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

.container {
	width: 1000px;
	margin: 0 auto;
	pos-x: 0;
}

.right {
	width: 360px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	height: auto;
	float: right;
	padding: 0px;

}

.content {

	background-color: rgba(255,255,255,0.5);
	padding: 30px 0;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.polaroid {
  position: relative;
  width: 330px;
}
 
.polaroid img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}

.polaroid div {
	background-color:rgba(255,255,204,1);
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
     -moz-box-shadow: 3px 3px 3px #777;
          box-shadow: 3px 3px 3px #777;
}

.polaroid p {
 position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  font: 400 18px/1 'Kaushan Script', cursive;
  color: #888;

}

.button {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 4px 4px 21px #666666;
  -moz-box-shadow: 4px 4px 21px #666666;
  box-shadow: 4px 4px 21px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #000000 4px;
  background: #20c420;
}

.button:hover {
  background: #3952de;
}

.macbutton {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 4px 4px 21px #666666;
  -moz-box-shadow: 4px 4px 21px #666666;
  box-shadow: 4px 4px 21px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #000000 4px;
  background: #e36714;
}

.macbutton:hover {
  background: #3952de;
}

.winbutton {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 4px 4px 21px #666666;
  -moz-box-shadow: 4px 4px 21px #666666;
  box-shadow: 4px 4px 21px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #000000 4px;
  background: #4921c2;
}

.winbutton:hover {
  background: #3952de;
}

.learnMoreButton {
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 4px 4px 21px #666666;
  -moz-box-shadow: 4px 4px 21px #666666;
  box-shadow: 4px 4px 21px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #000000 4px;
  background:rgba(153,153,0,1);
  width: 180px;
}

.learnMoreButton:hover {
  background: #3952de;
}

.logobutton {
  width:222px;
  font-family: Arial;
  color: #ffffff;
  font-size: 35px;
  padding: 2px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 5px #666666;
  -moz-box-shadow: 5px 5px 5px #666666;
  box-shadow: 5px 5px 5px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #d4d4d4 3px;
  background: #cccccc;
}

.logobutton:hover {
  background: #ffd000;
}

.flagbutton {
  padding: 0px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 5px #111111;
  -moz-box-shadow: 5px 5px 5px #111111;
  box-shadow: 5px 5px 5px #111111;
  text-shadow: 1px 1px 3px #111111;
}

.flagbutton:hover {
   -webkit-box-shadow: 0px 0px 20px #fff4b5;
  -moz-box-shadow: 0px 0px 20px #fff4b5;
  box-shadow: 0px 0px 20px #fff4b5;
}

#galleria{ 
	width: 1000px; 
	height: 700px; 
	background: #fff 
}
