@charset "UTF-8";
body  {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-style: normal;
	background-attachment: fixed;
	background-image: url(../bilder/hintergrund.png);
	background-repeat: repeat;
	background-position: left top;
}

a {
	user-focus: none;
	outline : none;
}
img {
	border: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:focus {
	user-focus: none; 
	outline : none; 
}
a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
}

#spalte {
	position: absolute;
	height: inherit;
	width: 290px;
	top: 30px;
	z-index: 2;
	color: 000000;
	text-align: left;
}

#spalte img {
	border:none;
}

#inhalt_portfolio {
	background-color: none;
	position: absolute;
	height: auto;
	width: 630px;
	top: 30px;
	z-index:3;
	left: 380px;
	padding-top: 15pt;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	font-weight: normal;
}

#inhalt_portfolio img {
	border:1px solid #999999;
	margin-bottom: 3pt;
}


.portfolio_sterne {
	font-size: 14px;
	font-weight: bold;
}

.portfolio_hintergrund {
	background-color: #F7F6F4;
	font-size: 10pt;
}

.zeile_index {
	background-color: #000000;
	width: inherit;
	color: #FFFFFF;
	font-variant: normal;
	padding: 1px;
}

.zeile_about {
	background-color: #000000;
	width: inherit;
	color: #FFFFFF;
	font-variant: normal;
	padding: 1px;
}

.zeile_projects {
	background-color: #000000;
	width: inherit;
	color: #FFFFFF;
	font-variant: normal;
	padding: 1px;
}

.zeile_portfolio {
	background-color: #000000;
	width: inherit;
	color: #FFFFFF;
	font-variant: normal;
	padding: 1px;
}

.bildunterschrift {
	font-size: 8pt;
	color: #333333;
	line-height: 12pt;
}

.marker1 {
	text-decoration: underline;
}

.marker2 {
	font-weight: bold;
}

.logo {
	position:fixed;
	border:none;
	margin-left: 10px;
	margin-top: 22px;
}

.thanks {
	font-size:36pt;
	font-weight: bold;
}
