/* Start of CMSMS style sheet 'wkc_startseite' */
body {	
        color: #fff;
        background-color: #000;
        background-image: url('http://cms.weidenerkammerchor.de/uploads/images/hintergrund.gif');
        background-repeat: no-repeat;
        background-position: top center;
        font-family: 'Times New Roman',Times,serif;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


#startseite {
        margin-top: 180px;
        width: 98%;
        text-align: center;
        font-size: 120%;
}

#startseite p { margin-bottom: 60px; }

#startseite strong { font-size: 175%; font-weight: normal; }	

/* End of 'wkc_startseite' */

