/*
  My Theme BlueSpeed for phpBB version 2+
  Based upon original newacts Theme - Created by newacts.de
  http://www.newacts.de
*/



/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #113C70; }
a:hover	{ text-decoration: underline; color : #113C70; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-image:      
             url(http://www.vhs-speedteam.de/images/Logo_3.png);
             background-repeat: repeat-x
             background-attachment: scroll; border: 1px #1C1A8C solid;}


/* This is the outline round the main forum tables */
.forumline	{ border: 1px #011C57 solid; }

/*Main table cell colours and backgrounds*/
td.row1{ background color: #EEEEF2; }
td.row3{ background color: #D1D7DC; }

/* Header cells - the blue backgrounds */
th	{
	color: #ffffff; font-size: 16px; font-weight : bold;
	background-color: #293f66; height: 27px;
		}

th.second	{
	color: #ffffff; font-size: 14px; font-weight : bold;
	background-color: #3D5B92; height: 27px;
	}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color: #D5D8DF border: #FFFFFF; border-style: solid; height: 27px;
}

/*Picture cells positioned right*/
.picr	{
	float:right; margin-left:10px; padding:5px;
	border-color:#3D5B92; border-style:solid; 
	border-right-width:5px; border-left-width:1px; border-top-width:1px; border-bottom-width:5px;
	font-size:12px;
	 
}

/*Picture cells positioned left*/
.picl	{
	float:left; margin-right:10px; padding:5px; 
	border-color:#3D5B92; border-style:solid; 
	border-right-width:5px; border-left-width:1px; border-top-width:1px; border-bottom-width:5px; 
       	font-size:12px;
	
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #113C70; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #113C70; text-decoration: underline; }



