/* Start of CMSMS style sheet 'basis-css' */
html,body{
	margin:0;
	padding:0;
	height:100%;
    border:none;
	background-color: #F4F5F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
   }

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}



#topmenu {
	margin: 0px;
	width: 350px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	float: right;
	padding: 40px 10px 0px 0px;
	font-size: 12px;
	text-transform: uppercase;
}
#topmenu a:link {
	color: #000000;
	text-decoration: none;
}
#topmenu a:visited {
	color: #000000;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#topmenu a:active {
	color: #FF0000;
	text-decoration: underline;
}



.column-schatten-oben {
	background-image: url(bilder/schatten-oben.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
}


#breadcrumbs {
	font-size: 12px;
	color: #999999;
	margin: 20px 0px 0px 40px;
	text-align: left;
}
#breadcrumbs a:link {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#breadcrumbs a:active {
	color: #FF0000;
	text-decoration: underline;
}



.content {
	margin: 0px 40px 40px 40px;
}


.produktbild {
	float: left;
	width: 300px;
	height: 200px;
	padding-bottom:40px;
}
.produkttext {
	float: right;
	width: 220px;
	height: 200px;
	padding-bottom:40px;
}



#button {
display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #CD2E1B;
	padding: 2px;
}
#button  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#button  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#button  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6666;
}
#button  a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6666;
}



.topmenu {
	margin: 0px;
	width: 350px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	float: right;
	padding: 40px 10px 0px 0px;
	font-size: 12px;
	text-transform: uppercase;
}

#footer {
	font-size: 12px;
	color: #999999;
}
#footer   a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#footer a:active {
	color: #FF0000;
	text-decoration: underline;
}


/* End of 'basis-css' */

