

/* ++++++++++++++++++++ MAIN-Content Startpage only +++++++++++++++++++++++++++ */
#main-content-start {
	width: 648px;
	float: left;
	margin-left: 0px;
  margin-right: 0px;
	background-color: #e8ecec;
	background-image: url(../images/startimage_bg.jpg);
	background-repeat: no-repeat;
}

#main-headline-container-start { /* Überschrift Container */
	float: left;
	width: 300px; /*320px;*/
	height: 102px;
	margin-top: 22px;
}

/* Überschrift alle ausser Startseite */
/*#headline {
	width: 300px;
	position: relative;
	top: 148px;
	margin-left: 30px;
	font-size: 14pt;
}*/

#headline-start {  /* Überschrift Startseite */
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing:0.1em;
}

#headline2-start {  /* Überschrift2 Startseite */
	text-align: center;
	font-size: 0.9em;
	line-height: 25px;
}

#main-content-right {  /* rechter Container für Bilder*/
	float: right;
   width: 298px;
	height: 430px;
	padding-right: 18px;
	padding-top: 18px;
	padding-left: 0px;
	margin-left: 0px;
}

.startimages-left {  /*  linkes Bild ul */
	float: left;
	padding: 0px;
	margin: 0px;
}

.startimages-left li {  /*  linkes Bild li */
	list-style-type: none;
	width: auto !important;  /* neuere Browser für Rahmen*/
	width: 24px; /* IE 5 - 5.5  für Rahmen*/
	background-image: url(../images/rahmen.gif);
	background-repeat: no-repeat;
	padding: 2px;
}

.startimages-right { /*  rechte Bilder ul */
	clear: right !important;
	clear: left;
	float: right;
	/* width: 138px; */
}

.startimages-right li {  /*  rechte Bilder li */
	list-style-type: none;
	margin-bottom: 12px;
	margin-left: 12px;
	width: auto !important;  /* neuere Browser*/
	width: 24px; /* IE 5 - 5.5*/
	background-image: url(../images/rahmen.gif);
	background-repeat: no-repeat;
	padding: 2px;
}

#startfooter { /* footer-text */
	float: right;
	width: 605px;
	text-align: center;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 20px;
}

/* slogans */
.slogans {
	clear: none;
	float: left;
	position: relative;
	top: 68px;
	left: 335px;
	width: 200px;
	font-size: 1.15em;
	font-weight: bold;
}

#kompetent {
   width: 100px;
	position: relative;
}

#informativ {
   width: 100px;
	position: relative;
	top: 47px;
	left: 30px;
}

#kreativ {
   width: 100px;
	position: relative;
	top: 94px;
	left: 70px;
}
/* END slogans */
/* ++++++++++++++++++++ End MAIN-Content Startpage only +++++++++++++++++++++++++++ */


