@charset "utf-8";
/* CSS Document */

/* Projekt Weberei Noswitz Relaunch 2010 */


/* Farben 

#CCF      Hintergrund

*/

/* Abschnitte */

html, body 
{	
 background-color: #CCF;
 padding: 0; 
 margin: 0; 
 width: 100%;
 
 scrollbar-arrow-color: #33C;
 scrollbar-3d-light-color:#66C;
 scrollbar-darkshadow-color:#66C;
 scrollbar-base-color: #CCF;
 scrollbar-face-color: #CCF;
 scrollbar-highlight-color: #FFF;
 scrollbar-shadow-color: #33C;
 scrollbar-track-color: #66C;
 zoom: 1;
}

#index_rahmen
{
 width: 100%;
}

#index_content
{
 position: absolute;
 width: 420px;
 text-align: center;
 /* Folgende Werte nicht löschen - für vertikale Zentrierung erforderlich! */
 height: 560px;
 top:0;
 right:0;
 bottom:0;
 left:0;
 margin: auto;
}
#index_text
{
 margin: 28px 0 0 44px;
 width: 400px;
 text-align: left;
}

/* Text Typen */

h1
{
 font: bold 14px/18px Arial,Helvetica,sans-serif;
 color: #030;
}

.indextext_14
{
 font: 14px/16px Arial,Helvetica,sans-serif;
 color: #030;
}

.indextext_10
{
 font: 10px/12px Arial,Helvetica,sans-serif;
 color: #030;
}
a.indextext_10:hover
{
 color: #C60;
}
