@CHARSET "UTF-8";

/**
* alle margin und padding werte auf 0 setzen um render probleme zu minimieren
*/
* {
	margin: 0;
	padding: 0;
}

/**
* standard schriftart-, gr��e und scrollbalken erzwingen um "springen" der seite zu verhindern
*/ 
html, body {
}

body {
	font-family: arial, verdana;
	font-size: 62.5%;
	background: url(../../img/intro/intro_bg.jpg) top left repeat-x;
}

div#wrapper {
	width: 970px;
	margin: 0 auto 0 auto;
	background: url(../../img/intro/intro_header.jpg) top left no-repeat;
}

div#header {
	position: relative;
	z-index: 500;
	height: 124px;
	padding: 70px 0 0 0;
}

#intro_center {
	position: relative;
	z-index: 1000;
	padding: 0;
}


#intro_left {
	position: relative;
	z-index: 10000;
	float: left;
	width: 485px;
	padding: 0;
}

/* 
	EINSTELLUNGEN F�R ZWEISPALTIGES LAYOUT (left_col, center_col) 
*/
#main_2_col_left #intro_center {
	margin: 0 0 0 485px;
	padding-right: 130px;
}
#main_2_col_left #right_col {display:none}
/* EOF ZWEISPALTIG LINKS */

div#footer {
	position: relative;
	z-index: 1;
	height: 199px;
	margin-top: -45px;
	background: url(../../img/intro/intro_footer.jpg) top left no-repeat;
}
/*------------------------------------------------------------------------------------------
	
	INHALT DER INTRO SEITE
	
------------------------------------------------------------------------------------------*/

p#willkommen {
	color: #b3152a;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding-top:19px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #596158;
/*	text-align:justify;*/
}
a#intro_link {
	display: block;
	outline: 0;
	width: 170px;
	color: #b3152a;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background: url(../../img/arrow_right.jpg) no-repeat;
	background-position: 155px 3px;
	margin: 35px 0 0 250px;
}

div#intro_image {
	height: 227px;
}
div#intro_spruch {
	height: 51px;
	margin: 30px 0 0 40px;
}
div#logo {
	height: 84px;
	background: url(../../img/intro/logo.png) top left no-repeat;
	margin: 0 0 0 35px;
}





/*------------------------------------------------------------------------------------------
	
	Clearing Container zum aufl�sen von floatenden Bereichen
	
------------------------------------------------------------------------------------------*/

/*  CLEARING DES MAIN CONTENT */
.clearing {
	clear: both;
	overflow: hidden;
}

* html .clearing {
	height: 1%;
} /* IE HACK */@CHARSET "ISO-8859-1";
