﻿body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
    topmargin:8;
    padding:0;
}

html {
    -x-system-font:none;
    font-family:Verdana,Arial,Tahoma,sans-serif;
    font-size:62.5%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:200%;
    overflow-y:scroll;
}

body {
	background: #993302 url("../images/img/squares.jpg") top center repeat-x;
	font: normal 9pt verdana, arial,sans-serif;
	line-height: 140%;
	color: #333333;
}

#container {
	width: 900px;
	background: #fff;
	border: solid 0px #fff;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 900px;
	height: 100px;
	background: #FFFFFF url("../images/Paginakop.jpg") no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 14pt;
	color: #FFF;
}

#left-column {
	width: 140px;
	color: #ffffff;
	float: left;
	padding: 0px 0px 0px 0px;
}

#horizontal {
	float: left;
	width: 625px;
	border-right: 1px solid #993302;
	border-left: 1px solid #993302;
}

#content {
	width: 600px;
	height: 100%;
	float: left;
	border-right: 1px solid #993302;
	border-left: 1px solid #993302;
	padding: 10px 15px 0px 10px;
}

#right-column {
	width: 115px;
	float: right;
	color: #ffffff;
	padding: 10px 5px 0px 0px;
}

#footer {
	width: 900px;
	height: 100px;
	color: #000000;
	background: #FFFFFF;
	clear: both;
	margin-left: 0px;
	padding: 0px;
	border: 0px solid E4E4E4;
}

a {
    color:#5D8086;
    font-size:0.9em;
    font-weight:bold;
    text-decoration:underline;
}

a:hover, a:focus, a.none {
    color:#FE9903;
    text-decoration:underline;
}

a:visited {
    color:#5D8086;
    text-decoration:underline;
}

a.none:hover, a.none:focus {
    color:#FE9903;
    text-decoration:underline;
}

hr {
    color: #993302; 
    width: 100%;
    height: 0px;
    border-left: medium none #993302; 
    border-right: medium none #993302; 
    border-top: 1px solid #993302; 
    border-bottom: medium none #993302; 
}

#horizontal h1,h2 {
    text-align: left;
	font-weight: bold;
	margin-left: 10px;
}

#horizontal h1 { 
    font-family: Verdana;
    line-height:140%;
    font-style:normal;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px; 
    color: #601516;
} 

#horizontal h2 { 
    font-family: Times New Roman;
    font-style:italic;
    margin-bottom: 10px; 
    font-size: 18px; 
    color: "#000066";
} 

#horizontal table {
	border-width: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #993302 #993302 #993302 #993302;
	background-color: white;
    margin-bottom: 0px;
}

#horizontal.table h1 { 
    font-family: Verdana;
    line-height:140%;
    font-style:normal;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px; 
    color: #601516;
} 

#content h1,h2,h3,h4 {
	font-weight: bold;
	padding-left: 0px;
}

#content h1 { 
    font-family: Verdana;
    font-style:normal;
    line-height:140%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px; 
    font-size: 18px; 
    color: #FE9903;
}  

#content h2 { 
    font-family: Verdana;
    font-style:normal;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px; 
    font-size: 16px; 
    color: #993302;
} 

#content h3 {
    font-family: Verdana;
    font-style:normal;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px; 
    font-size: 14px; 
    color: #000000;
} 

#content h4 { 
    font-family: Verdana;
    font-style:normal;
    margin-top: 0px;
    margin-left: 0px; 
    margin-bottom: 10px; 
    font-size: 12px; 
    color: #000000;
} 

#content p {
    margin-bottom: 0px;
    padding-left: 0px;
}

#content ul, ol {
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 00px;
}

#content table {
	border-width: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: #993302 #993302 #993302 #993302;
	background-color: white;
    margin-bottom: 0px;
}

#content li {
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 0px;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

.black {
	color: #000;
}

<!-- 
/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #993302; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #993302;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
