/*--- general ---*/
body { margin: 0; padding: 0; font-family: serif; font-size: 11pt; color: #333; }
h1 { font-size: 170%; margin: 0 0 0.5em; clear: both; }
h2 { font-size: 150%; margin: 0 0 0.5em; clear: both; }
h3 { font-size: 120%; margin: 0 0 0.5em; }
h4 { font-size: 100%; margin: 0 0 0.5em; }
p { padding-bottom:15px; margin: 0; }
ul, ol { padding: 0 0 15px 20px; margin: 0; }
li { margin: 0; padding: 0 0 5px 15px; }
form { margin: 0; }
form p { clear: both; }
input, select, textarea, button, table, td, th { font-family: serif; font-size: 100%; }
input.text, textarea { width: 180px; }
textarea { height: 70px; overflow: auto; }
label { display: block; width: 8em; margin: 0 0.5em 0 0; float: left; clear: left; padding: 0.2em 0 0; text-align: right; }
a { color: #333; text-decoration: none; }
a img { border: none; }
img.border {border: 3px solid gray;} 
.clear { clear: both; }

/*---------------------------------------------------------------------- LAYOUT---*/
#header br, #menu, #top form, #top #archiv, #left, #right {
	display: none;
}
#header  { border-bottom: 1px solid gray; padding:10px 0; margin-bottom: 10px;}
#footer { border-top: 1px solid gray; padding:10px 0; margin-bottom: 10px;}
#article { margin-bottom: 15px; clear: both; border-bottom: 1px solid #e1e1e0; position: relative;}
#article img { float: left; border: 3px solid gray;position: absolute;top:1px; left: 1px;}
#article h2, #article p { margin: 0 0 0 120px; padding-bottom: 0.5em}
.row { margin-bottom: 15px; clear: both; border-bottom: 1px solid #e1e1e0; position: relative;}
.row img { border: 3px solid gray; position: absolute;top:1px; left: 1px; } 
.row h2, .row p { margin: 0 0 0 120px; padding-bottom: 0.5em; }

.col2 { width: 45%; float: left; margin-right: 5px; }
table, td, th  { 
	border-collapse: collapse;
	border: 1px solid silver;
	padding: 2px 5px;
	text-align: left;
} 
table { margin-bottom: 20px;}

/*----------------------------------------------------------------------------- OTHERS ---*/
.right { float: right }
.left { float: left }
.fright { float: right; margin: 0 0 15px 10px; }
.fleft { float: left; margin: 0 10px 15px 0; }
.textright, td.textright, th.textright { text-align : right }
.textleft, td.textleft { text-align : left }
.textcenter, td.textcenter { text-align : center;}
.middle { vertical-align : middle }
.clear { clear: both;}
