@CHARSET "UTF-8";

/* ----------------------------
 * Colors:
 * ----------------------------
 * - blue 				#123879
 * - yellow				#ffea03
 * - red				#e7001b
 * - lighter yellow		#fffbc3
 * - medium blue 		#33559C
 * - lighter blue 		#cfd7da
 * ----------------------------
 */
 
h1 {
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 10px;
}

a#teaser_participate {
	display: block;
	border: 1px solid #33559C;
	height: 128px;
	width: 198px;
	background: transparent url(../../images/teaser_member.gif) no-repeat top left;
	text-indent: -9999px;
}

/**
 * buttons
 */
p.gb_button {
	height: 40px;
	line-height: 40px;
	background: transparent url(../../images/bg_button_right.png) no-repeat top right;
	-background: transparent url(../../images/ie6/bg_button_right.gif) no-repeat top right; /* IE6 Hack, no shaddow */
	cursor: pointer;
}
p.gb_button a { 
	outline: none;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	position: relative; 
	top: 8px;
	height: 20px;
}
p.gb_button span {
	paddin-left: 9px;
	display: block;
	line-height: 40px;
	height: 40px;
}

/**
 * Individual buttons
 *
 * Use them like this:
 * 
 * -> define length
 * p#new_gb_entry {
 *  	width: 160px;
 * }	
 *  
 * -> define styling 
 * p#new_gb_entry span{
 *  	background:transparent url(../../images/guestbook/bg_button_new.png) no-repeat top left;
 *  	-background:transparent url(../../images/guestbook/bg_button_new.gif) no-repeat top left;
 * }
 */



 
