﻿* {padding:0;margin:0;border:0;}
body, html{ height: 100%; background-color: #999; text-align:center; font-size:12px;  font-family: Helvetica, Arial, sans-serif;  color:#999;}

/* 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;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
	background-image:url(../images/arrow_left.png); background-position:left; background-repeat:no-repeat;
}

/* 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), url(images/cursors/cursor_arrow_right.cur),e-resize;
	background-image:url(../images/arrow_right.png); background-position:right; background-repeat:no-repeat;
}

/* 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;
	background-color:#090;
}

/* 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%;
}

#vertikal{ height: 50%; width: 1px; background-color: transparent; float:left; margin-bottom: -210px; }

#horizontal{ margin-right: auto; margin-left: auto; text-align: left; clear: left; position: relative; width: 100%; height: 520px; background-image: url(../images/hg.png); background-position:center; background-repeat:no-repeat; }

#header { top:0px; left:0px; width:100%; height:100px;}

#bottom { bottom:0px; left:0px; width:100%; height:20px;}

#centered { margin-right: auto; margin-left: auto; text-align: left; clear: left; position: relative; width: 600px; height:auto;}

#logo { color:#ccc; position:absolute; left:0px; top:0px;}

	a:link {color: #888; text-decoration: none; }
a:active {color: #aaa; text-decoration: none; }
a:visited {color: #888; text-decoration: none; }
a:hover {color: #555; text-decoration: none; }

#menu { position:absolute; top:66px; left:2px; width:auto;}
#menu ul { position:relative; float:left; width:auto; list-style-type:none;}
#menu ul last-child { padding-right:0;}
#menu ul li { position:relative; float:left; width:auto; text-align:left; padding-right:30px;  display:block; }
#menu ul li a { text-decoration:none;  color:#888; display:block;}
#menu ul li a:hover { text-decoration:none;  color:#555;}
#menu ul li a.active { text-decoration:none; color:#aaa;}
#menu ul li a.active:hover { text-decoration:none; color:#555;}

#submenu_left { position:absolute; left:0px; top:10px; width:auto;}
#submenu_left ul { position:relative; float:left; width:auto; list-style-type:none;}
#submenu_left ul li { position:relative; float:left; width:auto; padding-right:15px; text-align:left;}
#submenu_left ul li a { text-decoration:none;  color:#666;}
#submenu_left ul li a.active { text-decoration:none;  color:#999;}
#submenu_left ul li a:hover { text-decoration:none;  color:#444;}
#submenu_left ul li a.active:hover { text-decoration:none;  color:#444;}

#submenu_right { position:absolute; right:30px; top:10px; width:auto;}
#submenu_right ul { position:relative; float:left; width:auto; list-style-type:none;}
#submenu_right ul li { position:relative; float:left; width:auto; padding-left:15px; text-align:left;}
#submenu_right ul li a { text-decoration:none;  color:#666;}
#submenu_right ul li a.active { text-decoration:none;  color:#999;}
#submenu_right ul li a:hover { text-decoration:none;  color:#444;}
#submenu_right ul li a.active:hover { text-decoration:none;  color:#444;}

.image { border:1px solid #333;}



.kontaktfeld { height:15px; width:298px; border:1px solid #ddd; background-color:#333; color:#ddd;}

#makeMeScrollable
		{
			width:100%;
			height: 330px;
			position: relative;
			font-size: 0.9em; 
			/*background-color: #ff0000;*/
			border-style: solid 1px;
			border-color: #ff0000;
		}	
		#makeMeScrollable div.scrollableArea *
		{
			position: relative;
			float: left;
			margin: 0px 0px 0px 0px;
			font-family: Arial, Verdana, sans-serif;
			line-height: 150%;
			color: #484848;		
			margin:0 2px 0 2px;
		}
		
#footer { position:fixed; left:0; bottom:0; width:100%; height:22px; background:none;}
#styleselect { position:absolute; left:0px; top:1px; font-size:9px; height:12px; color:#555;}
#facebook { position:absolute; right:0px; top:1px; font-size:9px; height:12px; color:#555;}