body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,lucida,helvetica,sans-serif;
	font-size: 11px;
	background-color: #E3EDFA;
	color: #000;
}

a {
	text-decoration: none;
	color: #2269C3;
}

a:hover {
	text-decoration: underline;
}

div.gucki {
	height: 0px;
	overflow: hidden;
}

p {
	margin: 0px;
}

a + a {
	margin-left: 10px;
}

a.text {
	margin-left: 0px;
}

a img {
	border: none;
}

div.toolbar {
	padding-bottom: 5px;
}

span.ftf_error {
	color: #ff0000;
}

form,input,options,select,textarea {
  margin: 0px;
  padding: 0px;
	font-size: 11px;
}

/* infoboxen... */

table.infobox {
	font-size: 11px;
	float: right;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}

table.infobox td.content {
	clear: both;
	font-size: 10px;
	text-align: justify;
	padding: 5px;
}

table.infobox td.content a {
	background-position: 0px 4px;
	background-image: url(../icons/link_intern.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	border-bottom: 1px dashed #000;
}

table.infobox td.content a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

input {
	margin-right: 2px;
}

table.main {
  font-size: 11px;
  clear: both;
  width: 100%;
}

table.main td.content {
	vertical-align: top;
}

table.main td.menu {
	padding-right: 10px;
	vertical-align: top;
	width: 140px;
}

table.main td.menu div.head a {
	padding-left: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

table.main td.menu div.items div {
	margin-left: 5px;
	margin-top: 1px;
	padding: 3px;
  border-bottom: 1px solid #CED4DA;
}

table.main td.menu div.items div a {
	height: 13px;
  font-size: 11px;
	color: #000;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 4px 7px;
	background-image: url(../images/pfeil1.gif);
}

table.main td.menu div.items div a:hover {
  background-color: #D9FCFF;
  text-decoration: none;
}

#footer {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 10px;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #A0A0A0;
}

#mail_body {
	padding: 5px;
	border: 1px dashed #000;
	font-size: 12px;
	background-color: #FFF;
	margin-top: 10px;
}

table.list1 {
	border-collapse: separate;
	border-spacing: 8px 8px;
	*border-collapse: expression('separate', cellSpacing='8px');
	margin-top: -8px;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: -8px;
}
table.list1 td {
	padding: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
table.list1 tr.head td {
	font-weight: bold;
	border-bottom: 1px solid black;
}
table.list1 tr:hover {
	background-color: #ffd;
}

table.msgs table {
 	border: 1px solid #000;
 	border-collapse: collapse;
 	width: 100%;
 	margin-bottom: 10px;
}
table.msgs td {
	vertical-align: top;
}
table.msgs ul {
	color:#fff;
	list-style: disc;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
table.msgs ul a {
	background-position: 0px 4px;
	background-image: url(../icons/link_intern.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	border-bottom: 1px dashed #fff;
	color:#fff;
}
table.msgs ul a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
table.msgs_error {
	background-color: #E00000;
}
table.msgs_warn {
	background-color: #F0F000;
}
table.msgs_warn ul {
	color:#000;
}
table.msgs_warn ul a {
	border-bottom: 1px dashed #000;
	color:#000;
}
table.msgs_warn ul a:hover {
	border-bottom: 1px solid #000;
}
table.msgs_info {
	background-color: #47A600;
}


