/* /// GRUNDEINSTELLUNGEN /// */
body {
	background-color: #f9fff5;
	margin: 0px 0px 0px 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style:normal; 
	line-height: 15px;
	color: #404040;
}

#hg{
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#hgplus{
	position:relative;
}



/* /// NAVIGATION /// */
.navigation {
	position:absolute;
	top: 35px;
	left: 20px;
	width:230px;
	margin-left: 0px;
}
body>.navibox{position:fixed;}



/* /// INHALT /// */
.inhalt{
	position: absolute;
	width: 750px;
	height: 100%;
	top: 20px;
	left: 300px;
	margin-left: 0px;
}



/* ABSCHNITTSPOSITIONEN */
p {
	margin-top: 65px;
}


/* BILDPOSITIONEN */
img.arbeit {
	margin-left: 0px;
}

img.profil {
	margin-left: 0px;
	margin-top: 15px;
}



/* /// LINKS /// */
a:link, a:visited, a:active {
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #1e96c8;
	text-decoration: none;
}



/* /// KONTAKTFORMULAR /// */

input, select{ /* Formular */
	width:360px;
	color: #709000;
	border: 1px dashed #1e96c8;
	background-color: #f9fff5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 2px;
}
textarea { /* Nachricht */
	width:360px;
	height:200px;
	color: #709000;
	border: 1px dashed #1e96c8;
	background-color: #f9fff5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	line-height: 15px;
	letter-spacing: 2px;
}

.senden { /* Absenden */
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed #1e96c8;
	font-size: 16px;
	line-height: 15px;
	font-style: italic;
	font-weight: bold;
	color: #404040;
	letter-spacing: 6px;
}


/* /// TEXTHINTERGRUNDFARBEN /// */

.titel { /* Arbeitstitel */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	line-height: 45px;
	color: #aed919;
	letter-spacing: 6px;
}
.text { /* Erläuterungstext */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
}

.rot { /* Rote Auszeichnung */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #ff0090;
}

.teaser { /* teaser */
	font-weight: bold;
}

.soon {
	color: #555555;
	text-decoration: line-through;
}


.link { /* Aussehen eines Links innerhalb der Texte */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style:normal; 
	line-height: 15px;
	color: #1e96c8;
	text-decoration: underline;
}
.links { /* Aussehen der Links */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style:normal; 
	line-height: 15px;
	color: #404040;
	text-transform: lowercase;
}
.aktiv { /* Aktiver Link */
    font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style:normal; 
	line-height: 15px;
	color: #1e96c8;
	text-transform: uppercase;
}


.navi { /* Überschriften der Links */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 15px;
	color: #1e96c8;
	letter-spacing: 4px;
	text-transform: lowercase;
}
.navix { /* Sonderspacing "t y p o f o t o" */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	line-height: 15px;
	color: #1e96c8;
	letter-spacing: 4px;
	text-transform: lowercase;
}


.copypaste { /* Copyrighttext */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	letter-spacing: 1px;
}