/* Das Stylesheet für die Firma IBCI 
   wurde erstellt von Rebecca Schabio.
   Version 1.0 vom 11.11.2004 */

/* Formatierung für die eigentliche Seite*/
#headerout
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 15px auto 0px;
	width: 950px;
	padding-top: 0px;
	height: 700px;
	
}

Body
{
	background-attachment: fixed;
	background-color: #90b2d5;
	text-align: center;
}

/*Formatierung für das Logo in der Header.ascx*/
#logo
{
	height: 110px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-attachment: scroll;
	background-image: url(IBCI_Banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}

/* Formatierung für die Menuleist in der Header.ascx Seite*/
#menuBar
{
	clear: both;
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: bottom;
	color: white;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	background-color: #4d6680;
	text-align: left;
	text-decoration: none;
	
}
/* Formatierung für die Fußzeile in der Footer.ascx Seite*/
#footer
{
	height: 20px;
	display: block;
	padding: 0px;
	clear: both;
	text-align: left;
	background-color: #ababab;
	margin: 0px;
	
}
/* Formatierung für das Menu in der Header.ascx Seite*/
#menu
{
	float: left;
	margin-left: 0px;
	clear: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 20px;
	width:100%;
}



/*Normaler Text */
.text
{
	border-right: #ebebeb 1px solid;
	border-top: #ebebeb 1px solid;
	font-size: 11pt;
	border-left: #ebebeb 1px solid;
	color: #90b2d5;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial;
}
/* Formatiert die hinterlegten Spalten auf der index.aspx */
.bg1
{
	background-image: url(grau_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bg2
{
	background-image: url(grau_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*Formatiert die linke Spalte auf allen Seiten außer index.aspx */
.k2
{
	font-size: 11pt;
	vertical-align: text-top;
	color: #4d6680;
	font-family: Arial;
	text-align: left;
}

/*Formatiert die Fotos der Personen auf der Team.aspx*/
.photo
{
	text-align: center;
	vertical-align: middle;
	
}
/*Formatiert die erste Spalte und das Dekobild*/
.deko
{
	width: 25%;
	text-align: center;
	vertical-align: top;
	
}
/* Färbt die Links auf die FH-Prof-Seiten auf der Team.aspx seite blau*/
.linkprof
{
	font-size: 11pt;
	vertical-align: text-top;
	color: #336699;
	font-family: Arial;
	text-align: left;
}
/*Formatiert die Titelleiste auf allen Seiten*/
.titel
{
	border-top: #ffffff 10px solid;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: middle;
	color: #4d6680;
	font-family: Arial;
	height: 30px;
	text-align: left;
	font-variant: small-caps;
	background-color: #b5ccee;
}
/*Formatiert die Texte auf der Index.aspx Seite*/
.index_o
{
	text-align:center;
	font-size:13pt;
	vertical-align:bottom;
}
.index_u
{
	text-align:center;
	font-size:13pt;
	vertical-align:top;
}
.index_m
{
	vertical-align:middle;
}
A:link
{
	color: white;
	text-decoration: none;
}

A:visited
{
	color: white;
	text-decoration: none;
}

A:active
{
	text-decoration: none;
	color: #FF9933;
}

A:hover
{
	color: #FF9933;
	text-decoration: none;
}




