/**
 * Style sheet Basic
 */

/**
 * Basic tags
 */
img
{
	border:0px;
}

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

.info
{
	margin:0px 0px 0px 10px;
	padding:0px;
	font-weight:bold;
}

h1
{
	margin:0px 10px 12px 10px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
	color:#88aa53;
}

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

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


/**
 * Body
 */
body
{
	background-image:url("images/bgb.png");
	background-position:left top;
	background-repeat:repeat-x;
}


/**
 * body
 */
#container,
#header
{
	background-image:url("images/bg.png");
	background-position:center top;
	background-repeat:repeat-y;
	border-right:5px;
	border-left:5px;
}

#footer
{
	background-image:url("images/bg_footer.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	border-right:5px;
	border-left:5px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin-right:10px;
	font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


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

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:12px;
	color:#88aa53;
}


/**
 * footer
 */
#footer .inside
{
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#bbbbbb;
}


/**
 * header
 */
.header
{
	width:946px;
	height:180px;
	margin:0px 0px 0px 5px;
}


/**
 * kontakt
 */
label,
optgroup,
textarea
{
	margin-right:3px;
	margin-left:10px;
}

input,
textarea
{
	margin-right:auto;
	margin-left:0px;
	background-color:#E8FFC4;
	border:1px inset #88aa53;
}


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

a:hover
{
	text-decoration:underline;
}

