/*
  Default stylessheet for Kaernten_Hermann
  Created by Dynamic Objects, MEDIA-LINE
  http://www.dynamicobjects.de, http://www.media-line.at
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        
	background-color: #FFFFFF; 
        margin-left: 0px; 
        margin-top: 0px; 
        margin: 0px;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #a7bbdf;
	SCROLLBAR-SHADOW-COLOR: #a7bbdf;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #a7bbdf;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
	font: 12px normal verdana, arial;
}


.title    { font-size: 14px; font-weight: bold; color : purple; font-style: italic; }
.subtitle { font-size: 14px; font-weight: bold; color : #000000; font-style: italic;}
.message  {}
.date     { font-size: 10px; font-style: italic; }
.author   { font-size: 10px; font-style: italic; }

.details_title    { font-size: 16px; font-weight: bold; color : purple; font-style: italic; }
.details_title_v2 { font-size: 16px; font-weight: bold; color : purple; font-style: italic; }
.details_subtitle { font-size: 14px; font-weight: bold; color : #000000; font-style: italic; }


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 12px; }

a:link,a:active,a:visited { text-decoration: underline; font-weight: bold; color: blue; font-style: italic; }
a:hover                   { color: blue; font-style: italic; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; }
a.nav			{ text-decoration: underline; }
a.nav:hover		{ text-decoration: underline; }


hr { height: 0px; border: solid #336699 0px; border-top-width: 1px;}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row3	{ background-color: #FFFFFF; }


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: grey; font-size: 11px; font-weight : bold;
	background-color: purple; height: 25px;
	background-image: url("../subsilver/images/cellpic3.gif");
}



/* Copyright and bottom info */
.copyright		{ font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; color: grey; letter-spacing: -1px;}
a.copyright		{ color: grey; text-decoration: none;}
a.copyright:hover { color: purple; text-decoration: underline;}




