

/*
Theme Name: MPU Hilfe Esslingen Entwurf 5
Theme URI: http://www.mpu-hilfe-esslingen.de/
Description: Template MPU Hilfe Esslingen 5
Author: Markus Grünwald
Author URI: http://www.markus-gruenwald.de
Version: 20230311 #5
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	font-size: 100.01%;
}

body        {
	color: #000;
	background: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	border: 0;
}

ul, ol {
	list-style: none;
}


.clear {
	clear: both;
}

a, a:link, a:visited{
	color: #067a9e;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
}

a img {
  border: none;
}
  
#wrapper    {
  width: 1000px;
  margin: auto;
  padding: 0 10px;
  text-align: left;
  border-left: 1px solid #CCC;
  border-right: 3px solid #CCC;
/*  border-top: 1px dashed #ff0000*/ /* TEST */
/*   border-bottom: 1px dashed #CCC;*/ /* TEST */
  background: #DDDDE7;
	background-image:url(images/bg_1200x1.gif);
}

#header     {
  height: 170px;
  margin: 0;
}

#header img {
    margin: 0 0 0 10px;
}

#main       {
  width: 650px;
  margin: 0px 10px 20px 0px;
  float: left;
}

#sidebar_right {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 0 5px;
    width: 334px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#footer     {
  clear: both;
  height: 40px;
/*  padding: 20px;*/
  border-top: 1px solid #067a9e;
}

.post {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E4E4F8;
  background: #E4E4F8;
}

.post-title > h2 {
    color: #067a9e;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
    margin: 10px 0;
}

.post ul {
	list-style: disc inside none;
}

.post {
    padding: 10px;
    margin-bottom: 10px;
    min-height: 350px;
}

.entry {
    padding: 5px 15px 15px 15px;
    margin-bottom: 10px;
}

.entry > p {
    margin-bottom: 25px;
}

.entry > h1, h2, h3, h4 {
    color: #067a9e;
    font-weight: bold;
}

.entry > h1 {
    font-size: 2em;
    text-decoration: none;
    margin: 20px 0;
}

.entry > h2 {
    font-size: 1.5em;
    text-decoration: none;
    margin: 15px 0;
}

.entry > h3 {
    font-size: 1em;
    text-decoration: none;
    margin: 10px 0;
}

.entry > h4 {
    color: #000;
    font-size: 1em;
    text-decoration: none;
    margin: 10px 0;
}

.entry > ul {
    list-style: disc outside none;
    margin: 20px 60px 20px 60px;
}

.entry ol {
    list-style: decimal outside none;
    margin: 20px 60px 20px 60px;
}

.entry p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.entry table {
    border: 0 none;
    margin-bottom: 30px;
}

.entry td {
   padding: 0 15px 20px 0;
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.post-title {
	padding: 20px 0 15px 15px;
}


.post-title > h2 a{
    color: #067a9e;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
}


/* ### Tabellen ### */
/*  */

.entry table.tab1 td {
    padding: 5px 0;
}


/* ### Navi ### */

#mg-main-navi {
    float: none;
    font-weight: normal;
    height: 36px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
}

ul#mg-main-menu {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
/*    height: 30px; */
    margin: 0;
    padding: 8px 0 0 10px;
    position: absolute;
    width: 990px;
} 
  
ul#mg-main-menu li {
    border-right: 1px solid #ccc;
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    line-height: normal;
    list-style: none outside none;
    text-transform: none;
    font-size: 14px;
    height: 18px;
    margin: 5px 0;
    padding: 0;
}

* html ul#mg-main-menu li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
}

*:first-child+html ul#mg-main-menu li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}

ul#mg-main-menu li ul {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    position: absolute;
    top: 23px;
    left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 1px 1px 2px 0 #DDDDDD;
}

ul#mg-main-menu li ul a {
    color: #555;
    text-decoration: none;
    font-weight: normal;
    height: auto;
    min-height: 25px;
}
  
ul#mg-main-menu li ul a:hover {
    background: none repeat scroll 0 0 #ddd;
}

* html ul#mg-main-menu li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}

*:first-child+html ul#mg-main-menu ul {  /* Workaround fuer den IE 7 */
    background-color:silver;
    padding-bottom:0.4em;
}

