/* Extension Style Sheets */
@import url(insys_edit.css);
@import url(insys_menu.css);
@import url(extensions/powermail.css);

body { 
	margin: 0px; 
	padding: 0px; 
	text-align: center;
	background-color: #dbdcdd;
	color: #000;
	font: 1.01em verdana, arial, helvetica, sans-serif;
	background: #fff url('../layout/insys_background.png') repeat-y;
/*	scrollbar-base-color: #e7eaef;  */
/*	scrollbar-arrow-color: #ec131e;  */
	text-align: left;
}

#insys {
	min-width: 990px;
}


/* IE6 */
* html #insys {
	width: 990px;
}


/* Top  */

#ColA {
	width: 100%;
	height: 83px;
	border-top: 6px solid #ec131e;
}

#A1 {
	float: left;
	width: 145px;
	height: 58px;
	margin: 13px 69px 12px 20px;
}

#A2 {
	float: left;
	width: 494px;
	height: 23px;
	margin-top: 51px;
}

#ColB {
	clear: both;
	width: 100%;
	background: #ec131e;
	height: 1px;
	font-size: 0;
	margin: 0px 0px 0px 0px;
}

#B1 {
	width: 7px;
	height: 1px;
	border: 0;
}



/*  Content  */


#ColC  {
	clear: both;
	width: 100%;
	background-image: url('../layout/insys-logo_background.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 660px 340px;	
}

#C1 {
	float: left;
	width: 237px;
	margin-top: 25px;
}

/*Menu siehe insys_menu.css*/

/* rotes Adressfeld */
#insysAddress {
	width: 200px;
	height: auto;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px;
	background: #ec131e;
}


#insysAddress p {
	width: 180px;
	margin: 10px 15px;
	line-height: 140%;
	font-size: 0.65em;
	color: #fff;
}

/* IE6 */
* html #insysAddress p {
	margin: 10px 7px 10px 8px;
}


a.address:link {
	padding-left:0px;
	color: #ffffff;
}
a.address:hover {
	padding-left:0px;
	color: #ffffff;
	text-decoration: underline;
}


#C2 {
	float: left;
	width: 740px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 0.70em;
	color: #222;
	line-height: 140%;
}

/*Contentseiten*/
#C2AContent { }

/* Startseite Anfang */
#C2AStart {
	float: left;
	width: 350px;
}
#C2BStart {
	float: right;
	width: 350px;
	margin-top: 40px;
}
#C2BStart .infobox {
	background-color: #e7eaef;
	border: 1px solid #ec131e;
	margin-bottom: 20px;
	padding: 20px;
	position: static;
	width: 320px;
}

/* IE6 */
* html #C2BStart .infobox {
	padding: 20px 10px;
}


#C2BStart .rightCol {}

/* Contentseiten mit Infobox */
#C2AContentInfobox { }
#C2BContentInfobox {
	float: right;
}
#C2BContentInfobox .infobox {
	position: static;
	margin: 50px 0px 40px 40px;
	padding: 15px 15px 15px 15px;
	width: 350px;
	background-color: #e7eaef;
	border: 1px solid #ec131e;
}



/*------------- Clear -------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
