/* anne hubert-roth */


/* layout */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 835px;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#header {
	width: 980px;
	height: 185px;
	margin: 0px auto;
	padding: 0px;
	}

.logo {
	height: 185px;
	width: 486px;
	float: right;
	}

.menue {
	height: 185px;
	width: 494px;
	float: left;
	background-color: #fff;
	}

#sub {
	width: 980px;
	height: 164px;
	margin: 0px auto;
	padding: 0px;
	}

.iris {
	height: 164px;
	width: 486px;
	float: right;
	background-image: url(img/iris.jpg);
	background-repeat: no-repeat;
	}

.subimg {
	height: 164px;
	width: 494px;
	float: left;
	}

#content {
	width: 980px;
	height: 443px;
	margin: 0px auto;
	padding: 0px;
	background-color: #a1cb3a;
	background-image: url(img/content-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

.tabelle {
	margin: 0px auto;
	padding: 10px;
	width: 960px;
	}

#footer {
	width: 980px;
	margin: 0px auto;
	display: block;
	text-align: right;
	}

/* typo */

p {
	margin: 0px;
	color: #231f20;
	padding: 0px;
	}

.sm {
	font-size: 11px;
	padding-right: 30px;
	}

ul, li {
	font-size: 11px;
	color: #231f20;
	}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #231f20;
	margin: 0px;
	padding: 0px;
	}

a.download:link, a.download:visited {
	font-size: 11px;
	font-weight: bold;
	color: #231f20;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

a.download:hover, a.download:active {
	color: #2d666d;
	}

a.txt:link, a.txt:visited {
	color: #231f20;
	font-size: 11px;
	}

a.txt:hover, a.txt:active {
	color: #2d666d;
	}
