/* Zusaetzliche CSS Deklarationen fuer die Boardstyles */

.moved {
	color:#FF9933;
	font-style:italic;
}
 

.announcement {
	color:#00cc99;
	font-weight:bold;
}


.important {
	color:#87ceeb;
	font-weight:bold;
}


.poll {
	color:#0dcddf;
	font-weight:bold;
}

/* Zusatz fuer AM Releases */
h1#headline {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
div#motherbox {
	width:720px;
	margin-left:25px;
	margin-bottom:0;
}
div#oben {
	position:relative;
	margin-top:25px;
	width:580px;
	height:190px;
	margin-left:25px;
	background-image:url(./../images/release_img/oben.png);
	background-repeat:no-repeat;
}
div#unten {
	position:relative;
	margin-top:25px;
	width:580px;
	height:190px;
	margin-left:50px;
	background-image:url(./../images/release_img/unten.png);
	background-repeat:no-repeat;
}
div#title {
	font-size:36px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffcc00;
	font-weight:bold;
	margin-top:125px;
	margin-left:-50px;
}
div#cover { 
	margin-top:25px; 
	float:left; 
}
div#infos {
	margin-left:375px;
	margin-top:35px;
}
div#screenshots {
	margin-left:375px;
}
div#plot {
	clear:both;
}
.orange {
	color:#ffa500;
}

a:link.linkformat, a:visited.linkformat, a:active.linkformat {
	text-decoration:underline;
}
a:hover.linkformat {
	text-decoration:none;
}

.donationRed {
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
}

.donationOrange {
	color:#ffa500;
	font-weight:bold;
	font-size:16px;
}

.donationGreen {
	color:#009933;
	font-weight:bold;
	font-size:16px;
}