/* Layout: le clou Weblog */

body {
	background: #FFF url(images/bar.png) 0 10px repeat-x;
	color: #000;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

img {
	border: 0px solid #000;
}

img.lft { 
	float: left; 
	border: 0px; 
	margin: 4px 14px 19px 1px; 
}

img.lftbdr { 
	float: left; 
	border: 1px solid #000; 
	margin: 4px 14px 19px 1px; 
}

img.rgt { 
	float: right; 
	border: 0px; 
	margin: 4px 0px 19px 14px; 
}

img.rgtbdr { 
	float: right; 
	border: 1px solid #000; 
	margin: 4px 0px 19px 14px; 
}

a:link, a:visited {
	font-size: 12px;
	color: #D70606;
	text-decoration: none;
}

a:visited {
	color: #D70606;
	text-decoration: none;
}

a:hover, a:active {
	color: #D70606;
	text-decoration: underline;
}

a img {
	border: 0px solid #000;
}

acronym, abbr {
	font-size: 12px;
	border-bottom: 1px dashed #333;
	cursor: help;

}

blockquote {
	background: url(images/quote_01.gif) bottom left no-repeat;
	margin: 16px 40px 16px 20px;
	padding: 1px 0px 0px 40px;
	border-top: 3px double #DDD;
	border-bottom: 3px double #DDD;
}

.blockquote_normal {
	margin: 16px 40px 16px 20px;
	padding: 13px 0px 12px 40px;
	border-top: 3px double #DDD;
	border-bottom: 3px double #DDD;
}

cite {
	font-size: 12px;
	font-style: italic;
	color: #848484;
	display: block;
	padding-top: 5px;
}

#container{
	width: 100%;
	min-width: 770px;
	background: url(images/spacer.gif) bottom right no-repeat;
	font-size: 12px;
}

.skip, hr {
	position: absolute;
	left: -9999px;
}

#header {
	background: #000 url(images/header.png) repeat-x;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	color: #D70606;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#logo {
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 17px 79px;
}

#searchform {
	position: absolute;
	font-size: 12px;
	right: 80px;
	top: 95px;
}

#searchform label {
	position: absolute;
	left: -9000px;
}

#searchform input {
	width: 100px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 4px 0px
}

#searchform button {
	background: transparent;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF;
}

p#rss {
	position: absolute;
	right: 80px;
	top: 55px;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu1 {
	height: 1%;
	overflow: hidden;
	margin-left: 80px;
}

#menu1 ul {
	margin: 0;
	padding: 0;
}

#menu1 ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu1 ul li a {
	padding: 8px 20px;
	display: block;
	text-decoration: none;
}

#menu1 ul li a:link, #menu1 ul li a:visited {
	background: #222 url(images/menu.png) top left repeat-x;
	color: #DDD;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

#menu1 ul li a:hover, #menu1 ul li a:active {
	background: #333 url(images/menu.png) 0 -100px repeat-x;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}

#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited {
	background: #D70606 url(images/menu_in.png) top left repeat-x;
	color: #fff;
	border-left: 1px solid #D70606;
	border-top: 1px solid #D70606;
}

#wrapper {
	float: left;
	width: 100%;
	margin-left: -365px;
}

#content {
	margin: 0 0 0 365px;
	padding: 32px 10px 15px 80px;
	background: transparent;
}

#content_start {
	position: absolute;
	left: -10000px;
}

#content .storycontent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content ul {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 4px 0px;
	line-height: 17px;
}

