/******* Basic Tags *******/

html, 
body, 
fieldset { 
	margin: 0; 
	padding: 0;
	color: #fff;
}


h1, h2,
h3, h4,
h5, h6,
p, pre,
span,
ul, ol,
dl, address,
li, dd, 
blockquote,
button,
form { 
	margin: 0; 
	padding: 0;
	list-style: none;
}


/******* TYPO *******/

a:link,
a:visited {
	color: #dcdcdc;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover,
a:active{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
}

small {
	font-size: 85%;
}

.box span,
.box abbr,
.box acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

p, 
dl,
address {
	margin-bottom: 1.2em;
	font-style: normal;
}

p+h1,
p+h2,
p+h3,
address+h3 {
	margin-top: 1.8em;
}


h1 {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 1em;
}

h2 {
	font-size: 122%;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 144%;
	font-weight: normal;
	line-height: 1.0;
	color: #fff;
	margin-bottom: 1.5em;
}

h4 {
	font-size: 114%;
	font-weight: bold;
	color: #00922e;
	margin-bottom: 1.25em;
}

div.bad h3 {
	font-size: 144%;
	font-weight: normal;
	line-height: 1.0;
	color: #ff4600;
	margin-bottom: 1.5em;
}

div.good h3 {
	font-size: 144%;
	font-weight: normal;
	line-height: 1.0;
	color: #339e4e;
	margin-bottom: 1.5em;
}


/******* Forms *******/

fieldset {
	border: none;
	overflow: hidden;
}
	
fieldset legend {
	font-weight: bold;
	padding: 0.5em 0 1em 0;
}
	
fieldset p {
	float: left;
	width: 46%;
	margin-right: 4%;
}
		
fieldset p.nofloat {
	float: none;
	width: 100%;
}

fieldset p input,
fieldset p select ,
fieldset p textarea{
	width: 100%;
	padding: .2em .1em;
}

fieldset p textarea{
	width: 98%;
	padding: .2em .1em;
}
			
fieldset p.nofloat input,
fieldset p.nofloat select,
fieldset p.nofloat  textarea {
	width: 95%;
}
	

textarea{
	height: 10.9em;
	overflow: auto;
}

input,
textarea,
select,
button {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	border: 1px solid #315777;
	background: transparent url(../../img/hybride-archivierung.de/white_5pro.png);
	width: 97%;
}


input.fehler,
textarea.fehler,
select.fehler {
	color: #cf0d10;
	border: 1px solid #cf0d10;
}

select {
	background: #fff;
}

button {
	font-weight: bold;
	padding: .2em .3em;
	cursor: pointer;
}

input:hover,input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus,
button:hover, button:focus  {
	border: 1px solid #fff;
}


input.checkbox,
input.checkbox:hover,
input.checkbox:focus {
	border: none;
	background: #fff;
	width: auto;
	margin-right: 1em;
}

label {
	font-size: 85%;
	font-weight: bold
}


div.checkbox p {
	float: none;
	width: 100%;
}
div.checkbox p label{
	float: left;
}

div.checkbox p input{
	width: auto;
	margin-left: 1em
}


/******* Layout *******/

html{
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
}

img {
	border: 1px solid #315777;
}

img.nobord {
	border: none;
}

img.full {
	width: 100%;
}

img.ansprechpartner{
	float: left;
	margin: 0 1em 1.5em 0;

}

div.kontaktdat{
	clear: left;
}



div#top {
	width: 100%;
	min-height: 60%;
	background: #001c33 url(../../img/hybride-archivierung.de/top_back.png) 0 100% repeat-x;
	text-align: center;
	position: relative;
}


.coltwo,
.colthree {
	overflow: hidden;
}


.coltwo .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 48%;
}

/* coltwo_a = schmale spalte + breite spalte */

.coltwo_a .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 78%;
}

.coltwo_a .col.first {
	float: left;
	margin: 1% 0 0 0;
	width: 18%;
}

/* coltwo_a = breite spalte + schmale spalte */

.coltwo_b .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 18%;
}

.coltwo_b .col.first {
	float: left;
	margin: 1% 0 0 0;
	width: 78%;
}

.colthree .col {
	float: left;
	margin: 1% 0 0 5%;
	width: 29%;
}

/* colthree_a = schmale spalte + breite spalte + breite spalte*/

.colthree_a .col {
	float: left;
	margin: 1% 0 0 3%;
	width: 37%;
}

.colthree_a .col.first {
	float: left;
	margin: 1% 0 0 0;
	width: 18%;
}


/* colthree_b = breite spalte + schmale spalte + schmale spalte*/

.colthree_b .col {
	float: left;
	margin: 1% 0 0 4%;
	width: 27%;
}

.colthree_b .col.first {
	float: left;
	margin: 1% 2% 0 0;
	width: 34%;
}


.coltwo .col.first,
.colthree .col.first,
.coltwo_a .col.first,
.colthree_a .col.first,
.coltwo_b .col.first,
.colthree_b .col.first {
	margin-left: 0;
}

