/*body
{
	background-color: #190101;
}
*/
a
{
    color: #9296b3;
    text-decoration: none;
}

img.design
{
  margin: 0px;
  padding: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div#mainmenu
{
	width: 740px;
	font-weight: bold;	
	margin: auto auto;
}
/*
div#mainmenu:hover>b
{
	display: none;
}
div#mainmenu>b
{
	display: block;
}

div#mainmenu>ul
{
	display: none;
}

div#mainmenu:hover>ul
{
	display: block;
}
*/

/* Menueleiste */
ul#menu
{
	height: 15px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(pictures/muster_menu.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

ul#menu li
{
	list-style: none;
	margin: 0;
	padding-left: 10px;
	display: inline;
}

ul#menu a
{
	text-decoration: none;
	color: #cccccc;
}

ul#menu a:hover
{
	color: #CC0000;
}

#contentframe
{
	width: 980px;
	height: 424px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#contentframe span
{
	float: left;
	text-align: left;
}

#contentframe span#content
{
	width: 650px;
	height: 384px;
	margin-top: 20px;
    margin-bottom: 20px;
	margin-left: 295px;
    margin-right: 70px;
}

#contentframe span#gallery
{
	width: 400px;
	height: 300px; 
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#contentframe span#fullsize
{
	width: 650px;
	height: 384px;
}


#contentframe img#gallerylarge
{
	width: 520px;
	float: right;
}

#contentframe span#gallery img
{
	margin-right: 5px;
	border: 0;
}

* b
{
	font-weight: bold;
}

div#unten
{
	width: 980px;
	height: 140px;
	background-image: url(pictures/muster_unten.jpg);
	text-align: center;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#unten ul
{
	text-align: left;
}

div#unten li
{
	list-style: none;
}

div#unten a
{
	color: white;
}
