@charset "utf-8";

body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../images/test.jpg);
	background-position: center center;
	background-color: #ffffff;
	color: #D3D5D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 8px;
	color: #33CC00;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #33CC00;
}


#main {
	width: 748px;
	position: absolute;
	height: 490px;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -361px;
}
#slider {
	background-image: url(../images/balken-unten.png);
	background-repeat: no-repeat;
	height: 132px;
	width: 708px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	left: 0px;
	top: 323px;
	z-index: 100;
}
#content {
	background-image: url(../images/balken-oben.png);
	height: 284px;
	width: 252px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	position: absolute;
	left: 406px;
	top: 1px;
	z-index: 110;
}
#scrollcontent {
	overflow: auto;
	height: 274px;
	width: 252px;
}
#menu {
	height: 250px;
	width: 51px;
	background-image: url(../images/balken-seite.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	left: 0px;
	top: 45px;
	padding-top: 4px;
	z-index: 90;
}
#menuhover {
	position: absolute;
	height: 293px;
	width: 50px;
	left: 701px;
	top: 10px;
	z-index: 80;
}
#dbg {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	border: thin dotted #FF0000;
	background-color: #FFFF00;
}

#menu a.button {
	display: block;
	float: right;
	width: 41px;
	height: 35px;
	background-image: url(../images/button.png);
	background-repeat:no-repeat;
	background-position: -3px 0px;
	margin-top: 4px;
	margin-right: 7px;
	cursor:pointer;
}

#menu a.button:hover {
	background-image: url(../images/button_hover.png);
}

#smallScroller
{
	width:708px;
	height: 125px;
	position: relative;
}

#smallScroller div.scrollableArea a
{
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0px 00px 0px 0px;
}

div.scrollingHotSpotLeft, div.scrollingHotSpotRight
{
	min-width: 35px;
}


/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(../images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/*Fwitter feed styling*/
div.tweetheader
{
	padding-top: 5px;
	height: 115px;
	width: 120px;
	float: left;
}

div.tweetheader  .textlink{
	display: block; 
	width: 80px; 
	text-align: center; 
	font-weight: bold; 
	padding-top: 15px;
}

div.tweetBody
{
	padding-top: 5px;
	height: 115px;
	width: 585px;
	float: left;
	overflow: hidden;
}

div.tweetBody .entry
{
	height: 115px;
	width: 270px;
	float: left;
	padding-right: 22px;
}
