@media print , screen , handheld {

	
	div.autocomplete    {
		z-index:0;	
		width            :250px;
	    background-color :white;
	    color:black;
	    border           :1px solid #888;
	    margin           :0px;
	    padding          :0px;
	}
	li.selected    { background-color: #ffb; }	
	
	
	/* SQL log */
.cake-sql-log {
	background: grey;
	
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	
	margin-top: 1em;
	clear:both;
}


.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	background-color: #1e90ff;
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}
	
	/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
	
	/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}
	/* Form errors */
	form .error {
		background: #FFDACC;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-weight: normal;
	}
	form .error-message {
		-moz-border-radius: none;
		-webkit-border-radius: none;
		border-radius: none;
		border: none;
		background: none;
		margin: 0;
		padding-left: 4px;
		padding-right: 0;
	}
	form .error,
	form .error-message {
		color: #9E2424;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		text-shadow: none;
	}
	
	/** Notices and Errors **/
	.message {
		clear: both;
		color: #fff;
		font-size: 140%;
		font-weight: bold;
		margin: 0 0 1em 0;
		padding: 5px;
	}
	
	.success,
	.message,
	.cake-error,
	.cake-debug,
	.notice,
	p.error,
	.error-message {
		background: #ffcc00;
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
		background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
		background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
		background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
		background-image: linear-gradient(top, #ffcc00, #E6B800);
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(0, 0, 0, 0.2);
		margin-bottom: 18px;
		padding: 7px 14px;
		color: #404040;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	}
	.success,
	.message,
	.cake-error,
	p.error,
	.error-message {
		clear: both;
		color: #fff;
		background: #c43c35;
		border: 1px solid rgba(0, 0, 0, 0.5);
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
		background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
		background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
		background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
		background-image: linear-gradient(top, #ee5f5b, #c43c35);
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	}
	.success {
		clear: both;
		color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.5);
		background: #3B8230;
		background-repeat: repeat-x;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
		background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
		background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
		background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
		background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
		background-image: linear-gradient(top, #76BF6B, #3B8230);
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	}
	p.error {
		font-family: Monaco, Consolas, Courier, monospace;
		font-size: 120%;
		padding: 0.8em;
		margin: 1em 0;
	}
	p.error em {
		font-weight: normal;
		line-height: 140%;
	}
	.notice {
		color: #000;
		display: block;
		font-size: 120%;
		padding: 0.8em;
		margin: 1em 0;
	}
	.success {
		color: #fff;
	}
		
	

	input.whnvrtext[type=text], input.whnvrtext[type=password], input.whnvrtextsmall[type=text], input.whnvrtextlong[type=text]
	{
		width:170px;
		background-color:white;
		border:2px solid black;	
	}
	
	input.whnvrtextsmall[type=text]
	{
		width:90px;	
	}

	input.whnvrtextlong[type=text]
	{
		width:319px;	
	}

	input.whnvrsubmit[type=submit]
	{
		width:170px;
		background-color:grey;
		border:2px solid black;	
	}


	.mainlogintable td
	{
		font-size:10px;
	}

	.mainkasten a
	{

		font-size:16px;
		color:white;
	}

	.mainlogintable input[type=text], .mainlogintable input[type=password]
	{
		width:170px;
		background-color:white;
		border:2px solid black;	
	}

	.mainlogintable input[type=submit]
	{
		width:170px;
		background-color:grey;
		border:2px solid black;	
	}

	div.documentPanel, iframe.documentPanel {
	
		width:80%;
		height:80%;
		position:fixed;
		top:0;
		left:0;
		margin-left:50px;
		margin-right:50px;
		margin-top:50px;
		background-color:black;
		padding:5px;
		border:solid 3px #1e90ff;
		overflow:auto;
		z-index:1000;

	}

	input.submitCart{
	
	border:2px solid #1e90ff;
	font-size:24px;
	color:red;
	width:300px;
	
	}
	
        p.navigation span span a, p.navigation span a, p.navigation span span em{
                float:left;
                width:25px;
                background-color:#1e90ff;
                color:white;
                margin:2px;
		text-align:center;
		text-decoration:none;
		font-weight:bold;
		font-size:17px;

        }

        p.navigation span span em{
                color:orange	;
        }
	
	

	div.calheader
	{
		color:black;
	}	
	
	div.document
	{
		background-color:green;
	}
	div.documentMain
	{
		position:relative;
		overflow:hidden;
		background-color:red;
		width:21cm;
		height:28.7cm;
		max-height:28.7;
		margin-bottom:5px;
	}
	
	.documentMainFooter
	{
		position:absolute;
		bottom:0;
		color:black;

	}
	table.document
	{
		background-color:white;
		color:black;
		vertical-align:top;
		overflow:hidden;
		overflow-x:scroll;
		vertical-align:top;
	}
	
	table.smalldocument
	{
		background-color:white;
		color:black;
	}
		
	div.newsContent
	{
		font-size: 13px;
		line-height: 18px;
		margin-bottom:15px;
	}
	
	div.newsLinkContent {
		font-size: 11px;
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
		color: rgb(51, 51, 51);
		line-height: 1.28;
		text-align: left;
		direction: ltr;
		background: none repeat scroll 0% 0% rgb(246, 247, 249);
		border: 1px solid rgb(211, 218, 232);
		display: block;
		margin-bottom: 12px;
		text-decoration: none;
	}
	div.newsLinkContent img
	{
		max-width: 120px;
	}
	
	div.newsLeft {
		border-right: 1px solid rgb(211, 218, 232);
		float: left;
		height: 116px;
		line-height: 110px;
		padding-right: 11px;
		margin-right:5px;
		min-width: 72px;
		position: relative;
		text-align: center;
		margin-left:11px;
		text-decoration:none;
	}
	div.newsHead {
		font-weight: bold;
		color: rgb(59, 89, 152);
		word-wrap: break-word;
		font-size: 11px;
		font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
		color: rgb(51, 51, 51);
		line-height: 1.28;
		text-align: left;
		direction: ltr;
		text-decoration:none;
	}
	div.newsCaption {
		font-weight: normal;
		color: rgb(59, 89, 152);
		font-size: 11px;
		text-decoration:none;
	}
	div.newsShortText {
		margin-top: 14px;
		color: gray;
		font-size: 11px;
		word-wrap: break-word;
		text-decoration:none;
	}
	table.messagebox {
		border: 1px solid black;
		max-width: 320px;
		width: 320px;
		margin-bottom: 10px;
		border-spacing: 0px;
	}
	table.messagebox textarea {
		height: 120px;
		width: 100px; font-family Verdana;
		font-size: 14px;
	}
	td.mText {
		border-bottom: 2px solid black;
		font-size: 14px;
	}
	td.mLink {
		border-bottom: 2px solid black;
		font-size: 12px;
	}
	td.mVon,td.mDate {
		font-size: 10px;
	}
	td.mNeu,td.mDelete {
		background-color: red;
	}
	table.messagebox td {
		border-bottom: 1px solid black;
	}
	tr.auftragdocument {
		background-color: green;
		color: white;
		font-weight: bold;
	}
	
	
	tr.auftragposition {
		background-color: orange;
	}
	div.socialmedia {
		padding-left: 20px;
		max-width: 120px;
	}
	div.socialmedia div {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	td.loginpanel,div.loginstatus {
		font-size: 10px;
	}
	tr.account {
		background-color: #FFDDBA;
	}
	p.sortierung,p.sortierung a {
		font-size: 12px;
		text-decoration: none;
		background-color: lightgray;
	}
	div.artikelTop {
		min-width: 400px;
		position: fixed;
		top: 0px;
		left: auto;
		right: auto;
		background-color: lightgray;
	}
	div.artikelTop p {
		text-align: center;
	}
	.tags {
		top: left;
		left: 0px;
		v-align: top;
		clear: left;
		font-size: 12px;
		color: orange;
	}
	div.adsense {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div.kastenKategorie {
		display: block;
		margin-right: 5px;
		float: left;
		border: 1px solid black;
		max-width: 180px;
		width: 180px;
		min-height: 60px;
	}
	a.grouplink {
		text-decoration: none;
		font-weight: bold;
		width: 180px;
		font-size: 16px;
		border-bottom: 1px;
		border-bottom-style: solid;
	}
	a.subgrouplink {
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
	a.testlink {
		text-decoration: none;
		font-size: 16px;
		margin: 10px;
		font-weight: bold;
	}
	div.anmeldung {
		margin-left: 30px;
		background-color: orange;
		padding: 3px;
	}
	div.anmeldung a {
		font-weight: bold;
		text-decoration: none;
	}
	td.textBrutto {
		font-weight: bold;
	}
	td.numberBrutto {
		font-weight: bold;
		text-align: right;
	}
	select.selectMaingroup {
		font-size: 25px;
		margin-top: 20px;
	}
	textarea.info {
		width: 100%;
		height: 200px;
	}
	span.sum {
		font-size: 10px;
	}
	div.dateien {
		clear: both;
	}
	div.kasten a {
		font-weight: bold;
		font-variant: small-caps;
		font-family: verdana, arial, helvetica, sans-serif;
		text-decoration: none;
	}
	div.kasten img { #
		width: 220px;
		max-width: 220px;
		max-height: 180px;
		padding: 5px;
	}
	ul.feedbackpanel {
		background-color: #E4C92F;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	li.feedbackPanelERROR {
		list-style-image: url('/img/warning.png');
		color: #FF1C14;
	}
	li.feedbackPanelINFO {
		list-style-image: url('/img/info.png');
		color: #FF6A00;
	}
	.sumLine {
		width: 100%;
		border-top: 1px solid black;
	}
	.sumDoubleLine {
		width: 100%;
		border-top: 3px double black;
	}
	html,body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12pt;
		min-height: 99%;
		height: 99%;
		color:white;
	}
	body {
		background-color:black;
	}
	h1,h2 {
		color: #1E90FF;
		font-size: 30px;
	}
	h1 {
		border-bottom: 1px solid #1E90FF;
	}
	h3 {
		color: #1E90FF;
		font-size: 16px;
	}
	h2 {
		font-size: 20px;
	}
	div.menu {
		margin-top: 15px;
		color: white;
		font-size: 14px;
		height: 16px;
		width: 180px;
		display: block;
				
		text-align: center;
		font-variant: small-caps;
		padding-top: 6px;
		padding-bottom: 6px;
		font-weight: bold;
		background-color:#1e90ff;
	}
	a.menu {
		color: white;
		font-size: 14px;
		text-align: center;
		font-variant: small-caps;
		padding: 5px;
		font-weight: bold;
		background-color: #ff6a00;
		color: white;
		width: 170px;
		display: block;
	}
	a.menu1,a.menu1anmeldung,a.menu1warenkorb,a.menu1bestellung,a.menu1login
		{
		background-color: #1e90ff;
		display: block;
		padding: 3px 0 3px 0;
		width: 172px;
		display: block;
		padding-left: 0.5em;
		font-variant: small-caps;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
	}
	
	a.menu1 span
	{
		border:0px;
		margin:0px;
	}
	
	a.menu1anmeldung,a.menu1login,a.menu1bestellung,a.menu1warenkorb {
		background-color: #1E90FF;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	a.menu1anmeldung,a.menu1login {
		background: #1E90FF url('/img/user.png') no-repeat right center;
	}
	a.menu1warenkorb {
		background: #1E90FF url('/img/shop.png') no-repeat right center;
	}
	a.menu2 {
		display: block;
		background-color: #1e90ff;
		padding: 3px 0 5px 22px;
		width: 158px;
		display: block;
		text-indent: : 1em;
		font-size: 12px;
		font-variant: small-caps;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
	}
	a.menu1:hover {
		border: 3px solid lightgray;
	}
	div.menu      .* {
		border: 0px;
		margin: 0px;
	}
	div.mainobenMobile {
		display: none;

	}
	a.area,a.areawarenkorb,a.areahilfe, a.areasmall {
		color: white;
		background-color:rgb(30,155,240);;
		font-size: 24px;
		font-variant: small-caps;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		height: 85px;
		min-height:85px;
		width:180px;
		padding:10px;
		border:2px solid white; 
		margin:2px;		
		margin-right:20px;
		display:block;
		float:left;

	}
	a.areasmall { width:90px;}

	a.areawarenkorb { 
	#		display: none;
	}
	a.area:hover {
		text-decoration: underline;
		color: white;
	}
	table.news {
		background-color: #F2F2F2;
		width: 860px;
		text-align: left;
		vertical-align: top;
		border: 0px;
		border-style: solid;
		color:black;
	}

	table.news-float a.newsLink {text-align:center; height:200px;}
	table.news-float a.newsLink img
	{
		max-width:280px;
		max-height:150px;
		
	}

	td.newsLinkImage { text-align:center; }

	table.news-float {
		background-color: #F2F2F2;
		width: 300px;
		height:400px;
		max-height:800px;
		text-align: left;
		vertical-align: top;
		border: 0px;
		border-style: solid;
		color:black;
		float:left;
		margin:10px;
	}


	td.alignTop {
		min-width: 200px;
		vertical-align: top;
	}
	table.news td {
		vertical-align: top;
	}
	table.news td {
		text-align: left;
	}
	td.newsheadline {
		font-weight: bold;
		font-size: 18px;
	}
	td.newslink {
		width: 120px;
	}
	td.newsshorttext {
		width: 600px;
		max-width: 800px;
		font-size: 14px;
		text-align: left;
		vertical-align: top;
	}
	td.newsshorttextview {
		width: 100%;
		font-weight: bold;
		font-size: 14px;
		text-align: left;
		vertical-align: top;
	}
	textarea {
		width: 100%;
		height: auto;
		overflow: auto;
	}
	div.produkteArtikelnummer,div.produkteBestellung {
		font-weight: bold;
	}
	div.produkteBestellung {
		display: none;
		padding-top: 10px;
	}
	div.produkteLager {
		display: none;
	}
	p.produkteFoto {
		float: left;
	}
	p.produkteFoto img {
		max-width: 240px;
	}
	div.kasten {
		width: 220px;
		height: 180px;
		float: left;
		text-align: center;
	}
	a.newsLink,a.newsLink img {
		text-decoration: none;
		border: none;
		color: black;
	}
	div.startseite {
		text-align: center;
	}
	div.produkteText {
		display: none;
	}
	td.produkteTop {
		vertical-align: top;
	}
	table.urlaub {
		border: 1px;
		border-style: solid;
		background-color: #F0F0F0;
		empty-cells: show;
		font-size: 12px;
		color:black;
	}
	table.urlaub td {
		border: 1px;
		border-style: solid;
	}
	td.nichtbestaetigt {
		background-color: red;
	}
	td.bestaetigt {
		background-color: green;
	}
	td.offen {
		background-color: yellow;
	}
	td.frei,td.frei table {
		background-color: green;
		font-size: 12px;
	}
	td.voll,td.voll table {
		background-color: orange;
		font-size: 12px;
	}
	td.halb,td.halb table {
		background-color: yellow;
		font-size: 12px;
	}
	td.ueber,td.ueber table {
		background-color: red;
		font-size: 12px;
	}
	.background-table {
		width: 90%;
	}
	.htmlobject {
		width: 100%;
		height: 100%;
	}
	a.menuNavigation,a.passwort {
	
		font-size: 14px;
		color: white;
		font-variant: small-caps;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
	
	}
	a.passwort {
		font-size: 10px;
	}
	div.boxInvisible {
		display: none;
	}
	div.boxVisible {
		float: right;
		width: 600px;
		margin: auto;
		position: fixed;
		top: 50%;
		right: auto;
		border: solid 1px #ffffff;
		background-color: #FFC43D;
	}
	input.date {
		width: 100px;
		text-align: left;
		font-family: verdana;
		font-size: 14px;
	}
	input.calctext {
		width: 400px;
	}
	input.smalltext {
		width: 80px;
	}
	td.tableDecimal {
		text-align: right;
	}
	tr.red {
		background-color: #EA8A8A;
	}
	tr.green {
		background-color: #B0FF8E;
	}
	tr.green:hover,tr.red:hover,tr.gerade:hover,tr.ungerade:hover,tr.subgerade:hover,tr.subungerade:hover
		{
		background-color: yellow;
		color:red;
	}
	tr.subgerade,tr.subungerade {
		background-color:#999aaa;
		color: red;
		font-size: 10px;
	}
	tr.subungerade {
		background-color:#0eafff;
	}
	tr.auftragsubgerade,tr.auftragsubungerade {
		background-color:#999aaa;
		font-size: 12px;
	}
	tr.auftragsubungerade {
		background-color:#0eafff;
	}
	tr.auftraggerade,tr.aufragungerade {
		background-color:#119900;
		font-size: 12px;
	}
	tr.auftragungerade {
		background-color:#11aa00;
	}
	tr.gerade {
		background-color: #ECFFF8;
		color:black;
	}
	tr.ungerade {
		background-color: #ECFFA8;
		color:black;
	}
	div.materialgruppe {
		overflow-x: hidden;
		overflow: scroll;
		width: 320px;
		max-width: 300px;
		max-height: 200px;
		height: 200px;
		background-color: #D8F8FF;
	}
	td.maxtext,td.groupmaxtext {
		min-width: 200px;
		text-align: left;
	}
	div.materialgruppe table {
		width: 320px;
	}
	table.materialtable,table.materialgroup {
		width: 100%;
		font-size: 12px;
		color:black;
		word-wrap:break-word;
		
	}
	table.materialtable th, table.materialgroup th 	
	{
		color:white;
	}

	tr.listUngerade:hover,tr.listGerade:hover {
		background-color: yellow;
		color:black;
		font-size: 12px;
	}
	
	div.tab-panel table	
	{
		color:black;
	}

	tr.listUngeradeTouch:hover,tr.listGeradeTouch:hover {
		background-color: yellow;
		font-size: 24px;
		color:black:
	}
	tr.listGeradeTouch {
		background-color: #ECFFF8;
		font-size: 20px;
	}
	tr.listUngeradeTouch {
		font-size: 20px;
		background-color: #ECFFA8;
		color:black;
	}
	tr.listGerade {
		background-color: #ECFFF8;
		font-size: 12px;
		color:black;
	}
	tr.listUngerade {
		font-size: 12px;
		background-color: #ECFFA8;
		color:black;
	}
	tr.listSelection {
		background-color: orange;
		font-size: 12px;
	}
	.leftAlign {
		text-align: left;
	}
	.rightAlign {
		text-align: right;
	}
	
	input.number,td.number {
		white-space: nowrap;
		width: 80px;
		text-align: right;
		font-size: 14px;
		font-family: Verdana;
	}
	.number {
		text-align: right;
	}
	input.numbermwst {
		width: 50px;
		text-align: right;
	}
	input.text {
		width: 100px;
		font-size: 14px;
		font-family: Verdana;
	}
	input.fulltext {
		width: 500px;
		font-size: 14px;
		font-family: Verdana;
	}
	input.normaltext {
		width: 250px;
		font-size: 14px;
		font-family: Verdana;
	}
	input.textright {
		width: 200px;
		font-size: 14px;
		font-family: Verdana;
		text-align: right;
	}
	input.smalltext {
		width: 40px;
		text-align: left;
		font-size: 14px;
		font-family: Verdana;
	}
	textarea.text {
		width: 340px;
		height: 40px;
	}
	.number {
		vertical-align: top;
	}
	td.longtext, td.longtext div.noprint {
		width: 360px;
		vertical-align: top;
		height: auto;
		page-break-before:always;
		page-break-inside:avoid;
	}
	td.longtext img
	{
		max-width:300px;
	}

	a.morelink {
		float: left;
		font-size: 10px;
		font-family: Verdana;
		display: inline;
	}
	span.produkteShortText {
		font-size: 10px;
		font-family: Verdana;
	}
	table.documetTable,table.customerTable {
		width: 100%;
		font-size: 12px;
	}
	th.smallth {
		font-size: 9px;
	}
	div.line {
		border: 0px;
		border-top: 1px;
		border-style: solid;
		width: 100%;
	}
	div.navigation {
		display: block;
		height: 25px;
		width: 180px;
		display: block;
		text-indent: 1em;
		font-variant: small-caps;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #f2f2ff;
	}
	table td {
		vertical-align: top;
	}
	div.produktePreis {
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div.produktePreisContainer {
		float: right;
		text-align: left;
		margin: 5px;
		padding: 5px;
		background-color: #1e90ff;
		width: 90%;
		height: 110px;
		max-height: 110px;
	}
	div.produktePreisContainer input {
		margin-left: 8px;
	}
	p.produktePreiscart {
		padding-top: 5px;
		text-decoration: none;
		font-size: 12pt;
		font-weight: bold;
		text-align: left;
	}
	form.produktePreiscart {
		width:100%;	
	}
	form.produktePreiscart a,div.produktePreiscart a {
		font-size: 10pt;
		text-decoration: none;
		display: block;
		width: 115px;
		margin: 5px;
		padding: 5px;
		color: red;
		background-color: #1e90ff;
		border: 2px solid white;
	}
	div.produktePreiscart a {
		background-color: #1e90ff;
		padding-left: 10px;
		padding-right: 10px;
	}
	p.produktePreiscartInfolink {
		background-color: #1e90ff;
		text-decoration: none;
		display: block;
		margin: 5px;
		padding: 5px;
		width: 115px;
		width: 115px;
		border: 2px solid white;
		margin-bottom: 5px;
	}
	p.produktePreiscartInfolink a {
		font-size: 10pt;
		text-decoration: none;
	}
	form.produktePreiscart a:hover {
		cursor: pointer;
	}
	span.produktePreisMwst {
		font-size: 10px;
		text-align: right;
		display: none;
	}
	span.produktePreisBruttoList {
		font-weight: bold;
		margin-left: 20px;
		padding-top: 10px;
		text-align: right;
		display: none; #
		visible: none;
	}
	div.produktePreisBrutto {
		display: none;
	}
	
	div.thumbnail
	{
		float:left; 
		text-align:center; 
		margin:5px; 
		width:280px;
		height:180px;
		padding-top:10px;
		background-image:url('/img/thumbnail.png');
		background-repeat: no-repeat;
		
	}
	div.thumbnail img
	{
		max-width:280px;
		max-height:180px;
	}
	
	a.pages
	{
		text-decoration:none;
		padding-left:4px;
		padding-right:4px;
		padding-top:2px;
		font-weight:bold;
		color:white;
		background-color:#015523;
	}	
	
	table.galerieviewtable
	{
		width:100%;
		text-align:left;
		background-color:white;
		border:2px solid #015523;
		border-bottom:10px solid #015523;
		border-right:10px solid #015523;
		margin-bottom:5px;
	}
	
	table.galerietable
	{
		width:100%;
		#background-color:#015523;
	}
	
	td.galerieheadline a
	{
		text-decoration:none;
		font-weight:bold;
		color:black;
		font-size:18px;
	}
	div.galeriebig 
	{
		text-align:center;
		background-color:white;
		color:black;
		border:5px solid #015523;
		border-top:15px solid #015523;
		border-left:15px solid #015523;
		
	}
	div.galeriebig img
	{
		max-width:600px;
	}
	
	div.galerieviewlist
	{
		background-color:white;
		border:5px solid #015523;
		border-top:10px solid #015523;
		border-left:10px solid #015523;
		padding-left:10px;
	}
	
	div.bilder, div.files
	{
		float:left;
		margin:3px;
	
	}
	div.bilder img, div.files img
	{
		max-width:140px;
		max-height:140px;
	}
	
}

@media handheld , screen {
	
	.onlyprint {
		display: none;
	}
	
	div.mainoben {
		margin-top: 27px;
		width: 200px;
		max-width: 210px;
		vertical-align: top;
		text-align: center;
	}
	
	div.mainoben img
	{
		background-color:white;
		padding:12px;
	}

	div.mainmenu {
		padding-top: 15px;
		padding-bottom: 50px;
		margin-top: 10px;
		margin-left: 10px;
	}
	div.MenuNavigation {

		border: 2px;
		border-color: lightgray;
		border-style: solid;
		padding-top: 10px;
		padding-bottom: 10px;
		color: white;
		background-color: #1E90FF;
		text-align: center;
		font-weight: bold;
	}
	div.navigation {
		margin-top: 15px;
		font-size: 12px;
		text-align: center;
		font-variant: small-caps;
		color: white;
		padding-bottom: 6px;
		padding-top: 6px;
		font-weight: bold;
		background-color:#1e90ff;
	}
	td.mainunten {
		text-align: center;
		height: 24px;
		font-size: 14px;
		padding-top: 2px;
		color: #ffffff;
		font-family: verdana, arial, helvetica, sans-serif;
		background-color: #1E90FF;
		background-position: top;
		background-repeat: repeat-x;
	}
	td.mainunten span {
		vertical-align: top;
	}
	td.mainunten a {
		color: white;
		text-decoration: none;
		font-family: verdana, arial, helvetica, sans-serif;
	}
	td.leftmenu {
		width: 200px;
		max-width: 200px;
		min-height: 400px;
		vertical-align: top;
		
	}
	td.rightmenu {
		background-repeat: no-repeat;
		background-position: left top;
		vertical-align: top;
		width: 1000px;
		min-width: 1000px;
	}
	div.mainarea {
		padding-left: 40px;
		vertical-align: top;
		margin-top: 27px;
	}
	div.mainvar {
		clear:left;
		margin-top:180px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		vertical-align: top;
	}
	div.lo {
		margin: 0px;
		padding: 0px;
		height: 100%;
		vertical-align: top;
	}
	table.maintable {
		width: 1200px;
		height: 100%;
		min-height: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		border: 0px none;
		border-spacing: 0px;
		background-color: black;
	}
	td.customerRight {
		vertical-align: top;
		background-color: #1E90FF;
	}
	span.topInfo
	{
		clear:left;
	}
}

@media print {
	span.topInfo {
		display: none;
	}
	div.mainoben {
		display: none;
	}
	td.mainoben {
		display: none;
	}
	div.MenuNavigation {
		display: none;
	}
	td.mainunten {
		display: none;
	}
	div.mainmenu {
		display: none;
	}
	div.mainarea {
		display: none;
	}
	a {
		display: none;
	}
	table.maintable {
		border: 0px;
		background-color: black;
		padding: 0px;
		margin: 0px;
	}
	div.mainvar {
		display: inline;
		border: 0px;
		background-color: white;
	}
	div.lo {
		display: inline;
		background-color: white;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	table.materialtable td
	{
		border-bottom:1px solid black;
	}

	tr.listUngerade td
	{
		color:lightgray;
	}


	input.button {
		display: none;
	}
	html,body {
		background-color: white;
	}
	.noprint, .noprintVisible	{
		display: none;
	}
	.invisible {
		visibility: hidden;
	}
	input {	
		border: none;
		background: white;
	}
	select {
		border: none;
		background-color: white;
		padding-left: none;
		overflow:hidden;
		background: transparent;
		font-size:12px;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: none;
	}
	textarea {
		border: none;
		background: white;
	}
	td.customerRight {
		display: none;
	}


}
