/* CSS Document */



/* CSS TEST */

/*
table {
border: none;
border-collapse: collapse;
}
caption {font-size: 0.8em; text-align: right; margin-bottom: 4px;}
th, td {padding-left: 4px; padding-right: 4px; vertical-align: top;}
tr.odd {background-color: #F9FAFC;}
th {font-size: 0.8em; text-align: left; border: 1px solid #C7B461; background-color: #FBF6DE; font-weight: normal;}
td {border: 1px solid #B2BFCE;   vertical-align: top}
.td-0 {border: 1px solid #B2BFCE;   vertical-align: top}
thead th {text-align: center; border-bottom-color: #B2BFCE;  vertical-align: top;}
thead th.first {border-bottom-color: #C7B461;  vertical-align: top;}
tbody th {border-right-color: #B2BFCE;  vertical-align: top;}
*/


.box_default {
	width: 430px;
	background: url(img_global/background_02.jpg);
	border: 1px solid #e4e4e4;
	padding: 15px;
}

	.box_default .internal-link {
		text-decoration: none;
		color: #ec1e28;
		padding: 0px 11px 0px 0px;
		background: url(img_global/pfeil_rot.gif) no-repeat right;
	}
	
		.box_default .internal-link:hover {
		text-decoration: none;
		color: #ec1e28;
		padding: 0px 11px 0px 0px;
		background: url(img_global/pfeil_rot.gif) no-repeat right;
	}
	
		.box_default .internal-link:visited {
		text-decoration: none;
		color: #ec1e28;
		padding: 0px 11px 0px 0px;
		background: url(img_global/pfeil_rot.gif) no-repeat right;
	}
	
.box_statement {
	/*background: url(img_global/pfeil_klein_green.gif) no-repeat 15px 23px;*/
	border: 1px solid #e4e4e4;
	padding: 15px 15px 15px 30px;
	margin: 0px 0px 15px 0px;
}

	.box_statement .internal-link {
		text-decoration: none;
		color: #ec1e28;
		padding: 0px 11px 0px 0px;
		background: url(img_global/pfeil_rot.gif) no-repeat right;
	}
	
		.box_statement .internal-link:hover {
			text-decoration: none;
			color: #ec1e28;
			padding: 0px 11px 0px 0px;
			background: url(img_global/pfeil_rot.gif) no-repeat right;
		}
		
		.box_statement .internal-link:hvisited {
			text-decoration: none;
			color: #ec1e28;
			padding: 0px 11px 0px 0px;
			background: url(img_global/pfeil_rot.gif) no-repeat right;
		}

/*
.box_statement_bad {
	border: 1px solid #e4e4e4;
	padding: 15px 15px 15px 30px;
	margin: 0px 0px 15px 0px;
}

	.box_statement_bad .internal-link {
		text-decoration: none;
		color: #ec1e28;
		padding: 0px 11px 0px 0px;
		background: url(img_global/pfeil_rot.gif) no-repeat right;
	}
	
*/

/* + + + + + + BULLET */

.issue_bullet {
	list-style-type: none;
	
	border: 1px solid #e4e4e4;
	background: url(img_global/background_02.jpg);
	padding: 15px;
	margin: 0px 0px 25px 0px;
}

	.issue_bullet li {
		list-style-type: none;
		width: 400px;
		
		font-weight: bold;
		font-size: 13px;
		color: #ec1e28;
		
		padding: 5px 0px 5px 25px;
		background: #f4f4f4 url(img_global/pfeil_doppel_rot.gif) no-repeat left;
		
		border: 1px solid #e4e4e4;
		vertical-align:middle;
	}	
	
		.issue_bullet li a {
			color: #ec1e28;
		}
		
		.issue_bullet li a:hover {
			color: black;
		}