/* stylesheet for lose enden */

body {
	margin-bottom: 35px;
	text-align: center; 
	background-color: rgb(240,240,240); 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuche MS', Helvetica, sans-serif;
}

address{font-size: 12px;font-style:normal;}

h1{
	font-size: 16px;
	margin-top: 0px;
	padding: 0px;
	color: rgb(71,71,71);
}

h2{
	font-size: 12px; 
	color: rgb(71,71,71);
}

h3{
	font-size: 12px;
}

#pageHeader {
	top:0px;
	width: auto;
	text-align: right;
	position: relative;
	border-bottom: 1px solid rgb(1,67,100);
}

#logoText{
	color: rgb(71,71,71);
	background-color: rgb(253,253,253);
	font-size: 54px;
	padding-right: 10px;
}

#logoSubtext{
	font-family: Times, normal, serif;
	color: rgb(1,67,100);
	font-size: 18px;
	padding-right: 10px;
	padding-bottom: 4px;
}

#container {
	top:10px; 
	box-shadow: 4px 6px 18px #aaa;
	/* next two lines are not standards conformant but it looks nicer on decent browsers... */
	-webkit-box-shadow: 4px 6px 18px #aaa;
	-moz-box-shadow: 4px 6px 18px #aaa;
	width:850px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border-top: 1px solid rgb(141,141,141);
	color: rgb(71,71,71);
	background-color: rgb(253,253,253);
	font-size: 12px;
}

#content{
	width: 650px;
	height: 200px; /* for IE */
	float: left;
	left: 120px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-left: 1px dotted rgb(1,67,100);
}

html>body #content { /* for any CSS compliant browser */
	height: auto;
	min-height: 200px;
}


#content blockquote{
	font-size: 12px;
	width: 500px;
	padding: 5px;
	text-align: left;
}

#content blockquote #author{
	font-style: italic;
	text-align: right;
}

.index{
	table-layout: fixed;
	text-align: center;
}

.col{
	width: 160px;
	height: 160px;
	white-space: nowrap;
}

a {
	color: rgb(141,141,141); 
	text-decoration:underline;
}	

a:hover {
	color: rgb(1,67,100);
	text-decoration:none;
}

#navList {
	float: left;
	top: 100px;
	padding:0;
	margin:20px;
	font-size: 15px;
}

#navList ul {
	margin:0;
	padding: 0;
}

#navList ul li {
	list-style-type: none;
}

#navList ul li a {
	text-decoration: none;
}

#navList ul li a:hover {
	text-decoration: underline;
	color: rgb(1,67,100);
}

#impressumLink{
	font-size: 12px;
	text-decoration: none;
	color: rgb(71,71,71);
}

#impressumLink:hover {
	text-decoration: underline;
	color: rgb(1,67,100);
}

#footer {
	clear: both;
	text-align: right;
	border-top: 1px solid rgb(141,141,141);
	padding-bottom: 0px;
	font-size: 12px;
}

.archives ul li a, .entry-content h2 a{text-decoration: underline;}
.archives ul li a:hover, .entry-content h2 a:hover{
	text-decoration: none;
	color: rgb(1,67,100);
}

.published {font-size: 10px; display:block; padding-top: 0px; text-decoration: none}
noscript {font-size: 10px;}
.dsq-brlink {font-size: 10px;}

.schedule{	padding: 10px;}
.schedule table
{
    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
	table-layout:fixed;
	width:540px;
}

.schedule td
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #EEE;
}

.center-image
{
    margin: 0 auto;
    display: block;
}
