/*
---------------------------------------------------------------------
Global
------------------------------------------------------------------ */


* { margin: 0px; padding: 0px; }

body {
    background: url("/res/dremel/diy/images/chipboard.jpg") repeat;
    font: normal 11px verdana, arial, sans-serif;
    color: #333;
    text-align: center;
}


ul {
    list-style: none;
}

img {
    border: 0px none;
}

a {
    font: normal 11px verdana, arial, sans-serif;
    color: #333;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.small333 {
    font-size: 10px;
    margin-right: 5px;
}

a.medium333 {
    text-decoration: underline;
    margin-right: 0px;
}
optgroup {
	font-style: normal !important;
}

.cursorpointer {
    cursor: pointer;
}

/*
---------------------------------------------------------------------
Layout Structure
------------------------------------------------------------------ */

#container {
    position: relative;
    width: 937px;
    margin: 10px auto 0px;
    bottom: 5px;
    padding: 0px;
    text-align: left;
}

#lang_select {
    text-align: right;
    width: 937px;
    height: 24px;
}

#lang_select_WO {
    height: 5px;
}

#top_frame_lang {
    clear: both;
    left: 1px;
    width: 937px;
    height: 8px;
    z-index: -5;
}

#top_frame {
    left: 1px;
    width: auto;
    height: 8px;
    z-index: -5;
}

table, tr, td {
    margin: 0px;
    padding: 0px;
}

#content_frame {
    width: 937px;
    background: url("/res/dremel/diy/images/box_content_bg.gif") repeat-y top left;
    min-height: 555px;
}

#bottom_frame {
    clear: both;
    left: 1px;
    width: 937px;
    height: 21px;
}



/*
---------------------------------------------------------------------
=language selector
------------------------------------------------------------------ */

#lang_select div.pos {
    position: absolute;
    right: 3px;
}

#lang_select img {
    float: left;
}

#lang_select div.content {
    display: inline;
    float: left;
    background: #e6e6e6;
    width: auto;
    height: 14px;
    padding: 5px 10px 5px;
    font-size: 10px;
}

#lang_select a {
    font-size: 10px;
}

#lang_select span.bold {
    font-weight: bold;
}



/*
---------------------------------------------------------------------
=content_frame
------------------------------------------------------------------ */


#navi_frame {
    position: relative;
    float: left;
    width: 178px;
		vertical-align: top;
    margin: 0px;
    padding: 0px;
    border: none;
}


#main_inframe {
    position: relative;
    float: left;
    width: 741px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}

#main_frame {
    position: relative;
    float: left;
    width: 750px;
    /* asc width: 741px; */
    height: 98%;
}

#main_frame.keyvisual {
	position: relative; 
	top: -6px; 
	padding-top: 159px;
}

* html #main_frame.keyvisual {
	left: -2px;
	top: -8px; 
	padding-top: 162px;
}
 
/*
---------------------------------------------------------------------
==page feeter
------------------------------------------------------------------ */

#main_feeter {
    clear: both;
    margin-left: 24px;
    padding-top: 12px;
    height: 15px;
}

#main_feeter p {
    width: auto;
    margin: 0px;
    padding: 0px;
}

#main_feeter span {
    margin-left: 0px;
    margin-right: 10px;
}

#main_feeter .small {
    font: normal 10px verdana, arial, sans-serif;
    color: #333;
}

