@import url(slimbox.css);
@import url(accordion.css);

/* @group Reset */
*
{
	margin:0px auto;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* @end */

/* @group Allgemeine Dedinitionen */
html, body { height: 100%;}
body
{
	background-color:#BBB;
	background-repeat:repeat;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #999;
}

/* @end */

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -200px;                                                              
	float: left;
}


div#wrapper {
	 margin:0 10%;
	 
	/*width: 1000px;*/
	height: 300px;
	clear: both;
	
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
}
/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */

/* ]]> */


a:link, a:visited {
color: #39F;
text-decoration: none;
}

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

a img {
padding: 5px;
border: 1px solid #ccc;
margin: 2px 10px 2px 0px;
}

a img:hover {
border-color: #39F;
}
.wrapper { margin:0 10%;}

.textBox { margin:0 50px 0 0; white-space:nowrap; float:left;}

.footer { bottom:0; float:left; margin:4px 8px; color:#FFF; position:absolute; }


#header {
  height:60px;
  width:220px;
  margin-left:auto;
  margin-right:auto;
  top:0px;
}

#change {
  background: #DDD;
  height:50px;
  width:220px;
  padding-left:8px;
  padding-top:5px;
  text-align:center;
  float:left;
}

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

#websites {
	position: relative;
}
 
#websites .website {
	border:1px #CCC solid;
	overflow: hidden;
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	padding: 5px;
	margin: 0 12px 12px 0;
	background-color: #FFF;
	font-size:12px;
	font-weight:bold;
}
#websites .website:hover { 
	border:1px #39F solid;
	}
.website img {
	cursor:pointer;
	float: left;
	margin-right:5px;
	margin-bottom:5px;
	}
.website a {	
	float: left;
	margin-right:5px;
	font-size:11px;
	font-weight:normal;
	}
.website p {
	margin:0;
	padding:0;
	}
	
	
/* pushes the page to the full capacity of the viewing area */
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */

