@CHARSET "ISO-8859-1";

/* RESET CSS */
body,div,p,img,th,td,form,fieldset,input,textarea,ul,ol,li,h1,h2,h3,h4,h5,h6,object {
	margin: 0;
	padding: 0;
}
img,fieldset {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol,li {
	list-style-type: none;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type=submit], input[type=image] {
	outline: none;
}
html, body {
	background-color: #EFEFEF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fb090f;
}


/* WRAPPERS */
#container {
	position: relative;
	top: -43px;
	left: 50%;
	z-index: 1;
	margin-left: -390px;
	width: 780px;
	background-color: #FFF;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
#header {
	z-index: 2;
	width: 100%;
	height: 100px;
	background-image: url(/images/header.jpg);
	border-bottom: 1px solid #C0C0C0; 
}
	#header a {
		display: block;
		width: 100%;
		height: 100px;
	}
	#header h1 {
		text-indent: -9999px;
	}
#menu {
	float: left;
	padding: 10px;
	width: 130px;
}
	#menu ul {
		margin-top: 10px;
		font-size: 14px;
	}
	#menu ul.submenu, #menu ul#submenu {
		margin: 0 0 4px 6px;
		font-size: 14px;
	}
	#menu li.cart {
		background-color: #e4de23;
	}
		#menu li.cart a {
			display: block;
			padding: 2px;
			line-height: 10px;
			height: 30px;
			font-size: 10px;
		}
			#menu li.cart a img {
				float: left;
				margin-right: 4px;
			}
			#menu li.cart a:hover {
				text-decoration: none;
			}
	#menu a {
		color: #060385;
	}
	#menu a.active, #menu a:hover {
		color: #fb090f;
		font-size: 14px;
	}
#content {
	float: right;
	padding: 10px;
	width: 600px;
	line-height: 19px;
	border-left: 1px solid #C0C0C0;
	color: #060385;
}
	#content #search {
		float: right;
	}
	#content #search input[type=text] {
		width: 145px;
		font-size: 11px;
		height: 15px;
	}
#footer {
	clear: both;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 11px;
	color: #060385;
/*	background-image: url(/images/footer.jpg);*/
	background-color: #e4de23;
/*	background-color: #fbf30c;*/
	border-top: 1px solid #C0C0C0; 
}
#footer a {
	color: #060385;
}
#footer a:hover {
	color: #fb090f;
}
#winkel_content {
	display: block;
	clear: both;
	width: 600px;
}
	#winkel_content li {
		display: block;
		float: left;
		margin: 0 4px 4px 0;
		width: 145px;
		height: 150px;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
		#winkel_content li:hover {
			background-color: #EEE;
			border-right: 1px solid #999;
			border-bottom: 1px solid #999;
		}
		#winkel_content li h5 {
			font-size: 10px;
			font-weight: bold;
		}
		#winkel_content li a.readmore {
			color: #999;
		}
		#winkel_content li a.readmore:hover {
			color: #fb090f;
		}
.page_selector {
	display: block;
	clear: both;
	width: 600px;
}
	.page_selector li {
		float: left;
		margin: 0 5px;
	}
		.page_selector li a {
			font-weight: bold;
			color: #999;
		}

#admin_nav {
	display: block;
	width: 600px;
}
	#admin_nav li {
		float: left;
		padding-right: 6px;
		border-right: 1px solid #ccc;
		margin-right: 6px;
	}
		#admin_nav li:hover {
			background-color: #EEE;
		}
		#admin_nav li a {
			font-weight: bold;
		}
#work_list {
	width: 600px;
}
	#work_list thead {
		background-color: #C0C0C0;
	}
	#work_list td, #work_list th {
		padding: 2px;
	}
		#work_list tbody tr.odd {
			background-color: #FFEEDD;
		}
	#work_list td input[type=text], #work_list td select {
		width: 360px;
	}
	#work_list td input[type=submit] {
		width: auto;
	}
	#work_list td input.smallinput {
		height: 14px;
		width: 36px;
		font-size: 10px;
	}
	#work_list th a {
		color: #000;
		text-decoration: none;
	}
	#work_list th:hover {
		background-color: #afafaf;
	}
