/* Inhalt */

/** Droid Sans **/

@font-face {
	font-family: 'DroidSans';
	font-style: normal;
	font-weight: normal;
	src: local('Droid Sans'), url('/fonts/Droid-Sans/DroidSans.ttf') format('truetype');
}

@font-face {
	font-family: 'DroidSans';
	font-style: normal;
	font-weight: bold;
	src: local('Droid Sans Bold'), url('/fonts/Droid-Sans/DroidSans-Bold.ttf') format('truetype');
}

body
{
	font-family: DroidSans, Arial, Verdana, Helvetica, Luxi Sans, Sans-Serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Garamond, Times New Roman, Time, Serif;
	font-weight: normal;
	color: #7c0000;
	line-height: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.6em;
}

h1
{
	font-size: 1.8em;
	border-bottom: solid 0.1em #7c0000;
}

h2
{
	font-size: 1.5em;
}

h3, h4
{
	font-size: 1.3em;
	font-weight: bold;
}

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

a
{
	color: black;
}

a:link
{
	color: #7c0000;
	text-decoration: none;
}

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

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

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;
	padding-top: 2px;
	padding-bottom: 2px;
/*	background: url("../img/twitter.png") 2px center no-repeat;*/
	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/buzz-link.png") 2px center no-repeat;*/
	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/emblem-OK.png") 2px center no-repeat;*/
	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/emblem-OK-grey.png") 2px center no-repeat;*/
	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,
a.more
{
	padding-left: 1em;
	background: url("../img/bullet_arrow.gif") 2px center no-repeat;
}

a.more
{
	font-weight: bold;
	font-size: 0.9em;
}

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.35em;
	text-align: justify;
}

p, td, th, li
{
	font-size: 13px;
}

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;
}

/* Tabellen */
table.framed
{
	margin-top: 0;
	margin-bottom: 1.2em;
	border-collapse: collapse;
}

table.framed td,
table.framed th
{
	border: solid #888888 1px;
	padding: 2px 1em;
}

table.framed th
{
	/*font-family: ffSerif, "DejaVu Serif Condensed", Georgia, Garamond, Times New Roman, Time, Serif;*/
	background-color: #F1F3F0;
	font-weight: bold;
	font-size: 1em;
}

/* 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("../img/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,
ul li.small_bullet
{
	margin: 0;
	padding-left: 1em;
	background: url("../img/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;
}

ul.comments li h4,
ol.comments li h4
{
	color: black;
	/*font-family: ffSans, "DejaVu Sans Condensed", Arial, Helvetica, Verdana, Sans-Serif;*/
	font-size: 1.1em;
}

/* Kästen */

div.box
{
	background-image: url(../img/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(../img/template/bg_dialog.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.box div.ub div
{
	background-image: url(../img/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(../img/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: ffSans, "DejaVu Sans Condensed", Arial, Helvetica, Verdana, 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;
	padding: 0 2px;
	width: 480px;
}

div.blog span.categories
{
	float: right;
	font-size: 10px;
	line-height: 1.4em;
	margin-right: 2px;
}

a.label
{
	color: white;
	font-weight: bold;
	padding: 1px 6px;
	font-size: 10px;
	line-height: 1.4em;
	font-family: DroidSans, Arial, Verdana, Helvetica, Luxi Sans, Sans-Serif;
}

.musik {
	background-color: #5c3566;
}

.notizbuch {
	background-color: #204a87;
}

.fussball {
	background-color: #4e9a06;
}

.politik {
	background-color: #ce5c00;
}

.it {
	background-color: #a40000;
}

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;
/*	font-variant: small-caps;*/
}

#weblog_list_older h2
{
	border-bottom: solid 0.1em #7c0000;
}

#weblog_list_older ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#weblog_list_older ul li
{
	font-size: 0.95em;
	line-height: 1.1em;
	padding: 0.3em 0;
}

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

#sidebar h2
{
	font-size: 1em;
	margin: 0 0 0.8em 0;
	font-family: DroidSans, Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	padding: 0.4em 0.4em;
	color: white;
	border-top: solid #888888 1px;
	border-bottom: solid #888888 1px;
	background-color: black;
}

#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;
}

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;
}
