/***** phoheisel ****/

body {
margin:60px 0px 0px 60px;
padding:10px;
background-color:#fff;
}

div, table {
	font-family:"Verdana";
	font-size:13px;
	color:#555555;
	line-height:20px;
}

a { color:#000; text-decoration:none; cursor:pointer; }
a:link { color:#000; }
a:visited { color:#000; }
a:active  { color:#000; }
a:hover { color:#555555; }

#cont {
	width:900px;
}

#head {
	border-bottom:5px solid #cccccc;
	padding-bottom:12px;
	margin-bottom:12px;
}

#side {
	width:128px;
	float:left;
	margin-right:52px
}

#main {
	width:720px;
	float:left;
	font-size:10px;
}

#home {
	width:900px;
}
#home img{
border:0px;
}

#slider li {
list-style-type:none;
}
#slider li {
width:940px;
height:370px;
margin-left:-40px;
padding:0px;
}

#gal {
	width:300px;
	float:left;
	font-size:10px;
	background-color:#cccccc;
}

#fotowrapper {
}
#fotowrapper img {
margin:5px;
float:left;
border:0px;
}

h1 {
font-size:20px;
color:#383838;
font-weight:normal;
font-family:"Tahoma";
margin:0px;
}

h2 {
font-size:16px;
color:#383838;
font-weight:normal;
text-decoration:none;
font-family:"Tahoma";
margin:0px;
float:left;
width:120px;
}

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;
}


.clear {
	clear:both;
}


.tweet_list {
	display:block;
	margin:0px;
	padding:0px;
}

.boxgrid{ 
	width: 230px; 
	height: 230px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	margin-bottom:15px;
}
	.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: 230px;
	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)";
}


.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:0px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.caption{font-style:italic;color:#887;}
.demo{position:relative;margin-top:2em;}
.gallery_demo{width:720px;margin:0 auto;}
.gallery_demo li{width:80px;height:80px;margin: 0 2px 6px 0px;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{margin:0 auto 12px auto;height:438px;width:720px;text-align:center;}
#main_image img{margin-bottom:10px; height:438px;}

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase; width:720px; text-align:center;}

.info{text-align:left;width:700px;margin:30px auto;padding-top:30px;}
.info p{margin-top:1.6em;}
	
.tweet_join {
background:#f2f2f2;
}	
.tweet_text {
}
	
/**
 *  Clearfix: A nice way to clear floats without extra markup.
 *  Sorry, but this thingy *really* needs 'hacks'.
 *
 *  @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
 */
.clearfix:after, .post:after {
  clear:both;
  content:" ";
  display:block;
  font-size:0;
  height:0;
  visibility:hidden;
}

.bild {
border: 2px solid #cccccc;
background-color: #fff;
display:block;
padding: 5px;
float:left;
/*width:100px;*/
margin:3px;
}
.bild img{
border: 0px;
}
.bild:hover {
background-color: #cccccc;
}
