#center {
	background: url(../images/pc.gif) repeat-y;
	margin: 0 auto;
	width: 970px;
}

#content {
	float: left;
	width: 778px;
	padding: 10px 0px 0px 10px;
}

#side {
	float: right;
	width: 170px;
}

#sidesearch {
	width: 169px;
}

#sidesearch h2 {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 100%;
	font-weight: bold;
}

#sidesearch a, #sidesearch p {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	border-bottom: 1px #DEDEDE solid;
	color: #666666;
	text-decoration: none;
}

#sidesearch a.sel {
	font-weight: bold;
}

#sidesearch a:hover {
	background-color: #DEDEDE;
}

#sidebar {
	width: 150px;
	padding: 10px 10px 10px 10px;
}

#maintopic {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background-color: #000000;
}

#maintopic a {
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #666666;
	color: #FFFFFF;
	text-decoration: none;
}

#logo {
	background: url(../images/s2dlogo.jpg) no-repeat;
	width: 908px;
	height: 120px;
	clear: both;
	font-size: 30px;
	color: #FFFFFF;
	padding: 20px 30px 20px 30px;
	border: 1px solid #666666;
}

#maintopic a:hover {
	background-color: #333333;	
}

/* Fly-out Navigation */
.menu {
	background: #587A50 url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid ;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=90); /*für IE*/
	-moz-opacity: 0.90; /*für Mozilla und Netscape*/
	-khtml-opacity:0.90; /* für Safari 1.1 */
	opacity: 0.90; /* für Opera*/
	z-index: 20;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuItem:hover, a.menuItemActive {
	background-color: #333333;
	color: #FFFFFF;
}

#footer {
	background: #000000;
	padding: 4px 30px 4px 30px;
	margin: 0;
	width: 910px;
	clear: both;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a:hover {
	color: #666666;
}

#copy1 {
	font-size: 10px;
}
#copy1 a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}

#copy1 a:hover {
	text-decoration: underline;
}

#copy {
	font-size: 9px;
}
#copy a {
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	color: #587A50;
}

#copy a:hover {
	text-decoration: underline;
}

form.search {
	margin: 0px;
	padding: 10px;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 119px;
	border: 1px solid #dedede;
}