/*div {*/
/*border:1px dotted red;*/
/*}*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url( "../img/zunft_bg_1.gif" );
	background-repeat: repeat-y;
	font-family: sans-serif;
	font-size: small;
	color: #313F4A;
}

#head {
	width: 999px;
	height: 74px;
	background-image: url( "../img/head_1.jpg" );
	background-repeat: no-repeat;
}

#head_navi {
	width: 999px;
	height: 38px;
	background-image: url( "../img/head_2.gif" );
	background-repeat: no-repeat;
	background-color: #455A6B;
}

#head_navi ul {
	display: block;
	margin-left: 220px;
	margin-top: 0;
	text-align: center;
	overflow: auto;
}

#head_navi li {
	background-image: url( "../img/main_menu_right.gif" );
	background-repeat: no-repeat;
	background-position: right;
	list-style: none;
	display: block;
	width: 90px;
	height: 26px;
	float: left;
	padding-top: 12px;
}

#head_navi li:hover {
	background-color: #9CA7B0;
}

#head_navi li a {
	color: #fff;
	text-decoration: none;
}

.selected {
	color: #fff;
	background-color: #9CA7B0;
}

#head_navi li.noadmin:hover {
	background-color: #677A89;
}

.noadmin {
	cursor: pointer;
	color: #CDCDCD;
	background-color: #677A89;
}

/*#main-navigation li.selected a {*/
/*color:#fff;*/
/*text-decoration:none;*/
/*}*/

#main {
	width: 1000px;
	overflow: auto;
}

#column-left {
	width: 217px;
	float: left;
	color: #fff;
}

#column-left a {
	color: #fff;
	text-decoration: none;
}

#column-right {
	width: 780px;
	float: left;
}

#home-main-bg {
	width: 782px;
	background-image: url( '../img/zunft_bg_2.gif' );
	background-repeat: repeat;
	overflow: auto;
}

#home-main {
	width: 632px;
	background-color: #fff;
	overflow: auto;
	float: left;
}

#home-main-after {
	width: 632px;
	float: inherit;
	height: 160px;
	background-color: #fff;
}

#home-content {
	margin-left: 30px;
	margin-top: 15px;
	width: 405px;
	float: left;
}

#home-content a.link, #mynet-content a.link {
	text-decoration: underline;
	color: #313F4A;
}

#home-content h1 {
	color: #86341C;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 38px;
}

#home-news {
	margin-top: 120px;
	margin-left: 30px;
	width: 150px;
	float: left;
}

#home-news h1 {
	color: #86341C;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 16px;
}

#home-news h2 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 0;
}

#home-news p {
	font-size: 85%;
}

#home-news a {
	color: #313F4A;
	font-size: smaller;
}

#home-news div {
	margin-bottom: 15px;
}

#left-global-navi {
	background-color: #455A6B;
	padding-top: 35px;
	padding-bottom: 35px;
}

#left-global-navi ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 112%;
}

#left-global-navi li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 217px;
	height: 25px;
}

#left-global-navi li:hover {
	background-color: #9CA7B0;
}

#left-global-navi li.selected {
	border: none;
	background-color: #9CA7B0;
}

#left-global-navi li div {
	height: 20px;
	vertical-align: middle;
	margin-left: 35px;
	padding-top: 5px;
	border-top: 1px solid #fff;
}

/* login */
#left-global-login {
	background-color: #86341C; /*padding-top: 35px;*/
	padding-top: 15px; /*padding-bottom: 35px;*/
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 85%;
}

#left-global-login input {
	border: none;
	margin-bottom: 10px;
	width: 180px;
}

#left-global-login button {
	cursor: pointer;
	color: #fff;
	background-color: #86341C;
	border: 1px solid #fff;
	margin-bottom: 10px;
	margin-left: 105px;
	font-size: 90%;
	width: 75px;
}

#left-global-login a {
	color: #fff;
	text-decoration: underline;
}

