/*
Blue Dream
Written by Teylor Feliz  http://www.admixweb.com
*/
html,body {
	background-color: #ffffff;
	margin: 0px auto auto auto;
	padding: 0px;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	font-family: Verdana, Geneva, sans-serif;
	width: 960px; /*from iisart.css*/
}

.LinkButton {
	border: 0px none; ! important;
	border-color: #ffffff !important;
	border-style: none !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	text-align: left !important;
	color: blue !important;
	text-decoration: none !important;
	margin: auto 0px auto 0px !important;
	box-shadow: none !important;
	padding: 3px 3px !important;
}

.loginfield {
	width: 150px;
}

.loginclass {
	margin: auto 0px 10px auto;
	/*	background: #a7c139;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	link: #ffffff;
	align: right;
	/* text-transform:uppercase;*/
}

.loginclass td {
	border-style: none;
}

/* input[type="radio"] {
	
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     not currently supported
    -o-appearance: checkbox;      not currently supported
}
 */
.menuclass { /* 2.div */
	margin: auto auto auto auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	table-layout: auto;
	background: #f1fbda;
	border: 1px dashed white;
	border-collapse: collapse;
	border-left-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-top-style: hidden;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.menuclass label {
	display: block;
	float: auto;
	text-align: left;
	margin-left: 25px;
	font-weight: normal;
	color:black;
}


input[type=submit] {
	border: 1px solid #A6A0A0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, #F2F2F2
		), color-stop(0.7, #FFFFFF) );
	background: -moz-linear-gradient(center top, #F2F2F2 28%, #FFFFFF 70%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		= 
		 '#F2F2F2', endColorstr =   '#FFFFFF' );
	background-color: #F2F2F2;
	-moz-box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	-webkit-box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 2px #FFFFFF;
	font-weight: normal;
	margin: 0px 0px;
	padding: 5px 10px;
	color: #262525;
	letter-spacing: 1px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	width: auto;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

input[type=submit]:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, #FFFFFF
		), color-stop(0.7, #F2F2F2) );
	background: -moz-linear-gradient(center top, #FFFFFF 28%, #F2F2F2 70%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		= 
		 '#FFFFFF', endColorstr =   '#F2F2F2' );
	background-color: #FFFFFF;
}

input[type=submit]:active {
	position: relative;
	top: 1px;
	left: 1px;
}

input[type=button] {
	border: 1px solid #A6A0A0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, #F2F2F2
		), color-stop(0.7, #FFFFFF) );
	background: -moz-linear-gradient(center top, #F2F2F2 28%, #FFFFFF 70%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		= 
		 '#F2F2F2', endColorstr =   '#FFFFFF' );
	background-color: #F2F2F2;
	-moz-box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	-webkit-box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #FFFFFF;
	font-weight: normal;
	margin: 0px 0px;
	padding: 5px 10px;
	color: #262525;
	letter-spacing: 1px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	width: auto;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

input[type=button]:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, #FFFFFF
		), color-stop(0.7, #F2F2F2) );
	background: -moz-linear-gradient(center top, #FFFFFF 28%, #F2F2F2 70%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		= 
		 '#FFFFFF', endColorstr =   '#F2F2F2' );
	background-color: #FFFFFF;
}

}
input[type=button]:active {
	position: relative;
	top: 1px;
	left: 1px;
}

input[type=reset] {
	border: 1px solid #A6A0A0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, #F2F2F2
		), color-stop(0.7, #FFFFFF) );
	background: -moz-linear-gradient(center top, #F2F2F2 28%, #FFFFFF 70%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		= 
		 '#F2F2F2', endColorstr =   '#FFFFFF' );
	background-color: #F2F2F2;
	-moz-box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	-webkit-box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	box-shadow: inset 0px 1px 2px 0px #E0E0E0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #FFFFFF;
	font-weight: normal;
	margin: 0px 0px;
	padding: 5px 10px;
	color: #262525;
	letter-spacing: 1px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	width: auto;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

input[type=reset]:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.28, #FFFFFF
		), color-stop(0.7, #F2F2F2) );
	background: -moz-linear-gradient(center top, #FFFFFF 28%, #F2F2F2 70%);
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		= 
		 '#FFFFFF', endColorstr =   '#F2F2F2' );
	background-color: #FFFFFF;
}

input[type=reset]:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.link a:link {
	color: #03476f;
	text-decoration: none;
	float: right;
	align: right;
	margin-bottom: 15px;
	font-size: 14px;
}

.link input[type=submit] {
	color: #03476f;
	text-decoration: none;
	float: right;
	align: right;
	margin-bottom: 15px;
	font-size: 14px;
	border: none;
	background: none;
	background-color: #FFFFFF;
	border-radius: 0px;
	box-shadow: none;
}

.upload-button {
	position: relative;
	height: 30px;
	width: 200px;
	background: grey;
	border: 1px solid blue;
	margin: 0px !important;
}

.upload-button input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	opacity: 0;
}

label {
	display: block;
	float: auto;
	text-align: left;
	margin-left: 25px;
}

input {
	float: left;
}

