<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#start_container {
	width: 100%;
	position: absolute;
	top: 88px;
	margin: 0px;
	padding: 0px;
	height: 732px;
	z-index: 10;
	left: 0px;
}

#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;
}

#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;

}

#start_links a.port:hover {
	background-image:url(../img/startseite/startseite3_portfolio_hover.png);
}

#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;
}

#start_links a.blog:hover {
	background-image:url(../../img/startseite/startseite3_blog_hover.png);
}

#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;
}

#start_links a.proc:hover {
	background-image: url(../../img/startseite/startseite3_processing_hover.png);
}

#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;
}

#start_links a.thesis:hover {
	background-image: url(../../img/startseite/startseite3_thesis_hover.png);
}

#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;
}

#start_links a.lnk:hover {
	background-image: url(../../img/startseite/startseite3_links_hover.png);
}

#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;
}

#start_links a.kontakt:hover {
	background-image: url(../../img/startseite/startseite3_kontakt_links.png);
}

#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;
}

#start_links a.vita:hover {
	background-image: url(../../img/startseite/startseite3_vita_hover.png);
}

#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;
}

#start_links a.engl:hover {
	background-image: url(../../img/startseite/startseite3_english_hover.png);
}


div.start_text_containter{
	
width: 100%;
position: absolute;
top: 160px;
}
ul.start_text_content {
	width: 960px;
	list-style: none;
	padding: 0px;
	margin: 0px auto 0px auto;
}

ul.start_text_content li {
	float: left;
	width: 320px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

.start_text{
	width:250px; 
	/*height:580px;*/ 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	position: relative; 
top: 0px; 
	left:0px; 
	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;
}</pre></body></html>