/* CSS Document Kontakt und Impressum*/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.gray .boldright0 {
	float:right;
	width:205px;
	font-weight: bold;
	text-align:right;
	margin: 0px;
	overflow:visible;
	/*background-color:#0CF;*/
}

.gray .boldright {
	float:right;
	width:125px;
	font-weight: bold;
	text-align:right;
	margin: 0px;
	overflow:visible;
}

.gray .boldright2 {
	float:right;
	width:90px;
	font-weight: bold;
	text-align:right;
	margin: 0px;
	overflow:visible;
}

.gray .normalleft {
	float:left;
	width:70px;
	font-weight: normal;
	margin-top:0px;
}

.gray .normalleft2 {
	float:left;
	width:100px;
	font-weight: normal;
	margin-top:0px;
}

/*Klasse Emails*/
.back {
	unicode-bidi:bidi-override; 
	direction: rtl; 
	color:#565656;
}

/*Textboxen Impressum*/
.textbox1 a {
	float: left;
    width: 205px;
    height: 88px;
	padding: 10px;
	margin: 0px 2px 2px 0px;
    background-color: #C6C1C1;
    color: #565656;
    display: block;
    overflow: hidden;
}


.textbox1 a:hover {
	float:left;
	width:207px;
	height:250px;
	margin:-163px 0 0 0;
	background-color:#FFFFE1;
	color: #565656;
	display:block;
	overflow:scroll;
	overflow:auto;
	/*overflow-y:scroll;
	overflow-x:hidden;*/
	cursor:default;
}

.textbox1 a img.validhtml {
	margin:0px 5px 0px 0px;
}
