* {
	margin:0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

p {
    margin: 12px 0;
}

#html {
	color: #000000;
}

#container {
	position: relative;
	width: 750px;
}

#galerie {
	position: absolute;
	width: 600px;
	height: 70px;
	left: 20px;
	top: 10px;
}

#nav1 {
	position: absolute;
	width: 90px;
	height: 551px;
	left: 40px;
	top: 99px;
}

#nav2 {
	/*border: 1px solid red;*/
	position: absolute;
	width: 150px;
	height: 557px;
	left: 170px;
	top: 99px;
}

#nav1 ul,
#nav2 ul {
	list-style: none;
}

#nav1 ul li,
#nav2 ul li {
	height: 26px;
}

#nav1 ul li.active a,
#nav2 ul li.active a {
	color: black;
}

#main {
	/*border: 1px solid red;*/
	position: absolute;
	/*width: 250px;*/
	width: 320px;
	height: 553px;
	left: 350px;
	top: 85px;
}


#linie {
	position: absolute;
	width: 3px;
	height: 600px;
	left: 730px;
	top: 0px;
}


#spalte {
	position: absolute;
	width: 200px;
	height: 600px;
	left: 780px;
	top: 10px;
}


#links {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 134px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}


.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 26px;
}


a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	color: #000000;
}
a.menu:link {
	text-decoration: none;
	color: #999999;
}
a.menu:visited {
	text-decoration: none;
	color: #999999;
}
a.menu:hover {
	text-decoration: none;
	color: #000000;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
}

a.img:link {
	text-decoration: none;
	border: none;
}
a.img:visited {
	text-decoration: none;
	border: none;
}
a.img:hover {
	text-decoration: none;
	border: none;
}
a.img:active {
	text-decoration: none;
	border: none;
}
.border {
	background-image: url(../Elemente/border.gif);
	background-repeat: repeat-y;
	background-position: left;
}

