*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #669;
}
/*Topbar mit Buttons*/
header
{
	color: #ddd;
	background: #669;
	padding-left: 2em;
}

.button
{
	margin: 0;
	padding: 0.2em;
	padding-bottom: 0;
	display: inline-block;
	height: 2em;
	top: 0;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: white;
}

.button:hover
{
	background: #77a;
}

.button a img, .button img
{
	display: block;
	height: 1.8em;
}

/*Seitenkörper*/
main
{
	color: #000067;
	background-image: url(bilder/hg2_mini.gif);
}

/*urls schwarz*/
a
{
	color: #002;
}

/*Container für hauptseite damit alles mittig ist*/
#main_center
{
	width: 60em;
	transform: translateX(-50%);
	padding-top: 2em;
	padding-bottom: 1em;
	left: 50%;
	position: relative;
}

/*Container vom Impressum*/
.container
{
	text-align: center;
	background-color:#b3bedc;
	padding: 2em;
	width:45em;
	margin-left: 5em;
	height: 40em;
}

/*Kontaktseite*/

#ktext, #ksuccess
{
	margin: 1em;
}

#sendmessage
{
	padding: 1em;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

#sendmessage input, #sendmessage textarea
{
	width: 20em;
	left: 5em;
	display: block;
	position: relative;
	resize: none;
}

#sendmessage label
{
	width: 10em;
}
/*Workshop*/

#wsheader img 
{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.wstopic
{
	position: relative;
	height: 10em;
	margin: 1em;
	width: 30em;
}

.wstopic a, .wstopic p, .container a
{
	font-weight: bold;
	text-decoration: none;
}

.wstopic > span > *
{
	display: inline-block;
}

.wsdesc
{
	right: 0;
	width: 20em;
	position: absolute;
}

/*Galerie*/
#gallerycontainer
{
	padding: 2em;
}

.imgpre
{
	margin: 0.5em;
	padding: 0.5em;
	background: #669;
	display: inline-block;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}


/*Maßstab und Kategorie unter Bildern*/
.imgpre p
{
	display: inline;
	color: white;
}

.imgpre p+p
{
	margin-left: 3em;
	right: 0;
}
/*graue fußleiste*/
aside
{
	padding: 1em;
	display: block;
	position: relative;
	color: #ddd;
	background: #669;
	padding: 2.5em;
	padding-top: 1.5em;
}

aside ul
{
	display: inline-block;
}
/*Copyright am rechten rand*/
#cr
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 1em;
}


/*keine punkte*/
li {
    list-style-type: none;
}
/* links in der Liste weiß*/
aside ul li a
{	
	color: white;
	margin: 0.5em;
	margin-left: 0;
}

