body {
	padding-top: 0px; 
	margin-bottom: 0px;
	background-color: #f0f0f0;
}

#content {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #a0a0a0;
	-webkit-box-shadow: 5px 5px 5px #a0a0a0;
	box-shadow: 5px 5px 5px #a0a0a0;
	background-color: #ffffff;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}

body.normal #content {
	padding: 10px;
	padding-bottom: 30px;
}

#program {
	padding-left: 10px;
	padding-top: 10px;
}

body.popup {
	margin: 0px;
	padding: 0px;
}


.popupcontent {
	margin: 10px;
	padding: 10px;
}

div.popupcontent h1 {
	padding-top: 0px;
}

.footer {
	text-align: center;
	color: #a0a0a0;
	margin: 5px;
}
.footer a {
	color: #a0a0a0;
}

/* --- topmenu / nav --- */
#topmenu {
	margin-bottom: 0px;
}

#topmenu, #w3top, #topmenu .navbar-inner {
	box-shadow: 5px 5px 5px #a0a0a0;
	margin-bottom: 2px;
}

#w3top {
	border-radius: 10px;
	height: 90px;
	padding-top: 20px;
	padding-right: 20px;
}
#w3top input {
	border-color: #e0e0e0;
	background-color: #e0e0e0;
}
#w3top-print {
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-height: 26px;
}
.navbar-inner {
	padding-left: 0px;
	padding-right: 0px;
}
.topmenu-active {
	font-weight: bold;
	color: #d0d0d0;
}

/* --- web3 - catalog --- */
.sMenu input[type="text"] {
	width: 70%;
	background-color: #f0f0f0;
}
/* --- bootstrap adjustments --- */
h1 { font-size: 32px; }

h2 { font-size: 28px; }

fieldset {
	border: 1px dotted #bbbbbb;
}

legend {
	line-height: 30px;
	width: auto;
	border: 0px;
	color: #999999;
	font-style: italic;
	font-size: 18px;
}
input, select {
	width: 100px;
}

th.listform {
	background: none;
}