#popup_list {
	width: 580px;
}
span.large {
	display: block;
	float: left;
	width: 580px;
	height: 40px;
}
	span.large label {
		display: block;
		font-size: 10px;
		line-height: 14px;
	}
	span.large input {
		width: 570px;
		height: 16px;
		border: 1px solid #ccc;
	}
span.medium {
	display: block;
	float: left;
	width: 380px;
	height: 40px;
}
	span.medium label {
		display: block;
		font-size: 10px;
		line-height: 14px;
	}
	span.medium input {
		width: 370px;
		height: 16px;
		border: 1px solid #ccc;
	}
span.small {
	display: block;
	float: left;
	width: 200px;
	height: 40px;
}
	span.small label {
		display: block;
		font-size: 10px;
		line-height: 14px;
	}
	span.small input {
		width: 190px;
		height: 16px;
		border: 1px solid #ccc;
	}
.visual {
	float: right;
}
.right {
	float: right;
}
input.small {
	width: 50px;
}
.crumb {
	font-size: 8px;
	color: #999;
}
	.crumb a {
		font-size: 10px;
		color: #999;
	}
		.crumb a:hover {
			color: #fb090f;
		}
#nested {
	margin-top: 6px;
	width: 600px;
	overflow: auto;
	cursor: pointer;
}
	#nested li {
		display: block;
		padding-left: 15px;
		width: 145px;
		font-size: 12px;
		line-height: 18px;
	}
	/*#nested li {
		background-image: url(/images/out.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	#nested li.nCollapse {
		background-image: url(/images/in.gif);
	}*/

/* Login Panel */
#top {
	background: url(/images/login_top.png) repeat-x 0 0;
	height: 38px;
	z-index: 3;
	position: relative;
}
#top ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 38px;
	width: auto;
	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 160px;
	color: white;
	font-size: 80%;
	text-align: center;
	background: url(/images/login_r.png) no-repeat right 0;
	padding-right: 45px;
}
#top ul.login li.left {
	background: url(/images/login_l.png) no-repeat left 0;
	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#top ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
	background: url(/images/login_m.png) repeat-x 0 0;
}
#top ul.login li a {
	color: #33CCCC;
}
#top ul.login li a:hover {
	color: white;
}
#login {
	width: 100%;
	color: white;
	background: #333;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
#login a {
	text-decoration: none;
	color: #33CCCC;
}
#login a:hover {
	color: white;
}
#login .loginContent {
	width: 580px;
	height: 65px;
	margin: 0 auto;
	padding-top: 18px;
	text-align: left;
	font-size: 0.85em;
}
#login .loginContent .left {
	margin-top: 16px;
	padding-left: 65px;
	float: left;
	font-size: 0.95em;
}
#login .loginContent .right {
	margin-top: 16px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}
#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 15px;
	margin-top: 4px;
	color: white;
	height: 16px;
	width: 170px;
}
#login .loginContent input:focus.field {
	background: #545454;
}
#login .loginContent input.rememberme {
	border: none;
	background: transparent;
}
#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(/images/button_login.jpg) no-repeat 0 0;
}
#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}
#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(/images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}
#login .loginClose a:hover {
	background: url(/images/button_close.jpg) no-repeat right -20px;
}

.goback {
	color: #999;
}
	.goback:hover {
		color: #333;
	}
.hide {
	display: none;
}
.break {
	clear: both;
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}
/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}
#demo-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}
#demo-status .progress {
	background: url(assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}
#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}
#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}
#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(/images/failed.png) no-repeat 4px 4px;
}
#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(/images/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(/images/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(/images/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(/images/failed.png);
}
#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
