/* File:		$Id: basic.css 32359 2007-11-22 14:25:33Z bas $
 * Author:		Katharina Birkenbach
 * Date:		2006-08-10
 * Description:	basic CSS style sheet for common templates
 */
 
* 
	 { 	margin: 0;
	padding: 0;
 } 
body
	 { 	font-family: georgia, times, serif;
	font-size: 80%;
	line-height: 130%;
	min-width: 980px;
	padding: 0 10px;
 } 
h1
	 { 	font-size: 400%;
	line-height: 130%;
	font-weight: normal;
	color: #000;
 } 	
h2
	 { 	font-size: 200%;
	font-weight: normal;
	font-style: italic;
	line-height: 130%;
	margin-bottom: 10px;
 } 	
h3
	 { 	font-size: 145%;
	line-height: 130%;
	font-weight: normal;
 } 	
h4
	 { 	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
	font-style: italic;
 } 
h5
	 { 	clear: left;
	font-size: 100%;
	line-height: 130%;
	font-weight: normal;
	padding: 2px;
	margin: 0 0 8px 0;
	color: #fff;
	background: #bbb;
 } 
h6
	 { 	font-size: 100%;
	line-height: 180%;
	font-weight: normal;
 } 
a
	 { 	color: #000;
	border-bottom: 1px dotted #bbb;
	text-decoration: none;
 } 
a:hover
	 { 	border-bottom: 1px solid #bbb;
 } 	
p
	 { 	margin: 0 0 6px 0;
 } 
dl  
	 { 	margin: 0 0 1.5em 0; 
 } 	
dl dt
	 { 	font-weight: bold; 
 } dd  
	 { 	margin-left: 1.5em;
 } 
div
	 {  } 	
ul
	 { 	margin: 0;
	padding: 0;
	list-style: none;
	height: 1%;
 } 
ol
	 {  } 	
menu
	 {  } 
lh
	 { 	display: block;
	color: #fff;
	background: #909090;
	margin-bottom: 8px;
	padding: 2px;
 } 	
ul li
	 { 	margin: 0;
 } 

li img
	 { 	float: left;
	padding: 3px 3px 3px 0;
 } 	
table
	 { 
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bbb;
	margin: 12px 0 16px 0;
 } 
th
	 { 	background-color: #909090;
	font-weight: bold;
	text-align: left;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4px 1px;
 } 	
tr
	 { 	
 } 	
td
	 { 	padding: 4px 2px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
 } 
form
	 { 	margin: 0 0 9px 0;
 } 	
input,
textarea
	 { 	font-family: georgia, times, serif;
	border: 1px solid #000;
	padding: 0 2px;
	margin: 2px 0 7px 0;
 } 
select
	 { 	font-family: georgia, times, serif;
	border: 1px solid #bbb;
	padding: 0 0;
	margin: 0;
 } 	
ul.action li button
	 { 	color: #f00;
	background: #fff;
	border: 1px solid #fff;
 } 
	
ul.action li button
	 { 	color: #f00;
	background: #fff;
	border: 1px solid #f00;
 } 
	
input.submit,
input.reset
	 { 	margin-top: 7px;
	width: auto;
 } 	
label
	 { 	margin: 0;
 } 
code, pre
	 { 	font-family: courier, monospace;
 } 
legend 
	 { 	background: #fff;
	border:		1px solid #ccc;
	color:		#bbb;
	padding:	2px;
	margin-top: 0;
 } 
fieldset 
	 { 	border:	0px solid #fff;
	padding: 0;
	clear: left;
	display: block;
	float: none;
 } 	
img,
a img
	 { 	border: 0px;
 } 	

blockquote
	 { 	font-style: italic;
	margin: 4px 0 4px 0;
	padding-left: 4px;
	border-left: 4px solid #bbb;
 } 	
small
	 {  } 	
big 
	 {  } 	
address
	 { 	font-style: normal;
 } 
button,
input.submit,
input.reset,
a.but
	 { 	text-transform: none;
	font-family: georgia, times, serif;
	border: 0 solid #f00;
	background: #f00;
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 14px;
	margin-right: 4px;
	float: left;
 } 
button,
input.submit,
input.reset,
	 { 	overflow: visible;
	cursor: pointer;
 } 

input.reset
	 { 	background: #bbb;
	color: #fff;
 } 	
.mymenu li button
	 { 	float: none;
	margin: 0 0 0 2px;
	display: inline;
	padding: 0 2px 1px 2px;
 } 
button:hover,
a:hover.but,
.mymenu li button:hover,
input:hover.submit,
input:hover.reset
	 { 	border: 0 solid #f00;
	color: #fff;
	background: #f00;
	cursor: pointer;
	_cursor: hand;
 } /* -------------------------- */

input
	 { 	border: 1px solid #000;
 } 	
input.small
	 { 	width: 20px;
 } 
input.quart
	 { 	width: 50px;
 } 
input.half
	 { 	width: 100px;
 } 
input.normal
	 { 	width: 200px;
 } 
input.full
	 { 	width: 400px;
 } 
/* -------------------------- */

a.icon
	 { 	display: block;
	clear: both;
	background: none;
	padding: 0;
	margin: 0 0 0 8px;
 } 
.error
	 { 	display: block;
	background: #f00;
	color: #fff;
	font-weight: bold;
	line-height: 110%;
	padding: 3px 10px;
	float: none;
	width: 100%;
	margin-bottom: 4px;
 } 
.error a
	 { 	color: #fff;
	text-decoration: underline;
 } 
a.selected,
#pagetop a.selected
	 { 	color: #fff;	
	background: #bbb;
 } 
.clear
	 { 	clear: both;
 } 
li span.clear
	 { 	display: block;
 } 
li.clearlist
	 { 	display: block !important;
	clear: both !important;
	float: none !important;
	margin: 0;
	padding: 0;
 } 
.expl,
.expl a
	 { 	color: #bbb;
 } 	
.activity
	 { 	font-size: 85%;
	line-height: 90%;
	color: #bbb;
 } 
/* --- footer things ----------------------- */
	
.activity a
	 { 	color: #ccc;
 } 	
.activity a:hover
	 { 	color: #000;
	background: none;
 } 
.footer_line p,
.footer_line a
	 { 	color: #eee;
	border-bottom: 1px solid #eee;
	padding: 0;
	font-size: 1px;
	text-decoration: none;
	display: inline;
 } 	
.design_by	
	 { 	font-size: 85%;
	color: #ccc;
 } 	
.design_by a:link,
.design_by a:visited
	 { 	color: #ccc;
 } 
.design_by a:hover
	 { 	color: #000;
	background: none;
 } 	
/* --- right to left  -------------------------- */

.lang_rtl
	 { 	font-size:130%;
 } 
.lang_rtl,
.lang_rtl .author
	 { 	text-align:right;
	direction:rtl;
	unicode-bidi: embed;
 } 
.lang_rtl .author,
.lang_rtl .fig
	 { 	float: right
 } 
.rtl
	 { 	direction:rtl;
	unicode-bidi:embed;
 } 	