/*
Author: Heiko Stachel, http://www.zitronenwolf.de
*/

/* Standard CSS-Angaben */

* { padding:0px; border:0px;
	font-family: Arial, Sans-serif; }

body {
	background: #b6b6b6;
}

.header_start {
	width: 1024px;
	height: 562px;
	background-image: url(../px/50/50_start.jpg);
	position: relative;
	margin: 0px 0px 0px 0px;
}


/*   Texte   */
.starttext {
	color: #FFFFFF;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	width: 786px;
	position: relative;
	left: 133px;
	top: 0px;
}

.liste {
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	width: 640px;
	position: relative;
	left: 16px;
	top: -23px;
	vertical-align: top;
}

.linkstextGanzeSeite {
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	line-height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	width: 930px;
	position: relative;
	left: 0px;
	top: -23px;
	vertical-align: top;
}

.veranstaltungen_rechts {
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
	position: relative;
	left: 15px;
	top: 0px;
}

.ueberschrift1 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 680px;
	left: 0px;
	top: 0px;
}

.weiss {
	color: #FFFFFF;
}

.fett {
	font-weight: bold;
}

.rot {
	color: #da250d;
}
	

.text_linksrand_schwarz {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 55px;
	top: 8px;
}

.text_links_schwarz {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 0px;
	top: 8px;
}

a {
	color: #db250f;
	text-decoration: none;
}  
a:link, a:visited {
	-moz-outline: none;
	outline: none;
}  
a:hover, a:active {
	text-decoration:none;
	color: #ff3333;
	outline: none;
}


/*   Unterschrift   */

#unterschrift {
	position: relative;
	left: 127px;
	top: -15px;
	height: 49px;
	width: 210px;
	display: table-cell;
	background: url("../px/unterschrift.png") 0px 0px no-repeat;
}


/*   Bilder   */

#bild_links {
	position: relative;
	left: 127px;
	top: 0px;
	
	display: table-cell;

}



/*   Buttons   */

#firma a {
	position: absolute;
	left: 58px;
	top: 570px;
	height: 15px;
	width: 44px;
	display: table-cell;
	background: url("../px/startseite/btns/firma.png") 0px 0px no-repeat;
}
#firma a:hover {	
	background-position: -44px 0px;
}

#spektrum a {
	position: absolute;
	left: 184px;
	top: 570px;
	height: 15px;
	width: 74px;
	display: table-cell;
	background: url("../px/startseite/btns/spektrum.png") 0px 0px no-repeat;
}
#spektrum a:hover {	
	background-position: -74px 0px;
}

#projekte a {
	position: absolute;
	left: 341px;
	top: 570px;
	height: 15px;
	width: 71px;
	display: table-cell;
	background: url("../px/startseite/btns/projekte.png") 0px 0px no-repeat;
}
#projekte a:hover {	
	background-position: -71px 0px;
}

#veranstaltungen a {
	position: absolute;
	left: 495px;
	top: 570px;
	height: 15px;
	width: 134px;
	display: table-cell;
	background: url("../px/startseite/btns/veranstaltungen.png") 0px 0px no-repeat;
}
#veranstaltungen a:hover {	
	background-position: -134px 0px;
}

#planungsbuero a {
	position: absolute;
	left: 712px;
	top: 570px;
	height: 15px;
	width: 109px;
	display: table-cell;
	background: url("../px/startseite/btns/planungsbuero.png") 0px 0px no-repeat;
}
#planungsbuero a:hover {	
	background-position: -109px 0px;
}

#kontakt a {
	position: absolute;
	left: 888px;
	top: 570px;
	height: 15px;
	width: 62px;
	display: table-cell;
	background: url("../px/startseite/btns/kontakt.png") 0px 0px no-repeat;
}
#kontakt a:hover {	
	background-position: -62px 0px;
}

#facebook a {
	position: absolute;
	left: 970px;
	top: 567px;
	height: 28px;
	width: 27px;
	display: table-cell;
	background: url("../px/startseite/btns/facebook.png") 0px 0px no-repeat;
}
#facebook a:hover {	
	background-position: -27px 0px;
}

