body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: black;
}

img{
	border:0px solid white;
}

em {
	font-size: 10px;
	margin-left: 10px;

}

#body_panel {
	width: 1000px;
	margin-top:5px;
}

#content_panel {
	width: 800px;
	float: left;
	padding: 5px;
	margin-left: 5px;
}

#nav_panel {
	width: 150px;
	background-color: #DCDCDC;
	float: left;
	padding: 5px;
}

#nav_panel h1 {
	margin: 0px;
	font-size: 12px;
}

#footer_panel {
	width: 1000px;
	border-top: 1px solid grey;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcump {
	color: #979797;
}

#content_panel h2 {
	margin-bottom: 5px;
}

table {
	font-size: 12px;
}

td {
	border-bottom: 1px dotted #cccccc;
	font-size: 12px;
}

thead {
	background-color: #E1E1E1;
	font-size: 12px;
}

ul {
	padding-left: 15px;
	list-style-type: none;
	list-style-position:outside;
	margin:0px;
}

ul.top {
	padding-left: 0px;
}

li {
	padding-bottom: 3px;
}

label {
	font-weight: bold;
	display: block;
	float: left;
	width: 170px;
}


form br { 
	clear: left;
}

/*FORM*/
fieldset{
	border: 1px solid #C1C1C1;
	padding-left:10px;
}

fieldset>div {
	padding: 10px 0;
}
legend{
	margin-left:5px;
}

input[type="text"]{
	width:270px;
	border: 1px solid #C1C1C1;
}

input[type="password"]{
	width:270px;
	border: 1px solid #C1C1C1;
}

select{
	width:200px;
	border: 1px solid #C1C1C1;
}

input[type="checkbox"] {
  width: 20px;
}

textarea{
	width:270px;
	height: 100px;
	
	border: 1px solid #C1C1C1;
}

/*Messages und warnings*/
.message{
	font-weight: bold;
	color: #c1c1c1;
}

.warning{
	font-weight:  bold;
	color: red;
}

.warning_field{
	color:red;
	margin-left:10px;
}

.toggled{
	background-color: #cccccc;
}

#category_headline .category_title{
	float:left;
	padding-right:15px;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}
#category_headline .category_operation{
	float:left;
	padding-right:15px;
	font-weight: bold;
	font-size: 15px;
	line-height:22px;
	
}

#sub_category_headline .sub_category_title{
	float:left;
	padding-right:15px;
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	margin-top:22px;
}
#sub_category_headline .sub_category_operation{
	float:left;
	padding-right:15px;
	font-weight: bold;
	font-size: 12px;
	line-height:22px;
	margin-top:22px;
}

.new {
	color:blue;
	font-weight: bold;
	font-size: 12px;
	line-height:22px;
	padding-left:5px;
}
#fileUpload table,
#fileupload td{
	border:0px solid white;
}

#dr2w_content table{
	border:0px solid white;
	font-size: 12px;
}


#dr2w_content td {
	border-bottom: 0px solid white;;
	font-size: 12px;
	vertical-align: middle;
}

#dr2w_content .small input {
	width:30px;
}


/* FOOTER NAVIGATION */
#footer_box	{
	clear: both;
	margin: -0px auto 0 auto;
	width: 1000px;
	position: relative;
	padding: 23px 0 0 0;
}
#footer_box ul {
	width: 1000px;
	background: #f2f3f3;
	height: 23px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 1px 0;
}
#footer_box li {
	font: 10px/20px Arial, Helvetica, sans-serif;
	float: left;
	background: #f2f3f3;
}
#footer_box li a {
	font: 10px/20px Arial, Helvetica, sans-serif;
	padding: 0px 13px;
	text-decoration: none;		
	display: block;
	outline: none;
	background: #f2f3f3;
}
#footer_box li a:hover {
	background: #b2cdda;
}

#footer_box li a.active {
	background: #b2cdda;
}

#footer_box p {
	margin-top: -0px;
	width: 1000px;
	height: 44px;
	border-top: 1px solid #fd1b23;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
	color: #a9a9a9;
}
#footer_box p a {
	font: 10px/15px Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	text-decoration: underline;		
}

/******************************************/
/* header box                             */
/******************************************/
#header_box	{
	width: 1000px;
	height: 95px;
}
#header_box img {
	margin: 35px 0px 0px 743px
}

/* End hide from IE-mac */
/******************************************/
/* wrapper box                            */
/******************************************/
#wrapper_box {
	margin: 0px auto;
	width: 1000px;
	position: relative;
	min-height: 100%;
}
* html #wrapper_box {
	height: 100%;
}





