/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
/*	background-color:#A3C1B9;*/

}
#headerlogo {
	position:absolute;
	top: 40px;
	left: 0px;
	width: 280px;
	background-color: #FFFFFF;
}
#headerbild {
	position:absolute;
	top: 40px;
	left: 280px;
	width: 500px;
}
#labeltext {
	position:absolute;
	top: 40px;
	left: 780px;
	height: 202px;
	font-family: Verdana, Arial, Geneva;
	font-size: 17px;
	font-weight: bold;
	color: #D00111;
	background-color:#FFFFFF;
	width: 130px;
}
#headertumbs2 {
	position:absolute;
	top: 142px;
	left: 700px;
	background-color: #8C939B;
}
#headertumbs3 {
	position:absolute;
	top: 142px;
	left: 610px;
	background-color: #8C939B;
	z-index: 10;
}
#headertumbs4 {
	position:absolute;
	top: 142px;
	left: 520px;
	background-color: #8C939B;
	z-index: 10;
}


#content {
	position:absolute;
	top: 242px;
	left: 40px;
	width: 870px;
	background-color: #FFFFFF;
/*	z-index: 5;*/
}
.navrule {
	background-color: #8C939B;
}
.navruleact {
	background-color: #D00111;
}

a.navlink,
a.navlink:link,
a.navlink:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #666666;
	
}
a.navlink:hover {
	color: #333333;
}
a.navlinkact:link {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #333333;
}
a.navlinkact:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #333333;
}
a.navlinkact:hover {
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #333333;
}

a.contlink, 
a.contlink:link, 
a.contlink:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #666666;
}
a.contlink:hover {
	color: #333333;
}

a.contlinkbold, 
a.contlinkbold:link, 
a.contlinkbold:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #666666;
}

a.contlinkbold:hover {
	color: #333333;
}
a.contlinksmall:link,
a.contlinksmall:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	letter-spacing: 0px;
	text-decoration: underline;
	color: #666666;
}

a.contlinksmall:hover {
	color: #333333;
}	

a.contlinkcart, 
a.contlinkcart:link, 
a.contlinkcart:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0px;
	margin-top:100px;
	text-decoration: underline;
	color: #666666;
}

a.contlinkcart:hover {
	color: #333333;
}

.cartlink,
a.cartlink, 
a.cartlink:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #008;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);

	color:rgba(0.8,0,0,0.9);
	text-shadow:1px 1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.5);
	
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(200,200,200,1));
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));

	padding:2px 5px;
}

.cartlink:hover,
a.cartlink:hover,
a.cartlink:active {
	color: #F00;
	font-weight:bold;
	background:rgba(240,240,340,1);
	border:1px solid rgba(300,0,0,0.6);
}

a.cartlink:active, a.cartlink:focus {
	background:-webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}

a.cartlinksmall, 
a.cartlinksmall:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #008;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);

	color:rgba(0.8,0,0,0.9);
	text-shadow:1px 1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.5);
	
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(200,200,200,1));
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));

	padding:2px 6px;
}

a.cartlinksmall:hover,
a.cartlinksmall:active {
	color: #F00;
	font-weight:normal;
	background:rgba(240,240,340,1);
	border:1px solid rgba(300,0,0,0.6);
}

a.cartlinksmall:active, a.cartlinksmall:focus {
	background:-webkit-gradient(linear,0% 100%,0% 0%,fro??f????6?6?m(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}

.cart {
	font-size: 12px;
	text-align: right;
}

.textnorm {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
}
.textnormred {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #D00111;
}
.textnarren {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.textbold {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
}
.textboldred {
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #D00111;
}
.textsmall {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #333333;
}
.textsmallred {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #D00111;
}
.textsmallbold {
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #333333;
}
.contline {
	background-color: #8C939B;
}

.contlinetitle {
	background-color: #8C939B;
	margin-top:7px;
}

.inputfield {
	width: 200px;
	heigth: 20px;
	border-top: solid 1px #4E6175;
	border-left: solid 1px #4E6175;
	border-bottom: solid 1px #7190A9;
	border-right: solid 1px #7190A9;
	font-family: Verdana, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
}
.inputbutton {
	width: 100px;
	heigth: 20px;
	border-top: solid 1px #7190A9;
	border-left: solid 1px #7190A9;
	border-bottom: solid 2px #4E6175;
	border-right: solid 2px #4E6175;
	font-family: Verdana, Arial, Geneva;
	font-size: 11px;
}

.alert {
	background-color:red;
}

