/*******************************************************************************

	Project		:	dennis busch – made with hate
	Copyleft	:	tizian bauer at ansichtsache dot com

*******************************************************************************/
html { height: 100%; } 
body { 
height:100%;
margin:0;
padding:0;
font: 76% Arial,sans-serif;
line-height: 1.6em;
background-color:#fff;
position:relative; 

}

#wrapper {
margin-left:auto;
margin-right:auto;
left:0;
right:0;
position:static;
width:900px;
	/* height:620px; */
height:100%;
margin-top:25px;
}

#container {
	height:610px;
	width:920px;
	top:0;
	margin-top:auto;
	bottom:0;
	margin-bottom:auto;
	position:relative;
padding-top:10px;
border-top:solid 1px #999;
border-bottom:solid 1px #999;
}

#contentcontainer {
	width:450px;
	color:#000;
	text-align:left;
	background: inherit;
	float:left;
	min-height:600px;
}

#header {
width:250px;
float:left;
}
#header h1 {
font-size:2.3em;
margin-top:-15px;
}
#avmenu {
width:150px;
float:right;

}
#content {
margin-left:0px;
line-height:normal;
color:#333333;
float:left;
height:335px;
width:440px;
bottom:0;
display:block;position: absolute;
overflow:auto;
}
#content div.oi {
bottom:0;
position:absolute;
}

#pictures {
color:#000;
margin: 0 0 0 auto;
width: 450px;
float:right;
}

a {
color: #000;
text-decoration: underline overline;
}

a:hover {
text-decoration: underline;
color: #666666;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 5px 0 20px 0px;
text-align: left;
color: #ccc;
font-size: 0.8em;
}

#footer a {
color: #ccc;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}


