html, body {margin: 0; padding: 0; border: 0;}

body {
color: #000; 
background-color: #ffffff; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 80%; 
text-align: left;
}

/*** margin: 30px 0;
***/


.clear { clear: both; }


.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}

.smaller {font-size: 9px;}

.smallest {font-size: 75%;}


#flag {
	background-image: url(redbannerzeit.jpg);
	background-repeat: no-repeat;
        background-color: #FFFFFF;
	width: 800px;
        height: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#flagmotto {
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
}

#flagday {
	width: 200px;
	position: relative;
	left: 150px;
	top: 85px;
}


.wrapper {
margin: 0 auto;
width: 797px;
text-align: left;
background: #ffffff;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 800px; 
w\idth: 797px; 
}

.outer {
	border-left: 150px solid #ffffff;  
	border-right: 150px solid #ffffff;
	background: #ffffff;
}

.inner {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 648px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 617px;
margin-left: -150px;       /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/


.left {
float: left;
width: 150px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
float: right; 
width: 150px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .right {
margin: 0 -150px 0 0; /*** IE gets this margin. ***/
}

.center {
float: right;
width: 400px;
padding-right: 30px;
border-right: 1px dotted #990000
} 


.wide {
background-color: #FFFFFF;    /* header and footer colours */
width: 100%;
}

.wide p {padding: 5px;}

.top {border-width: 0 0 2px;}

.bottom {border-width: 2px 0 0; margin-top: -57px;}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}


.papers   { 
	color: black; 
	font-size: x-small; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; 
	line-height: 120%; 
	text-align: left; 
}

.links    {
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 120%;
	padding-right: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	margin-top: 10px;
}

.cutline {
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 30px;
}


#pdf  {
	color: #990000;
	font-weight: bold; 
}


.rightcol { 
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 120%;
	padding-left: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	margin-top: 10px;
}

a:link    { 
	color: black; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-stretch: normal; 
	text-decoration: none; 
	background-color: transparent; 
}



a:visited { 
	color: black;
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-stretch: normal; 
	text-decoration: none; 
	background-color: transparent; 
}


a:hover  {
	color: #999999; 
}





.post  { 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 140%; 
}

h2 { 
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	margin-top: -4px; 
	font-weight: bold; 
	letter-spacing: -0.03em; 
}


blockquote  { 
	font-size: 11px; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 160%; 
	padding-left: 12px; 
	border-left: 2px solid #cccccc; 
}

#comments  { 
	color: #990000; 
	font-size: 10px; 
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: 8px; 
}

.archbody { 
	font-size: 10px; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;  
	line-height: 140%; 
}

.archbody h2  {
	color: #990000;
	font-size: 15px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	margin-top: 30px; 
	letter-spacing: -0.03em; 
}

.archbody blockquote {
	border: 0px;
}

.blogbody { 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 140%; 
}

.blogbody #sub { 
	font-size: 15px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 100%; 
}

.blogbody #site {
	font-size: 11px;
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;  
}

.blogbody #credit { 
	font-variant: small-caps; 
}

.blogbody .credit { 
	font-variant: small-caps; 
}

.blogbody .pdf  {
	color: #990000;
	font-weight: bold; 
}

p .photocredit {
	color: #666;
	font-size: 9px;
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;  
	text-align: right;
}

.blogbody .imgleft {
	float: left;
	margin: 0 10px 10px 0;
}	


.blogbody .imgleft img a:link, visited {
	background-color: #000;
}

	
.blogbody h2  {
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	margin-top: -4px; 
	margin-bottom: 2px;
	font-weight: bold; 
	letter-spacing: -0.03em; 
}

.blogbody h2 a {
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	font-weight: bold; 
	letter-spacing: -0.03em; 
}


.blogbody h3  {
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	margin-top: -4px; 
	font-weight: bold; 
	letter-spacing: -0.03em; 
}

.blogbody h4  {
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	margin-top: -4px; 
	font-weight: normal; 
	letter-spacing: -0.03em; 
}

.blogbody h4 a {
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 120%; 
	margin-top: -4px; 
	font-weight: bold; 
	letter-spacing: -0.03em; 
}

.blogbody h4 #post {
	color: #990000;
	font-size: 9px; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;  
	line-height: 120%; 
	margin-top: -4px; 
	font-weight: bold; 
	letter-spacing: -0.03em; 
}

.blogbody h5  {
	font-size: 24px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin-top: -4px; 
	margin-bottom: 4px; 
	font-weight: normal; 
	letter-spacing: -0.03em; 
}

