/*Layoutformatierung*/

body {
					margin: 0px;
					padding: 0px;
					text-align: center;
					color: #000;
					font-family: arial, helvetica, geneva, swiss, sans-serif;
					background-color: #fff;
					background-image: url("../images/back.gif");
					background-repeat: repeat-x;
}

div#container {
					z-index: 1;
					position: relative;
					margin: auto;
					width: 980px;
}

div#logo {
					z-index: 1;
					position: relative;
					padding: 0px 0px 0px 27px;
					top: 0px;
					left: 0px;
					height: 80px;
					text-align: left;
}

div#navigation {
					z-index: 1;
					position: absolute;
					padding: 0px 0px 0px 293px;
					top: 26px;
					left: 0px;
					height: 80px;
					text-align: left;
}

div#image {
					z-index: 1;
					position: absolute;
					top: 80px;
					left: 0px;
					height: 240px;
					text-align: left;
}

div#side {
					z-index: 2;
					position: absolute;
					padding: 8px 0px 0px 8px;
					top: 320px;
					left: 0px;
					text-align: left;
}

div#content {
					z-index: 1;
					position: absolute;
					padding: 0px 0px 0px 0px;
					top: 320px;
					left: 0px;
					width: 980px;
					text-align: left;
					background-color: #fff;
}

/*Textformatierung*/

h1 {
					z-index: 2;
					position: relative;
					margin: 0px 35px 0px 327px;
					color: #666;
					font-weight: bold;
					font-size: 16px;
					line-height: 18px;
}

h1.headline {
					padding: 20px 0px 5px 0px;
}

h1.headline-firstline {
					padding: 86px 0px 5px 0px;
					color: #0000b0;
}

h1.headline-afterteaser {
					padding: 0px 0px 5px 0px;
}

p.teaser {
					z-index: 2;
					position: relative;
					margin: 0px 35px 0px 327px;
					padding: 85px 0px 30px 0px;
					color: #0000b0;
					font-weight: bold;
					font-size: 15px;
					line-height: 20px;
}

p.text {
					z-index: 2;
					position: relative;
					margin: 0px 35px 0px 327px;
					padding: 0px 0px 10px 0px;
					color: #666;
					font-weight: regular;
					font-size: 14px;
					line-height: 18px;
}

p.text-blue {
					z-index: 2;
					position: relative;
					margin: 0px 35px 0px 327px;
					padding: 0px 0px 10px 0px;
					color: #0000b0;
					font-weight: regular;
					font-size: 14px;
					line-height: 18px;
}


span.text {
					color: #666;
					font-weight: regular;
					font-size: 14px;
					line-height: 18px;
}

p.info {
					z-index: 2;
					position: relative;
					margin: 0px 0px 10px 0px;
					padding: 10px 10px 10px 10px;
					width: 264px;
					color: #fff;
					font-weight: regular;
					font-size: 14px;
					line-height: 18px;
					background-color: #69f;
					background-image: url("../images/info.gif");
					background-repeat: repeat-x;
}

*html p.info {
					width: 284px;
}

span.info {
					color: #fff;
					font-weight: regular;
					font-size: 14px;
					line-height: 18px;
}

ul {
					z-index: 2;
					position: relative;
					margin: 0px 35px 10px 327px;
					padding: 0px 0px 0px 0px;
					top: 0px;
					list-style-type: circle;
					list-style-position: outside;
}

ol {
					z-index: 2;
					position: relative;
					margin: 0px 35px 10px 327px;
					padding: 0px 0px 0px 0px;
					top: 0px;
					list-style-type: lower-alpha;
					list-style-position: outside;
}

li {
					margin: 0px 0px 0px 16px;
					padding: 0px 0px 0px 0px;
					color: #666;
					font-weight: regular;
					font-size: 14px;
					line-height: 18px;
}

/*Links*/

a:link, a:visited {
					color: #0000b0;
					text-decoration: none;
}

a:hover, a:active {
					color: #ccc;
					text-decoration: none;
}

/*Sonstiges*/

img {
					border-color: #000;
}

img.space-left {
					padding: 0px 0px 0px 20px;
}

img.space-right {
					padding: 0px 20px 0px 0px;
}

