/*
Theme Name: MCH2010.12
Theme URI: http://zweigung.de
Description: Das neue Template für das MCH
Version: 0.91.2
Author: Andreas Dornieden
Author URI: http://marcelcallohaus.de/
Tags: two columns, 960, 
Text Domain: MCH2010.12
	http://marcelcallohaus.de/
	This theme was designed and built by Andreas Dornieden.
*/
/*------------------------------------------------------------Allgemeines----*/
* {
	margin: 0;
	padding: 0;
}
* html  {
	width: 90%;
}
body {
	background: #ebebeb URL(images/body_bg.gif) repeat-y;
	color: #000;
	font: normal 0.9em/1.5 Verdana,sans,serif;
}
@font-face {
   font-family: 'LearningCurve';
   src: url('LearningCurve.ttf') format('truetype');
}
/*------------------------------------------------------------Anpassungen----*/
p {
	margin: 0 0 10px 0;
	padding: 5px 0;
}
ul, ol {
	margin: 5px 0 5px 20px;
}
blockquote  {
	border-left: 5px solid #009900;
	font-style: italic;
	margin:  10px 30px;
	padding:  0 0 0 10px;
}
hr {
	display: none;
}
.hide {
	display: none;
}
.error {
	color: #DC4527;
}
/*------------------------------------------------------------Links     ----*/
a:link {
	color: #50A60A;
	text-decoration: underline;
}
a:visited {
	color: #50A60A;
	text-decoration: underline;
}
a:hover {
	color: #50A60A;
	text-decoration: none;
}
a:active {
	background: #f8f8cf;
	color: #50A60A;
	text-decoration: underline;
}
a:focus {
	background: #f8f8cf;
	color: #50A60A;
	text-decoration: underline;
}
/*------------------------------------------------------------Überschriften----*/
h2 {
	font-family: Verdana,sans,serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 20px 0;
}
h2 a:link ,
h2 a:visited {
	text-decoration: none;
}
h2 a:hover ,
h2 a:active {
	text-decoration: underline;
}
h2 a:focus {
	text-decoration: none;
}
h3 {
	font-family: Verdana,sans,serif;
	font-weight: normal;
	color: #454545;
	font-size: 1.2em;
	margin: 30px 0 10px 0;
}
/*------------------------------------------------------------�berschriften X--*/

h3 a:link {
	color: #464646;
	text-decoration: none;
}
h3 a:visited {
	color: #464646;
	text-decoration: none;
}
h3 a:hover {
	color: #0000FF;
	text-decoration: underline;
}
h3 a:active {
	background: #f8f8cf;
	color: #0000ff;
	text-decoration: underline;
}
h3 a:focus {
	background: #f8f8cf;
	color: #0000ff;
	text-decoration: none;
}
/*------------------------------------------------------------Textauszeichnung-*/
.kursive {
	font-style: italic;
}
.fette {
	font-weight: bold;
}
.unterstreichung {
	text-decoration: underline;
}
.versalien {
	text-transform: uppercase;
}
.kapitaelchen {
	font-variant: small-caps;
}
.sperren {
	letter-spacing: 2px;
}
.markiert {
	background: #FFEEDD;
	color: #000000;
}
.smaller {
	font-size: 85%;
}
.rot {
	color: #cc0000;
}
.marked {
	background: #FFFEEB !important;
}
/*------------------------------------------------------------Fotos----*/
img {
	margin: 0;
	padding: 0;
}
a:link img {
	background: #fff;
	border: none;
}
a:visited img {
	background: #fff;
	border: none;
}
a:hover img {
	background: #fff;
	border: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
/*-------------------------------------------------------Positionen----*/
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.stop {
	clear: both;
}
/*---------------------------------------------------------Tabellen----*/
table {
border: 1px solid #000;
margin: 20px 0;
}
thead {
text-align: left;
}
tfoot {
}
tbody {
}
th {
background: #009900;
color: #fff;
padding: 2px;
}
td {
border: 1px solid #333333;
font-size: 90%;
padding: 2px;
}
/*------------------------------------------------------------Formulare  ----*/
form {
	margin: 0;
	padding: 0;
}
input[type=text],select {
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------------Layout     ----*/
div#box {
	background: #FFF;
	margin: 0;
	width: 960px;
}
div#leftcolumn {
	background: #FFF url(images/leftcolbg.jpg) left bottom no-repeat;
	border-right: 1px dotted #009900;
	float: left;
	padding: 40px 20px 40px 20px;
	width: 279px;
}
div#head {
	background: #fff;
	margin: 8px 0 20px 0;
	padding: 0 0 20px 0;
	width: 250px;
}
a#logo:link,
a#logo:visited,
a#logo:hover,
a#logo:active,
a#logo:focus {
	background: #009900 url(images/headbg.jpg);
	border: 0;
	color: #FFF;
	display: block;
	font-size: 2.8em;
	font-weight: bold;
	font-family: 'LearningCurve', Verdana,sans,serif;
	line-height: 1.3;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	width: 260px;
}
span#description {
	color: #666666;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}
