@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	font-size: 100%; /* IE hack */
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font: 0.7em/1.7 Arial, "Gill Sans","Trebuchet MS", Verdana, Helvetica, sans-serif;
	dis_background: #e3e3e3;
	dis_background: #262D59;
	dis_background: #990000;
	background-image: url(/themes/stationary/images/grey_dot.gif);
	background-repeat: repeat-y;
	background-position: 800px;
}
p {
	margin-bottom:1em;
}
h1 {
	color: #c90000;
	font-size:16px;
	border-bottom: solid 1px #e3e3e3;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-top:10px;
}
h2 {
	font-size:14px;
	font-weight: bold;
	line-height:1.2em;
	color: black;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.7em;
	color: #c90000;
}
hr {
	background-color: #e3e3e3;
	color: #e3e3e3;
	height: 1px;
	margin-bottom: 10px;
	border:0;
}
a, a:visited, a:hover {
	color: #153795;
}
img {
	border: 0;
}
li {
	list-style-position:inside;
}
#wrapper {
	position:relative;
	background:#ffffff;
	padding-bottom:50px;
	padding-top:10px;
	padding-left:10px;
	z-index:100;
	border-right: solid 15px #c90000;
	width: 775px;
}
#header {
	padding-top:14px;
	text-align: right;
}
#menu {
	padding-right: 7px;
}
#logotype {
	position:absolute;
	left:15px;
	top:15px;
}
#submenu {
	position: absolute;
	left:15px;
	top: 120px;
	width:150px;
}
#content {
	margin-left:175px;
	padding-top:20px;
	width:600px;
}
#columns {
	width:600px;
	vertical-align:top;
}
.tiny {
	font-size: 10px;
}
