@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
*:focus {
outline:none;
}body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #fdfdfd;
}
#userbox h1 {
	font-size: 16px;
	background-color: #e5e5e5;
	color: #515151;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9fa29f;
	text-align:center;
	padding: 8px;
}
fieldset {
	width: 250px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	margin-top: 13px;
}
legend {
	font-color: #000000!important;
	font-size:12px;
}
input, textarea, select {
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	margin-top: 8px;
	border: 1px solid #dadbd2;
	color: #666666;
	font-size: 12px;
	padding: 1px;
}
input:focus, textarea:focus {
	background-color: #fafafa;
	border-top-color: #515151;
	border-right-color: #515151;
	border-bottom-color: #515151;
	border-left-color: #515151;
}
input#submit {
	background-color:#B4B8B5;
	color:#000000;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#changedata {
	background-color: #ECECEC;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 13px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4B8B5;
	border-bottom-color: #B4B8B5;
}
#userbox p {
	font-size: 12px;
	padding: 8px;
}
#userbox a:hover {
	color: #333333;
}
#admin #user_list {
	padding: 4px;
	background-color: #FDFDFD;
}
p.minus {
	background-color: #E6E6FF;
}

p.plus {
	background-color: #FFFFFF;
}
span.edit {
	display: block;
	color: #000000;
	height: 15px;
	float: right;
	font-size: 11px;
	position: relative;
	top: -23px;
	left: -10px;
}

#userbox {
	background-color: #ffffff;
	width: 350px;
	border: 1px solid #D3D3D3;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	margin-bottom: 15px;
}
#logo a {
	background-image: url(../images/weitbaulogo.gif);
	display: block;
	height: 70px;
}
#toolbar {
	font-size: 11px;
	text-align: right;
	margin-top: 13px;
	margin-bottom: 5px;
}
#toolbar ul {
	display: block;
	clear: both;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 2px;
	background-image: url(../images/navi_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#toolbar li {
	display: inline;
	margin-left: 5px;
}
#toolbar a {
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c0c6c0;
	border-right-color: #9fa29f;
	border-left-color: #c0c6c0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#toolbar a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#login {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #9fa29f;
	background-color: #FFFFFF;
}
#login h1 {
	font-size: 18px;
	text-align: center;
	padding: 8px;
	background-color: #e5e5e5;
	color: #515151;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9fa29f;
}
p {
	font-size: 14px;
	padding: 8px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	background-color: #FFFFFF;
}
p.info {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B4B8B5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9fa29f;
	border-right-color: #9fa29f;
	border-bottom-color: #9fa29f;
	border-left-color: #9fa29f;
	margin-top: 13px;
	clear: both;
}
.info a {
	color: #FFFFFF;
	font-size: 11px;
}
a {
	color: #B4B8B5;
	font-size: 12px;
	text-decoration: none;
}
p.message {
	font-size: 12px;
	color: #990000;
	background-color: #ECB0B0;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	text-align: center;
}
#userbox h3 {
	color: #FF6600;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	clear: both;
}
p.inputinfo {
	background-color: #ECECEC!important;
	font-size: 11px!important;
	padding: 1px!important;
}
#admintoolbox li {
	text-decoration: none;
	display: inline;
}
#admintoolbox ul {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
#admintoolbox a {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	margin: 7px;
	padding: 5px;
	background-color: #FDFDFD;
	border: 1px solid #B4B8B5;
}
#admintoolbox a:hover {
	border-top-color: #C2C6C3;
	border-right-color: #929593;
	border-bottom-color: #929593;
	border-left-color: #C2C6C3;
}
select option {
	padding: 2px;
}
#admintoolbox .adddraft {
	background-image: url(../images/adddraft.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#admintoolbox .listdraft {
	background-image: url(../images/searchdraft.png);
	background-repeat: no-repeat;
	background-position: center center;
}
select option:focus, option:hover {
	background-color: #CCCCCC;

}
select option.plus {
	background-color: #E6E6FF;
}
#admintoolbox .adduser {
	background-image: url(../images/adduser.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#admintoolbox .listalluser {
	background-image: url(../images/alluser.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#admintoolbox .writemessage {
	background-image: url(../images/messtouser.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#admintoolbox a span {
	display: none;
}
p#time {
	font-size: 11px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
p.message span {
	color: #FFFFFF!important;
}
#admintoolbox .readmessage {
	background-image: url(../images/messread.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
table#messages {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#messages th {
	background-color: #666666;
	color: #333333;
	text-align: left;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#messages .plus td {
	background-color: #E6E6FF;
}
#messages td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	overflow: hidden;
	color: #666666;
	cursor: pointer;
}
#messages td.subject {
	font-weight: bold;
	color: #000000;
}
#messages td.sender {
}
#messages td.time {
}
#admintoolbox .looktemplate {
	background-image: url(../images/looktamplate.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#messages th a {
	color: #FFFFFF;
}
#mail {
	background-color: #E6E6E6;
	font-size: 12px;
	padding: 1px;
}
#mailtool {
	background-color: #FDFDFD;
	padding: 3px;
}
a span {
	display: none;
}
#mailtool li a {
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	background-color: #FDFDFD;
	padding: 2px;
	border: 1px solid #B4B8B5;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
}
#mailtool .delete {
	background-image: url(../images/mess_delete.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mailtool .answer {
	background-image: url(../images/mess_answer.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mailhead {
	background-color: #333333;
}
#mailbody {
	background-color: #FFFFFF;
	font-size: 13px;
	padding: 4px;
}
#mailhead p#subject {
	color: #000000;
	background-color: #CCCCCC;
	clear: both;
}
#mailhead legend {
	font-weight: bold;
	color: #CCCCCC;
	float: left;
	margin-right: 4px;
}
#mailhead p.time {
	float: right;
}
#mailhead p {
	background-color: #333333;
	padding: 4px;
	color: #EFEFEF;
}
#messages th a:hover {
	color: #CCCCCC;
}
#mailtool li {
	display: inline;
}
.clear {
	clear: both;
}
#mailtool ul {
	float: right;
}
#deletemail {
filter:alpha(opacity=60);   
opacity: 0.6;
}#error ul {
	background-color: #F9F9F9;
	margin: 10px;
	padding-left: 35px;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#error li {
	color: #666666;
	padding-left: 3px;
	margin-bottom: 10px;
}
#error p {
	color: #999999;
}
#error .info {
	font-size: 11px;
	color: #000000;
	padding: 5px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#error .message {
	font-weight: bold;
	color: #990000;
	background-color: #FFC0C0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