/*register*/
#register-main {
	width: 782px;
	background-color: #fff;
	overflow: auto;
}

#register-content {
	background-color: #9CA7B0;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 692px;
	padding: 15px;
}

#register-main h1 {
	color: #86341C;
	font-size: 26px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#register-main p {
/*color: #86341C;*/
	font-size: 12px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 20px;
}

#register-content input {
	border: none;
	width: 180px;
	margin-top: 3px;
	margin-bottom: 7px;
}

#register-content button {
	cursor: pointer;
	color: #000;
	background-color: #9CA7B0;
	border: 1px solid #000;
	width: 75px;
	margin-left: 28px;
}

#register-content a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	background-color: #9CA7B0;
}

#register-button {
	float: left;
	border: 1px solid #000;
	width: 75px;
	height: 17px;
	text-align: center;
	padding-top: 1px;

}

/*mynet*/
#mynet-main {
	width: 782px;
	background-color: #fff;
	overflow: hidden;
}

#mynet-content {
	background: #9CA7B0 url( '/img/ecke.gif' ) top right no-repeat; /*background-color: #9CA7B0;*/
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 580px; /*width: 710px;*/
	padding: 15px;
	float: left;
}

#mynet-main h1 {
	color: #86341C;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 20px;
}

#mynet-main p {
	color: #313F4A;
	margin-left: 20px;
}

#mynet-main pre {
	font-family: sans-serif;
	font-size: small;
}

#mynet-content .line {
	overflow: auto;
	margin-bottom: 3px;
}

#mynet-content .key {
	float: left;
	width: 180px;
	padding-top: 2px;
}

#mynet-content .value {
	background-color: #BBC9D4;
	float: left;
	width: 395px; /*height: 20px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	overflow: auto;
}

#mynet-content .value a {
	color: #000;
}

/*mynetnavi*/
#mynet-navi {
	background-color: #86341C;
	padding-top: 35px;
	padding-bottom: 35px;
}

#mynet-navi ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 112%;
}

#mynet-navi li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 217px;
	height: 25px;
}

#mynet-navi li:hover {
	background-color: #C44E2C;
}

#mynet-navi li.selected {
	border: none;
	background-color: #C44E2C;
}

#mynet-navi li div {
	height: 20px;
	vertical-align: middle;
	margin-left: 35px;
	padding-top: 5px;
	border-top: 1px solid #fff;
}

/* ------------------------------------------------------------------ */
#mynet-navi-contact {
	background-color: #C44E2C;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 85%;
}

#mynet-navi-contact p {
	background-color: #C44E2C;
	margin-left: 35px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#mynet-main input {
	border: none;
	width: 550px;
	margin-top: 3px;
	margin-bottom: 7px;
}

#mynet-main input.half, #mynet-main select.half {
	border: none;
	width: 270px;
}

#mynet-main textarea {
	border: none;
	width: 550px;
	height: 100px;
	margin-top: 3px;
	margin-bottom: 7px;
}

#mynet-main button {
	cursor: pointer;
	color: #000;
	background-color: #9CA7B0;
	border: 1px solid #000;
	width: 75px;
}

#banner {
	float: right;
	margin-top: 80px;
	margin-right: 13px;
}

.edit {
	font-style: italic; /*color:#313F4A;*/
	color: red;
}

.threeline {
	width: 570px;
	overflow: auto;
	margin-bottom: 5px;
}

.threeline1 {
	float: left;
	width: 53px;
	background-color: #BBC9D4;
	padding: 3px;
	height: 75px;
}

.threeline2 {
	float: left;
	width: 390px;
	background-color: #BBC9D4;
	padding: 3px;
	margin-left: 3px;
	height: 75px;
}

.threeline3 {
	float: left;
	width: 100px;
	background-color: #BBC9D4;
	padding: 3px;
	margin-left: 3px;
	height: 75px;
}

input.file {
	position: absolute;
	left: -80px;
	top: 10px;
	z-index: 2;
	-moz-opacity: 0;
	opacity: 0;
	height: 46px;
	overflow: hidden;
	width: 36px;
	cursor: default;
	border: none;
	font-size: 8px;
}

