/* CSS - www.ascension-net.de www.ascension-music.com */

/* * {padding: 0; margin: 0;}*/

body {
	color: #999999;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-align: left;
	background-color: #000000;
	margin: 0px;
	}

/* Hintergrundbilder */
	
.bgjpg {
background: url(images/main/bg.jpg) repeat-y;
}

.top1bgjpg {
background: url(images/main/top1bg.jpg) repeat-x;
}

/* Text + Links */
	
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
	}
	
.sidelink {
	font-size: 10px;
	line-height: 15px;
	}

.smalltext {
	font-size: 10px;
	}
