/*****************************************************************************
 * Plattentests.de Style Sheet - Common
 * Version 1.0 - 2009-01-04
 *
 * Author: Sebastian Boschert <sebastian@2007.org>
 * Copyright (c) 2009 Sebastian Boschert. All rights reserved.
 *****************************************************************************
 */

body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000;
}

ul, ol { list-style-position: outside; }
ul { list-style-type: square; }

a:link,
a:visited,
a:focus,
a:active {
	color: #C03;
	text-decoration: none;
}

a:link:hover,
a:visited:hover,
a:focus,:hover
a:active:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 { font-weight: bold; }

strong { font-weight: bold; }

img.cover { border-style: none; }

.clr { clear: both; }


/*****************************************************************************
 * Tabellen
 ****************************************************************************/

table {
	border-collapse: collapse;
}

td, th { vertical-align: middle; }

thead th {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #323232;
}

tbody td { border: 1px solid #FFF; }

tbody.ab tr.a { background-color: #F1F1F1; }
tbody.ab tr.b { background-color: #EAEAEA; }

tbody.thread td { vertical-align: top; }

tbody.thread td.msg { border-bottom: 1px solid #CCC; }

tbody.thread td .datetime {
	color: #505050;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 2ex 0;
	padding: 0 0 1ex 0;
/*	background-image: url(./img/dottedline.png); */
	background-position: left bottom;
	background-repeat: repeat-x;
}


/*****************************************************************************
 * Rezension
 ****************************************************************************/

/*#rezitext, #reziref { text-align: left; }*/

#rezitext p.autor {
	font-weight: bold;
	margin-top: 1.2em;
}


/*****************************************************************************
 * Forum
 ****************************************************************************/

#forum table .antw,
#forum table .letzter,
#forum table .seiten {
	text-align: center;
}

#forumform { float: left; }
#forumformwerbung { float: right; text-align: center; }


/*****************************************************************************
 * Lesercharts
 ****************************************************************************/

#lesercharts table .voe,
#lesercharts table .wert,
#lesercharts table .stimmen,
#lesercharts table th.rang {
	text-align: center;
}

#lesercharts table td.rang { text-align: right; }
#lesercharts tbody.topten td.rang { font-size: 200%; }
#lesercharts table img { vertical-align: middle; }
#lesercharts p.stand { text-align: center; }


/*****************************************************************************
 * Impressum / AGB
 ****************************************************************************/

/*#impressum { text-align: justify; }*/

#impressum h3 {
	text-align: center;
	margin: 0 0 1em 0;
}

#impressum h4 { margin: 1.5em 0 0 0; }
#impressum h5 { margin: 0; font-size: 100%; }

#impressum p.urlmail {
	text-align: center;
	margin-bottom: 1.5em;
}

#impressum p { margin: 0 0 1em 0; }


/*****************************************************************************
 * Links, Hilfe
 ****************************************************************************/

/*#hilfe { text-align: justify; }*/

#links h3,
#hilfe h3 {
	text-align: left;
	margin: 1.5em 0 0 0;
}

