/* Start of CMSMS style sheet 'MH-Standard' */
/* Start of CMSMS style sheet 'Default2a' */
/* General styles */
/* hell: #E969A9 */
/* dunkel: #890042 */
body {
 padding: 10px;
 margin: 0;
 font: 90% arial, helvetica, sans-serif;
 background: #f0f0f0;
 color: black; 
  }

a {
	text-decoration: none;
	font-style: italic;
	color: #890042;
   }

a:hover {
 text-decoration: underline; 
 color: #E969A9;}

img {
    padding: 0px;
    margin: 0px;
    border: 0 solid;
    }

/* Layer styles */

#root {
	border: 1px solid #E969A9;
	margin: 0 auto 0 auto;
	width: 850px;
	padding: 10px 20px 20px 20px;
	background: #ffffff;
    }

#header {
 float: left; }

#logo {
 float: left; }

#heading {
 width: 596px;
 float: left;
 text-align: left;
 margin-top: 30px; }

#container {
 padding-top: 20px;
 clear: both; }

#navigation {
 width: 200px;
 float: left;
 min-height: 400px; }

#content {
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 margin-left: 200px;
 padding-left: 10px;
 width: 430px;
 min-height: 400px; }

#losung {
 float: right;
 padding-left: 10px;
 width: 200px;
 min-height: 400px; }

#footer {
 margin-top: 20px;
 clear: both;
 color: #cccccc; }

#footer a {
 color: #cccccc; }

#copyright {
 float: left;
 font-size: 80%; }

#misc {
 text-align: right; }


/* Navigation styles */

#navigation ul {
    margin-left: -35px; 
    list-style-type: none; 
    font-size: 97%; 
   }

#navigation li {
    margin-bottom: 5px; }

.navi1 {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: black;
    }

.navi1:hover {
	text-decoration: underline;
	font-style: italic;
    }


.navi_active1 {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #890042;
    }

.navi2 {
	text-decoration: none;
	font-style: normal;
	color: #890042;
	}
.navi2:hover {
	text-decoration: underline;
	font-style: italic;
    }

.navi_active2 {
	text-decoration: none;
	font-style: italic;
    }
	
.navi3 {
	text-decoration: none;
	font-style: normal;
	color: #a06625;
	list-style-type: circle;
	list-style-position: outside;
    }


/* Content styles */
.bar {
	background-color: #890042;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E969A9),
	color-stop(1, #890042)
    );
    background-image: -o-linear-gradient(bottom, #E969A9 0%, #890042 100%);
    background-image: -moz-linear-gradient(bottom, #E969A9 0%, #890042 100%);
    background-image: -webkit-linear-gradient(bottom, #E969A9 0%, #890042 100%);
    background-image: -ms-linear-gradient(bottom, #E969A9 0%, #890042 100%);
    background-image: linear-gradient(to bottom, #E969A9 0%, #890042 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E969A9', endColorstr='#890042',GradientType=0 ); /* IE6-9 */
	height: 19px;
	font-weight: bold;
	padding: 3px 0 0 4px;
	border: 0px solid #E969A9;
	color: white;
}

h1.heading {
text-shadow: #E969A9 2px 2px 5px;
}

h1 {
font-size: 1.5em;
padding: 0px;
margin:0px;
margin-bottom: 10px;
}
   

/* News styles */
.SchattenRechts {
    display: block;
    height: 8px;
    margin: 0px 10px 0px 0px;
    background-image: url(http://www.missionsheim.de/uploads/images/CSS/schatten-rechts.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 10px;
    }
#losung .SchattenRechts {
    margin-bottom: 3px;
    }
.NewsSummary {
    background-color: #f1f1f1;  
    padding: 2px 2px 2px 2px;
    margin: 0px 5px 0px 0px;
    border-bottom: 1px solid #E969A9;
    border-bottom-right-radius: 10px;     
    }
.NewsSummarySummary {
    background-color: #f1f1f1;
    padding: 2px 5px 0px 2px;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px solid #E969A9;
	border-bottom-right-radius: 15px;    
    }
.NewsSummaryMorelink{
	text-align: left;
	padding: 2px 5px 2px 0px;
	margin: 1px 320px 5px 0px;
	border: solid 0px  #066dab;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
    }
.NewsSummaryContent {
    background-color: #f1f1f1;
    padding: 5px 5px 5px 0px;
    margin: 0px 0px 0px 0px;
    }
/* End of 'Default2' */
/* End of 'MH-Standard' */

