/* GENERIC STYLES BEGIN */
* { margin: 0; padding: 0; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, Tahoma, Lucida, Sans-Serif;
	/* Georgia, 'Times New Roman', Times, Serif; */
	background: #fff url('images/background/01_1px-lines.png') repeat-y center top;
	}

img { border: 0px; }

p, p.bodytext { 
	margin: 0 0 10px 0;
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	color: #000;
	}

p.small { font-size: 10px; }

.clearfloats { clear: both; }

a.external-link-new-window { color: #701605; }
a:link { color: #701605; }
a:visited { color: #555; }
a:hover { text-decoration: underline; color: #ccc; }

hr {
	color: #555;
	background-color: #555;
	height: 1px;
	}

h1 {
	font-size: 50px;
	margin: 0 0 25px 0;
	line-height: 1.6em;
	}

h2 {
	font-size: 18px;
	line-height: 1.6em;
	}

h3 {
	font-size: 35px;
	margin: 0 0 20px 0;
	line-height: 1.6em;
	}

h4 {
	font-size: 18px;
	}

h5 {
	font-size: 18px;
	color: #2eb604;
	margin: 0 0 15px 0;
	line-height: 1.4em;
	}

.brown { color: #701605; }
.white { color: #fff; }
.black { color: #000; }
.red { color: #f00; }

ul {
	font-size: 12px;
	line-height: 1.6em;
	list-style: disc outside;
	padding: 0;
	margin: 0 0 25px 15px;
	}

ol {
	font-size: 12px;
	line-height: 1.6em;
	list-style: decimal outside;
	padding: 10px;
	margin: 0 0 25px 15px;
	}

ul li, ol li { margin: 0 0 5px 0; }

ul li li {
	list-style: circle;
	margin: 3px 0 5px 10px;
	}
/* GENERIC STYLES END */


/* MASTERTABLE BEGIN */
table#frontpage {
	border-collapse: collapse;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	}

td#frontpage_top {
	width: 925px !important;
	height: 120px;
	vertical-align: top;
	}

div#frontpage_top_logo {
	float: left;
	margin-top: 35px;
	}

div#frontpage_top_langmenu {
	float: right;
	margin-top: 50px;
	}

td#frontpage_mainmenu {
	width: 925px !important;
	height: 50px;
	vertical-align: top;
	background: url('images/menu1_background_grey.png') left top no-repeat;
	}

div#frontpage_menuspacer { padding-left: 20px; }

td#frontpage_flashpic {
	width: 925px !important;
	height: 350px;
	vertical-align: top;
	padding-bottom: 30px;
	}

td#frontpage_maincontent {
	width: 925px !important;
	vertical-align: top;
	}


table#frontpage_maincontent_table {
	width: 925px;
	border-collapse: collapse;
	margin-bottom: 10px;
	}

td#frontpage_left {
	width: 280px !important;
	vertical-align: top;
	padding: 30px 0 25px 0;
	}

td#frontpage_content {
	width: 645px !important;
	vertical-align: top;
	padding: 30px 0 25px 45px; 
	}

td#frontpage_footer {
	width: 925px !important;
	vertical-align: top;
	padding: 10px; 	
	border-top: 1px solid #dcdcdc;

	}
/* MASTERTABLE END */


/* VARIOUS MASTERTABLE ELEMENTS BEGIN */
div.langmenu-nox, div.langmenu-act {
	display: inline;
	padding: 0;
	}

div.langmenu-nox a, div.langmenu-act {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	}

div.langmenu-nox a:hover { text-decoration: underline; }

div.langmenu-nox a { color: #000; }

div.langmenu-act { color: #555; }

table#frontpage_footertable {
	width: 100% !important;
	border-collapse: collapse;
	font-size: 12px;
	color: #666;
	}
/* VARIOUS MASTERTABLE ELEMENTS END */


/* VARIOUS PAGE ELEMENTS START HERE */
.attention01 {
	width: 580px !important;
	width: 600px;
	background: #eee;
	padding: 10px 10px 0 10px;
	border: 1px solid #000;
	}
/* VARIOUS PAGE ELEMENTS END HERE */