ul#mg-main-menu li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

ul#mg-main-menu li ul li {
    border: 0 none;
    float: none;
    display: block;
    margin-bottom: 0.2em;
    height: auto;
}

ul#mg-main-menu a, ul#mg-main-menu span {
    display: block;
    font-weight: bold;
    height: 30px;
    padding: 0 15px;
}

* html ul#mg-main-menu a, * html ul#mg-main-menu span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}

ul#mg-main-menu a:hover, ul#mg-main-menu span, li a#aktuell {
    text-decoration: underline;
}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    background-color: ;
}

ul#mg-main-menu li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: ;
}


/* ### Bread-Crumb ### */
.bread_crumb {
    margin: 0 0 0 10px;
    padding: 1em 0 3em;
    clear: both;
    height: 20px;
}

.bread_crumb li {
    font-size: 12px;
    color: rgb(180,180,180);
    float: left;
    list-style: none outside none;
}

.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
}

.bread_crumb li:last-child:after {
    content : '';
}

.bread_crumb li a {
    color:rgb(120,120,120);
}

.bread_crumb li.current {
    color: #067a9e;
}


/* ### Sidebar-Box ### */


.sidebar_box {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #C1DCE8;
  background: #C1DCE8;
}

.sidebar div {
    margin: 0 0 20px;
}

.sidebar_box > h2 {
    font-size: 1.2em;
		text-decoration: none;
    font-weight: bold;
    color: #067a9e;
    padding: 7px 5px;
    border-bottom: 3px solid #067a9e;
    margin: 10px 10px 15px;
}

.sidebar_box > h3 {
    margin: 25px 0 0 20px;
}


.sidebar_box > p {
    margin: 15px 20px;
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.sidebar_box > div {
    margin: 10px 15px;
}

.sidebar_box > ul {
    margin: 10px 10px 20px 15px !important;
}


/* ### Box Wissenswertes ***/
p#knowledge-icons {
    width: 305px;
    height: 84px;
    margin: 0 0 0 15px;
/*    border-bottom: 3px solid #DDDDE7; */
}

p#knowledge-icons img {
    padding-bottom: 15px;
}

ul#knowledge-box {
    list-style: decimal inside none;
    margin: 10px 0 10px 20px;
}

ul#knowledge-box ul {
    list-style: decimal inside none;
    margin-left: 20px;
}


/* ### Sidebar-Artikel (WP Category Post List) ### */

.wp-cpl-widget li {
    padding: 10px 15px !important;
}

.wp-cpl-widget a {
    font-size: 1em;
		text-decoration: none;
    font-weight: normal;
}

.wp-cpl-widget p {
    margin: 10px 0 0 0;
}


/* ### Navi-Box für Seiten ### */

.site-navi {
    border: 0;
    background: none repeat scroll 0 0 #DDDDE7;
    float: left;
    margin: 7px 10px 10px 20px;
}

.site-navi h3 {
    border-bottom: 1px solid #067a9e;
    color: #067a9e;
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 10px 0;
}

.site-navi > div > ul {
    list-style: decimal inside none;
    margin: 7px 5px 0 0;
    padding: 10px;
}

.site-navi > div > ul > li > ul {
    list-style: decimal inside none;
    margin-left: 25px;
}

#footer-navi {
    margin:0 auto;
    padding: 0 0 0 250px;
}

#footer-navi ul{
	text-align:justify;
	text-align:center;
	margin:10px;
}

#footer-navi li{
	float: left;
	padding: 0 10px;
}

.table td {
   padding: 0 15px 0 0;
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/* ### Box Aktuelles ### */
#aktuelles_box > h3 {
    margin-top: 20px;
    font-weight: normal;
}

#aktuelles_box > p {
    margin-top: 5px;
}


/* ### Post-Archiv ältere/neuere ### */
.nav-posts {
	padding: 20px 10px 20px;
}

.next-posts {
	padding: 5px;
	text-align: left;
	float: left;
}

.previous-posts {
	padding: 5px;
	text-align: right;
}

/* ### Test ### */

.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth {
    float: none !important;
}
