/* 
	version 1.0
	author:  daniel kagemann
	created: 25.11.2008
 */

/* ---- general ---- */
html,body, table,input,textarea {
	font-family: verdana,arial;
	font-size: 13px;
	color:gray;
}

img {
	border:0;
}
:focus {
	outline:0;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
	display: block;
}
.left {
	float: left;
	width: 500px;
}
.right {
	float: right;
	width: 300px;
}
.clear {
	clear: both;
}
.order_width {
	width:60px;
}
/* ---- header ---- */
#header {
	display:block;
	width:100%;
}
#header a {
	text-decoration: none;
	color:#515151;
}
#header a:hover {
	font-weight:bold;
}
/* ---- menu ----  */
#header .menu {
	width:300px;
	float: right;
}
#header .menu a {
	font-size:12px;
	padding:4px;
	height:22px;
	text-align:right;
	display:block;
	color:#fff;
	background-color:#4E4713;
	border-bottom:1px solid #fff;
}
#header .menu a:hover {
	background-color:#515151;
	color:#fff;
	padding-right: 20px;
}

/* ---- content page ----  */
#content {
	padding-top:20px;
	clear: both;
	display: block;
	width: 100%;
	min-height:800px;
	background-color: #fff;
}
#content h1 {
	font-size:24px;
	font-weight:normal;
	letter-spacing:0px;
	color:#204063;
}
#content h2 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:0px;
	color:#204063;
}
#content h3 {
	font-size:16px;
	font-style:bold;
	letter-spacing:0px;
	color:#204063;
}

/* ---- footer ----  */
#footer {
	position:fixed;
	bottom:0px;
	width:800px;
	font-size:10px;
	color:#fff;
	background-color:#000;
	opacity:0.75;
	filter:alpha(opacity=75);
	padding:10px 0;
	text-align:center;
}

/* ---- sidebar ---- */
#sidebar {
	padding-left:20px;
	padding-right:10px;
}

/* ---- formular ---- */
.button {
	border:0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;	
	background-color:#000;
	color:#fff;
	letter-spacing:0px;
	padding:4px;
}
.button:hover {
	background-color:#515151;
}
.two-cell {
	float:left;
	width:50%;
}
label {
	width: 80px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	display: block	
}
input, select{
	margin-bottom: 4px;
}
.list{
	margin-left:70px;
}

/* ---- slideshow ----*/
#slideshow {
    position:relative;
    height:350px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
