body,
html
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #303030;
	text-align: center;
}

body
{
	background-image: url(../images/head.jpg);
	background-repeat: repeat-x;
}

img
{
	border: 0;
}

a:link
{
	color: #91B5FF;
}

a:visited
{
	color: #91B5FF;
}

a:hover
{
	color: #FFBF00;
}

a:active
{
	color: #FFBF00;
	text-decoration:none;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

input[type="text"]
{
	border: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/formfield-bg.gif);
	background-repeat: no-repeat;
	padding: 4px;
	padding-top: 5px;	
	margin-right: 1.0em;
}

input[type="text"]:hover,
input[type="text"]:focus
{
	background-color: #f8faf7;
}

textarea
{
	border: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/formfield-bg.gif);
	background-repeat: no-repeat;
	padding: 4px;
	padding-top: 5px;
}

textarea:hover,
textarea:focus
{
	background-color: #f8faf7;
}

input[type="submit"]
{
	border: 0;
	background-color: #91B5FF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.0em;
	cursor: pointer;
}

#throbber
{
	background-color: #FFFFFF;
	background-image: url(../images/lightbox-ico-loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #505050;
	display: none;
	font-family: Times,serif;
	font-weight: bold;
	height: 250px;
	left: 50%;
	line-height: 125px;
	margin-left: -125px;
	margin-top: -125px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	text-transform: lowercase;
	top: 50%;
	width: 250px;
	z-index: 99999;
}

#throbber-overlay	
{
	background-image: url(../images/throbber-overlay.png);
	display: none;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99998;							
}

#topdrop
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url(../images/topdrop.png);
	background-repeat: repeat-x;
	z-index: 99997;
}

#page
{
	width: 768px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.0em;
}

#page h2
{
	color: #91B5ff;
	font-size: 1.0em;
}

#head
{
	width: 768px;
	height: 228px;

}

/* BOF CSS-styled Logo */

#logo
{
	float: right;
	margin-right: -0.85em;
	margin-top: 0.50em;
	font-family: "Times New Roman",Times,serif;
	text-transform: lowercase;
	font-size: 3.0em;
	letter-spacing: -0.03em;
	line-height: 0.54em;
	text-indent: -6px;
}

#logo h1
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

#logo h1 a
{
	display: block;
	width: 100%;
	height: 100%;
}

#logo h1 a:link,
#logo h1 a:visited,
#logo h1 a:hover,
#logo h1 a:active
{
	text-decoration: none;
	font-family: "Times New Roman",Times,serif;
}

.gold
{
	color: #FFBF00;
}

.darkblue
{
	color: #006699;
}

#dash {
	font-family: Comic Sans MS;
	font-size: 0.85em;
	margin-left: -0.04em;
	letter-spacing: -0.08em;
}

.lightblue {
	color: #91C5FF;
}

#asterisk
{
	color: #006699;
	font-size: 1.225em;
	margin-left: -0.02em;
}

#rightbracket
{
	margin-left: -0.07em;
}

#subheading
{
	font-style: italic;
	font-size: 0.47em;
	margin-left: 4.48em;
	letter-spacing: -0.01em;
}

/* EOF CSS-Styled Logo */

#menu
{
	width: 768px;
	height: 46px;
	margin-top: -46px;
	line-height: 46px;
}

