/* CSS Document */

/* BASICS */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #66aed7;
	background-repeat: repeat-x;
	background-image: url(../pics/layout/dad-hg.jpg);
} 
ul {
	list-style-type: disc;
	padding: 4px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
	list-style-position: outside;
	line-height: 22px;
}
li {
	padding: 0px 0px 6px 0px;
}
p {
	margin: 0px 0px 15px;
	padding: 0px;
	page-break-after:always;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #0078bc;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	color: #0078bc;
	text-decoration: underline;
	font-size: 13px;
}

/* LAYOUT */
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	width: 760px;
}
#header {
	width: 100%;
	height: 245px;
	background-image: url(../pics/layout/dad-header-hg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#middle {
	height: 270px;
	width: 100%;
	background-image: url(../pics/layout/dad-middle.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#bottom {
	margin-right: auto;
	margin-left:auto;
	width: 760px;
	height: 45px;
	background-image: url(../pics/layout/dad-bottom.gif);
	background-color: #FFFFFF;
}
.mainmenu {
	padding: 0px 55px 0px 45px;
	text-align: right;
	line-height: 32px;
	font-size: 15px;
	text-decoration: none;
}
#mainmenu {
	padding-top: 37px;
}

#claim {
	padding: 2px 55px 0px 55px;
	text-align: right;
	color: #0078bc;
}

#cont {
	padding: 0px 0px 5px 55px;
	margin:0px;
}

/* TYPO */

a.mainmenu {
	color: #9c9d9f;
	padding:0px;
	text-decoration: none;
	font-size: 15px;
}
a.mainmenu:hover, .Heading, .Heading:hover {
	color: #0078bc;
	text-decoration:none;
	font-size: 15px;
	padding:0px;
}
.title {
	font-size: 22px;
	line-height: 24px;
	color: #0078bc;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	color: #0078bc;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	color: #0078bc;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.auszeichnung {
	font-weight: bold;
	font-style: italic;
}
.table-logos, .table-logos-last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c9d9f;
}
.table-logos-last {
	border:none;
}
.table-logos img, .table-logos-last img {
	vertical-align: middle;
	padding: 0px 20px 0px 0px;
}
.table-logos td, .table-logos-last td {
	padding: 10px 0px 10px 0px;
}
.fett {
	font-weight: bold;
}
.small {
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
