/* mgtools layout */
html,body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #67686A;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	background-color: #ffffff;
}

table {
	border-collapse: collapse;
}

td{
	font-size:11px;
}

img {
	border: 0px;
}

.bg-bluebar { /* border-top:33px solid #F7F7F7;*/
	background-color: #F7F7F7;
	padding-left: 3px;
	margin-bottom:15px;
	border-top:2px solid #F7F7F7;
	border-bottom:2px solid #F7F7F7;
	
	/* ie solution for min-height */
/*	min-height: 6px;
	height: auto !important;
	height: 6px;*/
}

h1 {
	font-size: 14px;
	color: #275592;
	padding: 0px;
	margin: 0px 0px 8px 2px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	color: #68686A;
	padding: 0px;
	margin: 20px 0px 5px 0px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #275592;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	color: #275592;
	padding: 0px;
	margin: 10px 0px 2px 0px;
	font-weight: bold;
}

#logo-management-tools {
	position: absolute;
	top: 23px;
	left: 44px;
	z-index: 10px;
	width: 270px;
	height: 76px;
}

#box-search {
	position: absolute;
	top: 60px;
	left: 480px;
	z-index: 10px;
	width: 509px;
	height: 24px;
	text-align: right;
	color: #B4B4B4;
}

#box-search a{
	color:#B4B4B4;
	margin-left:10px;
}

#box-mainnav {
	position: absolute;
	top: 160px;
	left: 45px;
	z-index: 10px;
	width: 186px;
	height: auto;
	padding: 0px 0px 0px 0px;
}

#box-maincolumn {
	position: absolute;
	top: 162px;
	left: 241px;
	z-index: 10px;
	width: 800px;
	height: auto;
	padding: 0px 0px 0px 11px;
	border-left: 1px solid #969A9D;
	padding-bottom: 40px;
}

.dotted {
	background-image: url("../media/dotted.gif");
	background-position: top left;
	background-repeat: repeat-x;
	height: 2px;
	margin: 7px 0px 7px 0px;
	line-height: 0px;
	font-size: 0px
}

a:link,a:visited {
	color: #275592;
	text-decoration: none;
}

a:hover {
	color: #4071B2;
	text-decoration: none;
}

#activ {
	background-color: #E9E7E7;
}

a.link-img:link,a.link-img:visited {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a.link-img:hover {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a.link-hilfsnav:link,a.link-hilfsnav:visited {
	color: #B4B4B4;
	text-decoration: none;
	padding: 0px 11px 0px 11px;
}

a.link-hilfsnav:hover {
	color: #707070;
	text-decoration: underline;
	padding: 0px 11px 0px 11px;
}

#hilfsnav-activ {
	color: #707070;
}

a.link-mainnav:link,a.link-mainnav:visited {
	color: #275592;
	text-decoration: none;
}

a.link-mainnav:hover {
	color: #4071B2;
	text-decoration: none;
}

#mainnav-activ {
	color: #4071B2;
	font-weight: bold;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

li {
	background-image: url("../media/arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 11px;
	margin: 0px 0px 0px 0px;
}

/*   nav listen */
#navlist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#navlist .li-subnav {
	background-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navlist a.subnav {
	background-image: url("../media/arrow.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 11px;
	margin: 0px 0px 0px 0px;
}

a.nohover:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: white;
	background: transparent;
}

a.nohover2:hover {
	color: #B4B4B4;
}

/* forms */
td.td-label {
	width: 170px;
}

td.td-value {
	width: 170px;
}

label {
	font-size: 11px;
}

p.validation {
	font-size: 11px;
	padding-left: 5px;
	text-decoration: underline;
}

/* form elements */
td.td-label {
	height: 20px;
}

td.td-value {
	height: 20px;
}

input {
	border: 1px solid #999999;
	background-color: white;
	font-size: 10px;
	padding: 1px;
	color: #67686A;
}

input.text {
	width: 165px;
	/*	height:18px;*/
}

input.radio {
	width: auto;
	border:none;
}

input.checkbox {
	width: auto;
	margin-right: 5px;
	vertical-align: middle;
	border:none;
}

textarea {
	width: 190px;
	color: #67686A;
	font-size: 11px;
}

/* button */
input.submit {
	margin-top: 10px;
	margin-bottom: 5px;
	
	/*
	background-image: url(../media/arrow.gif);
	background-position: 3px 0px;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-align: left;
	margin-top: 15px;

	font-size:11px;
	border-top: 2px solid #DDDDDD;
	border-left: 2px solid #DDDDDD;
	border-bottom: 2px solid #404040;
	border-right: 2px solid #404040;
	*/
}

td.td-value {
	font-size: 11px;
}

p.validation {
	color: #FF0000;
	font-size: 10px;
}

/* error or succses messages */
p.error {
	margin: 0;
	padding: 0;
	padding-left: 22px;
	padding-bottom:2px;
	background-image: url(../media/error.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	margin-top:3px;
	margin-bottom:3px;
}

p.success {
	margin: 0;
	padding: 0;
	padding-left: 22px;
	padding-bottom:2px;
	background-image: url(../media/success.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	margin-top:3px;
	margin-bottom:3px;
}

/* box helper */
div.box { /*border:1px solid #275592;*/
	float: left;
	width: 500px;
	margin: 5px;
	margin-left: 0;
	margin-right: 8px;
	padding: 3px;
	/*background-color: #F0F0F0;*/
	background-color:#F0F4FA;
	color: #275592;
	font-weight: bold;
	border-bottom: 1px solid #275592;
	margin-bottom: 8px;
}

div.box-even {
	
}

div.box-odd {
	background-color: #DCE7F5;
}

p.boxdesc {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

div.boxdesc {
	float: left;
	padding-left: 4px;
}

div.boxicons {
	float: right;
	/*background:white;*/
}

img.boxicon {
	margin: 0;
	vertical-align: middle;
/*	background: white;*/
	margin-left: 0px;
	margin-right: 3px;
}

/* */
a.confirm {
	
}

div.confirm {
	margin-right:10px;
	padding-right:5px;
	float:left;
	padding-left: 12px;
}

.button {
	background-color:#FAFAFA;
	padding:2px;
	color:black;
	
	background-image: url(../media/arrow.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 6px;
	text-align: left;
	
	font-size:11px;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-bottom: 2px solid #202020;
	border-right: 2px solid #202020;
}

