/* CSS fr Noname Media */


	html, body {
	
		width: 100%;
		height: 100%;
	}
	
	body {
	
		margin: 0;
	}
	
	body, div, td {
	
		font-family: sans-serif;
		font-size: 12px;
	}
	
	img {
	
		border: 0;
		vertical-align: middle;
	}
	
	strong {
	
		color: #1173E4;
	}
	
	strong.type2 {
	
		color: #555;
	}
	
	hr {
	
		border-width: 0;
		border-top: 1px solid #555;
	}
	
	a:link, a:active, a:visited {
	
		color: black;
	}
	
	a:hover {
	
		color: blue;
	}
	
	a.link2:link, a.link2:active, a.link2:visited {
	
		color: black;
		text-decoration: none;
	}
	
	a.link2:hover {
	
		color: blue;
		text-decoration: underline;
	}
	
	a.link3:link, a.link3:active, a.link3:visited {
	
		color: #1557FF;
		text-decoration: none;
		font-weight: bold;
		border: 1px dotted #fff;
		background-color: #fff;
	}
	
	a.link3:hover {
	
		color: #1557FF;
		text-decoration: none;
		font-weight: bold;
		border: 1px dotted #555;
		background-color: #ebebeb;
	}
	
	a.link4:link, a.link4:active, a.link4:visited {
	
		color: #000;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #fff;
		padding-left: 16px;
		background-image: url(../images/arrow_right.png);
		background-repeat: no-repeat;
		background-color: #fff;
	}
	
	a.link4:hover {
	
		color: #000;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #555;
		padding-left: 16px;
		background-image: url(../images/arrow_right.png);
		background-repeat: no-repeat;
		background-color: #ebebeb;
	}
	
	a.link5:link, a.link5:active, a.link5:visited {
	
		color: #000;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #fff;
		padding-left: 16px;
		background-image: url(../images/arrow_right_small.png);
		background-repeat: no-repeat;
		background-color: #fff;
	}
	
	a.link5:hover {
	
		color: #000;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #555;
		padding-left: 16px;
		background-image: url(../images/arrow_right_small.png);
		background-repeat: no-repeat;
		background-color: #ebebeb;
	}
	
	a.link6:link, a.link6:active, a.link6:visited {
	
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 16px;
		padding-right: 5px;
		padding-bottom: 1px;
		background-image: url(../images/bull1.png);
		background-repeat: no-repeat;
	}
	
	a.link6:hover {
	
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		padding-left: 16px;
		padding-right: 5px;
		padding-bottom: 1px;
		background-image: url(../images/bull2.png);
		background-repeat: no-repeat;
		background-color: #014BCB;
	}
	
	a.link7:link, a.link7:active, a.link7:visited {
	
		color: #000;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #fff;
	}
	
	a.link7:hover {
	
		color: #000;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #555;
		background-color: #ebebeb;
	}
	
	a.link8:link, a.link8:active, a.link8:visited {
	
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #fff;
	}
	
	a.link8:hover {
	
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		border: 1px dotted #555;
		background-color: #ebebeb;
	}
	
	a.link9:link, a.link9:active, a.link9:visited {
	
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		padding-bottom: 1px;
	}
	
	a.link9:hover {
	
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		padding-bottom: 1px;
		background-color: #014BCB;
	}
	
	a.link10:link, a.link10:active, a.link10:visited {
	
		color: #1173E4;
	}
	
	a.link10:hover {
	
		color: #000;
	}

	a.link11:link, a.link11:active, a.link11:visited {
	
		color: #fff;
		text-decoration: underline;
	}
	
	a.link11:hover {
	
		color: #fff;
		text-decoration: none;
	}
	
	.layoutHeader {
	
		width: 100%;
		background-image: url(../images/topbg.jpg);
		background-repeat: repeat-x;
    }
    
    .headerContent {
    
    	width: 800px;
    }
	
	.layoutButtons {
	
	}
	
	.mainContent {
	
		width: 800px;
		padding: 0 10px;
	}
	
	h1 {
	
		color: #555;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 10px;
		padding-left: 16px;
		margin: 0;
		background-image: url(../images/bull1.png);
		background-repeat: no-repeat;
	}
	
	h2 {
	
		color: #555;
		font-weight: bold;
		font-size: 12px;
	}
	
	h3 {
	
		color: #555;
		font-weight: bold;
		font-size: 11px;
	}
	
	h4 {
	
		color: #555;
		font-weight: bold;
		font-size: 10px;
		margin: 5px 0 1px 0;
	}
	
	h5 {
	
		color: #555;
		font-size: 10px;
		margin: 5px 0 1px 0;
	}
	
	.loginBox {
	
		position: absolute;
		left: 700px;
		top: 0px;
		font-size: 10px;
		width: 120px;
	}
	
	.loginBox input {
	
		border: 1px solid #c0c0c0;
		font-size: 10px;
		width: 100px;
		height: 14px;
		padding: 0px;
	}
	
	.loginBoxContent {
	
		width: 100%;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		border-top: 1px solid transparent;
		padding: 2px 2px 0 2px;
	}
	
	.loginBoxContentOver {
	
		border-left: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-top: 1px solid #c0c0c0;
		background-color: #F6F6F6;
	}
	
	.loginBoxFooter {
	
		border-left: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		background-color: #F6F6F6;
		width: 100%;
		display: none;
		padding: 0 2px 2px 2px;
	}
	
	
	
	/* +--------------------------- Pulldown Menue -------------------------------------+ */
	
	.naviMenue {
	
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
		width: 100%;
		height: 16px;
		background-color: #e0e0e0;
	}
	
	ul.pullMenue {
	
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	ul.pullMenue li {
	
		float: left;
		display: block;
	}
	
	ul.pullMenue ol {
	
		position: absolute;
		list-style: none;
		padding: 0;
		margin: 0;
		visibility: hidden;
		left: 0px;
		top: 21px;
	}
	
	ul.pullMenue ol a:link, ul.pullMenue ol a:visited, ul.pullMenue ol a:active {
	
		background-image: url(../images/layout_menue_out.png);
		background-repeat: no-repeat;
		display: block;
		width: 134px;
		height: 19px;
		padding: 0px 5px;
		text-decoration: none;
		color: #000;
		font-size: 13px;
	}
	
	ul.pullMenue ol a:hover {
	
		background-image: url(../images/layout_menue_over.png);
		background-repeat: no-repeat;
		display: block;
		width: 134px;
		height: 19px;
		padding: 0px 5px;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
	}
	
	.pullMenue .footer {
	
		background-image: url(../images/layout_menue_footer.png);
		background-repeat: no-repeat;
		display: block;
		width: 134px;
	}
	
	.content {
	
		padding: 10px;
		width: 800px;
	}
	
	.subPagePath {
	
		padding-bottom: 10px;
	}
	
	.subPagePath a:link, .subPagePath a:active, .subPagePath a:visited {
	
		color: #5c5c5c;
		text-decoration: none;
	}
	
	.subPagePath a:hover {
	
		color: #000;
		text-decoration: underline;
	}
	
	/* +----------------------------------- Footer --------------------------------------------+ */
	
	.footer {
	
		text-align: center;
		font-size: 10px;
		color: #5c5c5c;
		width: 800px;
		margin: 20px 0;
		clear: both;
	}
	
	.footer a:link, .footer a:active, .footer a:visited {
	
		color: #5c5c5c;
		text-decoration: underline;
	}
	
	.footer a:hover {
	
		color: #000;
		text-decoration: underline;
	}
	
	.footer hr {
	
		width: 95%;
		height: 1px;
		border: none;
		background-color: #5c5c5c;
	}
	
	div.userMessage {
	
		position: absolute;
		visibility: hidden;
		width: 441px;
		height: 47px;
		padding: 7px 10px 10px 10px;
		left: 100px;
		top: 100px;
		background-image: url(../images/user_message_bg.png);
		background-repeat: no-repeat;
		color: #000;
/* 		font-weight: bold; */
	}
	
	div[id = "userMessage"] {
	
		position: fixed;
	}
	
	div.userMessage img {
	
		float: left;
	}
	
	div.userMessage span {
	
		
	}
	
	.user_message, .err_message {
	
		border-bottom: 1px solid #c0c0c0;
		background-color: #FFF4AD;
		font-size: 12px;
		font-weight: bold;
		width: 100%;
		min-height: 16px;
		padding: 2px;
	}
	
	.err_message {
	
		color: darkred;
	}
	
	.user_message img, .err_message img {
	
		margin-right: 3px;
	}
	
	
	/* Input, kein Wert eingetragen */
	.missingValue {
	
		border: 2px solid red;
	}
	
	small.styleA {
	
		font-size: 9px;
		color: #515151;
	}
	
	div.buttonBox {
	
		border: 1px dotted #555555;
		background-color: #ebebeb;
		text-align: center;
		padding: 10px;
		width: 500px;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: 20px;
	}
	
	div.buttonBox b {
	
		color: #4356FF;
	}
	
	div.buttonBox table {
	
		width: 100%;
	}
	
	
	span.quickLinks {
		
		width: 220px;
	}
	
	.quickLinks .title {
	
		color: #555555;
		font-weight: bold;
		padding-left: 24px;
		margin-top: 10px;
		border-bottom: 2px dotted #c0c0c0;
	}
	
	.quickLinks a:link, .quickLinks a:active, .quickLinks a:visited {
	
		color: black;
		text-decoration: none;
		font-weight: bold;
		border: 1px dotted #fff;
		background-color: #fff;
	}
	
	.quickLinks a:hover {
	
		color: black;
		text-decoration: none;
		font-weight: bold;
		border: 1px dotted #c0c0c0;
		background-color: #ebebeb;
	}
	
	.agreementBlock {
	
		color: #555;
		font-size: 10px;
		padding-top: 30px;
		padding-left: 16px;
		text-indent: -16px;
	}
	
	ul.styledList {
	
		list-style-image: url(../images/bull1.png);
		padding-left: 15px;
		margin: 10px 10px;
	}
	
	.listTitle {
	
		color: #555;
		font-weight: bold;
		font-size: 11px;
	}
	
	.slideShow li {
	
		display: block;
		float: left;
		border: 1px solid #555;
		margin: 5px;
		padding: 0;
		width: 90px;
	}
	
	.slideShow li:hover {
	
		border: 1px solid #D0002D;
	}
	
	.slideShow ul {
	
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	div.slideShow {
	
		border: 1px solid #ebebeb;
		background-color: #F6F6F6;
		width: 520px;
	}
	
	div.slideShow img#slideShowImg {
	
		border: 1px solid #555;
		margin: 5px;
	}
	
	.shoppingCart {
	
		background-image: url(../images/little_cart.png);
		background-repeat: no-repeat;
		display: block;
		width: 200px;
		height: 40px;
		padding-left: 43px;
		margin-bottom: 10px;
	}
	
	.dutyField {
	
		color: #E7090D;
		font-weight: bold;
	}
	
	.warning {
	
		color: #E7090D;
		font-size: 11px;
		font-weight: bold;
		border: 1px dotted #c0c0c0;
		background: #ebebeb;
		padding: 1px;
		width: 300px;
		margin: 5px 0 10px 0;
	}
	
	
	.tbHighlight1 {
	
		background-color: #fff;
	}
	
	.tbHighlight2 {
	
		background-color: #EFEFEF;
	}
	
	table.tableStyle1 {
	
		border: 1px solid #2B85EB;
	}
	
	table.tableStyle1 thead td {
	
		border-bottom: 1px solid #2B85EB;
		background-color: #c0c0c0;
		vertical-align: top;
	}
	
	.loginLayer {
	
		width: 180px;
		background-color: #ebebeb;
		right: 0;
		top: 20px;
		position: absolute;
		visibility: hidden;
		padding: 2px;
		border: 1px solid black;
	}
	
	.layer1 {
	
		position: absolute;
		visibility: hidden;
		width: 300px;
		height: 200px;
		background-image: url(../images/layer1bg.png);
	}
	
	.layer1Head {
	
		color: #fff;
		padding: 2px;
		width: 300px;
		height: 14px;
		text-align: center;
	}
	
	.layer1Body {
		
		color: #000;
		padding: 2px;
		width: 300px;
		height: 160px;
	}
	
	.layer1Foot {
	
		color: #000;
		width: 300px;
		height: 16px;
		padding: 2px;
	}
	
	
	
	.layer2 {
	
		position: absolute;
		visibility: hidden;
		width: 500px;
		height: 400px;
		background-image: url(../images/layer2bg.png);
	}
	
	.layer2Head {
	
		color: #fff;
		padding: 2px;
		width: 500px;
		height: 14px;
		text-align: center;
	}
	
	.layer2Body {
		
		color: #000;
		padding: 2px;
		width: 500px;
		height: 160px;
	}
	
	.layer2Foot {
	
		color: #000;
		width: 500px;
		height: 16px;
		padding: 2px;
	}
	
	.bannerBox {
	
		border: 1px solid silver;
		background-color: #ebebeb;
		padding: 5px;
		line-height: 1.5em;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
	.bannerBox textarea {
	
		border: 1px solid silver;
		background-color: #fff;
		height: 50px;
		width: 100%;
		margin-top: 10px;
	}
	
	.bannerBox img {
	
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.bannerBox:hover {
	
		border-color: #555;
	}
	
	.infoStepping {
	
		width: 273px;
		height: 173px;
		background-image: url(../images/info_stepping_bg.png);
		background-repeat: no-repeat;
		padding: 5px 25px 20px 25px;
	}
	
	.infoSteppingContent {
	
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
/* 		border: 1px solid red; */
	}
	
	