/*************************************
 * Common
 *************************************/
body,
table#archive,
table#search
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
}

h1,
h2
{
	padding: 0;
	margin: 0;
	font-weight: bold;
}

h1 {
	font-size: 15px;
	padding-bottom: 5px;
}

h2 {
	font-size: 12px;
	padding-bottom: 23px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

h4,
h5
{
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

p.teaser {
	font-weight: bold;
}

a:link,
a:active,
a:hover,
a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

/*************************************
 * Head
 *************************************/
div#head {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-image: url(../images/logo.jpg);
	width: 800px;
	height: 140px;
}

div#quickSearchLayer,
input#quickSearch,
input#quickSearchButton
{
	top: 55px;
	z-index: 200;
}

input#quickSearch {
	position: absolute;
	width: 200px;
	height: 16px;
	right: 62px;
	font-size: 12px;
	border: 1px solid #000000;
}

input#quickSearchButton {
	position: absolute;
	width: 19px;
	height: 18px;
	right: 40px;
	border: 1px solid #000000;
}

div.timestamp {
	position: absolute;
	top: 103px;
	right: 5px;
}

div#menu,
div#teaser
{
	position: absolute;
	top: 123px;
}

div#menu {
	left: 5px;
}

div#teaser {
	right: 5px;
	font-weight: bold;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#menu ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

div#menu ul li a:link,
div#menu ul li a:active,
div#menu ul li a:hover,
div#menu ul li a:visited
{
	font-weight: bold;
}

/*************************************
 * Content
 *************************************/
div#content {
	position: absolute;
	top: 140px;
	width: 760px;
	margin: 20px;
	padding-bottom: 40px;
}

/* Pager */
div#pager {
	width: 100%;
}

div#title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 278px;
	height: 378px;
}

div#paging {
	position: absolute;
	left: 290px;
	width: 470px;
	height: 378px;
	text-align: center;
}

div#paging h1,
div#paging h2
{
	text-align: center;
}

img#pageLeftImage,
img#pageRightImage
{
	width: 205px;
	height: 278px;
	border: 1px solid #000000;
}

div#navigation,
div#text
{
	margin-top: 10px;
	width: 416px;
	margin-right: auto;
	margin-left: auto;
}

div#text {
	padding-bottom: 40px;
}

div#navigation {
	height: 23px;
	border: 1px solid #000000;
}

div#pageLeft,
div#pageRight,
div#first,
div#last,
div#previous,
div#next
{
	height: 23px;
	float: left;
	text-align: left;
}

div#first,
div#last
{
	width: 23px;
}

div#pageLeft,
div#pageRight
{
	width: 141px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
}

div#pageRight {
	text-align: right;
}

div#previous,
div#next
{
	width: 22px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

div#text {
	text-align: left;
}

/* Contact */
div#text {
	margin-bottom: 50px;
}

form#formular {
	width: 400px;
}

div.errorMessage,
div.key,
div.keyError
{
	font-weight: bold;
}

div.errorMessage,
div.keyError
{
	color: #ff0000;
}

div.errorMessage {
	margin-bottom: 30px;
}

div.key,
div.keyError
{
	width: 150px;
	float: left;
}

div.value input,
div.value textarea
{
	margin-bottom: 5px;
	width: 200px;
}

div.value textarea {
	height: 100px;
}

div#submit {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* Imprint */
div.key,
div.value
{
	margin-bottom: 10px;
}

div.key {
	width: 180px;
	font-weight: bold;
	float: left;
}

div.value {
	margin-left: 180px;
}

/* Search */
table#search,
table#search td,
table#search th
{
	border-collapse: collapse;
	border: 1px solid #b5b1ae;
}

table#search th {
	background-color: #b5b1ae;
	font-weight: bold;
}

/* Archive */
img.archive {
	border: 1px solid #000000;
}

/*************************************
 * Foot
 *************************************/
div#foot {
	position: fixed;
	bottom: 0px;
	height: 20px;
	width: 800px;
	background-color: #b5b1ae;
	text-align: center;
	margin-left: -20px;
}

div#foot ul {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	list-style-type: none;
}

div#foot ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}