#content li {
	list-style: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content .spacer {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content .spacer_search {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 21px 0px;
}

.post {
	margin-bottom: 20px;
}

.post ul {
	margin: 0;
	padding: 0;
}

.post ul li {
	margin: 0;
	padding: 0.2em 20px;
 	list-style: none;
}

.post ol {
	margin: 0 25px;
	padding: 0;
}

.post ol li {
	margin: 0;
	padding: 0.2em 0;
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

div.date p {
	width: 40px;
	height: 50px;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 5px;
	background: #D70606 url(images/date.png) no-repeat;
	color: #DDD;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	overflow: hidden;
}

div.date span.mese {
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 9px 0px;
}

div.date span.giorno {
	font-size: 15px;
	color: #444;
	font-weight: bold;
	line-height: 12px;
}

div.date p span.anno {
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #666;
	font-size: 9px;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 18px;
}

.meta {
	font-size: 13px;
	margin-top: 1px;
	margin-bottom: 18px;
	line-height: 18px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #999;
	font-weight: normal;
	letter-spacing: 0;
}

.meta a {
	color: #D70606;
	text-decoration: none;
}

.meta a:hover, .meta a:active {
	text-decoration: underline;
}

.meta .tags {
	background: url(images/tag.gif) 0 0 no-repeat;
	padding-left: 20px;
}

.meta .user {
	background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;
}

.feedback {
	font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 17px;
	margin: 16px 0px 23px 0px;
}

.feedback {
	color: #CCC;
	text-align: right;
	clear: both;
	border-top: 1px solid #EEE;
}

.feedback p {
	padding: 0 25px;
	margin-top: 16px;
	background: url(images/comment.gif) top right no-repeat;
}

.feedback a, .feedback a:link {
	color: #D70606;
	text-decoration: none;
}

.feedback a:visited {
	color: #D70606;
	text-decoration: none;
}

.feedback a:hover, .feedback a:active {
	color: #D70606;
	text-decoration: underline;
}

.feedback_single {
	font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 17px;
	color: #CCC;
	text-align: right;
	clear: both;
	border-top: 1px solid #EEE;
	margin: 12px 0px 3px 0px;
}

#skip_postings {
	font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 17px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.tabelle_navi_postings {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.feedback_search {
	font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 17px;
	color: #CCC;
	text-align: right;
	clear: both;
	border-top: 1px solid #EEE;
	margin: 16px 0px 16px 0px;
}

p, li {
	font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 17px;
	margin-bottom: 16px;
}

p.payoff {
	margin: 0 0 25px 160px;
	padding: 0;
	color: #FFF;
	font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
}

h1 {
	font: 22px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 40px 0 5px 160px;
}

h2, h2 a, h2 a:link, h2 a:visited {
	font: 14px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	font-weight: bold;
	line-height: 19px;
	color: #D70606;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

h2 a:hover, h2 a:active {
	color: #000;
	text-decoration: none;
}

.pagetitle {
	color: #000;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 18px 0px;
}

.storytitle {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 19px 0px;
}

.storytitle a {
	font-size: 14px;
	text-decoration: none;
}

.storytitle a:link, .storytitle a:visited {
	font-size: 14px;
	color: #D70606;
	text-decoration: none;
}

.storytitle a:hover, .storytitle a:active {
	font-size: 14px;
	color: #000;
}

h3 {
	font: 14px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	font-weight: bold;
	line-height: 19px;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

h4 {
	font: 14px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	font-weight: bold;
	color: #000;
	margin: 1px 0px 22px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	font-weight: bold;
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
}

h6 {
	font: 11px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	font-weight: bold;
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
}

.media {
	width: 320px;
	height: 260px;
	margin: 22px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
 	border: 1px solid #000;
}

.swfobject {
	margin: 12px 0px 16px 0px;
	padding: 4px 4px 4px 0px;
 	border: 0px;
}

ol#comments li p {
	font-size: 12px;
}

#commentlist li ul {
	border-left: 1px solid #DDD;
	font-size: 13px;
	list-style-type: none;
}

div.commentbody {
	margin: 10px 60px 10px 30px;
	padding: 25px 0 0 10px;
	background: #EEE url(images/comment-top.png) no-repeat;
}

div.commentbody div {
	padding: 0 5px 5px 0;
	background: #EEE url(images/comment-bottom.png) bottom right no-repeat;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFF;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 75.0%;
}

#mcspvalue {
	border: 1px solid #333;
}

.tabelle_icon_01 {
	margin-top: 4px;
	margin-bottom: 23px;
}

.tabelle_icon_02 {
	margin-top: 4px;
	margin-bottom: 0px;
}

#box_indent_01 {
 	margin: 20px 0px 20px 75px;
 	padding: 0px 0px 0px 0px;
}

#box_indent_02 {
 	margin: 20px 0px 16px 75px;
 	padding: 0px 0px 0px 0px;
}

#box_indent_03 {
 	margin: 16px 0px 20px 75px;
 	padding: 0px 0px 0px 0px;
}

#box_indent_04 {
 	margin: 19px 0px 20px 75px;
 	padding: 0px 0px 0px 0px;
}


/* Icons */

#content a.icon_e-mail { 
	background: url(images/icon_e-mail.gif) no-repeat left; 
	padding: 0px 0px 0px 14px; 
	color: #D70606; 
	text-decoration: none; 
}

#content a.icon_e-mail:hover { 
	background: url(images/icon_e-mail.gif) no-repeat left; 
	padding: 0px 0px 0px 14px; 
	color: #D70606; 
	text-decoration: underline; 
} 

#content a.icon_doc { 
	background: url(images/icon_doc.gif) no-repeat left; 
	padding: 0px 0px 0px 9px; 
	color: #D70606; 
	text-decoration: none; 
}

