/* ninos.css */



/* allgemeine definitionen */
BODY
{
FONT-FAMILY: Courier New, Courier, mono;
BACKGROUND-COLOR: #ebebeb;
COLOR: #333333;

MARGIN-LEFT: 10px;
MARGIN-TOP: 15px

	SCROLLBAR-BASE-COLOR: black;
	scrollbar-face-color: #505060;
	scrollbar-shadow-color: #202020;
	scrollbar-highlight-color: #111111;
	scrollbar-3dlight-color: #909090;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #808080;
	scrollbar-arrow-color: silver
}


/* definition fuer links */
A
{
TEXT-DECORATION: underline;
COLOR: #222222;
FONT-WEIGHT: normal;
font-style: normal
}

A:link
{
}


A:active
{
COLOR: #aaaaaa
}


A:visited
{
COLOR: #333333
}


A:hover
{
COLOR: #aaaaaa;
TEXT-DECORATION: underline
}


/* definition fuer normalen text */
P
{
FONT-FAMILY: Courier New, Courier, mono;
FONT-WEIGHT: normal;    
FONT-SIZE: 10pt;
MARGIN-LEFT: 5px;
MARGIN-RIGHT: 15px
}

/* 
definition fuer textklasse "info" 
(kleinster text, z.b. fuer film-infos)
*/
.info
{
FONT-FAMILY: Courier New, Courier, mono;
FONT-SIZE: 9pt;
MARGIN-LEFT: 15px;
FONT-WEIGHT: lighter;
MARGIN-TOP: 0px;    
MARGIN-RIGHT: 20px
}

/* definition fuer ueberschriften */
.headline
{
font-family: Courier New, Courier, mono;
COLOR: #000000;
FONT-SIZE: 15pt;    
MARGIN-TOP: 55px;   
MARGIN-BOTTOM: 15px;    
FONT-WEIGHT: bold;
MARGIN-LEFT: 2px;
TEXT-DECORATION: none
}

/* definition fuer kleine ueberschiften */
.headline_sm
{    
font-family: Courier New, Courier, mono;
COLOR: #000000;
FONT-SIZE: 12pt;    
MARGIN-TOP: 15px;   
MARGIN-BOTTOM: 15px;   
FONT-WEIGHT: bold;
MARGIN-LEFT: 2px;
TEXT-DECORATION: underline
}

/* definition fuer datumsangaben */
.datum{
font-family: Verdana,Arial,Times New I2
COLOR: #000000;
FONT-SIZE: 9pt;    
MARGIN-LEFT: 2px;
MARGIN-BOTTOM: 0px;    
MARGIN-RIGHT: 10px;
TEXT-DECORATION: underline
}

/* definition fuer menue */
.menu
{
FONT-FAMILY: Courier New, Courier, mono;
color: #999999;
FONT-WEIGHT: normal;    
FONT-SIZE: 12pt;
FONT-WEIGHT: bolder;    
MARGIN-LEFT: 25px;
MARGIN-TOP: 25px;
TEXT-DECORATION: underline;    
MARGIN-RIGHT: 20px   
}

/* extra-definition fuer nicht in text eingebundene links */
.link
{
TEXT-DECORATION: underline
}

/* definition fuer inhalts-tabelle */
.inhalt
{
background-attachment:fixed
}

/* definition fuer inhalts-tabelle (newsletterbox) */
.inhalt_d
{
border: none;
BACKGROUND-COLOR: white;
background-attachment:fixed
}

/* definition fuer schmalen balken ganzrechts */
.inhalt_right
{

BACKGROUND-COLOR: #ebebeb;
background-attachment:fixed
}

/* definition fuer obenrechts */
.inhalt_top
{

BACKGROUND-COLOR: #ebebeb;
background-attachment:fixed
}

/* definition fuer obenlinks */
.inhalt_topleft
{
BACKGROUND-COLOR: #ebebeb;
background-attachment:fixed
}

/* definition fuer menu */
.inhalt_menu
{

BACKGROUND-COLOR: white;
background-attachment:fixed
}



/* definition fuer bilder ohne rand */
.direkt
{
MARGIN-TOP: 0px;    
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px;  
MARGIN-LEFT: 0px  
}