.logo {
	position: absolute;
	top: 0px;
	left: 38px;
}

#Navigation {
	width: 960px;
	height: 53px;
	background-color: #A7C139;
	padding: 0px 0px 0px 220px;
	font-size: 18px;
	text-align: center;
	color: white;
	display: table-cell;
	vertical-align: middle;
}

#platzhalter {
	height: 31px;
	margin: 18px 0px 40px 0px;
}

#divid {
	position: relative;
	height: 155px;
	margin-bottom: 65px;
	bottom: 20px;
	width: 100%;
}

A.loginlink:link,A.loginlink:visited,A.loginlink:active {
	color: #ffffff;
	text-decoration: none;
}

.optionclass {
	width: 100%;
}

ul.a {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	color: #4c4a4f;
}

a:link {
	color: #03476f;
	text-decoration: none;
}

/*
vorher03476
*/
img {
	border: none;
}

.tableclass {
	width: 960px;
	margin: 3% auto 3% auto;
	table-layout: auto;
	background: #a7c139;
	border-collapse: collapse;
	border-left-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-top-style: hidden;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.tableclass tbody th,tbody td {
	text-align: left;
	vertical-align: middle;
}


.tableclass_product {
	width: 960px;
	margin: 3% auto 3% auto;
	table-layout: auto;
	background: #a7c139;
	border-collapse: collapse;
	border-left-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
	border-top-style: hidden;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.tableclass_product tbody th{
	text-align: left;
	vertical-align: middle;
	color:white;
}

.tableclass_product img {
	border: 1px;
	display: block;
}

.tableclass_product tbody th a:link{
	color:white;
	}

.confirmtableclass {
	margin: 0 0 5% 0;
	background: #f1fbda;
	table-layout: auto;
	border: 1px solid gray;
	border-collapse: collapse;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.iisartclass td {
	background: #a7c139;
	height: 200px;
	border: 1px dashed white;
	border-spacing: 10px;
}

.normalclass td {
	background: #ffffff;
	height: 200px;
	border: 1px dashed #a7c139;
}

td,th {
	color: #363636;
	padding: .4em;
	border: 1px dashed white;
}

.infoclass {
	margin: 3% auto 3% auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	table-layout: auto;
	border-collapse: collapse;
	border-left-style: hidden;
	border-right-style: hidden; ! important;
	border-bottom-style: hidden;
	border-top-style: hidden;
}

.infoclass td {
	background: #ffffff;
	border: 1px dashed #a7c139; ! important;
	padding: .4em;
}

.infoclass th {
	background: #a7c139;
	border: 1px dashed white; ! important;
	padding: .4em;
}

.noboarderclass {
	border-left-style: hidden;
	border-right-style: hidden; ! important;
	border-bottom-style: hidden;
	border-top-style: hidden;
}

.noboarderclass td {
	border-left-style: hidden;
	border-right-style: hidden; ! important;
	border-bottom-style: hidden;
	border-top-style: hidden;
}

.noboarderclass th {
	border-left-style: hidden;
	border-right-style: hidden; ! important;
	border-bottom-style: hidden;
	border-top-style: hidden;
}

.infoclass tbody th,tbody td {
	text-align: left;
	vertical-align: middle;
}

#helplink a:link {
	color: #4c4a4f;
	text-decoration: none;
	margin-left: 1em;
}

#checkid /*checkbox for accept terms*/ {
	margin: 5px 15px 5px 5px;
	vertical-align: middle;
	display: block;
}

a.info {
	text-decoration: none;
	margin-left: 1em;
}

a.info:hover {
	cursor: help;
}

a.info span {
	visibility: hidden;
	left: 10em;
	margin-top: 1em;
	padding: 1em;
	text-decoration: none
}

a.info:hover span {
	visibility: visible;
	border: 1px dashed white;
	color: black;
	background: #a7c139
}

h4 {
	font-size: 16pt;
	font-weight: bold;
	color: #4c4a4f;
	padding-bottom: 3px;
}

h5 {
	font-size: 9pt;
	padding-top: 3px;
	padding-bottom: 3px;
}

caption {
	color: #5C443A;
	font-weight: bold;
	letter-spacing: 20px;
	padding: 6px 4px 8px 0px;
	text-align: center;
	text-transform: uppercase;
}

thead th,tfoot th {
	background: #5C443A;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
}

tbody td a {
	color: #363636;
	text-decoration: none;
}

tbody td a:visited {
	color: gray;
}

tbody td a:hover {
	text-decoration: underline;
}

tbody th a {
	color: #363636;
	font-weight: normal;
	text-decoration: none;
}

tbody th a:hover {
	color: #363636;
}

tbody td a {
	background-position: left center;
	background-repeat: no-repeat;
	color: #03476F;
}

tbody td a:visited {
	background-position: left center;
	background-repeat: no-repeat;
}

tbody th,tbody td {
	text-align: left;
	vertical-align: top;
}

tfoot td {
	background: #5C443A;
	color: #FFFFFF;
	padding-top: 3px;
}

.odd {
	background: #fff;
}