* {
    margin: 0px;
    padding: 0px;
}

* html #container {
    background: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.clanhost.nl/images/layout/container_background.png', sizingMethod='scale');
}

* html #footer {
    background: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.clanhost.nl/images/layout/body_footer.png', sizingMethod='image');
}

html {
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    padding: 0px;
    background-color: #040507;
    background-image: url('http://www.clanhost.nl/images/layout/battlefield3_bg2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

body {
    padding-top: 5px;
}

#navigation_top_menu {
    position: relative;
    top: 25px;
    left: 50px;
    float: left; 
}

#navigation_top_menu a {
    color: #e7e9ea;
    font-size: 9pt; 
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 5px 0px 5px;
}

#navigation_top_menu a:hover {
    text-decoration: underline;
}

#navigation_top_menu img {
    vertical-align: middle;
}

#navigation_top_flags {
    position: relative;
    top: 23px;
    right: 50px;
    float: right;
}

#container {
    background-image: url('http://www.clanhost.nl/images/layout/container_background.png');
    background-repeat: repeat-y;
    margin: auto;
    padding-left: 19px;
    padding-right: 19px;
    width: 960px;
}

#main {
    background-image: url('http://www.clanhost.nl/images/layout/navigation_left_background.png');
    background-repeat: no-repeat;
    background-position: bottom left;
	min-height: 649px;
	height: auto !important;
	height: 649px;
}

#navigation_left {
    background-image: url('http://www.clanhost.nl/images/layout/navigation_left_top_background.png');
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 9pt;
    float: left;
    padding: 37px 10px 20px 10px;
    width: 160px;
}

#navigation_left a {
    background-repeat: no-repeat;
    color: #695d5d;
    display: block;
    line-height: 18pt;
    padding-left: 15px;
    text-decoration: none;
    margin-bottom: 1px;
}

#navigation_left li {
    float: left;
    width: 160px;
    top: -1px;
}

#navigation_left ul {
    float: left;
    list-style: none;
}

#navigation_left ul.level1 {
    background-image: url('http://www.clanhost.nl/images/layout/nagivation_left_dot.gif');
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: -1px;
    padding-top: 1px;
}

#navigation_left ul.level1 a {
    background-image: none;
    font-weight: normal;
}

#navigation_left ul.level1 li {
    background-image: url('http://www.clanhost.nl/images/layout/nagivation_left_dot.gif');
    background-position: left bottom;
    background-repeat: repeat-x;
}

#navigation_left ul.level1 li.act a {
    background-image: url('http://www.clanhost.nl/images/layout/navigation_left_arrow_down.gif');
    background-position: 2px 9px;
    margin-bottom: 4px;
}

#navigation_left ul.level1 li a {
    background-image: url('http://www.clanhost.nl/images/layout/navigation_left_arrow_right.gif');
    background-position: 4px 7px;
    font-weight: bold;
}

#navigation_left ul.level1 li a:hover {
    background-color: #e0e0e0;
}

#navigation_left ul.level2 {
    background-image: url('http://www.clanhost.nl/images/layout/nagivation_left_dot.gif');
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    padding-top: 2px;
}

#navigation_left ul.level2 li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#navigation_left ul.level1 li.act, #navigation_left ul.level2 li {
    background-image: none;
}

#navigation_left ul.level2 li a {
    line-height: 16pt;
    background-image: none !important;
    font-weight: normal;
}

#navigation_left ul.level2 li a.act {
    color: #a11a00;
    font-weight: bold;
}

#content {
    margin: 0px 0px 0px 200px;
    padding-top: 10px;
    width: 500px;
}

#content p {
    margin: 4px 0px 12px 0px;
    text-align: justify;
    line-height: 16pt;
}

#content ul {
    padding-top: 0px;
    padding-left: 28px;
    padding-bottom: 6px;
}

#content ol {
    padding-top: 0px;
    padding-left: 28px;
    padding-bottom: 6px;
}

#content li {
    line-height: 18pt;
}

#content input.main_input_text {
    background-image: url('http://www.clanhost.nl/images/layout/form_main_background.gif');
	background-repeat: repeat-x;
	margin-top: 4px;
	font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    border: 1px solid #999999;
	padding: 3px;
}

#content input.main_input_text_error {
    background-image: url('http://www.clanhost.nl/images/layout/form_main_background_error.gif');
	background-repeat: repeat-x;
	margin-top: 4px;
	font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    border: 1px solid #999999;
	padding: 3px;
}

#content input.main_input_checkbox {
    margin-top: 4px;
}

#content textarea.main_input_text {
    background-image: url('http://www.clanhost.nl/images/layout/form_main_background.gif');
	background-repeat: repeat-x;
	margin-top: 4px;
	font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    border: 1px solid #999999;
	padding: 3px;
}

#content input.submit {
    font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	background-color: #CBCBCB;
	padding: 2px 8px 2px 8px;
}

#content select {
    margin-top: 4px;
	font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
}

#content option {
    padding: 1px 8px 1px 4px;
	font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
}

#error {
    border: 1px dotted #a11a00;
    background: #f5dcdc;
    margin: 10px;
    padding: 10px;
}

#error ul {
    margin: 10px 0px 0px 20px;
    list-style-type: square;
    line-height: 16pt;
}

#box {
    font-size: 9pt;
    padding-top: 32px;
    float: right;
    width: 240px;
    height: 200px;
}

