/* Stylesheet Architekten */

/*------------------------*/



/*links im Fliesstext */

a:link 		{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000000; text-decoration:none}

a:visited 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#757575; text-decoration:none}

a:active 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none}

a:hover 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none}



/*Navigationslinks formatieren */

.navi:link 		{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#757575; text-decoration:none; font-weight:bold;}

.navi:visited 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#757575; text-decoration:none; font-weight:bold;}

.navi:active 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none; font-weight:bold;}

.navi:hover 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none; font-weight:bold;}





/*aktive links */

.navi_active:link 		{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none; font-weight:bold;}

.navi_active:visited 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none; font-weight:bold;}

.navi_active:active 	{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none; font-weight:bold;}

.navi_active:hover 		{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc0000; text-decoration:none; font-weight:bold;}


/* links in der projekt-liste */
span.projectShortcut        {cursor:pointer;}
span.projectDescription     {cursor:pointer;}





/*Seiteneigenschaften */



html, body{

	/*Scrollbalken formatieren */

	scrollbar-3dlight-color: white;

	scrollbar-arrow-color: #757575;

	scrollbar-darkshadow-color: white;

	scrollbar-face-color: white;

	scrollbar-highlight-color: white;

	scrollbar-shadow-color: white;

	scrollbar-track-color: white;

	height: 100%;

   	margin: 0px;
	



}



#container{

width: 100%;

height: 100%;

}



/*Äußere Haupttabelle mit 3 Spalten */

.main_table {


	width:			800px;

	height: 		250px;

	text-align:		left;

	margin-left:	auto;

	margin-right:	auto; 

}





/* Erste Zelle, für Navigation und Inhalt */

.main_cell_01 {

	width:400px;

	vertical-align:top;

}



/*Definiert die innere Tabelle */

.inner_table {

	width:400px;

	height:250px;

	border:0px;

}



/*Zweite Zelle, für das Foto */

.main_cell_02 {

	width:375px;

	vertical-align:middle;

}



/*Dritte Zelle, Plus zeichen und Datum */

.main_cell_03 {

	width:25px;

	vertical-align:top;

	text-align:center;

	background-image:url(../images/bg_date.jpg);

	background-repeat:no-repeat;

	background-position: 0px 235px;

}



/*Abstandhalter 5 Pixel */

.main_space_top {

	height:5px;

	background-image: url(../images/bg_line_top.jpg);
	background-repeat:repeat-x;


}

.main_space_bottom {

	height:5px;

	
	background-image: url(../images/bg_line.jpg);
	background-repeat:repeat-x;

}



/*Zelle mit dem Logo */

.head_cell {

	height:50px;

}





/*Horizontale Navigationsleiste */

.navi_cell {

	height:25px;

	vertical-align:top;



}



/*Zelle mit Inhalt */

.content_cell {

	height:				185px;

	width:				400px;

}



/*Sorgt für das Scrollen des Contents */

#content_scroll_div {

	height:				185px;

	width:				400px;

	vertical-align:		top;

	overflow:			auto;

	text-align:			left;

}



/*Formatiert den Inhalt */

.content_div {

	font-family:		Arial, Helvetica, sans-serif;

	padding-left:		10px;

	padding-right:		2px;

	width:				371px;
	
	font-size:			10px;

	color:				#757575;

	text-align:			left;

}

/* style der preload images */
img.preloadImages{
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	visibility:hidden;
}
