/* Inhalt */
body
{
/*	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, Luxi Sans, Sans-Serif;*/
	font-family: Helvetica, Arial, Verdana, Luxi Sans, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background-color: white;
}

h1, h2, h3, h4, h5, h6
{
/*	font-family: 'DejaVu Serif Condensed', 'Lucida Bright', Georgia, Garamond, Times New Roman, Time, Serif;*/
	font-family: Georgia, Garamond, Times New Roman, Time, Serif;
	font-weight: normal;
	line-height: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.5em;
}

h3, h4
{
	font-size: 1.45em;
/*	font-weight: bold;*/
}

h5, h6
{
	font-size: 1.3em;
	font-weight: bold;
}

a
{
	color: black;
}

a:link
{
	color: #027a32;
	text-decoration: none;
}

a:visited
{
	color: #025832;
	text-decoration: none;
}

a:hover,
a:focus
{
	text-decoration: underline;
	color: #da7a3f;
}

h1 a:hover,
h1 a:focus
{
	text-decoration: none;
}

a.extern
{
	padding-left: 18px;
	background: url("../img/icons/extlink.gif") 2px center no-repeat;
}

a.download
{
	padding-left: 22px;
	background: url("../img/icons/save.png") 2px center no-repeat;
	line-height: 14pt;
	padding-top: 1px;
	padding-bottom: 1px;
}

a.twitter
{
	padding-left: 20px;
	background: url("../img/icons/twitter-grey.gif") 2px center no-repeat;
}

a.buzz
{
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("../img/icons/buzz-grey.gif") 2px center no-repeat;
}

a.favourite
{
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("../img/icons/fav-grey.gif") 2px center no-repeat;
}

a.favouritedone
{
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("../img/icons/fav-highlight.gif") 2px center no-repeat;
}

a.comment
{
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("../img/icons/comment2-grey.gif") 2px center no-repeat;
}

a.arrow
{
	padding-left: 1em;
	background: url("../img/bullet_arrow.gif") 2px center no-repeat;
}

a.nav_up
{
	padding-left: 16px;
	background: url("../img/mini/arrow_up.gif") 0 center no-repeat;
}

a.nav_down
{
	padding-left: 16px;
	background: url("../img/mini/arrow_down.gif") 0 center no-repeat;
}

a.nav_left,
a.nav_back
{
	padding-left: 16px;
	background: url("../img/mini/arrow_left.gif") 0 center no-repeat;
}

a.nav_right,
a.nav_forward
{
	padding-right: 16px;
	background: url("../img/mini/arrow_right.gif") right center no-repeat;
}

p
{
	margin-top: 0;
	margin-bottom: 1.2em;
	line-height: 1.3em;
	text-align: justify;
}

p, td, th, li
{
/*	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, Luxi Sans, Sans-Serif;*/
	font-family: Helvetica, Arial, Verdana, Luxi Sans, Sans-Serif;
	font-size: 12px;
}

blockquote
{
	background-image: url(../img/quotes.gif);
	background-position: 5px 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	color: #444444;
}

img.framed
{
	border: solid #888888 1px;
}

div.separator
{
	height: 1px;
	border-bottom: solid silver 1px;
}

div.separator_short
{
	height: 1px;
	border-bottom: solid silver 1px;
	width: 20%;
	margin-top: 2em;
}

del
{
	text-decoration: line-through;
	color: #888888;
}

.two_columns
{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
}

/* Tabellen */
th
{
	color: white;
	background-color: #01341d;
}

td.list, tr.list td
{
	border-bottom: solid #cccccc 1px;
}

td.list p
{
	margin: 0;
}

tr.odd td
{
	background-color: #f6f6f6;
}

/* Listen */
ul, ol
{
	line-height: 1.35em;
	margin-top: 0;
	margin-left: 2.5em;
	margin-bottom: 1.2em;
	padding-left: 0;
	list-style-image: url("../images/bullet.gif");
}

ul.small_bullet,
#sidebar ul.small_bullet
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

ul.small_bullet li
{
	margin: 0;
	padding-left: 1em;
	background: url("../images/bullet_small.gif") 2px 6px no-repeat;
}

ul.no_bullet
{
	list-style-type: none !important;
	list-style-image: none !important;
	margin-left: 2em;
}

/* Kommentar-Listen */

