/*
	Master CSS Intranet NBB
	@charset "utf-8";
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	color: #1982AA;
	border: 0px;
}

/* Ende Reset */

body {
	background: #E8E8E8 url(../img/bg-body.gif) repeat 0px 0px;
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 10px solid #6C1110;
}

p {
	padding:0 0 1em 0;
}

a {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color:#6C1110;
}

hr{
	width: 100%;
	border: 0px;
	border-top: 1px solid #6C1110;
	border-bottom: solid 1px #FFFFFF;
	margin-bottom: 20px;
	padding-bottom:0;
}

/* Main Fonts */

h1{
	padding:0 0 0.75em 0;
	font-size: 18px;
	color:#6C1110;
}

h2{
	font-size: 12px;
	padding:0 0 1em 0;
}

/* Struktur
----------------------------------------------- */

/* Header */

#wrapper{
	margin: auto;
	width: 680px;
}

#header {
	padding:55px 20px 0 20px;	
}

#header img.logo {
	padding:0 0 90px 0;	
}

#content {
	margin-top:10px;
}

.spalte1-2,
.spalte2-2{
	padding:25px 20px;
	float:left;
	width:295px;
}

.container-box {
	background: #FFF url(../img/bg-content-top.gif) no-repeat left top;
}

.content-box {
	background: transparent url(../img/bg-content-bottom.gif) no-repeat left bottom;
}

#footer {
	color:#999999;
	padding:20px;	
}

/* Fix fuer Floats
------------------------------------------- */

.clearfix:after {
 	content: ".";
 	display: block;
	height: 0px;
 	clear: both;
 	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 0%;}
.clearfix{display: block;}
/* End hide from IE-mac */
