* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 100.01%;
	line-height: 100.01%;
	text-decoration: none;
	border: 0px none;
	list-style: none;
}

* {
	font-size: 0.8em;
	line-height: 1.6em;
	color: rgb(38,81,138);
}

* * {
	font-size: 1em;
}

img, table, td, tr {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.hidden {
	visibility: hidden;
}

.clear {
	clear: both;
}

.abs {
	position: absolute;
}

body {
	color: rgb(38,81,138);
	font-size: 1em;
	background: #FFFFFF;
}

p {
	padding-bottom: 12px;
}

h1, h2, h3, 
h1 .caps,  h2 .caps, h3 .caps {
	font-weight: bold;
}

h1 em, h2 em, h3 em {
	font-style: italic;
	font-weight: bold;
}

b, strong, b em, strong em {
	font-weight: bold;
}

a, a strong, a .caps  {
	text-decoration: underline;
	color: rgb(38,81,138);
}

a:hover, a:hover .caps {
	color: rgb(214,37,38);
}

a:active, a:focus {
	outline: none
}

#website {
	position: relative;
	width: 900px;
	background: #FFFFFF;
}

#logomenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 250px;
	background: url(sabine-mohr-logo.png) no-repeat;
}

#logomenuSM {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 250px;
	background: url(sabine-mohr-logo-outline.png) no-repeat;
}

#logomenu li a img, #logomenuSM li a img {
	position: absolute;
	display: none;
}

#logomenu li a img.mo, #logomenuSM li a img.mo {
	display: block;
}

#logomenu li a:hover img, #logomenuSM li a:hover img {
	display: block;
}

#logomenu li a:hover img.mo, #logomenuSM li a:hover img.mo {
	display: none;
}

#menu1 ul {
	position: absolute;
	left: 250px;
	top: 86px;
}

#menu1 li {
	display: block;
}

#menu1 li a {
	display: block;
	height: 24px!important;
}

#headlineSchmuck {
	position: absolute;
	left: 364px;
	top: 87px;
}

#headlineSM {
	position: absolute;
	left: 405px;
	top: 111px;
}

#menu3 {
	position: absolute;
	left: 40px;
	top: 225px;
	width: 210px;
	height: 370px;
}

#menu3 li {
	display: block;
	padding: 2px 0 2px 18px;
	background: url(bullit-menu.gif) no-repeat;
}

#menu3 li.act, #menu3 li:hover {
	background: url(bullit-menu-high.gif) no-repeat;
}

#menu3 li.justBullit {
	position: relative;
	display: block;
	padding: 2px;
	background: none;
}

#menu3 li.justBullit img {
	position: relative;
}

#addFlip {
	position: absolute;
	left: 710px;
	top: 595px;
}

#content {
	position: absolute;
	left: 250px;
	top: 160px;
	width: 650px;
	padding: 0 0 40px 0;
}


#content .textblock {
	clear: both;
	width: 450px;
}

#content .imgChangeCont img {

}

.line {
	background: url(bg-line.gif) repeat-x bottom;
	padding-bottom: 9px;
	margin-bottom: 2px;
}

div.imgChangeCont {
	position: relative;
	width: 450px;
	height: 450px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

div.imgChangeCont img {
	position: absolute;
}




