@charset "UTF-8";
/* CSS Document */

html {	
	padding:0;
	margin:0;
}

body {
	background-color:white;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

h1 {
	font-size:14px;
	font-weight:bold;

}

a {
	color:#003399;

}

.error {
	border:1px solid red;
	background-color:#FFC8B0;
}
.warning {
	color:#FF0000;
	font-weight:bold;
}
.notice {
	color:#009900;
	font-weight:bold;
}
#patenform {
	background-color:whitesmoke;
	width:700px;
	

}
.formelem {
	width:400px;
}

td {
	text-align:left;
	vertical-align:top;
}
.theader {
	background-color:gainsboro;
	font-weight:bold;
}
td.mess {
	font-size:10px;
}
.filter {
	background-color:whitesmoke;
}
.over {
	background-color:#D8E1ED;

}
.anonymous {
	color:#999999;
}
.late {
	background-color:#FF9933;
}
.saveRow {
	background-color:gainsboro;
}

.small {
	font-size:11px;
}
.bubbleLinks {
	font-size:10px;
	white-space:nowrap;
}
.disclaimer {
	font-size:9px;
	color:#666666;
}
.currPageLinkClass {
	font-weight:bold;
	border:1px solid #CCCCCC;
	padding:2px;
	background-color:whitesmoke;

}
.adresssymbol{
	cursor:pointer;

}

.required {
	color:#FF0000;
	font-size:14px;
}

#adresscontent {
	font-size:20px;
	font-weight:bold;

}
#postadress {
	width:400px;
	height:200px;
	text-align:left;
	border:1px solid black;
	position:absolute;
	padding:10px;
	top:100px;
	left:300px;
	background-color:#FFFFFF;

}
#parts {
	width:auto;
	height:auto;
	text-align:left;
	border:1px solid black;
	position:absolute;
	padding:10px;
	top:50px;
	left:300px;
	background-color:#FFFFFF;

}
.activeASC {
	background-color:#C1D3EA;
	padding-left:20px;
	background-image:url(../img/ASC.gif);
	background-repeat:no-repeat;
	background-position:2px 4px;
	
}
.activeDESC {
	background-color:#C1D3EA;
	padding-left:20px;
	background-image:url(../img/DESC.gif);
	background-repeat:no-repeat;
	background-position:2px 4px;
}

.verwendungszweck {
	font-size:14px;
	font-weight:bold;
}
.copyright, a.copyright{
	font-size:10px;
	color:#999999;
}

input.grey {
	color:#666666;
}
.active {
	font-weight:bold;
	border:1px solid black;
	text-decoration:none;
	padding:3px;
}