.file-overlay {
	top: 15px;
	left: 13px;
	height: 46px;
	width: 78px;
	text-align: center;
	color: #000;
	border: 1px solid black;
	position: absolute;
}

.file-overlay p {
	margin-top: 7px;
}

/* pager */
.pager-ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}

.pager-li {
	list-style: none;
	display: block;
	float: left;
	padding: 2px 4px 2px 4px;
	margin-left: 2px;
	border: 1px solid #313F4A;
	color: #000;
	font-size: smaller;
}

.pager-li-a {
	color: #000;
	text-decoration: none;
}

/* friends */
.friends-ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}

.friends-li, .friends-li-selected {
	list-style: none;
	display: block;
	float: left;
	padding: 4px 15px 4px 10px;
	margin-right: 4px;
	background-color: #BBC9D4;
	color: #000;
	border-bottom: 4px solid #fff;
	background-image: url( "../img/tab_right.gif" );
	background-repeat: no-repeat;
	background-position: right;
}

.friends-li-selected {
	background-color: #9CA7B0;
	color: #000;
	border-bottom: 4px solid #9CA7B0;
	background-image: url( "../img/tab_right_selected.gif" );
}

.friends-li-a {
	color: #000;
	text-decoration: none;
}

.friends-li-a-selected {
	color: #fff;
	text-decoration: none;
}

.tip {
	color: #fff;
	font-size: smaller;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
}

.hasError {
	background-color: #ff3333;
}

#trustTable {
	width: 550px;
	margin-left: 10px;
	margin-top: 20px;
}

.tablehead {
	color: #fff;
	height: 25px;
	width: 75px;
	text-align: center;
	border-left: 1px solid #BBC9D4;
}

.corner {
	color: #fff;
	font-weight: bold;
	padding-left: 5px
}

.rowhead {
	color: #fff;
	border-top: 1px solid #BBC9D4;
	height: 25px;
	padding-left: 5px;
}

.radio {
	border-top: 1px solid #BBC9D4;
	border-left: 1px solid #BBC9D4;
	padding-top: 5px;
	text-align: center;
}

#mails {
	background-color: #BBC9D4;
	margin: 10px 0 0 0;
	padding: 5px 5px 15px 5px;
}

#mails table {
	color: #000;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mails th {
	border-bottom: 2px solid #000;
	margin: 0;
	padding: 3px;
}

#mails input {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: none;
}

#mails tbody tr {
	font-size: 11px;
	font-weight: bold;
}

#mails td {
	cursor: pointer;
	padding: 3px;
	border-bottom: 1px dotted #000;
	text-align: left;
}

#mails #mailCheck {
	width: 18px;
}

#mails #mailName {
	width: 180px;
}

#mails #mailDate {
	width: 90px;
}

#mails #mailStatus {
	width: 60px;
}

#mails .newMail {
	font-style: italic;
	font-weight: normal;
}

#mailButtons {
	overflow: hidden;
	margin-bottom: 15px;
}

#mailButtons a {
	display: block;
	float: left;
	border: 1px solid #000;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-right: 5px;
}

#mailButtons a.disabled {
	border: 1px solid #9CA7B0;
	color: #9CA7B0;
}

#mailHeader {
	overflow: hidden;
	margin-top:10px;
	margin-bottom:15px;
}

#mailHeader div {
	margin-bottom:5px;
}
#mailHeader .mailLabel {
	width: 60px;
	font-weight:bold;
	float:left;
}
#mailHeader .mailLabelContent {
	width: 595px;
	float:left;
	background-color:#fff;
	padding:2px 0 2px 5px;
}

#mailBody {
	width: 653px;
	height: 300px;
	background-color: #fff;
	overflow: auto;
	padding:3px;
}

#mailBody p {
	margin:0;
	padding:0;
}

#mailButtons{
	overflow:hidden;
}