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

/*--===============================  basiko  ================= */
.mainLeft {
	width: 970px;
	height: auto;
	margin-left: 5px;
	margin-right:auto;
	margin-top: 200px;
	position: absolute;
	/*border:2px solid #0F0;*/
	overflow:hidden;
	padding:0px;
	padding-right:10px;
	float:right;
	z-index:-1;
}
.header {
	/*<img src="logo_big.png">*/
	/*background-image:url(logo_big.png);*/
	background:url(back.png) repeat fixed 100%;
	border:0px;
	position:fixed;
	height: 200px;
	width: 100%;
	float:left;
	margin-left:0;
	margin-right:0;
	z-index:1;
	}
/*--===============================  mail  ================= */
body {
	margin: 0px;
	padding: 0px;
	background:url(back.png) repeat fixed 100%;
}
form{
	background-color:#999;
	width:560px;
	margin:100px 5px 5px 0px; /*top right bottom left*/
	height:350px;
	border-radius:10px;
	border:1px solid #333;
	padding-top:5px ;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	display:none;
}
input[type=submit], input[type=reset] {
    color:#08233e;
    font:14px Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    font-size:80%;
		height:35px;
		width:170px;
		text-align:center;
		margin-left:5px;
		margin-right:auto;
    /* ... other rules ... */
    cursor:pointer;
}
#from, #thema, #email{
	font-size:16px;
	margin:0 0 0 0px;	
	height:20px;
}
#from{width:230px;}
#email{width:200px;}
#thema{width:485px;}

textarea{
	display:block;
	margin:0px 0px 0px 0px;	
	width:530px;
	height:100px;
	font-family:Calibri;
	font-size:16px;
}


/*--===============================  profil  ================= */
#box {
	width: 570px;
	height: 80px;
	margin-left: 1px;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: auto;
	position: relative;
	border:1px solid #999;
	background-color:#666;
	border-radius:10px;
	/*overflow:hidden;*/
	float:left;
	z-index:2;
}
.mainLeft a{background-color:#666; text-decoration:none; color:#FC0}
.mainLeft a:hover{cursor:pointer; }
.img{
	width:80px;
	height:auto;
	margin-left:40px;
	margin-right:auto;
	margin-top:10px;
	/*background-color:#0C9;
	border:1px solid #000;*/
}

.txt{
	color:#FFF;
	font-size:30px;
	font-weight:500;
	font-family:Calibri;
	text-align:left;
	margin-top:0px;
}



