/***** phoheisel ****/

body {
margin:0px;
padding:0px;
background-image:url("../img/bg.png");
background-color:black;
overflow:hidden;
}

div, table {
	font-family:"Tahoma";
	font-size:12px;
	color:#fff;
}

a { color:#c7c7c7; text-decoration:underline; cursor:pointer; }
a:link { color:#c7c7c7; }
a:visited { color:#c7c7c7; }
a:active  { color:#c7c7c7; }
a:hover { color:#fff; }

#frame {
	width:1025px;
	background-image:url("../img/shine.png");
	background-position:top;
	background-repeat:no-repeat;
	padding-left:100px;
}
#frame2 {
	background-image:url("../img/bg.png");
	position:fixed;
	z-index:80;
}

#galerie {
	position:fixed;
	margin:0px;
	width:100%;
	height:100%;
	z-index:90;
	background:#000;
	background-image:url('../img/bg.png');
	display:none;
	text-align:center;
	padding-top:20px;
	margin-top:200px;
	/*
	opacity: .9; 
	/* For IE 5-7 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	*/
}

.img {
	text-align:center;
	height:150px;
	opacity: .5; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.img:hover { 
	opacity: 1; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#navi {
	padding-top:20px;
	padding-left:110px;
}
#navi a:link { color:#fff; text-decoration:none; margin-right:20px;}
#navi a:visited { color:#fff; text-decoration:none; margin-right:20px; }
#navi a:active  { color:#fff; text-decoration:none; margin-right:20px; }
#navi a:hover { color:#c7c7c7; text-decoration:none; margin-right:20px; }

#logo {
	background-image:url("../img/logo.png");
	background-repeat:no-repeat;
	height:68px;
	width:290px;
	margin:60px 0px 30px 39px;
}

#footer {
	color: #404040;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-image: url(../img/shine2.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 210px;
}

.anker {
	height:200px;
}

.content {
	/*
	padding-top:200px;
	*/
	padding-left:210px;
}

.abstand {
	height:600px;
}

h1 {
font-size:22px;
color:#ff;
font-weight:normal;
font-family:"Tahoma";
margin:0px;
}

h2 {
font-size:16px;
color:#2b5360;
font-weight:normal;
text-decoration:underline;
font-family:"Tahoma";
margin:0px;
}

h3 {
font-size:14px;
color:#fff;
font-weight:bold;
font-family:"Tahoma";
margin:0px;
}

h4 {
font-size:14px;
color:#514d4e;
font-weight:bold;
font-family:"Tahoma";
margin:0px;
}

.boxgrid{ 
	width: 200px; 
	height: 130px; 
	margin-right:10px; 
	float:left; 
	background:#161613; 
	border: solid 2px #323232; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 110px; 
	width: 100%;
	top: 90px;
	padding:10px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.clear {
	clear:both;
}


.tweet_list {
	display:block;
	margin:0px;
	padding:0px;
}

