body {
	background:#000000 url(../images/bg.jpg) top left repeat-x;
	margin:-30px;
	padding:0px;
	text-align:center;
}

#container {
	/*border:1px solid red;*/
	width:800px;
	height:600px;
	margin:80px auto 0 auto;
	position:relative;
	/*background:url(../images/bg_circle.png) center center no-repeat;*/
}

#logo {
	background:url(../images/kumastyle.png) top left no-repeat;
	position:absolute;
	left:248px;
	top:230px;
	width:305px;
	height:40px;
}

.btn {
	border:10px solid #880000;
	border-top-left-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;		
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background:#2a2222;
	width:180px;
	height:180px;
	box-shadow: 10px 10px 10px 0 #000000;
	cursor:hand;
	cursor:pointer;
}

.active {
	background:#3a3a3a;
	color:#880000;
}

.activated {
	background:#ffffff;
}

.btn_text {
	margin:85px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	color:#888888;
	text-transform:uppercase;
}

.active .btn_text {
	margin:85px 0 0 0;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	color:#ffffff;
	text-transform:uppercase;
}

#uebermich {
	position:absolute;
	left:150px;
	top:0px;
	z-index:100;
	background-image:url(../images/btn_daten.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#uebermich .activated {
	background-image:url(../images/btn_daten_small.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#lebenlauf {
	position:absolute;
	right:150px;
	top:0px;
	z-index:100;
	background-image:url(../images/btn_lebenslauf.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#lebenlauf .activated {
	background-image:url(../images/btn_lebenslauf_small.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#kenntnisse {
	position:absolute;
	left:150px;
	top:300px;
	z-index:100;
	background-image:url(../images/btn_kenntnisse.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#kenntnisse .activated {
	background-image:url(../images/btn_kenntnisse_small.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#kontakt {
	position:absolute;
	right:150px;
	top:300px;
	z-index:100;
	background-image:url(../images/btn_kontakt.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#kontakt .activated {
	background-image:url(../images/btn_kontakt_small.png);
  	background-repeat:no-repeat;
  	background-position:center center;
}

#content {
	position:absolute;
	top:300px;
	left:400px;
	z-index:50;
	width:0px;
	height:0px;
	border:0px solid #880000;
	background-image:url(../images/bg_content.png);
	display:none;	
}

#innercontent {
	display:none;
	text-align:left;
	color:#ffffff;
	margin:30px;
	font-family:arial;
	font-size:12px;
	padding:0 0 5px 0;
}

#innercontent a:link,
#innercontent a:active,
#innercontent a:visited {
	color:#ffffff;
	text-decoration:underline;
}

#innercontent a:hover {
	color:#880000;
	text-decoration:none;
}

#innercontent h1 {
	font-size:16px;
	font-weight:bold;
}

#innercontent table tr td {
	padding:0 0 5px 0;
}

#innercontent h2 {
	font-size:16px;
	font-weight:normal;
}

#innercontent img {
	border:1px solid #880000;
}

.sublink {
	float:left;
	border:2px solid #880000;
	padding:2px 5px 2px 5px;
	margin:0 10px 0 0;
	cursor:hand;
	cursor:pointer;
	
	border-top-left-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;		
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 10px 10px 10px 0 #000000;
}

.subcontent {
 clear:both;
 display:block;
 margin:20px 0 0 0;
}

.subcontent ul {
	margin:20px 0 0 16px;
	padding:0px;
}

.subcontent ul li {
	margin:0 0 5px 0;
}

.subcontent ul li .li_first {
	width:200px;
	float:left;
}

.subcontent ul li .li_second {
	width:200px;
	float:left;
}

input {
	width:400px;
	height:15px;
	border:1px solid #880000;
}

textarea {
	width:400px;
	height:100px;
	border:1px solid #880000;
}

input.submit {
	height:25px;
	border-top-left-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;		
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 10px 10px 10px 0 #000000;
	color:#ffffff;
	background:none;
	cursor:hand;
	cursor:pointer;
}

table tr td.formtd,
table tr td.inputtd {
	padding:0 10px 5px 0
}