.blogbody #date {
	font-size: 9px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: .2em; 
}

.blogbody #date a {
	color: gray; 
	font-size: 9px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	text-transform: uppercase; 
}

.blogbody #date a:hover {
	border-bottom: 1px dotted gray; 
}

.blogbody #entry {
	color: black; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 140%; 
}

.blogbody #entry a:link {
	color: black; 
	font-size: 11px; 
	background-color: #e1e1e1;
}

.blogbody #entry a:visited {
	color: black; 
	font-size: 11px; 
	background-color: #e1e1e1;
}

.blogbody #entry a:hover {
	color: #666666; 
}


.blogbody #comments {
	color: #990000; 
	font-size: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 57px; 
	margin-top: 10px;
	text-transform: uppercase; 
	letter-spacing: 8px; 
}

.blogbody #comments a  { 
	color: #990000; 
	font-size: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: 8px; 
}

.blogbody #comments a:visited   {
	color: #990000; 
	font-size: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
	letter-spacing: 8px; 
}

.blogbody #comments a:hover { 
	border-bottom: 1px dotted #990000; 
}


.blogbody #flickr    {
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 120%;
	text-align: left;
	margin-top: 4px;
}

.blogbody #flickr a:link	{
	color: black; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 9px;
	font-style: normal; 
	font-weight: bold; 
	font-stretch: normal; 
	text-decoration: none; 
	background-color: transparent; 
}

.blogbody #flickr a:visited	{
	color: black; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 9px;
	font-style: normal; 
	font-weight: bold; 
	font-stretch: normal; 
	text-decoration: none; 
	background-color: transparent; 
}

.blogbody h3 {
	color: #666;
	font-family: Lucida Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 14px;
	letter-spacing: 0px;
}

.blogbody ul { padding-left:0; }

.delicious li { margin: 0 0 20px 0; padding-left:0; }

.blog {
  		padding:0px;
		background:#FFF; 
		}

.commblog {
  		padding:20px;
		background:#FFF; 
		}


.comments-body {
		font-family: Lucida Sans, Lucida Grande, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

.comments-post {
		font-family:Lucida Sans, Lucida Grande, verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}
		
.comments-name {
		color:#000;
		}
			
	
.trackback-url {
		font-family: Lucida Sans, Lucida Grande, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:5px;		
 		border:1px dotted #999; 					
		}


.trackback-body {
		font-family: Lucida Sans, Lucida Grande, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

.trackback-post {
		font-family: Lucida Sans, Lucida Grande, verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	

		
.comments-head	{ 
		font-family: Lucida Sans, Lucida Grande, verdana, arial, sans-serif; 
		font-size:small; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}		
		
.comments-note { 
		font-family: Lucida Sans, Lucida Grande, verdana, arial, sans-serif; 
		margin-top:10px;
		color: #666;
		font-size: 11px;
		}


#banner-commentspop {
		font-family: Lucida Sans, Lucida Grande, verdana, arial, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		background:#003366;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}


#menu {
  		margin-bottom:35px;
		background:#FFF;
		text-align:center;
		}
		
.posted	{ 
		font-family: Lucida Sans, Lucida Grande, verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #000000; 
		margin-bottom:25px;
		}
			

.blogbody #green {
	color: green;
	}
	
.blogbody #gray {
	color: gray;
	}
		
.blogbody #blk {
	color: black;
	}
	
.blogbody img {
	border: 0px;
	}
	
.blogbody .caption { font-family: Lucida Sans, Lucida Grande, verdana, arial, sans-serif; font-size:10px; margin:0 0 10px 0; }

.mugleft {
	margin: 0 10px 10px 0;
	float: left;
}

.mugleft img {
	border: 1px solid black;
}

#updated {
	background-image: url(images/updated.gif);
	background-repeat: no-repeat;
        background-color: #FFFFFF;
}

.northwest { 
	color: #666;
	font-size: 12px; 
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;  
	font-weight: normal;
	text-align: center;
}

.northwest a  {
	color: #990000;
	font-weight: bold;
}

.northwest a:hover { 
	border-bottom: 1px dotted #990000; 
}

.bigdate {
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #a5a5a5;
	letter-spacing: -.03em;
}

#twitter_div { margin-bottom:10px; }

#twitter_div ul { list-style:none; font-size: 11px; line-height:130%; }

#twitter_div .twitter-title {  }

.secheader { font-family:Georgia,serif;font-size:18px;color:#555;font-weight:bold;margin-bottom:10px; }
