body {
	background-image: url(Figuren.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

textarea {
	border: none;
	padding: 10px;
	border: 1px solid black;
	color: Black;
	font-family: monospace;
}

	
.Homepage {
	margin: 0px 0px 0px 0px;
	background-image: url(KanteOben.jpg);
	background-repeat: repeat-x;
	background-position: 0px 145px;
	
}

#Shortcut {
	position: absloute;
	top: 10px;
	left: 10px;
	width: 400px;
	height: 150px;
	text-align: left;
	background-image: URL(puzzle.png);
	background-repeat: no-repeat;
}
	
#Einleitung {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 640px;
	height: 150px;
	background-image: url(Personen.png);
	background-repeat: no-repeat;
	background-position: bottom right;	
}

#intro1 {
	position: relative;
	width: 150px;
	left: 65%;
	top: 15%;
	font-size: 20pt;
	font-family: serif;
}
#intro2 {
	position: relative;
	top: 70px;
	left: 220px;
	font-family: fantasy;
	font-size: medium;
	font-weight: bold;
	color: orange;
}

#LinkeSeite {
	position: relative;
	left: 0px;
	top: 0px;
	width: 290px;
}
#loginArea {
	position: relative;
	left: 0px;
	top: 2px;
	width: 290px;
	height: 65px;
	background-image: url(LoginArea.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#loginArea table {
	font-family: sans-serif;
	font-size: 8pt;
	width: 95%;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-left: 5px;
}

#loginArea input {
	border: 1px solid black;
	width: 100%;
	font-size: 7pt;
	padding:1px;
}

.obenMenu {
	position: relative;
	left: 0px;
	top: 5px;
	width: 290px;
	height: auto;
}

.MenuTitel {
	margin-top: 1px;
	padding-left: 10px;
	
	height: 20px;
	width: 100%;
	
	background-color: white;
	background-image: url(rect1.png);
	background-repeat: no-repeat;
	
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: -0.04em;
	text-align: left;
	word-spacing: 2px;
}

.MenuTitel a {
	text-decoration: none;
	color: white;
}

.MenuTitel a:hover {
	text-decoration: none;
	color: white;
}

.normalMenu {
	margin-left: 5%;
	margin-top: 1px;
	
	width: 90%;
	
	font-family: sans-serif;
	font-size: 9pt;
	
	background-color: #ebf3fb;
}

.normalMenu a {
	text-decoration: none;
	color: black;
}

.normalMenu a:hover {
	text-decoration: none;
	color: black;
}

#Hauptteil {
	position: absolute;
	left: 300px;
	top: 160px;
	width: 640px;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	border-left: 1px dotted gray;
	font-family: sans-serif;
	color: black;
	font-size: normal;
}

#Hauptteil p:first-letter {
	font-weight: bold;
	font-size: large;
}

#Hauptteil a {
	text-decoration: none;
	color: #C482E8;
}

#Hauptteil a:hover {
	text-decoration: none;
	color: #d2bcff;
}

#Hauptteil h1,h2,h3,h4,h5,h6 {
	font-family: sans-serif;
	padding-left: 10px;	
}

#Hauptteil h1 {
	color: black;
	font-size: 12pt;
	background-image: url(SummerH1.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	height: 25px;
	padding-top: 4px;
	padding-left: 5px;
}

#Hauptteil h2,h3,h4,h5,h6 {
	color: white;
	background-image: url(linieunten_gelb.png);
	padding-bottom: 1px;
	padding-top: 1px;
}

.contentFileElement {
	font-family: sans-serif;
	font-size: small;
	padding-left: 33px;
	height: 33px;
	background-image: url(File.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.contentSiteMap {
	font-size: 10pt;
}

.contentSiteMapItemDefault {
	border: 1px solid black;
}

.contentSiteMapItemMenu {
	/*alle Teile einer Sitemap, die auch im Men? sind*/
}

.contentSiteMapItemSubMenu {
	/*alle Teile einer Sitemap, die auch in SubMen?s sind*/
}
