/*general attributes-----------------------------------------*/

b {
	font-weight: 500;
}

i {
	font-style: italic;
}

b i {
	font-weight: 500;
	font-style: italic;	
}

i b {
	font-weight: 500;
	font-style: italic;	
}

h2 {
	font-size:12pt;
}

table {
	border-spacing:0px;
	padding:3px;
}

td {
	padding:3px;
}

img {
	border: 0px;
}

/*general classes-----------------------------------------*/

.antispam{
	margin-top:4pt;
	float:left;
	height:18px;
}

.buttonCell{
	text-align:right;
}

.clear {
	clear:both;
}

.hidden {
	display: none;
}

.errorText {
	color: #FF0000;
}

.formular {
	text-align:center;	
}

.center {
	text-align: center;
}

.fleft{
	float:left;
}
.fright{
	float:right;
}

.klein {
	font-size: 8pt;
}
.okMsg{
	color: #00AA00;
}

.r{
	color:red;	
}

.row0{
    background-color: #ddd;
}

.row1{
    background-color: #eee;
}

#spamschutz{
	float:left;
	padding:3pt;
	height:18px;
}

#spamfield{
	width:40px;
	height:16px;
}

.table {
	border:none;
	
}

.title {
	margin-bottom:10px;
	font-size: 12pt;
	font-weight: bold;	
}

.clickable {
    cursor: pointer;
}

.box{
    margin: 4px;
    padding: 4px;
    border: 1px solid black;
    border-radius: 8px;
}


/*link styles-----------------------------------------*/

a, a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

.this_page, .this_page:visited {
	color:#880000;
	text-decoration: none;
	font-weight:bold;
}
.this_page:hover {
	color: #000000;
}