@import url(table.css);

@import url(menu.css);

@import url(editor.css);

/*  IBM Colors
	Hauptfarben  dunkel:0062b9 hell:accaeb	
	Akzentfarben mittel:82acdc  weiss:ffffff
	Menu: background:c8d7e3
*/

html, body {
    background-color: #cccccc;
    text-align:center;
    margin:0px;
}

div.PAGE {
    background-color: #ffffff;
	width:956px;	
	margin: 0 auto;
	text-align:left;
	margin-bottom:200px;
	padding-bottom:200px;
	/* border:6px solid #82acdc; */
	} 
table.PAGE {
	width:956px;	
	}
td.LEFT, td.RIGHT { width:225px; }
td.CENTER { width:500px; }
	
tr.SPACER {
	background-color: #82acdc;
	height:3px;
	}	
td.SPACER {
	background-color: #ffffff;
	width:3px;
	}	
td.LEFT, td.RIGHT {
   }

div,h1,h2,td,ul,li {
    font-family: Verdana, sans-serif;
    color: #0062b9;
    font-size: 11px;
}
h1 {
    font-size: 19px;
    font-weight: bolder;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}
h3 {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
}
h4 {
    font-size: 11px;
    font-weight: normal;
}

a {
    color: #82acdc;
}
a:hover {
    color: #ff0000;
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px solid #999;
    width: 100%;
}
div.CENTER {
	padding-top:5px;
	}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

#contentDivRightColumn {
    background-color: #ffffff;
    margin:10px 0px 0px 5px;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.rightColumnTitle {
    background-color: #c8d7e3;
    color: #0062b9;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    margin-bottom: 4px;
    margin-top: 3px;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: Courier New, monospace;
    font-size: 12px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
    display: block;
    margin-bottom: 2px;
}

.spacer1 {
    margin-bottom: 1em;
}

.spacer2 {
    margin-bottom: 2em;
}
div.breadCrumbs {
  background-color:#c8d7e3;
  background-color:#ffffff;	
  padding-left:45px;	
}

.footer {
    padding: 2px;
    color:white;
    background-color:#82acdc;
    text-align:center;
}
.footer a {
	color:white;
	}
.footer a:hover {
	color:red;
	}




