/*                                                                 
   Because IE MAC seems to ignore class name differences after the 
   6th letter (e.g. get confused by "module" and "moduleFilter" we 
   need to establish a naming scheme for classes:                  
                                                                   
   mdXyz: a style for a a:r module named arXyz                     
   md_xyz: a style for a function used in several modules. "xyz"   
     tells us what this style is being used for, e.g. "md_filter"  
                                                                 */

/*                                                */
/* tags                                           */
/*                                                */

BODY, TD, DIV, UL, A {
	font: normal 13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
  line-height: 150%;
}
BODY {
	margin: 0 4px;
	padding: 0;
	background-color: #fff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}
A { 
	font-weight: normal;
	text-decoration: underline;
	font-size: inherit;
}
A:hover { color: #000; }

IMG { border: 0; }

H1,H2,H3,H4 { font-weight: bold; }
H1 { font-size: 24px; font-weight: normal; margin-top: 13px; margin-bottom: 5px; }
H2 { font-size: 18px; font-weight: normal; margin-top: 13px; margin-bottom: 5px; }
H3,H4,H5 { font-size: 13px; margin-top: 7px; margin-bottom: 3px; }

TABLE { border-collapse: collapse; }
TD {
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin: 0;
	vertical-align: top;
}

TABLE.noBorder TD {
	border: none;
	padding-left: 0;
}

/*                                                */
/* forms                                          */
/*                                                */
FORM { margin-top: 20px; }
INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54002a;
	margin-bottom: 2px;
}
INPUT.radio { vertical-align: middle; }
HR {
	background: #743958;
	color: #743958;
	border: none;
	height: 1px;
}

/* standard form fields for content, real widths are "width"+ border */
.formS, .formM, .formN, .formL, formXL
{ padding: 2px 0px; } /* IE adds padding to width, so we remove padding here */
.formS { width: 58px; }
.formM { width: 117px; }
.formN { width: 234px; }
.formL { width: 440px; }

/*                                                */
/* main layout classes                            */
/*                                                */

/* header (image max 950x120) */
DIV#header { position: absolute; width: 950px; height: 120px; }

UL#menu {
	position: absolute;
	left: 88px;
	top: 128px;
	width: 950px;
  margin:0;
	padding:0;
	border:0;
	list-style:none;
}
UL#menu LI { display: inline; margin-right: 16px; }
UL#menu LI A { font-size: 19px; color: #6A6A6A; text-decoration: none; }
UL#menu LI A.active { color: #000; }
UL#menu LI A:hover { text-decoration: underline; }

DIV#teaser { position: absolute; left: 642px; }
DIV#teaser A, DIV#teaser A:hover { text-decoration: none; }

/* the content container                          */
DIV.cont {
	position: absolute;
	left: 88px;
	top: 160px;
	width : 820px;
}

/* startpage                                      */
DIV.start {
	background-image: url(../img/myscans_start.jpg);
	background-repeat: no-repeat;
	width: 815px;
	height: 400px;
	padding-top: 32px;
}
DIV.start DIV.textBox {
	position: absolute;
	left: 555px;
	top: 30px;
	width: 250px;
}
DIV.start DIV.infotext {
	color: #bbb;
	position: absolute;
	top: 500px;
}
DIV.start DIV.infotext H1 {
	color: #bbb;
	font-size: 13px;
	font-weight: normal;
	display: inline;
}

/*                                                */
/* main layout context classes                    */
/*                                                */

/* module container                               */
DIV.modules { position: relative; top: 33px; }

/* common module class                            */
DIV.module { padding-bottom: 20px; width: 815px; }

/* modules common classes */
DIV.colL { float: left; width: 440px; }
DIV.colR { float: left; width: 350px; margin-left: 25px; }
BR.clear { clear: both; }
DIV.module IMG { display: block; border: 5px solid #efefef; margin-top: 3px; margin-bottom: 3px; }
DIV.module DIV.imgCap { padding: 0px 0 5px 5px; }

/* title: the title module                      */
H1.title {
	margin-bottom: 12px;
	line-height: 29px;
}
H1.title SPAN {
	padding-left: 9px;
	color: #808080;
}

/* special title for start page */
DIV.start H1.title { position: absolute; left: 92px; line-height: 26px; margin-top: 0; }
DIV.start H1.title SPAN { position: relative; left: -80px; padding: 0; }

/* Formular                                       */
FORM DIV {
	float: left;
	width: 235px;
	margin-bottom: 10px;
}
FORM DIV.price {
	width: auto;
	border: 5px solid #efefef;
	background: #f9f9f9;
	padding: 5px 15px;;
	font-size: 18px;
}

/*                                                */
/* text formatting classesn                       */
/*                                                */

.small {
	font-size: 11px;
}

.dimmed,
.dimmed A {
	color: #888;
}



