html, body {
	background: #eee;
    color: #303030;
    font-size: 1em;
    font-family: "Verdana", "Gill Sans", sans-serif;
	text-align:center;
}
a {
    color: #035B73;
    text-decoration:none;

}
input, textarea {
	border: 2px solid #ccc;
	padding: 3px;
}
td {
	padding: 3px 20px 3px 3px;
	line-height: 25px;
	font-size: 0.9em;
}
a:hover {
    color: #444;
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight:bold;
}
h2 {
    font-size: 1.2em;
    line-height: 1.9em;
}
h3 {
	font-size: 1em;
    line-height: 1.9em;
}
h4 {
	font-size: 0.9em;
    line-height: 1.9em;
}
p {
	line-height: 22px;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
.main {
    position: relative;
	width: 980px;
    margin-left:auto;
    margin-right:auto;
	text-align:left;
}
.header {
	height: 150px;
	background: url(/img/header.jpg) top center no-repeat;
	border-bottom: 1px solid #000099;
}
.nav-top {	
	font-size: 0.85em;
	font-style: italic;
	border-bottom: 1px solid #000099;
	text-align: right;
	padding-right: 8px;
}
.nav-top ul {
	margin: 0;
}
.nav-top ul li {
	height: 20px;
	display: inline;
	font-size: 0.7em;
	line-height: 20px;
}
.nav {
	width: 150px;
	float: left;
	padding:15px 0 0 15px;
	line-height: 30px;
}
.content{
	padding: 15px 20px 20px 20px;
	margin-left: 145px;
}
.content-inner {
	min-height: 400px;
}
.content-inner a {
	font-style:italic;
}
.footer {
	font-size: 0.7em;
	line-height: 25px;
	border-top: 1px solid #035B73;
	color: #aaa;
	position: relative;
	width: 980px;
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.footer a, .footer a:hover { 
	color:#aaa;
}
#msg {
	font-size: 0.75em;
	font-style: italic;
}
.red {
	color: red;
}
div#sql_code {
	height:400px;
	width: 800px;
	border: 2px solid #ccc;
	color: #ddd;
	background-color:#035B73;
	padding: 5px;
	font-size: 0.9em;
	overflow: auto;
}
.keywords {
	color: #dd5555;
}
.data_type {
	color:#aaaacc;
}
.extra {
	color: #EFEC03;
}
#entrys {
	margin-left: 10px;
}
#entrys h3 {
	color:#035B73;
	line-height: 22px;
	font-size: 0.85em;
	border-bottom: 1px solid #035B73;
}
#entrys h3 span.date {
	font-size: 0.75em;
}
#entrys p {
	font-size: 0.8em;
	font-style: italic;
}
.news {
	font-size: 0.8em;
}
.news h4 {
	font-size: 1.05em;
}
.news ul {
	margin: 10px;
	padding-left: 40px;
}
.news li {
	padding: 3px;
	list-style: disc;
}
.rollback {
	font-family: Gill Sans;
}
.rollback h3 {
	font-size: 0.9em;
}
.rollback p {
	font-size: 0.75em;
}
.rollback p strong {
	font-weight: bold;
}
.zitat {
	background-color: #ddd;
	padding:10px;
	font-size: 0.7em;
}
