/**
 * Style sheet xBasic
 */
html
{
	height: 100%; 
	margin-bottom: 1px;
}

.error
{
	color:#cc0000;
}

input,
textarea
{
	width:350px;
	margin-bottom:10px;
	font-family:"Courier New",Courier,monospace;;
	font-size:8px;
}

label
{
	width:250px;
	display:block;
}

#container
{
	margin:0px;
	padding:0px;
}

.ce_accordion
{
}

.toggler
{
	font-weight:bold;
	cursor: pointer;
}

#header
{
	margin-top:10px;
	padding-bottom:20px;
}

#footer
{
	margin-top:30px;
	border-top:1px solid #000000;
}

#footer a
{
	font-family:verdena, arial;
	font-size:11px;
}

#headergrafik
{
	margin:15px 0px 0px 0px;
	padding:0px;
}

#headergrafik img
{
	border-top:2px solid #000000;
	border-bottom:1px solid #000000;
}


/**
 * Basic tags
 */
img
{
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-family:'Trebuchet MS',verdana,sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#860000;
	letter-spacing: 1px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:"Courier New",Courier,monospace;
	font-size:14px;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:14px;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#669999;
}

a:hover
{
	text-decoration:underline;
}
