/*
StyleSheet for entdecke-sizilien.de
(c) Gabriele Rothbart-Orth, Martin Buchheim
*/

body
{
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background-color: #efefef;
	font-size: 9pt;
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-weight: normal;
	text-align: left;
	color: #222222;
}

a
{
	color: #222222;
	text-decoration: underline;	
}

a:hover
{
	color: #4e697a;
}

a img
{
	border: 1px solid #222222;
}

h1
{
	margin: 5px 0;
	padding: 0;
	display: block;
	/*color: 	#4e697a;*/
	color: #222222;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #96b0c4;
}

h2
{
	margin: 15px 0 5px 0;
	padding: 0;
	color: #222222;	
	display: block;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #cfcfcf;	
}

h3
{
	margin: 5px 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 10pt;	
}

hr
{
	margin: 10px 0;
	color: #96b0c4;
	background-color: #96b0c4;
	border: none;
	width: 100%;
	height: 1px;
}

p
{
	margin: 10px 0;
}

input[type=text], textarea, select
{
	margin: 5px 0 5px 15px;
	padding: 0;
	font-size: 10pt;
	border: 1px solid gray;
}

textarea 
{
	width: 600px;	
	height: 200px;
}

textarea.large
{	
	height: 350px;
}	


label
{
	margin: 15px 0 0 0;
	display: block;
	font-weight: bold;
	font-style: italic;
}

td label
{
	margin: 2px 0;
	font-weight: bold;
	font-style: normal;
}

table
{
	margin: 15px 0;	
	padding: 0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-variant: normal;
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

table.full
{
	width: 100%;
}

thead
{
	font-weight: bold;
	text-align: left;	
}

th, td
{
	border-bottom: 1px solid #666666;
	margin: 0;
	padding: 1px 3px;
	vertical-align:top;
}

th
{
	font-weight: bold;
	text-transform: uppercase;
	background: #d0d0d0;
	border-bottom: 2px solid #666666;
	border-top: 1px solid #666666;	
}

th[title]:after, label[title]:after
{	
	font-size:0.75em;
	font-weight:normal;
	content:"?";
	color: blue;
}

table.noborder th, table.noborder td
{
	border: none;
}

table.littlespace th, table.littlespace td
{
	margin: 2px;
	padding: 0;
}

ul
{
	list-style-type: square;
	margin: 5px 0;
	padding: 0 0 0 1.5em;
}

ul li
{
	margin: 0;
}

.center { text-align: center; }
.right { text-align: right; }
