/*  
Theme Name: Coppi-Verein (Howoge bis 31.08.2010)
Theme URI: http://www.coppi-verein.de/
Description: Howoge-Theme
Version: 1.0
Author: Coppi-Verein
Author URI: http://www.coppi-verein.de/
*/

/* BODY & PAGE */

body
{
	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	color: white;

	background-color: #547e74; 
}

div#page
{
	margin: 0;
	padding: 0;
}
	
/* HEADER */

div#header
{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 80px;
	text-indent: 30px;
	text-align: left;
	vertical-align: middle;
	font-size: 24pt;
	font-weight: bold;
}

/* TOP MENU */

div#topmenu
{
	clear: both;
	background: #e98d46;
}

table#topmenutable
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 190px;
	margin-right: 0;
	padding: 0;
/*	border-spacing: 0; */
	border-collapse:collapse; 
	empty-cells: show;
}

table#topmenutable td.topmenuitem
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	
	vertical-align: middle;
	line-height: 35px;
	
	font-size: 11pt;
	font-weight: bold;

	padding-right: 25px;
	padding-left: 15px;
}

table#topmenutable td.topmenuitemspace
{
	width: 15px;
}

table#topmenutable  a
{
	color: white;
	font-style: italic;
	text-decoration: none;
}

/* MAIN TABLE */

table#maintable
{
	clear: both;
	
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

/* NAVIGATION */

td#navigation
{
	padding-top: 50px;

	padding-left: 20px;
	padding-right: 20px;

	width: 150px;
	height: 650px;

	vertical-align: top;
}

p.navigationlistitem
{
	margin-top: 0;
	margin-bottom: 0;
	
	font-size: 11pt;
	font-weight: bold;
}

p.navigationlistitem img
{
	vertical-align: middle;
}

p.navigationlistitem a
{
	color: white;
	font-style: italic;
	text-decoration: none;
}

p.coppi_logo_top
{
	margin-top: 25px;
	margin-bottom: 0;

	font-size: 10pt;
	
	text-align: center;
}

img.coppi_logo
{
	margin-top: 10px;
	margin-bottom: 10px;

	border: 0;
}

p.coppi_logo_bottom
{
	margin-top: 0;
	margin-bottom: 0;

	font-size: 10pt;
	
	text-align: center;
}

img.howoge_logo
{
	margin-top: 3px;

	border: 0;
}

p.schulwebseitenintro
{
	margin-top: 25px;
	margin-bottom: 0;
	
	font-size: 10pt;
	line-height: 9pt;
}

p.schulwebseiten
{
	margin-top: 8px;
	margin-bottom: 0;
	
	font-size: 10pt;
	line-height: 9pt;
}

p.schulwebseiten a
{
	color: rgb(240, 182, 79);
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

p.navi_dns_net_info
{
	margin-top: 25px;
	margin-bottom: 0;
	
	font-size: 10pt;
/*	font-weight: bold; */
}

p.navi_dns_net_info a
{
	color: rgb(240, 182, 79);
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

/* CONTENT */

td#content
{
	width: 600px;
	vertical-align: top;
	
	padding-top: 30px;
	padding-left: 70px;
	padding-right: 0;
	padding-bottom: 20px;
}

/* categoryinfo */

td#content div.categoryinfo
{
	font-size: 10pt;
	font-weight: bold;
} 

td#content div.categoryinfo a
{
	color: rgb(240, 182, 79);
	font-style: italic;
	text-decoration: none;
} 

/* H1, H2 */

td#content h1
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	
	padding-left: 15px;

	padding-top: 10px;
	padding-bottom: 0;
	
	margin-top: 5px;
	margin-bottom: 0;
	
	color: rgb(240, 182, 79);
	font-size: 20pt;
	font-weight: bold;
} 

td#content h2
{
	padding-top: 0;
	padding-bottom: 0;
	
	margin-top: 0pt;
	margin-bottom: 0pt;
	
	color: rgb(240, 182, 79);
	font-size: 14pt;
	font-weight: bold;
} 

/* Datum */

td#content p.dateline
{
	text-align: right;
	font-size: 8pt;
	color: rgb(224, 224, 224);

	margin-top: 0;
	margin-bottom: 6pt;
} 

td#content p.archivedateline
{
	clear: both;
	
	text-align: left;
	font-size: 8pt;
	color: rgb(224, 224, 224);

	margin-top: 18pt;
	margin-bottom: 0;
} 

/* Artikel-Bereich */

div.artikel
{
	padding-left: 15px;
}

/* Paragraphs */

td#content p
{
	font-size: 11pt;
	color: white;
	
 	margin-top: 0;
 	margin-bottom: 12pt;
} 

td#content td
{
	font-size: 11pt;
} 

td#content div.categorydescription p
{
	font-size: 12pt;
	color: white;
	
 	margin-top: 0pt;
 	margin-bottom: 6pt;
} 

/* Images */

td#content img
{
 	border: 1px solid rgb(224, 224, 224);
} 

td#content img[align=right]
{
 	margin-top: 0;
 	margin-left: 10px;
 	margin-right: 0;
 	margin-bottom: 10px;
} 

td#content img[align=left]
{
 	margin-top: 0;
 	margin-left: 0;
 	margin-right: 10px;
 	margin-bottom: 10px;
}

/* Links */

td#content a
{
	color: rgb(240, 182, 79);
	font-style: italic;
	text-decoration: none;
} 


