


body, html {
	margin: 0;
	padding: 0;	
	font: 12px Helvetica, Verdana, Arial, sans-serif;
        background-color: #333333;

}

h1 {
	font-size: 16px;
	border-bottom: 1px solid black;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

pre {
	font-size: 12px;
}

h1 a, h1 a:hover, 
h2 a, h2 a:hover, 
h3 a, h3 a:hover, 
h4 a, h4 a:hover {
        text-decoration: none;
        color: black;
}

.listing  {
	border: 1px solid black;
	background-color: #EFEFEF;	
	padding-left: 2px;
	padding-right: 2px;	
	overflow: auto;
	width: 750px;
}

.leftBox, #sidebar {
        clear: right;
	position: relative;
	float: right;
	width: 200px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 2px;
}

.leftBox p {
	margin: 0;
	padding: 0;
}

.leftBox ul {
	padding-left: 8px;
	margin-left: 8px;
}

.leftBox ul li {
	list-style-type: square;
}

.leftBox ul li a {
	font-size: 10px;
}

.leftBox h2 {
	font-size: 11px;
}

textarea  {
  width: 750px;
}

pre.terminal, pre.file {
  border: 1px solid #EAEAEA;
  padding: 2px;
}

pre.terminal {
  color: white;
  background-color: black;
}

pre.file{
  background-color: #EFEFEF;
}

div.wp-caption {
  background-color: #EFEFEF;
  border: 1px solid #EAEAEA;
}

div.wp-caption img, p.wp-caption-text {
  border: 0;
  margin: 5px;
  text-align: center;
  font-style: italic;
}

.clear {
  clear: both;
}

#pageContainer, #contentContainer, #navigationContainer, #bannerContainer {
  width: 100%;
  margin: 0;
  padding: 0;
}

#page {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  background-color: white;
  border: 2px solid #EFEFEF;
}


#banner, #contentMain, #navigation, #contentFoot  {

}

#contentFoot {
        clear: both;
	background-image:  url("/opencms/export/system/modules/de.himberger.sebastian.site/resources/images/grey-bg.jpg");
        padding: 2px;
}

#contentFoot a, #contentFoot a:hover {
	color: #333333;
        text-decoration: none;
        font-weight: bold;
	font-size: 10px;
}

#contentFoot li {
        border-left: 1px solid  #333333;
        padding-left: 4px;
        padding-right: 2px;
}

#contentFoot li.first {
        border-left: none;
        padding-left: 0;
}

#bannerContainer {
	background-image:  url("/opencms/export/system/modules/de.himberger.sebastian.site/resources/images/blue-bg.jpg");
	height: 74px;
}

#navigationContainer, #navigation {
	background-image:  url("/opencms/export/system/modules/de.himberger.sebastian.site/resources/images/grey-bg.jpg");
	height: 25px;
}

#navigation ul, #contentFoot ul {
	margin: 0;
	padding: 0;
}

#navigation li, #contentFoot li{
	list-style: none;
	display: inline;
}

#navigation a  {
	text-decoration: none;
	font-weight: bold;
	height: 17px;
	display: block;
	position:relative;
	float: left;
	padding: 4px;
	width: 70px;
	border-left: 2px solid white;
	text-align: center;
	color: #333333;
}

#sidebar ul {
  margin: 4px;
  padding: 0;
  list-style-type: none;
}

#navigation a:hover  {
	color: #FF9900;
	background-color: white;
}

#navigation li.first a {
        border-left: none;
}

#contentMain {
        padding: 4px;
	width: 750px;
        line-height: 17px;
}

#contentMain a:link {
	color: #322A6C;
}

#contentMain a:hover {
	color: red;
}

#content {
	position: relative;
        float: left;
}

.narrowcolumn {
        width: 500px;
}

.widecolumn {
        width: 750px;    
}

.aligncenter {
        margin-left: auto;
        margin-right: auto;
}

#tag_cloud a,#tag_cloud a:link, #tag_cloud a:visited,#tag_cloud a:active,#tag_cloud a:hover {
        text-decoration: none;
}

