@charset "utf-8";
/* CSS performetix */

#Body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	background-color:#333;
	color:#fff;
}

.StreifenTitel {
	height:10px; width:100%; background-color:#494949; font-size:0;
	background:linear-gradient(to bottom, #000 0%, #333 90%);
}

.StreifenTitel2 {
	height:10px; width:100%; background-color:#494949; font-size:0;
	background:linear-gradient(to bottom, #333 0%, #000 90%);
}

#Oben {
	height:150px;
	width:100%;
	background-color:#000;
}

#Titel {
	position:relative;
	width:800px;
	height:130px;
	margin:auto;
}

#Inhalt {
	position:relative;
	width:800px;
	height:300px;
	margin:auto;
	padding:10px;
	z-index:2;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.Glas {
	background-color:#fff;
	border:5px #fff solid;
	border-left:15px #fff solid;
	border-right:15px #fff solid;
	box-shadow: 5px 5px 10px black;
}

.nurSchatten { box-shadow: 5px 5px 10px black; }

.Schrift {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
}

.Inp {
	border:2px #ccc solid;
	padding:5px;
	margin:3px;
	color:#999;
	font-size:18px;
}

.Input {
	padding:8px;
	margin:5px;
	color:#333;
	font-size:17px;
	box-shadow:2px 2px 2px black;
	border:none;
	/*box-shadow: 2px 2px 2px black, inset 2px 2px 2px black;*/
	/*background-color:#D7D7D7;*/
	background:linear-gradient(to bottom, white 0%, #9A9A9A 90%);
}
.Input option {
	background:#ccc;
}

.InputFail {
	background:linear-gradient(to bottom, white 0%, #EF4649 90%);
}

.iFile {
	padding:8px;
	margin:5px;
	font-size:16px;
	box-shadow:2px 2px 2px black;
}

.Submit {
	padding:8px;
	margin:5px;
	color:#fff;
	font-size:15px;
	/*box-shadow: inset 2px 2px 2px black;*/
	box-shadow: 2px 2px 2px black;
	/*background:linear-gradient(to bottom, #9A9A9A 0%, #163B4D 90%);*/
	background:linear-gradient(to bottom, #666 0%, #000 90%);
	border:none;
	cursor:pointer;
}
.Submit:hover {
	background:linear-gradient(to bottom, #999 0%, #245070 90%);
}

.weich {
	-moz-transition-property:background-color color;
	-webkit-transition-property:background-color color;
	-khtml-transition-property:background-color color;
	transition-property:background-color color;
	
	-moz-transition-duration:0.25s;
	-webkit-transition-duration:0.25s;
	-khtml-transition-duration:0.25s;
	transition-duration:0.25s;
}

.Button {
	border:2px #ccc solid;
	background-color:#10608C;
	margin:3px;
	padding:5px;
	font-size:17px;
	color:#fff;
}
.Button:hover {
	background-color:#1176AD;
}

a.Link2:link, a.Link2:visited {
	text-decoration:none;
	color:#fff;
}
a.Link2:active {
	color:#CD2F31;
}
a.Link2:hover {
	color:#CD2F31;
}

a.LinkG:link, a.LinkG:visited, a.LinkG:active {
	text-decoration:none;
	color:#999;
}
a.LinkG:hover {
	color:#ccc;
}

a.LinkCheck:link, a.LinkCheck:visited ,a.LinkCheck:active {
	text-decoration:none;
	color:#fff;
}
a.LinkCheck:hover {
	color:#ccc;
}
a.LinkCheck2:link, a.LinkCheck2:visited ,a.LinkCheck2:active {
	text-decoration:none;
	color:#fff;
}
a.LinkCheck2:hover {
	color:#ccc;
}


.InpDiv {
	float:left;
	margin:5px;
	/*background-color:#484848;*/
}

.klar {
	clear:left;
	width:0;
	height:0;
	font-size:0;
}

.Ueber {
	padding:12px;
	margin-bottom:15px;
	/*box-shadow: 2px 2px 2px black;*/
	color:#fff;
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
	font-size:17px;
}

.Hinweis {
	padding:5px;
	border:1px solid #3EA7DB;
	box-shadow: 2px 2px 2px black;
	text-align:center;
}
.Warnung {
	padding:5px;
	border:1px solid #EF4649;
	box-shadow: 2px 2px 2px black;
	text-align:center;
}
.Warenkorb {
	padding:5px;
	margin-bottom:5px;
	background-color:#fff;
	color:#000;
	box-shadow: 2px 2px 2px black;
}
.WarenSumme {
	padding:5px;
	margin-bottom:5px;
	/*background-color:#B3B3B3;*/
	color:#fff;
	box-shadow: 2px 2px 2px black;
}

.Mark {
	cursor:pointer;
	margin:3px;
}

.Mark:hover {
	background-color:#666;
}