#content a.icon_doc:hover { 
	background: url(images/icon_doc.gif) no-repeat left; 
	padding: 0px 0px 0px 9px; 
	color: #D70606; 
	text-decoration: underline; 
}

#content a.icon_link { 
	background: url(images/icon_link.gif) no-repeat left; 
	padding: 0px 0px 0px 15px; 
	color: #D70606; 
	text-decoration: none; 
}

#content a.icon_link:hover { 
	background: url(images/icon_link.gif) no-repeat left; 
	padding: 0px 0px 0px 15px; 
	color: #D70606; 
	text-decoration: underline; 
}


/* (Ausrichtung) Lightbox thumbnails */

/****** Querformat/Landscape ******/

#content.lightbox_image img {
 	border: 1px solid #000;
 	width: 250px;
 	height: 188px;
}

#content a.lightbox_image, #content a:link.lightbox_image, #content a:visited.lightbox_image, #content a:active.lightbox_image {
 	background: #FFF;
 	border: 1px solid #000;
  	width: 252px;
 	height: 189px;
 	text-align: center;
 	float: left;
 	margin: 4px 14px 19px 1px;
	padding: 4px 3px 3px 3px;
}

#content a:hover.lightbox_image {
 	background: #D70606;
 	border: 1px solid #000;
	width: 252px;
 	height: 189px;
 	text-align: center;
 	float: left;
	margin: 4px 14px 19px 1px;
 	padding: 4px 3px 3px 3px;
}

/****** Hochformat/Portrait ******/

#content.lightbox_image_p img {
 	border: 1px solid #000;
 	width: 188px;
 	height: 250px;
}

#content a.lightbox_image_p, #content a:link.lightbox_image_p, #content a:visited.lightbox_image_p, #content a:active.lightbox_image_p {
 	background: #FFF;
 	border: 1px solid #000;
  	width: 189px;
 	height: 252px;
 	text-align: center;
 	float: left;
 	margin: 4px 14px 19px 1px;
	padding: 4px 4px 2px 3px;
}

#content a:hover.lightbox_image_p {
 	background: #D70606;
 	border: 1px solid #000;
	width: 189px;
 	height: 252px;
 	text-align: center;
 	float: left;
	margin: 4px 14px 19px 1px;
	padding: 4px 4px 2px 3px;
}


/* Sidebar */

#menu {
	padding: 12px 80px 10px 50px;
	float: right;
	display: inline;
	width: 235px;
	margin: 0 0 21px 0;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #EEE;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #000;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}

#menu ul li {
	font: normal 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	letter-spacing: 0;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0; 
	background: transparent;
	line-height: 22px;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menu ul ul li {
	border: 0;
	font: normal 11px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	line-height: 18px;
	letter-spacing: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 20px;
	background: url(images/list_01.gif) 0 4px no-repeat;
}

#menu ul ul ul {
	border: none;
}

#menu ul ul ul li {
	font-size: 12px;
}

#menu ul ul li a {
	font-size: 12px;
	line-height: 17px;
	color: #D70606;
	text-decoration: none;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	text-decoration: underline;
}

#menu ul ul li .link_preview, #menu ul ul li .link_preview:link, #menu ul ul li .link_preview:visited {
	font-size: 12px;
	line-height: 17px;
	color: #D70606;
	text-decoration: none;
}

#menu ul ul li .link_preview:hover {
	text-decoration: underline;
}

#menu ul ul ul.children {
	font-size: 12px;
	padding-left: 4px;
}

.textwidget {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}

select { 
        width: 190px; 
        background: #FFF; 
        border: 1px solid #ADADAD; 
        font: 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
        margin: 4px 0px 4px 21px;
        padding: 1px 1px 2px 2px; 
}

select:hover, select:focus { 
        border: 1px solid #D70606; 
}

#menu .buttons {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

#menu .button_right {
	margin: 0px 0px 0px 80px;
	padding: 5px 0px 5px 0px;
}

#social_bookmarks {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #D70606;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #E0E6E0;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font: normal 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #FFF;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #EEE;
	color: #BBB;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* Footer */

#footer {
	clear: both;
	background: #000 url(images/header.png) repeat-x;
	border-top: 2px solid #D70606;
	color: #FFF;
	margin: 0;
	padding: 0 80px;
	text-align: center;
	min-height: 34px;
}

#footer p {
	padding: 10px 10px 10px 0px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Trebuchet MS',sans-serif;
	text-align: left;
}

#footer p.up {
	float: right;
	padding-right: 111px;
}

#footer p.up a {
	padding-right: 23px;
	background: url(images/top.gif) top right no-repeat;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #D70606;
	text-decoration: none;
}
