/* whitespace reset */
* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

ul, ol {
	margin: 3px 3px 3px 3px;
}
li, dd, blockquote { margin-left: 16px; }
fieldset { padding: .5em; }


html {
	height: 100%;
}
body {
	background-color: #ffffff;
	color: #0E2F32;
	font-family: Trebuchet MS, Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0 0 0 0;
	height: 100%;
}

#main {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}
	
html>body #main {
    height: auto;
}

#footline {
	background-color: #dfecee;
	padding: 0 0 0 0;
	margin-top: 5px;
	font-size: 80%;
	text-align: right;
	color: #28848E;
	height: 24px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
}

#copyright {
	margin: 0 8px 0 8px;
	padding: 4px 0 0 0;
}

/* text-titel verstecken, wird durch hintergrundbild ersetzt */
#sitetitle a {
	font-size: 0;
	display: block;
	height: 88px;
	width: 500px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #edf4f5;
}

#titlebar {
	background-image: url("http://oeconomia-augustana.de/fileadmin/templates/main/picture/oa_header.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #edf4f5;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 88px;
}

#project_title {
        position: absolute;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #2B909A;
	margin: 5px 8px 5px 8px;
}

h1 { font-size: 140%; font-weight: bold; font-style: normal; }
h2 { font-size: 130%; font-weight: bold; font-style: normal; }
h3 { font-size: 120%; font-weight: bold; font-style: normal; }

#content h1, #content h2 {
	margin: 10px 0 4px -6px;
	padding: 0 0 0 0;
}
#content h3, #content h4, #content h5, #content h6 {
	margin: 10px 0 4px 0px;
	padding: 0 0 0 0;
}

#content p {
	margin-bottom: 0.4em;	
}

.csc-header {
	margin-top: 18px;
}

#content {
	font-size: 90%;
	line-height: 150%;
	padding: 6px 12px 40px 18px;
	max-width: 712px;
}

a {
	color: #352B9A;
	text-decoration: none;
}
#content a {
	border-bottom: 1px solid #DFECEE;
}
a:visited {
	color: #2B599A;
	text-decoration: none;
}
#content a:hover {
	color: #735121;
	background-color: #F4F6DF;
	text-decoration: none;
	border-bottom: 1px solid #735121;
}

#menubar {
	background-color: #dfecee;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 90%;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	background-repeat: repeat-x;
	background-image: url("http://oeconomia-augustana.de/fileadmin/templates/main/picture/mainmenu_bg.png");
}
#menubar li a {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	display: block;
}
#menubar li a:hover {
	font-weight: bolder;
	color: #0E2F32;
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url("http://oeconomia-augustana.de/fileadmin/templates/main/picture/mainmenu_bg_hover.png");
}
#menubar li.active { 
	color: #0E2F32;
	background-color: #ffffff;
}
#menubar li.active a { 
	color: #0E2F32;
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url("http://oeconomia-augustana.de/fileadmin/templates/main/picture/mainmenu_bg_active.png");
}
#menubar ul {
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
	list-style-type: none;
}
#menubar ul li {
   display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 32px;
}

#titlebar a {
	text-decoration: none;
}

.csc-textpic-caption {
	font-style: italic;
	line-height: 120%;
}

td {
	padding-right: 2em;
}