#menu ul
{
	width: 768px;
	height: 46px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li
{
	width: 149px;
	height: 46px;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2px;
	text-align: right;
}

#menu ul li a
{
	display: block;
	width: 139px; /* Muss fuer IE6 anders gesetzt werden! */
	height: 46px;
	padding-right: 10px; /* Muss fuer IE6 anders gesetzt werden! */
	font-weight: bold;
	background-image: url(../images/reiter-switch.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	line-height: 64px;
}

#menu ul li a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #FFBF00;
	background-image: url(../images/reiter-switch.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;
}

#menu ul li a:active
{
	color: #FFBF00;
	background-image: url(../images/reiter-switch.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;
}

#menu ul li a#active
{
	color: #91B5FF;	
	background-image: url(../images/reiter-switch.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;	
}

#menu ul li a#active:hover
{
	color: #FFBF00;
	background-image: url(../images/reiter-switch.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;
}

#menu ul li a.design
{
	color: #FFFFFF;	
	background-image: url(../images/design-switch.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#menu ul li a.design:hover
{
	color: #FFBF00;
	background-image: url(../images/design-switch.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;
}

#menu ul li a#active.design
{
	color: #91B5FF;	
	background-image: url(../images/design-switch.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;	
}

#menu ul li a#active.design:hover
{
	color: #FFBF00;	
	background-image: url(../images/design-switch.png);
	background-position: 0px -46px;
	background-repeat: no-repeat;	
}

/* Styles fuer die Options */

#optionbar
{
	width: 768px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

#options
{
	float: right;
	width: 150px;
}

#options img
{
	float: right;
	margin-top: 10px;
}

#options img.optionmargin
{
	margin-right: 10px;
}

#rss,
#boxlatestcomments,
#tagcloud,
#search
{
	width: 600px;
}

#rss ul
{
	font-weight: bold;
	list-style: none;
	list-style-image: url(../images/rss-small.jpg);
}

#rss ul li
{
	margin-bottom: 0.5em;
}

#rss ul li a
{
	text-decoration: none;
}

#rss ul ul
{
	margin-top: 0.5em;
	font-weight: normal;
}

#boxlatestcomments
{
	font-size:0.66em;
}

.latestcomments
{
	width: 165px;
	height: 150px;
	padding: 10px;
	margin-right: 15px;
	float: left;
	text-align:justify;
	background-image: url(../images/comments-preview-bg.jpg);
	background-repeat: no-repeat;
}

.latestcomment-url
{
	text-align:left;
}

.latestcomment-url a
{
	font-weight: bold;
}

.commentauthor
{
	font-style: italic;
	float: right;
}

#tagcloud
{
	text-align: justify;
	line-height: 1.5em;
}

#tagcloud a
{
	text-decoration: none;
}

#search
{
	font-weight: normal;
}

.article
{
	line-height: 2.0em;
	font-size: 0.9em;
	word-spacing: 1px;
	margin-bottom: 4.0em;
}

.article h1, 
#search-results-page h1
{
	font-family: "Times New Roman",Times,serif;
	font-size: 2.5em;
	line-height: 1.25em;
	color: #98CB31;
	font-weight: normal;
	width: 600px;
	clear: both;
}

.article h1 a:link,
.article h1 a:visited,
#search-results-page h1 a:link,
#search-results-page h1 a:visited
{
	color: #98CB31;
	text-decoration: none;
	display: block;
	width: 600px;
}

.article h1 a:hover,
.article h1 a:active,
#search-results-page h1 a:hover,
#search-results-page h1 a:active
{
	color: #FFBF00;
	text-decoration: none;
	display: block;
	width: 600px;
}

.text
{
	width: 600px;
	text-align: justify;
}

#search-results-page
{
	width: 600px;
}

.search-highlight
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #98CB31;
}

.text img
{
	margin-right: -168px;
}

#article-date
{
	text-align: right;
	color: #CCCCCC;
	text-transform: lowercase;
}

.article-links
{
	display: block;
	width: 600px;
	height: 30px;
	font-weight: bold;
}

.article-links a
{
	text-decoration: none;
}

.commentslink
{
	float: left;
	background-image: url(../images/speechbubble.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 27px;
}

.fulltextlink
{
	float: right;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 27px;
}

.backlink
{
	float: left;
	background-image: url(../images/arrow-back.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 27px;
}

.comment-number
{
	float: right;
	background-image: url(../images/speechbubble.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 27px;
}

.even
{
	background-color: #F7F7F7;
}

.kommentarbox
{
	display: block;
	border-bottom: 1px solid #98CB31;
	padding: 0.5em;
	width: 600px;
	font-size: 0.66em;
}

#pagination
{
	width: 768px;
	text-align: center;
	font-weight: bold;
	color: #CCCCCC;
	border-top:1px solid #EFEFEF;
	padding-top:1em;
}

#pagination a
{
	text-decoration: none;
}

#pagination .back
{
	background-image: url(../images/arrow-back.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 27px;
	padding-right: 13px;
}


#pagination .next
{
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding-left: 13px;
	padding-right: 27px;
}

#footer
{
	height: 38px;
	line-height: 38px;
	clear: both;
	display: block;
	margin-top: 1.0em;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	padding-right: 3px;
	color: #FFFFFF;
	overflow:hidden;
}

#footer-ornament
{
	float: left;
}

#footer-about
{
	line-height:42px;
}

#signature
{
	float: right;
}

#footer a:link,
#footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover,
#footer a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}
