@charset "utf-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* RESET */


body, html {
	font-size:10px;
	font-family:Arial,sans-serif;
	color:#000;
	background:#fff;
}

.container {
	position:absolute;
	top:30px; left:50%;
	width:980px; height:630px;
	margin:0px 0px 0px -490px;
}

h1.logo {
	display:block;
	width:165px;
	height:20px;
	text-indent:-999em;
	background:url('../images/logo.jpg') no-repeat;
}

h2.menuText { 
	font-size:1.7em;
	font-weight:bold;
	color:#ccc;
	margin:2px 0px 0px -2px;
}

.menu {
	position:absolute;
	top:20px; left:200px;
}

.menu li { float:left; }

.menu a {
	display:block;
	width:20px;
	height:20px;
	padding-right:16px;
	background:url('../images/menu_star.jpg') no-repeat;
	text-indent:-999em;
}

.menu a.selected { background:url('../images/menu_star_hover.jpg') no-repeat; }

.menu a:hover { background:url('../images/menu_star_hover.jpg') no-repeat; }

.sliderProjects {
	position:absolute;
	overflow:hidden;
	top:50px; left:0px;
	width:177px;
	height:550px;
	padding-right:20px;
	background:#fff;
}

.sliderProjects ul {
	position: absolute;
	list-style: none;
	overflow:none;
    padding: 0;
    margin: 0;
	font-size:11px;
	line-height:19px;
}

.sliderProjects li {
    display: block;
}

.sliderProjects a.selected { color:#ccc; }

.slider {
	position:absolute;
	top:0; left:182px;
	background:#ddd;
	height:550px;
	width:10px;
}

.sliderProjects .handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 30px;
    width: 10px;
	background:#000;
}

.projectItems { position:absolute; left:935px; bottom:30px; width:50px; vertical-align:bottom;}
.projectItems ul { list-style:none; margin:0px 10px;}
.projectItems a { display:block; width:30px; height:30px; margin-top:3px; background:#000; text-indent:-999em; }
.projectItems a:hover { background:#ccc;}
.projectItems .selected {background:#ccc;}

.content {
	position:absolute;
	top:50px; left:200px;
	width:735px; height:550px;
	background:#fff;
	overflow:hidden;
}

.content img { border:0; }

.content .panel {
	width:735px; height:550px;
}

.contentImg {
	width:735px; height:550px;
}

.scrollButton {
	position:absolute; 
	display:block;
	width:735px; height:550px;
	background:none;
	text-indent:-9999px;
	cursor:pointer;
}

.down { top:50px; left:200px; }

.info {
	position:absolute;
	top:50px; right:45px;
	width:200px;
	padding:15px;
	background:#fff;
}

.agb, .kontakt, .impressum  {
		position:absolute;
		bottom:30px; right:45px;
		width:400px;
		height:400px;
		padding:15px;
		background:#fff;
}

.impressum {
	width:620px;
	height:500px;
}

.kontakt {
	width:200px;
	height:300px;
}

.fields h1 {color:#000; font-size:1.4em; font-weight:bold; font-style:normal; text-decoration:none; padding:1.8em 0px 0.8em 10px; }
.fields h2 {color:#000; font-size:1.2em; font-weight:bold; font-style:normal; text-decoration:none; padding:3px 0px 5px 10px; }
.fields h3 {color:#000; font-size:1.1em; font-weight:bold; font-style:italic; text-decoration:none; padding:3px 0px 5px 10px; }
.fields h4 {color:#000; font-size:1.0em; font-weight:normal; font-style:normal; text-decoration:underline; padding:3px 0px 5px 10px; }
.fields h5 {color:#000; font-size:0.9em; font-weight:normal; font-style:italic; text-decoration:none; padding:3px 0px 5px 10px; }
.fields h6 {color:#000; font-size:0.8em; font-weight:normal; font-style:normal; text-decoration:none; padding:3px 0px 5px 10px; }

.fields p { font-size:10px; padding:10px; }

#contentBtn {
	position:absolute;
	top:50px; left:935px;
	width:30px; height:30px;
	margin:0px 10px;
	display:block;
	background:url('../images/content_plus.jpg') no-repeat;
	cursor:pointer;
	text-indent:-9999px;
}

#contentBtn.selected { background:url('../images/content_x.jpg') no-repeat; cursor:pointer;}

.footer {
	position:absolute;
	right:5px; bottom:10px;
}

.footer li { float:right;}
.footer li a {display:block; padding:2px 0px 2px 15px; font-size:10px; color:#ccc;}
.footer li a:hover {color:#000;}


.left {float:left;}
.right {float:right;}
.clear {clear:both;}

a, a:hover, a:active, a:visited {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#ccc;
}

a.selected {
	color:#ccc;
}


/* ADMIN STYLE */

.tbl-data { width:500px; border-collapse:collapse; }
.tbl-data td, .tbl-data th { border:1px solid #999; padding:2px; }
.tbl-data thead td { font-weight:bold; background:#ccc; color:#666; }


