/* CSS Document */

/*
 * Colors
 *
 */
#content .black { color: #000000; }
#content .white { color: #FFFFFF; }
#content .red { color: #960000; }
#content .darkred { color: #600000; }
#content .lightred { color: #C80000; }
#content .gray { color: #969696; }
#content .lightgray { color: #DDDDDD; }

.small {
	font-size: 85%;
}

.xsmall {
	font-size: 10px;
	font-family: Tahoma, Verdana;
}


.tiny { 
	font-size: 65%;
}

.regularFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*
 * Title bar
 *
 */
div#title p {
	margin: 0;
	margin-left: 138px;
	font-family: "Californian FB", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}


/*
 * PREMIUMINVESTOR in flowtext
 *
 */
#content em.pi {
	color: #960000;
	font-style: normal;
	font-weight: bold;
	font-family: "Californian FB", "Times New Roman", Times, serif;
	font-size: 120%;
}

.redback {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	background-color: #960000;
}

.option_small {
	font-size: 100%;
	background-color: #FFFFCC;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

.option_small1 {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.option_bewertung {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:300px;
}

.narrow {
	font-family: Arial Narrow, Verdana;
	/*width:50px;*/
}

.stylecheckbox {
	font-size: 90%;
}


/*
 * General tags
 *
 */
#content p, #content li {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 17px;
}

/*
 * Links
 *
 */
#content a {
	text-decoration: none;
	color: #600000;
	border-bottom: #000000 1px dotted;
}

#content a:hover {
	color: #C80000;
	border-bottom: #000000 1px dotted;
}





/*
 * Specialized styles
 *
 */
div.c2_Text {
	text-align: left;
	font-size: 10px;
	font-style: italic;
	color: #960000;
}


#content UL {
	list-style-image: url(../images/redbulletpoint_small.jpg);
	vertical-align: middle;
}


.image_left {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 3px;
	float: left;
}

.image_right {
	vertical-align: top;
	margin-left: 5px;
	float: right;
	margin-top: 3px;
}

.line {
	display:block; 
	margin: 0px;
}

