/********* Style Sheet for e-water.net ***********/

body
	{
	background-color:#FFFFFF;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:25px
	}

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,input,textarea
	{
	font-family:Tahoma,Arial,sans-serif;
	font-size:13px;
	word-wrap:break-word;
	}
	
input,textarea
	{
	padding-left:2px;
	}

img
	{
	border: none;
	}

li
	{
	margin-top:3px;
	}

/********* Style for <div>'s with id ***********/

#global
/* centers the whole website */
	{
	margin-left:auto;
	margin-right:auto;
	width:720px;
	}

#coverpicture
	{
	width:720px;
	height:214px;
	}

#navigation
	{
	/* CSS definition in file ddsmoothmenu.css	*/
	}

#languagetool
	{
	position:relative;
	display:inline;
	float:right;
	color:#ffffff;
	padding: 4px 15px 4px 0px;
	}

#languagebutton
	{
	cursor:pointer;
	font-family:Arial,sans-serif;
	}

.languagetable
	{
	position:absolute;
	top:26px;
	background:#ffffff;
	border:1px solid #b2b2b2;
	color:#000000;
	font-weight:normal;
	}

.languagetable tr
	{
	background-color:#ffffff;
	}

.languagetable tr:hover
	{
	background-color:#b2b2b2;
	cursor:pointer;
	}

.languagetable td
	{
	padding:2px 6px 2px 2px;
	}

#content
	{
	width:720px;
	background-color:#ffffff;
/*border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;*/
	background-image:url(images/background4.gif);
	}

#footer
	{
	width:720px;
	height:25px;
	vertical-align:middle;
	margin:0px 0px 25px 0px;
	background-image:url(images/background6.gif);
	background-repeat:no-repeat;
	background-position:top center;
	}

/********* Style for links ***********/

a:link
	{
	color:#000000; text-decoration:none;
	}

a:visited
	{
	color:#444444; text-decoration:none;
	}

a:active
	{
	color:#000000; text-decoration:none;
	}

a:hover
	{
	color:#000000; text-decoration:underline;
	}

a.white_on_black
	{
	color: #FFFFFF;
	text-decoration:none;
	}
	
a.white_on_black:hover
	{
	color: #FFFFFF;
	text-decoration:underline;
	}

a.white_on_black:active
	{
	color: #FFFFFF;
	text-decoration:underline;
	}

a.white_on_black:visited
	{
	color: #FFFFFF;
	}

a.marked:link { color:#000000; text-decoration:underline; }
a.marked:visited { color:#444444; text-decoration:underline; }
a.marked:active { color:#000000; text-decoration:underline; }
a.marked:hover { color:#000000; text-decoration:underline; }

/* Holy Hack for IE
IE overrules the display:inline command and a to a div
always follows a line break. Sad, but true. :-(
See http://www.brunildo.org/test/InlineBlockLayout.html
and http://www.satzansatz.de/cssd/onhavinglayout.html */
/*div.sprite { display: inline-block; } 
div.sprite { display: inline; }*/
div.sprite { min-height:0; }

.unicode
	{
	font-size:13px;
	font-family:"Arial Unicode MS",Arial,sans-serif
	}

table
	{
	border:none;
	border-width:0;
	border-collapse:collapse
	}

td
	{
	border:none;
	border-width:0;
	border-collapse: collapse
	}

tr.greyhover:hover
	{
	background-color:#eeeeee;
	}

tr.normal
	{
	border-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	}

tr.hover
	{
	background-color:#EEEEEE;
	border-width:0px;
	border-style:solid;
	border-color:#445566;
	}

.white_on_black
	{
	color: #FFFFFF;
	font-weight: normal;
	}

.actuality
	{
	color: #FF0000;
	font-weight: bold;
	}

.small
	{
	font-size:10px;
	line-height: 12px;
	font-weight: normal;
	}

.small_white_on_black
	{
	color: #FFFFFF;
	font-size:10px;
	line-height: 11px;
	font-weight: normal;
	}

.intended
	{
	margin-left: 60px;
	}

/********* Form buttons "flatgrey" ***********/

input.flatgrey
{
	color: #555555;
	cursor:pointer;
	border: 1px solid #999999;
	padding: 1px 8px 1px 8px;
	display: inline;
	background:url(http://www.e-water.net/images/button-background.gif) repeat-x left top;
	font-family:Tahoma,Arial,sans-serif;
	font-size:13px;
}

input.flatgrey:hover
{
	color: #000000;
	border: 1px solid #333333;
}

input.flatgrey:active
{
	padding: 1px 7px 1px 9px;
}


/****** Form buttons "flatgrey": style for disabled buttons *******/

input.flatgrey[disabled='disabled'] {
	cursor:default;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
}

input.flatgrey:hover[disabled='disabled']
{
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
}

input.flatgrey:active[disabled='disabled']
{
	padding: 1px 8px 1px 8px;
}

/********** FAQ Section: CSS for class "question" and class "answer" ************/
.question {
	text-align:left;
	margin-bottom:5px;
	font-weight:bold;
}

.answer {
	margin-left:40px;
	text-align:left;
	margin-bottom:25px;
}