
body 	{
			 background-color: #F1F1F1;
			 width: 1275px;
			 margin: 0px auto;
			 background-image: url(../media/delicatpanoone.png), url(../media/delicatpanoone.png);
			 background-position: center top;
			 background-repeat: no-repeat;

		}


header 	{
			padding-bottom: 20em;
		}
			
									/* NAVIGATION OBEN */
			
nav 		{
			 clear: both;
			 text-align: center;
			 word-spacing: 2.2em;
			 margin-bottom: 10px;
			 padding: 10px 0px;
			 font-size: 1.05em;
		}
		
nav a{
			display: inline;		 
}
									/* NAVIGATION LINKE SEITE */

aside {
			 float: left;
			 width: 12em;

}
aside ul {
			list-style-type: none;
			font-size: 0.95em;

}

.links{
			text-align: center;
			background-color: #F4DEC7;
}

.buttonswitcher{
			display:block;
			margin: auto;
}

.buttonswitcher img {
			border: 1px solid #d3d3d3;
}

#navleftupper,#navleftlower {
				display: none;

}

										/* CONTAINER */

#containerleft {
				float: right;
				width: 12em;

}

#containerleft  img{
				border:0;
				width:88px;
				height:31px
				

}
#validation {
				float: right;
				clear: right;
				width: 12em;
				
}
					
											/* CONTENT */
					
section 	{

			margin-left: 13em;
			margin-right: 13em;
			padding: 1em 2em 2em 2em;
			border-style: solid;
			border-width: 1px 0px 0px 0px;
}
section h3{ 
			text-align: center;
}
.dicebutton  {
			text-align: center; 
}
		
.diceresult {
			height: 150px;
			margin-top: 50px;
			text-align: center;
}

.dicecount  {
			width: 15em;
			margin-left: auto;
			margin-right: auto;
}

.buttontime {
			text-align: center;
}

#myCanvas {
			border:6px double #d3d3d3; 
			margin: auto; 
			display: block
}
#picwall img{
			border: 2px solid #d3d3d3;
}

#references a{
			text-decoration:none;
			color:#E29F74;
			font-size:1em;

}

											/* FOOTER */
footer {
			height: 3em;
			text-align: right;
			border-style: solid;
			border-color: #634142;
			border-width: 1px 0px 0px 0px;
			clear: both;
			
}

footer span {
			font-style: oblique;			
}

#time {
			float: left;
			text-align: left;
			
}
												/* ANCHORS */
a:link, a:active, a:hover
{
			text-decoration:none;
			font-weight:bold;
			color:#634142;
			font-size:1.2em;
}
a:visited {
			text-decoration:none;
			font-weight:bold;
			color:#E29F74;
			font-size:1.2em;
}

a:active, a:hover
{
			text-decoration:underline;
}