/**
 * standard content elements
 */

body
		{
		font-family: Arial, sans-serif;
		font-size: 0.7em;
		background: #fefefe;
		color: #000000;
		margin: 0;
		padding: 0;
		background: url("../images/bg_bubbles.png") #FFF;
		}

img
		{
		border-width: 0;
		vertical-align: middle;
		}

p
		{
		margin: 0.5em 0 1.5em 0;
		text-align: left;
		line-height: 1.5em;
		}

h1, h2, h3
		{
		font-weight: normal;
		padding: 0;
}

h1
		{
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 1em 0;
}

h2
		{
		font-size: 1em;
		font-weight: bold;
		margin: 1.5em 0 0.2em 0;
		border-bottom: 1px dotted #000000;
		}

h3
		{
		font-weight: bold;
		font-size: 1em;
		margin: 1em 0 0.2em 0;
}

a:link { font-weight:normal; color:#009de0; text-decoration:underline; }
a:visited { font-weight:normal; color:#009de0; text-decoration:underline; }
a:hover { font-weight:normal; color:#fa07ac; text-decoration:underline; }
a:active { font-weight:normal; color:#fa07ac; text-decoration:underline; }
a:focus { font-weight:normal; color:#fa07ac; text-decoration:underline; }

ul
		{
		padding: 0 0 1em 1.5em;
		margin: 0;
		list-style-position: outside;
		list-style-image: url("/docroot/chaosys/images/arrow_rb.gif");
		}

img.contentImage_left
		{
		position: relative;
		float: left;
		padding: 0.5em 1em 0 0;
		}

img.contentImage_right
		{
		position: relative;
		float: right;
		padding: 0.5em 0 0 1em;
		}

img.contentImage_block
		{
		padding: 1em 0 0 0;
		display: block;
		}

textarea, input.text, select
	{
	width: 170px;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #808285;
	background-color: #fafafa;
	margin-bottom: 2px;
	padding: 0 2px;
	}

input.textBig
	{
	font-size: 1em;
	width: 300px;
	height: 1.4em; 
	margin-bottom: 1em;
	padding: 0.2em;
	}

textarea.message
	{
	width: 300px;
	height: 100px;
	margin-bottom: 1em;
	}

input.submit
	{
	font-family: Helvetica,sans-serif;
	font-size: 100%;
	margin-top: 5px;
	background-color: #eeeeee;
	border: 1px solid #808285;
	}

input.margin
	{
	margin-bottom: 2em;
	}

select.select
	{
	margin: 1em 0;
	}
