BODY {font-size: 11pt; font-family: Georgia; background-color: #dce7bc; color:#443217;}

/* background-color: #ebe0b4; padding: 3px; border: 1px solid #a28a2b */

h1, h2, h3, h4, h5 { width: 100%; text-align: left; 
	padding-top: .3em; padding-bottom: 0; padding-right: .5em;
	margin-bottom: 0; margin-top: 1em; line-height: normal;}
h1 {display: block;  margin: 3px;  width: auto; background-color: #dce7bc; padding: 1em; border: 1px solid silver;}

h1 { font-size: 2em;  }
h2 {font-size: 1.6em;  padding-left: 25px; display: block; background-color: #dce7bc; 
	border-left: 1px solid silver;}
h3 {font-size: 1.3em;  padding-left: 40px;}
h4 {font-size: 1.1em;  padding-left: 50px;}
p {margin-left: 1em; margin-right: 1em; }

		
#box {margin-right: 50px; margin-left: 230px; 
		background-color: white; border: 1px solid silver;}

#menu {width: 200px; display: block; position: fixed; left:10px; top: 60px;
		background-color: transparent; border: 0px solid silver;}		
#menu a {display: block; width: 100%; background-color:#f2f7e6; padding: 3px; text-decoration: none; margin: 2px;}
#menu A:link {color:#5c6f26; border: 1px silver solid;}
#menu A:active {color:#97b53e; font-weight:bold}
#menu A:visited {color:#849d35}
#menu A:hover {color:#f2f8e7; background-color:#324213; }
		

#content { display: block; border: 0px; padding: 10px; 
		border: 0px solid silver; 
		background-color: #f3f7e8;}
#content A:link { color:#5c6f26; }
#content A:active {color:#97b53e; font-weight:bold}
#content A:visited {color:#849d35}
#content A:hover {text-decoration: underline; }	



a.external {
	background: url('http://robert.szczepanek.pl/img/external.png') center right no-repeat;
	padding-right: 13px;
}

.code {font-family: "Courier New"; background-color: #fdfdfd; border: 1px dotted #dbdbdb; padding: 0 0.5em; }
.example_text {display: block;  background-color: #f9f9f9; border: 1px dotted #dbdbdb; padding: 0.2em 1em;}

/* screenshot */
.ss {border: 3px silver solid;}
.example {display: block; float:left; padding: 5px; margin: 5px; border: silver solid 1px;}
