/* ##### Styles h-force.de ##### */
/* #####    Klaus Hereth   ##### */

/* ## Basics ## */

body, textarea {
	font-family: Monaco, 'Courier New', Courier, monospace;
	font-size: 0.9em;
	line-height: 1.3em;
}

body, form {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #1e3456;
	color: #ffffff;
}

img { border: none; }

p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

em {
	font-style: normal;
	font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS','Andale Mono','Arial MT', sans-serif 
}

.small { font-size: 0.8em; }


/* ## Grundlayout ## */

#containerDiv {
	width: 800px;
	margin: 16px auto auto auto;
}

#logoDiv {
	text-align: right;
}

/* ## Anpassungen ## */

#logoDiv img { margin-bottom: 20px; }