ul.comments,
ol.comments
{
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin-left: 0;
}

ul.comments li,
ol.comments li
{
	border-bottom: solid #888888 1px;
	margin: 0;
	padding: 0.5em 0.5em 0 0.5em;
}

ul.comments li.odd,
ol.comments li.odd
{
	background-color: #F1F3F0;
}

ul.comments li div.userimg,
ol.comments li div.userimg
{
	width: 52px;
	height: 52px;
	margin: 0 0 0 1em;
	float: right;
}

ul.comments li div.userimg img,
ol.comments li div.userimg img
{
	width: 50px;
	height: 50px;
}

ul.comments li div.entry,
ol.comments li div.entry
{
	margin-left: 3em;
}

ul.comments li h3,
ol.comments li h3
{
	float: left;
	color: #888888;
	font-style: italic;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0.3em;
	font-family: Georgia, Garamond, Times New Roman, Time, Serif;
}

ul.comments li h4,
ol.comments li h4
{
	color: black;
/*	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, Luxi Sans, Sans-Serif;*/
	font-family: Helvetica, Arial, Verdana, Luxi Sans, Sans-Serif;
	font-size: 1em;
}

/* Kästen */

div.box
{
	background-image: url(../images/template/bg_dialog.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0.5em 0 1.2em 0;
}

div.box div.ub
{
	height: 8px;
	background-image: url(../images/template/bg_dialog.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.box div.ub div
{
	background-image: url(../images/template/bg_dialog.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 8px;
	width: 7px;
	margin-left: auto;
	margin-right: 0;
}

div.box div.content
{
	padding: 8px 8px 0 0;
	background-image: url(../images/template/bg_dialog.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 8px;
}

div.box h1,
div.box h2
{
	margin: 0 0 0.5em 0;
/*	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, Luxi Sans, Sans-Serif;*/
	font-family: Helvetica, Arial, Verdana, Luxi Sans, Sans-Serif;
	font-weight: bold;
	font-size: 1.1em;
	color: black;
}

/* Navigationselemente */
div.subnav
{
	padding: 0.4em 0.4em;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px 0;
	background-color: #f3f2f2;
	margin: 1em 0;
}

div.subnav p,
div.subnav a
{
	margin: 0;
}

/* Weblog */
div.blog
{
	margin-bottom: 1em;
	overflow: auto;
}

p.blog_footer
{
	font-size: 0.9em;
	padding: 0.5em 0.4em;
	color: #888888;
	border-top: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
}

p.blog_footer a
{
	color: #888888;
}

p.small
{
	font-style: italic;
	color: #888888;
	font-size: 0.9em;
}

/* Weblog: ältere Beiträge */
#weblog_list_older
{
	margin-top: 2em;
	margin-bottom: 4em;
}

/* Sidebar */
#sidebar div.block
{
	padding: 5px 0;
}

#sidebar h2
{
	font-size: 1.2em;
	margin: 0.8em 0 0.8em 0;
	border-bottom: solid #01341d 2px;
	font-weight: normal;
}

#sidebar ul, #sidebar ol
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li
{
	margin: 0;
}

/* Formulare */
input.text,
textarea,
div.comment_preview
{
	border: solid #cccccc 1px;
	background-color: white;
	color: black;
	font-size: 12px;
/*	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, Luxi Sans, Sans-Serif;*/
	font-family: Helvetica, Arial, Verdana, Luxi Sans, Sans-Serif;
	font-size: 11px;
}

input.text
{
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.comment_preview
{
	overflow: auto;
	height: 116px;
	padding: 2px;
}

/* Such-Submit */
input.search
{
	padding-right: 24px;
}

input.search_submit
{
	border: none;
	vertical-align: middle;
	position: relative;
	left: -22px;
}

/* Lizenzangaben und andere Beschriftungen unter Bildern */
p span.caption
{
	font-size: 0.8em;
	height: 1.8em;
	line-height: 1.8em;
	overflow: hiddem;
	color: #444;
	display: block;
	margin: 0;
	
	background-color: white;
	opacity: 0.75;
	position: relative;
	margin-bottom: -1.8em;
	top: -1.8em;
	width: 472px;
	padding: 0 4px;
	filter:alpha(opacity=75);
}

p span.caption a
{
	color: #444;
	text-decoration: none;
}

