/*img {
   behavior: url("/fileadmin/template/css/pngbehavior.htc");
}*/

body {
	width:100%;
	text-align:center;
	color:#4d5763;
	font-size:62.5%;;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	background-color:#e6e1db;
}

h1 {
	font-size:24px;

	font-family:Arial,Verdana,sans-serif;
	color:#3a3a3a;
	margin:0;
	padding:0;

	margin-bottom:15px;
}

.container_12 {
	text-align:left;
	background:url(../img/mediaprocessing_body_bg.jpg) repeat-y #e6e1db;
	background-position: 50% 0px;

}

td{ font-size:1.1em;padding-bottom:10px;vertical-align:top; }

#menu {
	margin-top:40px;
	margin-left:60px;
}

#menu ul {
	list-style-type:none;
}

#menu li {
	color:#303030;
	margin:0;
	padding:0;
	margin-bottom:10px;
	padding-left:20px;
	list-style-image:none;

	width:150px;
	height:20px;
	position:relative;
}
#menu li a {
position:absolute;
top:-1px;
}

#content {
	margin-top:50px;
}
#footer {
	background:url(../img/mediaprocessing_footer_bg.jpg) no-repeat;

	height:60px;
}

#header {

	height:70px;
	background:url(../img/mediaprocessing_head_bg.jpg) no-repeat;
}
a {
	color:#303030; 

	text-decoration:none;
}

.active {
	color:##303030;
	font-weight:bolder;
	border:none;
	background:url(../img/li_menu.gif) no-repeat;
	background-position:0 4px;
}

.inactive {
	list-style-image:none;
}

ul {
	list-style-image:url(../img/mediaprocessing_menu_li_bg.jpg);
}

#menu ul {
	list-style-image:none;
}

p {
color:#4d5763;font-size:1.1em;text-align:justify;line-height:1.8em;
}


li {
	font-size:1.1em;
	color:#4d5763;
	line-height:1.8em;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:10px;
	list-style-image:url(/fileadmin/template/img/li_normal.gif);

}

.stepcarousel{
position: relative; /*leave this value alone*/

overflow: scroll; /*leave this value alone*/
width: 620px; /*Width of Carousel Viewer itself*/
height: 1500px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 0 10px 0; /*margin around each panel*/
width: 620px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
