html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #909090 url(../images/bg_kmdcms.gif);
	color: #2b2b2c;
	line-height: 24px;
}

/* ul, ol, dl { position: relative;  } */

h1
{
	font-size: 16px;
	padding-bottom: 4px;
	font-weight: normal;
}

dt
{
	font-size: 16px;
}

dd
{
	font-size: 11px;
}

h2
{
	font-size: 16px;
	padding-bottom: 4px;
	font-weight: normal;
}


th
{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}

td
{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #ee8322;
}

a:hover
{
	color: #ee8322;
}

#DCMS_mainFrame
{
	margin: 0;
	min-width: 956px;

}

#button
{
	float: left;
	width: 312px;
	height: 160px;
	background: url(../images/button.gif) no-repeat;
}

#space
{
	float: left;
	width: 312px;
	height: 160px;
}

#line
{
	float: left;
	width: 1px;
	height: 180px;
}

#rightcontent
{
	float: left;
	margin: 0;
	width: 690px;
}

#main_menu
{
	background-color: #ecebeb;
	height: 11px;
	line-height: 16px;
	border: 0px solid #000;
	width: 690px;
}

#main_menu a
{
	color: #2b2b2c;
}

#main_menu .a_bold
{
	font-weight: bold;
}

.main_menu_entry
{
	float: left;
	padding-left: 10px;
}

.DCMS_mainMenuEntry
{
	margin-left: 10px;
	border-left: 1px solid #2b2b2c;
	padding-left: 10px;
}


/* Reiter (Pages/Media-DB) beim tinyMCE-Select */
#DCMS_winMainTpl { background: #111; margin: 0;}

/* Hauptmenü */
ul#DCMS_mainMenu
{
	list-style: none;
	background: url(../images/bg_mainmenu.gif) no-repeat;
	margin: 0;
	padding-top: 23px;
	padding-left: 236px;
	float: left;
	width: 100%;
	height: 37px;
}
#DCMS_winMainTpl ul#DCMS_mainMenu
{
	width: ;
}

* html ul#DCMS_mainMenu
{
	display: inline;
}
ul#DCMS_mainMenu li
{
	float: left;
}

ul#DCMS_mainMenu li a
{
	display: block;
	outline: none;
	margin-right: 4px;
	color: #333;
	letter-spacing: 1px;
	border: 0px solid #fff;
}

ul#DCMS_mainMenu li a:hover
{
	color: #666;
}

ul#DCMS_mainMenu li a.DCMS_active
{
	border-bottom: 0px solid #eee;
	color: #ee8322;
}

ul#DCMS_mainMenu li a.DCMS_inactive
{
	border-bottom: 0px solid #fff;
	color: #bbb;
	cursor: default;
}

#DCMS_winMainTpl #DCMS_mainFrame
{
	margin: 0;
	padding-left: 50px;
	background: #909090 url(../images/bg_kmdcms.gif);
	width: 400px;
	height: 800px;
}

#DCMS_mainContent
{
	margin-left: 0px;
	margin-top: 175px;
	z-index: 10;
	width: 700px;
	border: 0px solid black;
}

#eigenschaften
{
	position: absolute;
	background: url(../images/bg_eigenschaften.png) no-repeat;
	width: 713px;
	height: 424px;
	left: 312px;
	top: 100px;
	padding-top: 70px;
	display: none;
}

#close
{
	position: relative;
	background: url(../images/close.png) no-repeat;
	width: 44px;
	height: 44px;
	z-index: 10;
	bottom: 31px;
	margin-left: 660px;
}

/* CONTENT SECTION */
#DCMS_mainLeft
{
	float: left;
	margin-right: 11px;
	width: 380px;
	border: 1px solid red;
}

#thumbnails
{
	position: relative;
	float: left;
	width: 312px;
	height: 502px;
	margin: 0;
	background: url(../images/bg_thumbnails.png) no-repeat;
}

#thumbs
{
	position: absolute;
	bottom: 32px;
	margin-left: 24px;
}

#copy
{
	float: left;
	background: url(../images/copy_km.png) no-repeat;
	width: 34px;
	height: 125px;
	margin-bottom: 0px;
	clear: left;
}

#bottom
{
	float: left;
	background: url(../images/kmdcms_logo.png) no-repeat;
	width: 1070px;
	height: 98px;
	margin-bottom: 0px;
}

#foot_menu
{
	float: left;
	margin-left: 511px;
	margin-top: 90px;
	height: 11px;
	line-height: 16px;
	z-index: 20;
}

.DCMS_footMenuEntry
{
	margin-left: 10px;
	border-left: 1px solid #2b2b2c;
	padding-left: 10px;
}
/* II Hauptmenü */
ul#DCMS_footMenu
{
	list-style: none;
	margin: 0;
	float: left;
	width: 95%;
	height: 37px;
}

* html ul#DCMS_footMenu
{
	display: inline;
}
ul#DCMS_footMenu li
{
	float: left;
}

ul#DCMS_footMenu li a
{
	display: block;
	outline: none;
	margin-right: 4px;
	color: #333;
	letter-spacing: 1px;
	border: 0px solid #fff;
}

ul#DCMS_footMenu li a:hover
{
	color: #666;
}

ul#DCMS_footMenu li a.DCMS_active
{
	border-bottom: 0px solid #eee;
	color: #ee8322;
}

ul#DCMS_footMenu li a.DCMS_inactive
{
	border-bottom: 0px solid #fff;
	color: #bbb;
	cursor: default;
}

/* clear floats */
.DCMS_clear {clear: both; }
.DCMS_clearLeft { clear: left; }
.DCMS_clearRight { clear: right; }

#DCMS_actionBox
{
	margin-bottom: 12px;
	padding-top: 50px;
	padding-right: 50px;
	height: 68px;
}

.orange
{
	font-size: 16px;
	padding-bottom: 4px;
	font-weight: normal;
	color: #ee8322;
}

.darkgrey
{
	color: #2b2b2c;
}

.creme
{
	color: #fbfbfb;
}
