﻿/* Simon Bassmaker Stylesheet */
/* ---------------- */
/* 					*/
/* ---------------- */

/* DIVs */

html  {
		height:100%;
		}
	
body  {
    	font: 82% "Arial", "Lucida Sans Unicode", Sans-Serif;
    	margin: 0;
    	padding: 0;
    	color: #ffffff;
		line-height:1em;
		background-color:#1e2028;
		height:100%;
		line-height:1.2em;
    }

#container {
	width:100%;
	
	}

	
	
	

	
	
/* ENDE DIVs */	

    
    /* Verschiedene Klassen */
    .fltrt { /* Element auf der Seite nach rechts fließen lassen */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /*  Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

/* diverse Styles für Inhalt */



input{
	border:1px dotted #CD9B1D;
	height:20px;
	color:#FFF;
	background:transparent;
	}

textarea{
	border:1px dotted #CD9B1D;
	height:50px;
	color:#FFF;
	background:transparent;
	}
	
/* Ende diverss Styles für Inhalt */	
	
/* Zoom-Silder */

* .highslide {
	cursor: url(/img/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(/img/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}

/* Ende Zoom */

div {
		border:0px solid #CCC;
}
