@charset "utf-8";
/* CSS Document */

#start_container {
	width: 100%;
	position: absolute;
	top: 88px;
	margin: 0px;
	padding: 0px;
	height: 732px;
	z-index: 10;
	left: 0px;
}

html>body #start_links {
	width: 70%;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 732px;
	position: absolute;
	left: 0px;
	background-image:url(../img/startseite/startseite3_alles.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#start_links a{
	padding: 0px;
	margin: 0px;
	position: absolute;
	display: block;
	text-decoration:none;
}

html>body #start_links a.port {
	width: 166px;
	height: 75px;
	background-image: url(../img/startseite/startseite3_portfolio.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 424px;
	top: 429px;

}

html>body #start_links a.port:hover {
	background-image:url(../img/startseite/startseite3_portfolio_hover.png);
}

html>body #start_links a.blog {
	width: 57px;
	height: 62px;
	background-image: url(../img/startseite/startseite3_blog.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 183px;
	top: 442px;
}

html>body #start_links a.blog:hover {
	background-image:url(../img/startseite/startseite3_blog_hover.png);
}

html>body #start_links a.proc {
	width: 89px;
	height: 95px;
	background-image: url(../img/startseite/startseite3_processing.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 91px;
	top: 368px;
}

html>body #start_links a.proc:hover {
	background-image: url(../img/startseite/startseite3_processing_hover.png);
}

html>body #start_links a.thesis {
	width: 81px;
	height: 82px;
	background-image: url(../img/startseite/startseite3_thesis.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 39px;
	top: 523px;
}

html>body #start_links a.thesis:hover {
	background-image: url(../img/startseite/startseite3_thesis_hover.png);
}

html>body #start_links a.lnk {
	width: 221px;
	height: 155px;
	background-image: url(../img/startseite/startseite3_links.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 370px;
	top: 533px;
}

html>body #start_links a.lnk:hover {
	background-image: url(../img/startseite/startseite3_links_hover.png);
}

html>body #start_links a.kontakt {
	width: 113px;
	height: 180px;
	background-image: url(../img/startseite/startseite3_kontakt.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 478px;
	top: 187px;
}

html>body #start_links a.kontakt:hover {
	background-image: url(../img/startseite/startseite3_kontakt_links.png);
}

html>body #start_links a.vita {
	width: 119px;
	height: 77px;
	background-image: url(../img/startseite/startseite3_vita.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 591px;
	top: 224px;
}

html>body #start_links a.vita:hover {
	background-image: url(../img/startseite/startseite3_vita_hover.png);
}

html>body #start_links a.engl {
	width: 97px;
	height: 87px;
	background-image: url(../img/startseite/startseite3_english.png);
	background-repeat:no-repeat;
	position: absolute;
	right: 357px;
	top: 101px;
}

html>body #start_links a.engl:hover {
	background-image: url(../img/startseite/startseite3_english_hover.png);
}

.start_text {
	width:250px; 
	/*height:580px;*/ 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	position: absolute; 
	top: 160px; 
	left:70%; 
	display: block;
	z-index: 101;
	background-color: #eeeeee;
	overflow: inherit;
	border-width: 10px 10px 0px 10px;
	border-style: solid;
	border-color: #eeeeee;
}

.start_text span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.7em;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.start_text span a {
	text-decoration: none;
	color: #9c8a6c;
}

.start_text span a:hover {
	text-decoration: underline;
	color: #9c8a6c;
}

/*ie 6----------------------------------------------*/

* html #start_links {
	width: 70%;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 732px;
	position: absolute;
	left: 0px;
	background-image:url(../img/startseite/startseite3_alles.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

* html #start_links a.port {
	width: 166px;
	height: 75px;
	background-image: url(../img/startseite/startseite3_portfolio.gif;
	background-repeat:no-repeat;
	position: absolute;
	right: 424px;
	top: 429px;

}

* html #start_links a.port:hover {
	background-image:url(../img/startseite/startseite3_portfolio_hover.gif);
}

* html #start_links a.blog {
	width: 57px;
	height: 62px;
	background-image: url(../img/startseite/startseite3_blog.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 183px;
	top: 444px;
}

* html #start_links a.blog:hover {
	background-image:url(../img/startseite/startseite3_blog_hover.gif);
}

* html #start_links a.proc {
	width: 89px;
	height: 95px;
	background-image: url(../img/startseite/startseite3_processing.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 91px;
	top: 368px;
}

* html #start_links a.proc:hover {
	background-image: url(../img/startseite/startseite3_processing_hover.gif);
}

* html #start_links a.thesis {
	width: 81px;
	height: 82px;
	background-image: url(../img/startseite/startseite3_thesis.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 39px;
	top: 523px;
}

* html #start_links a.thesis:hover {
	background-image: url(../img/startseite/startseite3_thesis_hover.gif);
}

* html #start_links a.lnk {
	width: 221px;
	height: 155px;
	background-image: url(../img/startseite/startseite3_links.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 370px;
	top: 533px;
}

* html #start_links a.lnk:hover {
	background-image: url(../img/startseite/startseite3_links_hover.gif);
}

* html #start_links a.kontakt {
	width: 113px;
	height: 180px;
	background-image: url(../img/startseite/startseite3_kontakt.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 478px;
	top: 187px;
}

* html #start_links a.kontakt:hover {
	background-image: url(../img/startseite/startseite3_kontakt_links.gif);
}

* html #start_links a.vita {
	width: 119px;
	height: 77px;
	background-image: url(../img/startseite/startseite3_vita.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 591px;
	top: 224px;
}

* html #start_links a.vita:hover {
	background-image: url(../img/startseite/startseite3_vita_hover.gif);
}

* html #start_links a.engl {
	width: 97px;
	height: 87px;
	background-image: url(../img/startseite/startseite3_english.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 357px;
	top: 101px;
}

* html #start_links a.engl:hover {
	background-image: url(../img/startseite/startseite3_english_hover.gif);
}