div#feeds {
}
div#rightcolumn {
	background: #FFF url(images/rightcolbg.jpg) right top no-repeat;
	float: left;
	padding: 40px 40px 0 40px;
	width: 560px;
}
h1 {
	color: #000;
	font-family:  Verdana,sans,serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
h1 a:link,
h1 a:visited{
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	background: none;
	color: #000;
	text-decoration: none;
}
h1 a:active {
	background: none;
	color: #000;
	text-decoration: none;
}
h1 a:focus {
	background: none;
	color: #000;
	text-decoration: none;
}
div#welcome {
	color: #8e8a8a;
	font-size: 1.5em;
	margin: 0 0 40px 0;
}
div#welcome a {
text-decoration: none;
}
#welcomepicture {
	background: #FFF;
	border: 1px solid #009900;
	margin: 0 0 40px 0;
	padding: 9px;
}
p.navpoint,
p.singlemeta {
	border-bottom: 1px solid #009900;
	color: #295109;
	margin: 0 0 20px 0;
}
div#footer {
	background: #EBEBEB;
	clear: both;
	font-size: 85%;
	margin: 40px 0 10px 0;
	padding: 0 10px; 
	text-align: right;
}
/*------------------------------------------------------------Kopfbereich----*/

/*------------------------------------------------------------Navigation ----*/
#navigation {
	background: #009900;
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 0 0;
}
div.menu {
	font-size: 85%;
	margin: 0 auto;
	width: 280px;
}
div.menu ul {
	list-style-type: none;
	margin: 0;
}
div.menu ul li {
	border-bottom: 1px dotted #666666;
	margin: 0;
	width: 280px;
}
div.menu ul li a:link,
div.menu ul li a:visited {
	background: #FFF;
	color: #666666;
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
	width: 260px;
}
div.menu ul li a:hover {
	background: #EBEBEB;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
div.menu ul li a:active {
	background: #f8f8cf;
	color: #009900;
	text-decoration: underline;
}
div.menu ul li a:focus {
	background: #f8f8cf;
	color: #009900;
	text-decoration: underline;
}
div.menu ul li.current_page_item a:link,
div.menu ul li.current_page_item a:visited {
	background: #fff;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
div.menu ul li.current_page_item a:hover {
	background: #ebebeb;
	color: #666666;
	text-decoration: none;
}
div.menu ul li ul li {
	border-top: 1px dotted #009900;
	border-bottom: none;
	margin: 0;
	width: 280px;
}
div.menu ul li ul li a:link,
div.menu ul li ul li a:visited,
div.menu ul li ul li a:hover,
div.menu ul li ul li a:active,
div.menu ul li ul li a:focus {
	color: #009900;
	padding: 0 0 0 30px;
	width: 250px;
}
/*------------------------------------------------------------Content    ----*/

/*--------------------------------------Posts     ----*/
div.post {
	border-bottom: 1px solid #41860a;
	color: #000;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
}
.meta {
	margin: 20px 0;
}
#post_info_table {
	border: 1px solid #000;
	font-size: 75%;
	padding: 0px;
	text-align: left;
}
#post_info_table th ,
#post_info_table td {
	border: 1px solid #000;
	padding-left: 1px;
}
#post_info_table caption {
	text-align: left;
}
div.postnav {
	margin: 0 0 40px 0;
	text-align: center;
}
div.postnavigation {
	margin: 40px 0 20px 0;
}
div.postnavprev {
	float: left;
	padding: 0 0 0 10px;
	text-align: left;
	width: 460px;
}
div.postnavnew {
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
	width: 460px;
}
/*--------------------------------------Kommentare----*/
ol.commentlist {
	margin: 10px 0 0 20px;
}
li.comment {
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 5px solid #e8e8e8;
	margin: 0 0 10px 0;
	padding: 10px;
}
li.comment-author-admin, li.bypostauthor {
	background: #f4f4f4;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #454545;
	border-left: 5px solid #454545;
	margin: 0 0 10px 0;
	padding: 10px;
}
li.pingback {
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 5px solid #e8e8e8;
	margin: 0 0 10px 0;
	padding: 10px;
}
img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}
cite.fn {
	height: 32px;
	line-height: 32px;
}
div.comment-meta {
	font-size: 85%;
}
/*------------------------------------------------------------ Sidebar       ----*/

div.sidebarelement {
	font-size: 90%;
	margin: 20px auto;
	padding: 10px 0;
	width: 280px;
}
div.sidebarelement h3 {
	border-bottom: 1px solid #009900;
	background: #009900;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 0 10px;
}
/*--------------------------------------Feeds     ----*/
ul#feeds {
	list-style-type:  none;
	margin: 0 0 0 10px;
}
li.feed {
	background: url(images/feed-icon.gif) no-repeat left .25em; 
	line-height: 22px; 
	padding-left: 1.83em;
}
/*------------------------------------------------------------ Footer        ----*/
/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 13px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liwp { padding-right: 16px; background: url(images/link-icon_wordpress.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }
a.lizip { padding-right: 12px; background: url(images/link-icon_zip.png) no-repeat right;  }

/** 
 * Slideshow style rules.
 */
#slideshow {
	color: #454545;
	margin: 0 0 40px 0;
	width: 560px;
	height: 263px;
	background: #EBEBEB url(images/bg_slideshow.jpg) no-repeat 0 0;
	position: relative;
}
#slideshow #slidesContainer {
  margin: 0 auto;
  width: 480px;
  height: 263px;
  overflow:auto;
  position: relative;
}
#slideshow #slidesContainer .slide {
  margin: 0 auto;
  height: 263px;
}
div.innerslide {
	font-size: 85%;
	padding: 20px;
	width: 440px;
}
.control {
  display: block;
  width: 39px;
  height: 263px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
}
#leftControl {
  top: 0;
  left: 0;
  background: transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top: 0;
  right: 0;
  background: transparent url(images/control_right.jpg) no-repeat 0 0;
}
