/**************************/
/***** diwanistan.css *****/
/**************************/

/* standard <body> */
body {
	color: #000000;
	background-color: #fff164;
	font-family: arial,helvetica,verdana,sans-serif;
	font-style: normal;
	font-size: 13px;
}

/* allgemeine standard-schrift */
div, table, td, p, ul, ol, li { font-family: arial,helvetica,verdana,sans-serif; font-size: 13px; }

/* Angaben für Votestat.php */

.header {font-family: arial,helvetica,verdana,sans-serif;
		font-style: normal;
		font-size: 20px;
		font-weight: bold;
}



/* Angaben für Search.php */

.inputfield { 
	font-family: arial,helvetica,verdana,sans-serif;
	font-style: normal;
	font-size: 13px;
}

.tdhead	{ background-color: #E5CD16; font-weight: bold; }
.online { background-color: #A3BACE; }

.even	{ background-color: #fdfd8d; }
.odd	{ }
.locked { background-color: #999999; }

.date   { font-size:8pt; }
.link	{ font-size: 8pt; }
.id	{ font-size:10pt; font-style:italic; }

/* Hinweistext Pflichtfelder Suche */

.hinweis {
	font-size: 10px;
}

/* abstand zwischen listenelementen */
li { margin-top: 3px; }

/* styles für links */
a		{ color: #FF0000; }
a.vorschau 	{ color:blue; font-size:8pt; }
a.docu		{ color:blue; font-size:10pt; font-style:italic; }
a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none; }
a:active 	{ text-decoration: none; }
a:hover 	{ text-decoration: underline; }
	  
img.linkpic { border-color: #000000; }

.admin	{ font-size:14pt; color: #3399FF; }
.user	{ font-size:14pt; color: #0000FF; }

.msg	{ color: #0000FF; }