/* Kontakt-Block */

main {
	/* [disabled]max-width: 800px; */
}
#newmail {
	font-size: 14px;
	color: #666;
	margin-top: 50px;
	display: block;
}
#newmail:hover {
	color: #000;
}
main h2 {
	color: #C06;
	margin: 20px 0px 10px;
}
main h2 a {
	color: #333;
}
main h2 a:hover {
	color: #C06;
}
.kontaktdaten {
	display: block;
	margin-top: 40px;
	height: 210px;
	width: 230px;
	float: left;
	opacity: 1.0;               /* Good browsers IE 9 */
	-khtml-opacity: 1.0;        /* Safari 1.x */
	-moz-opacity: 1.0;          /* Netscape */
	filter: alpha(opacity=100); /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#kde {
	background: url(../img/info/adrDE.png) no-repeat;
}
#ken {
	background: url(../img/info/adrEN.png) no-repeat;
}
#kjp {
	background: url(../img/info/adrJP.png) no-repeat;
}
#portrait {
	background: url(../img/info/MartinLange.jpg) no-repeat;
	float: left;
	height: 210px;
	width: 157px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin: 40px 0 100px 40px;
}
.kontaktdaten:hover {
	opacity: 0;               /* Good browsers IE 9 */
	-khtml-opacity: 0;        /* Safari 1.x */
	-moz-opacity: 0;          /* Netscape */
	filter: alpha(opacity=0); /* IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;	
}
.kontaktdaten h3 {
	color: #333;
	/* [disabled]background: #9C0; */
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
.kontaktdaten p {
	font-size: 14px;
	line-height: 24px;
	margin: 4px 0px 20px;
	color: #333;
}


/* Formular */

#contactform {
	float: left;
	max-width: 600px;
	margin: 25px 0 80px 0;
	/* [disabled]background: #9C0; */
	width: 92%;
}
.formhead {
	font-size: 14px;
	color: #003333;
	padding: 0 0 10px;
	line-height: 17px;
	max-width: 100%;
	/* [disabled]background: #C90; */
}
.mini {
	font-size: 0.88em;
	margin: 8px 0 0;
	display: block;
	/* [disabled]color: #660033; */
}
.formbox {
	font-size: 14px;
}
.legende {
	/* [disabled]font-size: 0.96em; */
	color: #003333;
	padding: 18px 0 4px 0;
	/* [disabled]background: #9C0; */
}
.eingabe {
	font-size: 16px;
	margin: 0;
	border: 1px solid #C8DAEA;
	background-color: #E3F1FF;
	color: #333;
	padding: 7px;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
option, select {
	font-size: 16px;
	line-height: 24px;
}
.button, #button {
	margin-top: 16px;
}

@media only screen and (max-width: 460px) {
	
#portrait {	
	margin: 30px 0 100px 0;
}
