/* Start of CMSMS style sheet 'WinterStyle' */
/* Start of CMSMS style sheet 'winter' */
/* General styles */
body {
 padding: 10px;
 margin: 0;
 font: 90% arial, helvetica, sans-serif;
 background-image: url(uploads/images/CSS/christmas_backgrounds_04.gif);
 background-attachment: fixed;
 background-color: #eeeeef; 
}
a {text-decoration: none;
	font-style: italic;
	color: #aae2f9;
    }
a:hover {
 text-decoration: underline;
 color: #aa7dc4;
    }
img {
 padding: 0px;
 margin: 0px;
 border: 0 solid;
    }
h1 {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: black;
	}
h1.heading {
	font-size: 2em;
	margin-top: 25px;
	margin-left: 75px;
	text-shadow:  #AAE2F9 0px 0px 4px;
}
/* Layer styles */

#root {
	border: 1px solid #007dc4;
	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;
	font-weight: bold;
}

#container {
 padding-top: 20px;
 clear: both; }

#navigation {
 width: 200px;
 float: left;
 min-height: 400px; }

#content {
 border-left: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 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: italic;
	color: black;
}

.navi1:hover {
	text-decoration: underline;
	color: #007dc4;
	}

.navi1:active {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #8CD5F2;
}

.navi2 {
	text-decoration: none;
	font-style: italic;
	color: black;
	}
	
.navi2:hover {
	text-decoration: underline;
	color: #007dc4;
}

.navi2:active {
	text-decoration: none;
	font-style: italic;
	color: #007dc4;
}
	
.navi3 {
	text-decoration: none;
	font-style: italic;
	color: black;
	list-style-type: circle;
	list-style-position: outside;
}

/* Content styles */
.bar {
	background-color: #aae2f9;
	height: 19px;
	color: black;
	font-weight: bold;
	padding: 3px 0 0 4px;
	border: 1px solid #007dc4;
	font-family: sans-serif;
    }
.maincolor {
	border: #007dc4;
    }
/* News style modifications */
.NewsSummary {
	border-bottom: thin solid #AAE2F9;
	}

.NewsSummaryMorelink{
    background: transparent;
	text-align: center;
    border: thin none #007dc4;
    border-radius: 3px;    
    }
.NewsSummaryMorelink a {
	color: #A6A6ED;
    }
.NewsSummaryMorelink a:hover {
	color: #AAE2F9;
    }
    
/* End of 'winter' */


/* End of 'WinterStyle' */

