/*-----------------------------------------------------------------------------
NTI GmbH Screen Stylesheet

version:   1.0
date:      07/05/13
author:    Dörthe Dickel
email:     info@ddidesign.de

website:   www.nti-gmbh.com

Farben:
blau		#2e65a6
hellblau	#6b93c2
rot			#a91627

-----------------------------------------------------------------------------*/

/*   html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)&nbsp;&nbsp;v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark html5doctor.com/html-5-reset-stylesheet/*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

nav, ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */

/* Layout flex */

.left {float:left}
.right {float:right}

body#home {
	text-align:center;
	color:#000;
	background-color:#2e65a6;
	font: 82.5%/1.3  Arial, Helvetica, sans-serif;
   }
div#wrap {
	margin:0 auto;
	width:928px;
	border-left:16px solid #6b93c2;
	border-right:16px solid #6b93c2;
	border-bottom:16px solid #6b93c2;
	background:#eaecec url(img/bg_content.jpg) no-repeat  center top;
	}
div#logo img {
	position:relative; top:48px; left:0;
	width:auto;
	-webkit-box-shadow: 4px 4px 8px 0px #2e4860;
	box-shadow: 4px 4px 8px 0px #2e4860;
	}
	


header {width:auto; height:20em; margin:0; text-align:left;}
	.infotext {font-size:90%; color:#FFFFFF; margin:16px;}
div#content {width:auto; text-align:left;}

#textinhalt {width:auto; padding:0 32px 32px; overflow:auto;}
.sp {width:384px; background:url(img/bg_weiss50.png) repeat; padding:16px;}
.sp2 {width:auto; background:url(img/bg_weiss50.png) repeat; padding:16px;}

h1 {font-size:250%; color:#a91627; line-height:100%; margin-bottom:1.5em;}
h2 {font-size:120%; color:#2e65a6; line-height:100%; margin-bottom:1em; background-color:#FFFFFF; padding:.2em;}
p {margin-bottom:1em;}
a {color:#2e65a6}
.fett {font-weight:bold;}
.bgweiss {background:#FFFFFF!important; padding:0 .3em; color:#2e65a6; margin:0 0 0 8em;}
footer {margin:0 auto; width:960px; padding:.2em;}

