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

* {
	margin:0px;
	padding:0px;
	
	}


	/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Bold;
  src: url("DINWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Bold;
  src: url("DINWeb-Bold.woff") format("woff");
}

/* go on with normal style definitions */
body { 
  font-family: DINWeb-Bold, Verdana, Geneva, sans-serif;

}


/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: url("DINWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb;
  src: url("DINWeb.woff") format("woff");
}

/* go on with normal style definitions */
body { 
  font-family: DINWeb, Verdana, Geneva, sans-serif;
}	
	
	
		
body {
	
	
background-color: #F90;}

.kita {
	
	background-color: #09F}
.jobs {
	
	background-color: #9C3;}




	

/* #########################div-id-selektoren############################# */


#main{
	
	position:absolute;
	top:0;
	left:0;
	
	}
	
	
#pictop {
	
	position: absolute;
	top:0;
	left:100%;
	width:450px;
	margin-left:-360px;
	}
	
#picleft {
	
	position: absolute;
	top:-20px;
	left:0;
	width:450px;
	}
	
	
	
.corner1 {
	position: absolute;
	top:260px;
	left:100%;
	margin-left:-900px;
    border-radius: 100px 20px 100px 100px;
    -moz-border-radius: 100px 20px 100px 100px;
    -webkit-border-radius: 100px 20px 100px 100px;
    border: 30px solid #FFF;
    padding: 10px;
    width: 430px;
    height: 300px;
    background-color: #F90;
    color: #FFF;
	padding:50px;
	text-transform:uppercase;
}


.corner2 {
	position: absolute;
	top:250px;
	left:320px;
    border-radius: 20px 100px 100px 100px;
    -moz-border-radius: 20px 100px 100px 100px;
    -webkit-border-radius: 20px 100px 100px 100px;
    border: 30px solid #FFF;
    padding: 10px;
    width: 600px;
    height: 450px;
    background-color: #09F;
    color: #FFF;
	padding:50px;
	text-transform:uppercase;
}

.corner3 {
	position: absolute;
	top:280px;
	left:100%;
    border-radius: 100px 20px 100px 100px;
    -moz-border-radius: 100px 20px 100px 100px;
    -webkit-border-radius: 100px 20px 100px 100px;
    border: 30px solid #FFF;
    width: 550px;
    height: 380px;
    background-color: #9C3;
    color: #FFF;
	padding:50px 10px 50px 50px;
	text-transform:uppercase;
	margin-left:-950px;
}

.head {
	
	font-family:DINWeb, DIN, Verdana, Geneva, sans-serif;
	font-size:50px;
	padding-bottom:20px;}
	
.text {
	
	font-family:DINWeb, DIN, Verdana, Geneva, sans-serif;
	font-size:18px;
	line-height:18px;
	padding-left: 4px;
	padding-bottom:20px;}
	
	
a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:hover {
	
	text-decoration:none;
	opacity:0.5;}