/* style */
/*used colors
red: 		b60031
mid red	890125
dark red	450113
red2 850009
beige f3fce1
*/

/* reset.css */
html.website, body.website, div.website, span.website, object.website, iframe.website, h1.website, h2.website, h3.website, h4.website, h5.website, h6.website, p.website, blockquote.website, pre.website, a.website, abbr.website, acronym.website, address.website, code.website, del.website, dfn.website, em.website, img.website, q.website, dl.website, dt.website, dd.website, ol.website, ul.website, li.website, fieldset.website, form.website, label.website, legend.website, table.website, caption.website, tbody.website, tfoot.website, thead.website, tr.website, th.website, td.website {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit; vertical-align:baseline;}
body.website {line-height:1.5;}
table.website {border-collapse:separate;border-spacing:0;}
caption.website, th.website, td.website {text-align:left;font-weight:normal;}
table.website, td.website, th.website {vertical-align:top;}
blockquote.website:before, blockquote.website:after, q.website:before, q.website:after {content:"";}
blockquote.website, q.website {quotes:"" "";}
a.website img.website {border:none;}

/*div 		{border: 1px solid silver; margin:5px;font-family:verdana;}
em		{display:inline; float:left;}*/

/* typography.css */
body.website {font-size:75%; color:#222; width:100%; height:100%; background:#850009; font-family:verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;}
h1.website, h2.website, h3.website, h4.website, h5.website, h6.website {font-weight:normal;color:#b60031;}
h1.website {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2.website {font-size:1.5em;margin-bottom:0.75em;}
h3.website {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4.website {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5.website {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6.website {font-size:1em;font-weight:bold;}
h1.website img.website, h2.website img.website, h3.website img.website, h4.website img.website, h5.website img.website, h6.website img.website {margin:0;}
a.website {color:#850009;text-decoration:underline;}
a.website:focus, a.website:hover {color:gray;}
p.website	{margin:1em auto;}
blockquote.website {margin:1.5em;color:#666;font-style:italic;}
em.website, strong.website {font-weight:bold;}
tr.even.website td.website {background:#E5ECF9;}
ul.website {margin-left:2em;}

/* forms.css */
label.website {font-weight:bold;}
fieldset.website {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend.website {font-weight:bold;font-size:1.2em;}
input.text.website, input.title.website, textarea.website, select.website {margin:0.5em 0;border:1px solid #bbb;}
input.text.website:focus, input.title.website:focus, textarea.website:focus, select.website:focus {border:1px solid #666;}
input.text.website, input.title.website {width:300px;padding:5px;}
input.title.website {font-size:1.5em;}
textarea.website {width:390px;height:250px;padding:5px;}

/* grid.css */
html.website							{width:100%; height:100%;}
.container.website 			{height:100%; margin:0 auto; background:#850009; text-align:center;}
.wrapper.website				{display:inline-block; width:950px;  margin:0 auto; text-align:left;}

.header.website							{background:white;line-height:1; border:0px solid blue;}
.header.website img.website	{margin-bottom:-1px; border:0px solid red; height:225px;}
/*
.header.banner1	{background:white url(../image/top_02.png) no-repeat center top;}
.header.banner2	{background:white url(../image/top_03.png) no-repeat center top;}
.header.banner3	{background:white url(../image/top_02.png) no-repeat center top;}
.header.banner4	{background:white url(../image/top_03.png) no-repeat center top;}
.header.banner5	{background:white url(../image/top_02.png) no-repeat center top;}
.header .wrapper	{background:url(../image/bg_02.png) no-repeat center bottom;}
*/
.logo.website						{display:inline-block; width:auto;}
.logo.website img.website				{margin:10px;}

.main.website						{background:#850009 url(../image/bg_01.png) repeat-x center top; clear:both;}
.main.website .wrapper.website		{background:url(../image/bg_04.png) repeat-y center top; padding-top:0px; margin:0 auto; min-height:550px;}

/*
.menu						{display:inline-block; width:235px; margin:0 10px 0 13px; border-top:1px solid #450113; float:left; text-align:left;}
.menu a					{display:block; padding:4px 0 4px 10px; margin-bottom:1px; border-bottom:1px solid #450113; background:#b60031; color:white; text-decoration:none;}
.menu a:hover		{font-weight:bold; background:#890125;}
.menu a.active		{font-weight:bold; background:#450113;}
.submenu a				{background:#890125; border-bottom:1px solid white; padding:2px 0 2px 30px; }
.submenu a:hover	{background:#450113;}
*/

.menu.website						{display:inline-block; width:258px; text-align:left; vertical-align:top; float:left;}

/*menu part*/
.HTMLMenuPart_Container.website													{display:block; clear:both; width:235px; margin:0 0 0 13px; border-top:1px solid #450113; text-align:left;}
.HTMLMenu_Container.website															{}
.HTMLMenu_MenuItem.website															{}
.HTMLMenu_MenuItem.website a.website															{display:block; padding:4px 0 4px 10px; margin-bottom:1px; border-bottom:1px solid #450113; background:#b60031; color:white; text-decoration:none;}
.HTMLMenu_MenuItem.website a.website:hover												{font-weight:normal; background:#890125;}
.HTMLMenu_MenuItem.website.active												{font-weight:bold; background:#450113;} 
/*sub menu*/
.HTMLMenu_MenuItem.website .HTMLMenu_MenuItem.website					{}
.HTMLMenu_MenuItem.website .HTMLMenu_MenuItem.website a.website				{display:block; padding:2px 0 2px 30px; margin-bottom:1px; border-bottom:1px solid white; background:#890125; color:white; text-decoration:none;}
.HTMLMenu_MenuItem.website .HTMLMenu_MenuItem.website a.website:hover	{background:#450113;}

.menu.website .adres.website						{display:block; clear:both; color:white; padding: 25px 0 0 25px; margin-top:10px; font-size:xx-small;}
.menu.website .adres.website a.website					{display:inline-block; padding:0; margin-bottom:auto; border-bottom:0px; background:none; color:white; text-decoration:underline;}
.menu.website .adres.website a.website:hover		{font-weight:normal; text-decoration:none; color:silver;}

.content.website				{display:inline-block; margin:0 auto; width:670px; text-align:left;}
.inzet.website					{background:url(../image/inzet_02.jpg) repeat-y center center; display:inline-block; margin:0 5px 0 auto; width:168px; float:right;}
.inzet_foot.website			{background:url(../image/inzet_04.jpg) no-repeat center bottom; display:inline-block; margin:0 auto; padding:0 2px 20px 2px;}

.footer.website					{display:block; clear:both; font-size:xx-small; color:black; background:#850009;}
.footer.website a.website				{color:black;}
.footer.website .wrapper.website	{text-align:center; background:url(../image/bg_03.png) no-repeat center bottom; min-height:50px; }
.footer.website span.website			{padding:10px; display:inline-block;}

/*placeholders*/
.placeholder_01.website	{margin:0 auto; padding:0 20px; border:0px solid gray;}
.homepage.website  .placeholder_01.website	{display:inline-block; width:450px; float:left;}
.placeholder_02.website	{display:inline-block; margin:0 auto; padding:0 6px; border:0px solid gray; width:150px;}

/* misc */
.introduction.website			{font-weight:bold;}
.header.website .logo.website img.website	{border:0;}


