*
{
	 font-family:Arial;
	 font-size:12px;
	 text-align:justify;
	 margin:0px;
}

h1 
{
	font-size:18px;
	color:#000000;
	margin-bottom:0px;
	}

h2 
{
	font-size:16px;
	color:#000000;
}

h3 
{
	font-size:14px;
	color: rgba(0,0,0,0.5);
}

code 
{
	font-size:14px;
	color:#000000;
}

pre
{
	 font-size:14px;
	 color:#000000;
	 padding:5px;
}



/* Navigations-Buttons */

a:link, a:visited, a:active, a:hover
{
	  text-decoration:underline;
	  font-weight:normal;
	  color:#000000;
	  font-size:12px;
}

a:active, a:hover 
{
	 color:#000000;
}

a.menu 
{
	 display:block;
	 padding:3px;
	 text-align:right;
	 color: rgba(0,0,0,0.6);
	 text-decoration:none;
}
 
a.m-act 
{
	 display:block;
	 padding:3px;
	 text-align:right;
	 color: rgba(0,0,0,0.6);
	 text-decoration:none;
}

a.menu:link, a.menu:visited
{
	  color: rgba(0,0,0,0.4);
	 text-decoration:none;
	text-transform: uppercase;
}

a.menu:active, a.menu:hover
{
  	color:#ffffff;
	background-image: url(images/nav1active.png);
}


	


/* My Comment */

#pagecontainer {
	width: 990px;
	margin: 0;
	padding: 0;
	border-width: 0;
	height: 800px;
	background: url(images/mainback.png) repeat-y;
}

#titlecontainer {
height:150px;
}



/* Menü */

#menucontainer {
	width:280px;
	height: 400px;	
	float:left;
	margin: 10px;
	text-align: right;
	padding: 0;
}

.menu {
	width: 260px;
	color: rgba(0,0,0,0.6);
	overflow: visible;
	text-align: right;
	padding: 0;
	display: block;
	margin: 10px;
	height: 15px;
}

.m-act {
	width: 260px;
	color: #ffffff;
	overflow: visible;
	text-align: right;
	padding: 0;
	display: block;
	margin: 10px;
	height: 15px;
	text-transform: uppercase;
	background: url(images/nav1active.png) no-repeat;
}



/* Body */

#bodycontainer 
{
	width:670px;
	float:right;
	color: rgba(252,0,21,0.6);
	margin: 10px;
}

.bodyhead1 
{
	width: 650px;
	color: rgba(0,0,0,0.6);
	margin: 10px;
	font: 18px Arial;
}

.bodytext 
{
	width: 650px;
	color: rgba(0,0,0,0.6);
	margin: 10px;
	font: 14px Arial;
}

.bodygallery
{
	display: block;
	margin: 25px;
	width: 200px;
	height: 200px;
}

.bildschatten {
  background: url(images/bildschatten.png) no-repeat bottom left;
  padding: 4px 7px 17px 7px;
}

.bodylegend {
	color: rgba(0,0,0,0.6);
	margin: 10px;
	font: italic 10px Arial;
}