div.right_box_top {
    margin-left: 15px;
    width: 210px;
    height: 9px;
    background-image: url('http://www.clanhost.nl/images/layout/right_box_top.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
}

div.right_box {
    margin-left: 15px;
    padding-left: 9px;
    padding-right: 6px;
    width: 210px;
    background-image: url('http://www.clanhost.nl/images/layout/right_box_background.gif');
    background-repeat: repeat-y;
    line-height: 16pt;
}

div.right_box p {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
}

div.right_box a {
    color: #000000;
    text-decoration: none;
}

div.right_box a:hover {
    text-decoration: underline;
}

div.right_box table {
    width: 192px; 
}

div.right_box input.box_username {
	background-image: url('http://www.clanhost.nl/images/layout/login_box_user_background.gif');
	background-repeat: no-repeat;
	background-position: center left;
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    width: 124px;
	border: 1px solid #999999;
	padding: 3px 0px 2px 26px;
}

div.right_box input.box_password {
	background-image: url('http://www.clanhost.nl/images/layout/login_box_pass_background.gif');
	background-repeat: no-repeat;
	background-position: center left;
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    width: 124px;
	border: 1px solid #999999;
	padding: 3px 0px 2px 26px;
}

div.right_box input.login_box_submit {
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    width: 128px;
	margin: 4px 0px 8px 8px;
}

div.right_box_bottom {
    margin-left: 15px;
    width: 210px;
    height: 9px;
    background-image: url('http://www.clanhost.nl/images/layout/right_box_bottom.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

#footer {
    background-image: url('http://www.clanhost.nl/images/layout/body_footer.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 29px;
    width: 998px;
    margin-left: auto;
    margin-right: auto;
	clear: both;
}

#copyright {
    font-variant: small-caps;
    letter-spacing: 1px;
    text-decoration: none;
    width: 998px;
    margin-left: auto;
    margin-right: auto;
}

#copyright a {
    color: #695d5d;
    letter-spacing: 1px;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#copyright p.left {
    color: #86868e;
    float: left;
    padding-left: 40px;
}

#copyright p.right {
    color: #e7e9ea;
    float: right;
    padding-right: 40px;
    text-align: right;
}

#firefox {
    text-align: center;
}

#quote {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
}

#testimonial {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
    line-height: 24pt;
}

#testimonial p {
    font-family: Arial;
    font-style: italic;
    font-size: 12px;
    line-height: 24pt;
}

div.comment {
    background-image: url('http://www.clanhost.nl/images/layout/comment_background.gif');
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

h1 { 
    background-image: url('http://www.clanhost.nl/images/layout/content_divider.gif');
    background-position: bottom center;
    background-repeat: repeat-x;
	color: #a11a00;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
    line-height: 20pt;
	text-decoration: none;
}

h2 {
    color: #695d5d;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px; 
}

h2 a {
    color: #695d5d;
    text-decoration: underline;
}

h2 a:hover {
    color: #a11a00;
}

h3 {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 2px;
}

h4 {
	font-size: 10px;
	color: #695d5d;
	margin-bottom: 8px;
	letter-spacing: 1px;
	font-weight: normal;
}

h5 {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 4px;
}

h6 { 
    font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
    line-height: 20pt;
	text-decoration: none;
}

fieldset {
    font-size: 9pt;
    margin: 10px;
    padding: 10px;
    border: 1px dotted #695d5d;
    margin-bottom: 10px;
}

fieldset legend {
    color: #ffffff;
    background-color: #999999;
    padding-left: 8px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    border-right: 1px solid #695d5d;
    border-bottom: 1px solid #695d5d;
    font-weight: bold;
}

a.content {
    color: #000000;
    text-decoration: none;
}

a:hover.content {
    text-decoration: underline;
}

a.content_red {
    color: #a11a00;
    text-decoration: none;
}

a:hover.content_red {
    color: #a11a00;
    text-decoration: underline;
}

td.table_header {
    background-image: url('http://www.clanhost.nl/images/layout/table_header_background.gif');
    background-repeat: repeat-x;
    border-top: 1px solid #656766;
    border-bottom: 1px solid #656766;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 9pt;
}

td.table_header_no_top {
    background-image: url('http://www.clanhost.nl/images/layout/table_header_background.gif');
    background-repeat: repeat-x;
    border-bottom: 1px solid #656766;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 9pt;
}

td.table_header_large {
    background-image: url('http://www.clanhost.nl/images/layout/table_header_large_background.gif');
    background-repeat: repeat-x;
    border-top: 1px solid #656766;
    border-bottom: 1px solid #656766;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 9pt;
}

td.table_item {
    font-size: 9pt;
    border-bottom: 1px solid #999999;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
}

td.table_enslosed_item_left {
    font-size: 9pt;
    border-bottom: 1px solid #999999;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
}


td.table_enslosed_item {
    font-size: 9pt;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
}

td.table_item_bottom {
    font-size: 9pt; 
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 0px;
    padding-bottom: 6px;
}

td.news_icon {
    background-image: url('http://www.clanhost.nl/images/layout/news_icon_background.gif');
    background-repeat: no-repeat;
    padding-left: 4px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
}

td.news_content {
    padding: 2px 0px 2px 6px;
    line-height: 16pt;
    text-align: justify;
}

td.news_divider {
    background-image: url('http://www.clanhost.nl/images/layout/content_divider.gif');
    background-repeat: repeat-x;
    background-position: center center;
    height: 9px; 
}

td.news_divider_bottom {
    background-image: url('http://www.clanhost.nl/images/layout/content_divider.gif');
    background-repeat: repeat-x;
    background-position: bottom center;
    height: 5px; 
}

img.frontpage_news_image {
	border: 1px solid #656766;
}

