/*
 * Content CSS 
 * Globostudy
 * 
 * Alle Elemente müssen mit #content anfangen, da sie sich nur auf den Contentbereich beschränken
 * z.B. #content a:link, #content p etc.
*/



#content table
{
    cellpadding: 3px;
}

/*
#content ul
{
    list-style-type: disc;
    list-style-position: inside; 
    margin-top: 3px; 
    margin-bottom: 3px; 
    margin-left: 3px;

}

#content li
{
    list-style-type: disc;
    list-style-position: inside; 
    margin-top: 3px; 
    margin-bottom: 3px; 
    margin-left: 3px;

}
*/


#content p,
#content td
{
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 6px;
}

#content h2
{
    font-size: 15px !important;
    margin-top: 3px;
    margin-bottom: 3px;
}

#content h3
{
    font-size: 13px !important;
    margin-top: 3px;
    margin-bottom: 3px;
   

}

#content h4
{
    font-size: 15px !important;
    margin-bottom: 3px;
    margin-top: 3px;
    color: #005AAA;
}

#content h5
{
    font-size: 13px !important;
    margin-bottom: 0px;
    margin-top: 3px;
}



/* -------------- LINKS */
#content a
{
   color: #003399;
   text-decoration: none;
}

#content a:hover
{
   color: #000000;
}


/* ----------- NEWS BOXES */
#homeright .newsitem
{
	padding-bottom: 5px;
}



#homeright .background
{
	background-image: url(http://www.globostudy.ch/cms/upload/uebrige/news_bg.jpg);
}

	#homeright .headline
	{
		color: #fff;
		font-weight: bold;
		text-decoration: none !important;
	}
	
	#homeright .headline:hover
	{
		text-decoration: none !important;
		color: #fff !important;
	}	
	
	#homeright .newsborder
	{
		border: 1px solid #1554c4; /*#000066;*/
	}
	
	#homeright .date
	{
		font-size: 10px;
		color: #999999;
	}
	
	#homeright .more a
	{
		font-size: 11px;
	}