div.coltwo div.col.bad,
div.coltwo div.col.good {
	margin: 3% 0 0 6%;
	width: 41%;
}

div.bad ul,
div.bad h3{
	margin-left: 140px;
}

div.bad {
	background: transparent url(../../img/hybride-archivierung.de/dokumente.png) 0 0 no-repeat;
}



div.good ul,
div.good h3{
	margin-left: 120px;
}

div.good {
	background: transparent url(../../img/hybride-archivierung.de/cd_film.png) 0 0 no-repeat;
}

div#bottom {
	width: 100%;
	min-height: 40%;
	background: #13441f url(../../img/hybride-archivierung.de/bottom_back.png) 0 0 repeat-x;
	text-align: center;
	position: relative;
	margin-bottom: 4em;
}

div.inside {
	width: 85%;
	text-align: left;
	padding: 3% 0 1% 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 88.2em;
	overflow: hidden;
}

div#bottom div.inside {
	padding-top: 4em;
}

h1#logo {
	background: transparent url(../../img/hybride-archivierung.de/logo.png) 0 0 no-repeat;
	width: 176px;
	height: 75px;
}

h1#logo a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	color: #f5f5f5;
	border: none;
	outline: none;
}


div#boxholder {
	background: transparent url(../../img/hybride-archivierung.de/white_5pro.png);
	padding: 1em 0 1.5em 0;
	width: 100%;
	margin-bottom: 1em;
	position: relative;
}

div#boxholder div.box{
	margin: 0 2em;
	overflow: hidden;
}

div.prevnext {
	position: absolute;
	right: 1.25em;
	bottom: 1.25em;
}

div.prevnext a:link,
div.prevnext a:visited,
div.prevnext a:hover,
div.prevnext a:active{
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -999em;
	border: none;
	outline: none;
	display: block;
}

div.prevnext a.next{
	background: transparent url(../../img/hybride-archivierung.de/next.gif) 0 0 no-repeat;
}

div.prevnext a.next:hover{
	background-position: 0 -34px;
}

div.box ul li {
	background: transparent url(../../img/hybride-archivierung.de/point.gif) 0 .4em no-repeat;
	padding-left: 1.25em;
}

div.bad ul li,
div.box ul.kreuz li,
a.kreuz {
	background: transparent url(../../img/hybride-archivierung.de/bad.png) 0 .5em no-repeat;
	padding-left: 1.25em;
}

div.good ul li,
div.box ul.haken li,
a.haken {
	background: transparent url(../../img/hybride-archivierung.de/good.png) 0 .5em no-repeat;
	padding-left: 1.25em;
}


/******* Menu *******/

ul#tabnav {
	list-style: none;
	overflow: hidden;
}

ul#tabnav li {
	float: left;
	margin: 0;
	margin-right: .3em;
}

ul#tabnav li h3{
	margin-bottom: 0;
	font-size: 100%;
	display: inline;
}

ul#tabnav li a{
	display: block;
	outline: none;
	padding: .6em 1em;
	position: relative;
}

ul#tabnav li:hover,
ul#tabnav li.active {
	background: transparent url(../../img/hybride-archivierung.de/white_5pro.png);
}

ul#tabnav li.active a{
	font-weight: bold;
	color: #fff;
}

ul#menu {
	list-style: none;
	overflow: hidden;
	margin-bottom: 2.5em;
}

ul#menu li {
	float: left;
	width: 25%;
}

ul#menu li:hover{
	background: transparent url(../../img/hybride-archivierung.de/white_5pro.png) ;
}

ul#menu li a {
	display: block;
	min-height: 9.5em;
	height: auto;
	outline: none;
	padding: 1.5em 1em 0 1.5em;
}

ul#menu li a span,
ul#menu li h2{
	font-size: 144%;
	font-weight: normal;
	display: block;
	margin-bottom: 0.75em;
}

ul#menu li h2{
	margin: 1.1em 1em .8em 1em;
}

ul#menu li.active {
	background: transparent url(../../img/hybride-archivierung.de/white_5pro.png);
	min-height: 11em;
	height: auto;
}

ul#menu li.active p{
	margin: 0em 1em .75em 1.5em;
}

ul#tabnav li a:hover,
ul#menu li a:hover{
	color: #fff;
}

ul#foot {
	list-style: none;
	overflow: hidden;
	position: relative;
	margin-top: -6.5em;
	bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	font-size: 85%;
	height: 1.1em;
	padding-left: 1.75em;
}

ul#foot li {
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #339e4e;
	text-align: left;
	line-height: 1.0;
	width: auto;
}

ul#foot li.lastchild {
	border: none;
	min-width: 200px;
}

ul#tabnav li a,
ul#menu li a,
ul#foot li a{
	color: #f5f5f5;
	border: none;
}

/******* Classes *******/

.links {
	float: left;
	margin: 0 10px 2px 0;
}

.rechts {
	float: right;
	margin: 0 0 2px 10px;
}

.box {
	clear: left;
}

.print {
	display: none;
}

.error {
	color: #e7600e;
	font-size: 85%;
}


