/*Eric Meyer's CSS Reset.*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*verry own styles*/
html{
	text-align : center;
}
body {
	background: transparent url(img/geld.png) repeat-x scroll 0 0;
	width: 945px;
	margin: 30px auto 0 auto;
	text-align: center;
	line-height: 17px;
	font: normal normal bold 14px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #000;
}
a {
	color:#000;
	font-size:11px;
	vertical-align:text-top;
}
a:hover {
 color: #000;
 text-decoration:none;
}
h1, h2, h3 {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	color: #E54101;
	font-size: 17px;
} 
h2 {
	color: MidnightBlue;
}
h3 {
color: Navy;
	}

#header{
	clear: both;
	height: 180px;
	background: url(img/bankskandal.png) no-repeat scroll 0 0;
	border:1px solid gray;
}
#bad-banks{
	border:1px solid gray;
	height:690px;
	clear:both;
}
#bad-banks #left{
	float:left;
	height:600px;
	padding-top:10px;
	text-align:justify;
	width:760px;
}
#bad-banks #right{
	float:right;
	height:600px;
	padding-top:10px;
	text-align:justify;
	width:170px;
}
#bad-banks #right h1{
	padding: 5px 10px 5px 10px;
	font-size: 22px;
}
#bad-banksfooter{
	height: 20px;
	padding: 9px 0px 0px 50px;
	font-size: 10px;
}
#bad-banksfooter a{
}
.euro ul{
}
.euro li{
	background:transparent url(img/bullet.gif) no-repeat scroll left center;
	color:#000;
	font-weight:bold;
	list-style-position:outside;
	margin-left:25px;
	padding:4px 0 0 20px;
	text-align:left;
}
.badbank_l{
	float:left;
}
.badbank_r{
	float:right;
}
.centertxt{
	text-align: center;
}
.justifytxt{
	text-align: justify;
}
.righttxt{
	text-align: right;
}
.lefttxt{
	text-align: left;
}
.bigtxt{
	font-size: 17px;
	color: #E54101;
}
.smtxt{
	font-size: 11px;
}
.erc{
	background-color:#FFC3C3;
}
.erc a{
	color: #000;
}
.erc p{
		color: #000;
}
.okc{
	
}
