/* CSS Document */

body {
	background-color: #666;
	background-image: url("images/bg_rico-eab.gif");
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0;
	text-align: left;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
}

a:link,
a:visited
 {
	color: #333;
}

a:focus,
a:hover,
a:active
{
	color: #CC0000;
}

a img {
	border: none;
}

.ohneU {
	text-decoration: none; 
}

table.main {
	background-color: #fff;
	background-image: url("images/head_30years_e.jpg");
	background-repeat: no-repeat;
	width: 750px;
	border: none;
}

table.produkte {
	background-color: #fff;
	width: 95%;
}

table.zubehoer {
	background-color: #fff;
	width: 98%;
}

table.kameras {
	background-color: #fff;
	width: 50%;
}

/*HAUPTMENUE*/

ul {
	list-style-type: none;
	margin: 0px 0px 12px 18px;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
}

ul li a:link,
ul li a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

ul li a:focus,
ul li a:hover {
	color: #666;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

ul li a#current {
	color: #CC0000;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
/*Untermenuepunkte*/

ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	border: none;
}

ul li ul li a:link,
ul li ul li a:visited {
	padding: 0;
	text-decoration: none;
	color: #666;
	font-weight: normal;
	border: none;
}

ul li ul li a:focus,
ul li ul li a:hover {
	color: #CC0000;
	border: none;
	font-weight: normal;
}

ul li ul li a#currentsub {
	color: #333;
	border: none;
	font-weight: bold;
}
/* ENDE HAUPTMENUE */

.submen {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 4px 40px 10px 0;
	font-weight: bold;
}
.submenaktiv {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	margin: 4px 0 10px 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin: 20px 0 16px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 18px 0 10px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 8px 0 5px 0;
}

p {
	color: #333;
	font-size: 12px;
	margin: 0 36px 6px 0;
}

.klein {
	font-size: 11px;
}

.hyper {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

a:link.hyper,
a:visited.hyper,
a:focus.hyper,
a:hover.hyper,
a:active.hyper {
	font-weight: bold;
	color: #CC0000;
}

.copyr {
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #999;
	margin-top: 60px;
	margin-bottom: 20px;
}

/* Formatierung regulaere Liste */
ul.regular {
	list-style-type: square;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	border: none;
	margin-right: 50px;
}

li.regular {
	padding-bottom: 3px;
}

a:link.regular,
a:visited.regular {
	list-style-type: square;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
	border: none;
}

a:focus.regular,
a:hover.regular {
	color: #CC0000;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
	border: none;
}

/* Formatierung Links in Sitemap */
a:link.sitemap,
a:visited.sitemap {
	list-style-type: square;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
	border: none;
}
a:focus.sitemap,
a:hover.sitemap {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
	border: none;
}
/* Ende Formatierung Links in Sitemap */

/* Formatierung Unterpunkte reguläre Liste */
ul.li.ul.sublist {
	list-style-type:disc;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	border: none;
	margin-left: 15px;
}
ul.li.ul.li.sublist {
	padding-bottom: 3px;
}
/* Ende Formatierung Unterpunkte reguläre Liste */

/* Ende Formatierung regulaere Liste */

.left {
	float: left; 
	margin: 0 12px 10px 0;
}

.right {
	float: right; 
	margin: 0 24px 8px 8px;
}

.gerahmt {
	border: 1px solid #999;
}

.fett {
	font-weight: bold;
}

.top {
	font-size: 11px;
	text-decoration: none;
}
