html, body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #011b34;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	}
	
	img {
	border: 0px;
	}
	
	h1 {
    color: rgb(100, 100, 100); /*color: #000000;*/
    font-size: 15px;
    font-weight: bold;
    }
	
    h2 {
    color: rgb(100, 100, 100); /*color: #000000;*/
    font-size: 12px;
    font-weight: bold;
    }
	
	td {
	font-size: 12px;
	}
	
	ul {
		list-style: none;
	}

	ul li {
		padding-left: 20px;
		margin-left: -40px;
		background: url(../images/bullet.gif) no-repeat 5px 5px;
		line-height: 150%;
	}
	
	.nobullets ul li {	
	background: none;
	}
	
	a {
	color:blue;
	cursor:pointer;
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	.blocksatz {
	text-align: justify;
	}
	
	.info {
	width: 220px;
	float: left;
	padding: 0 10px 0 10px;
	}
	
	.box {
	border:1px solid #ccc;
	background:#FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	}
	
	.small {
	width: 300px;
	float: right;
	}
	
	.row {
	border-top: 2px solid #ccc;
	width: 574px;
	margin-top: 20px;
	padding-top: 5px;
	}
	
	.cb {
	clear: both;
	}
	
	.box a {
	text-decoration: none;
	}
	
	.feature {
	width: 552px;
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	}
	
	.feature .box {
	width: 504px;
	}
	
	.right {
	float: right;
	}
	
	
	.main {
	text-align: left;
	width: 574px;
	min-height: 100%;
	/*height: 223px; #ffffff*/
	/*padding: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;*/
	padding-left: 4px;
	margin-bottom: 20px;
	}

	
	.big a {
	display: block;
	background-color:#f2f2f2;
	text-align: center;
	font-size: 16px;
	}
	
	hr {
	border: solid #646464 1px;
	height:1px;
	}
