* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #009ee0;
}

p {
	line-height: 1.7em;
	margin-bottom: 0.8em;
}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}

a:link {
color: #2B61A7;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration: underline;
}

.clear { clear: both; }

div#page-wrap {
	width:740px;
	margin: 0 auto;
	background-image: url(standards/heller_balken_701x25.jpg);
}

ul#nav {
	list-style: none;
	padding-bottom: 70px;
	padding-left: 10px;

	}
	ul#nav li {
	float: left;
	margin-top: 5px;
	padding-top: 0px;
}

div#headerbild {
	margin-left: 10px;

		}
				
div#main-content {
	padding-bottom: 40px;
		}

div#main-content div#left-col {
	float: left;
	width: 450px;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 1.3em;

		}

div#main-content div#right-col {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 25px;
			}	

div#right-col img {
	border: thin solid #CCCCCC;
	margin: 2px;
	padding: 2px;
}

div#left-col li {
	list-style-type: none;
	line-height: 1.7em;
	padding-left: 10px;
		}
div#flag img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}

