/* CSS-Template by cms-templates.com */


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%
}

html{
	color: #000000;
	background-color: #FFFFFF;
	background-image: url("images/bg-datenwiederherstellung.gif");
	background-repeat: repeat-y;
}


/* FRANKs SCROLLBAR */
body{
	scrollbar-face-color:#C9D9D8;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#C9D9D8;
	scrollbar-darkshadow-color:#618480;
	scrollbar-shadow-color:#618480;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}


/* ####################################################### */
/* #### Allgemein: Schriften, Listen u. Links ############ */

html, body, table, th, td, div{
	font-size: 13px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
}

a{
	text-decoration:none;
}


/* ####################################################### */
/* #### Raster / Seitenaufteilung: oben ################## */

div.top{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px; /* Höhe der oberen horizontalen Leiste */
	width: 965px;
	background-color: #C9D9D8;
	background-image:   url("");
	background-repeat: no-repeat;
}

div.top h1 {
	font-size: 13px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	color: #618480;
	text-decoration: none;
	padding: 75px 0 0 205px;
	position: absolute;
	top: 7px;
}

div.top p {
	font-size: 11px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	color: #618480;
	text-decoration: none;
	padding: 75px 0 0 860px;
	position: absolute;
	top: 4px;
}

div.top a {	
	font-size: 11px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	color: #618480;
	text-decoration: none;
}

div.top a:hover {	
	color: #FF6600; 
	text-decoration: underline;
}

/* #### Layout / Seitenaufteilung: links  ############### */

div.left{
	position: absolute;
	top: 125px; /* Höhe der oberen horizontalen Leiste */
	left: 0px;
	margin: 0;
	padding: 0;
	width: 175px;
}

/* #### Layout / Seitenaufteilung Marginalien: links ############### */

div.left2{
	position: absolute;
	top: 290px; /* Höhe der oberen horizontalen Leiste + Navi links*/
	left: 0px;
	margin: 0;
	padding: 0;
	width: 175px;
}

div.left2 img{
	display: block;
}

div.left2 p{
	padding: 5px 9px 5px 9px;
	font-size: 12px;
}

div.left2 p a{
	color: #618480;
	text-decoration: none;
	font-weight: bold;
}

div.left2 p a:hover{
	color: #FF6600; 
	text-decoration: underline;
	}

div.left2 h1{
	color: #618480;
	background-color: #ffffff;
	border-top: #618480 solid 1px;
	border-bottom: #618480 solid 1px;
	margin: 1px 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

div.left2 h1 a{
	color: #618480;
	text-decoration: none;
}

div.left2 h1 a:hover{
	color: #FF6600; 
	text-decoration: underline;
}

div.left2 table{
	width: 155px;
}

div.left3 {
	padding: 0;
	position: relative;
	left: 0px;
	margin: 0;
	width: 175px;
}

div.left3 h1{
	color: #618480;
	background-color: #ffffff;
	border-top: #618480 solid 1px;
	border-bottom: #618480 solid 1px;
	margin: 1px 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

/* #### Layout / Seitenaufteilung: Content ############### */

div.content{
	z-index: 1;
	position: absolute;
	top: 105px;
	left: 205px;
	width: 570px;
	margin: 0;
	padding: 0 0 20px 0;
}

/* #### Layout / Seitenaufteilung: rechts, Marginalien ### */

div.right{
	position: absolute;
	top: 126px;
	left: 800px;
	width: 165px;
	padding: 0;
	overflow: hidden;
}


/* ####################################################### */
/* ####################################################### */



/* ####################################################### */
/* #### Oben: Hauptnavigation ############################ */

ul.nav{
	position: absolute;
	top: 80px;
	left: 175px;
	width: 605px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 20px;
	background-image:   url("images/bg-datensicherungnav.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	}
ul.nav li{
	float: left;
	list-style-type: none;
	line-height: 16px;
}
ul.nav a{
	display: block;
	float: left;
    padding: 5px 12px 0 12px;
	text-decoration: none;
	color: #618480;
	background-image:    url("images/bg-nav-datenverlust-a.gif");
	background-repeat: no-repeat;
}
ul.nav a:hover{
	color: #FFFFFF;
	background-image:  url("images/bg-nav-datensicherung-a-hover.gif");
}

ul.nav li.active a{
	color: #FFFFFF;
	font-weight: bold;
	background-image:  url("images/bg-nav-datensicherung-a-hover.gif");
}
ul.nav li.active a:hover{
	color: #FFFFFF;
}

/* #### Oben: Logo ###################################### */

a.logo img{
	position: absolute;
	left: 0;
	top:20px;
}

/* #### Oben: statische Links ############################ */

p.speciallinks{
	display: block;
	position: absolute;
	top: -48px;
	left: 817px;
	margin: 0;
	padding: 0 10px 0 0;
	width: -9px;
	height: 17px;
	color: #618480;
	text-align: right;
	line-height: 16px;
	font-size: 11px;
}

p.speciallinks a{
	color: #618480;
	text-decoration: none;
}

p.speciallinks a:hover{
	color: #FFFFFF;
}


/* ####################################################### */
/* #### Links: allgemein ################################# */

h1.navactive{
	margin: 0 0 15px 0;
	padding: 0 10px 0 8px;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	background-color: #ffffff;
	border-top: #618480 solid 1px;
	border-bottom: #618480 solid 1px;
	text-align: center;
}

h1.navactive a{
	color: #618480;
	text-decoration: none;
}

h1.navactive a:hover{
	text-decoration: underline;
}

/* #### Links: Unternavigation ########################### */


ul.subnav{
	margin: 0;
	padding: 0;
	line-height: 20px;
}

ul.subnav li{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.subnav li a{
	padding: 0 0 0 30px;
	color: #618480;
	background-image:  url("images/bg-subnav-forensik-a.gif");
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.subnav li a:hover{
	text-decoration: underline;
	background-image:   url("images/bg-subnav-digitale-forensik-a-hover.gif");
}
ul.subnav li.active a{
	color: #618480;
	font-weight: bold;
	background-image:   url("images/bg-subnav-digitale-forensik-a-hover.gif");
}
ul.subnav li.sec a{
	padding: 0 0 0 50px;
	color: #618480;
	background-image:    url("images/bg-subnav-sec-daten-rettung-wiederherstellung-a.gif");
	font-size: 11px;
}
ul.subnav li.secactive a{
	padding: 0 0 0 50px;
	color: #618480;
	background-image:  url("images/bg-subnav-secbackup-a-hover.gif");
	font-weight: bold;
	font-size: 11px;
}
ul.subnav li.sec a:hover,
ul.subnav li.secactive a:hover{
	background-image:  url("images/bg-subnav-secbackup-a-hover.gif");
}


/* ####################################################### */
/* #### Content ########################################## */

div.content{
	padding: 9px 0 0 0;
}

div.content h1{
	font-size: 20px;
	color: #618480;
}

div.content h2{
	font-size: 16px;
	color: #618480;
}

div.content h3{
	font-size: 13px;
	color: #000000;
}

div.content p{
	font-size: 13px;
}

div.content a{
	color: #618480;
	text-decoration: none;
	font-weight: bold;
}
div.content a:hover{
	color: #FF6600; 
	text-decoration: underline;
}

div.content p.breadcrumb{
	margin: 0;
	padding: -5px 7px 0 0;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #618480;
	font-weight: normal;
}
div.content p.breadcrumb a{
	color: #618480;
	text-decoration: none;
	font-weight: normal;
}
div.content p.breadcrumb a:hover{
	color: #FF6600; 
	text-decoration: underline;
	font-weight: normal;
}


/* ####################################################### */
/* #### Rechts: Marginalien ############################## */

div.right img{
	display: block;
}

div.right p{
	padding: 5px 9px 5px 9px;
	font-size: 12px;
}

div.right p a{
	color: #618480;
	text-decoration: none;
	font-weight: bold;
}

div.right p a:hover{
	color: #FF6600; 
	text-decoration: underline;
	}

div.right h1{
	color: #618480;
	background-color: #ffffff;
	border-top: #618480 solid 1px;
	border-bottom: #618480 solid 1px;
	margin: 1px 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

div.right h1 a{
	color: #618480;
	text-decoration: none;
}

div.right h1 a:hover{
	color: #FF6600; 
	text-decoration: underline;
}

div.right table{
	width: 155px;
}

/* #### Suchbox ########################################## */

div.search{
	width: 165px;
	margin: 0;
	padding: 6px 0 6px 0;
	text-align: center;
}
div.search form{
	margin: 0;
	padding: 0;
}
div.search input{
	color: #333333;
	padding: 0;
	background-color: #FFFFFF;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
div.search input.searchfield {
	display:block;
	float: left;
	height: 17px;
	width: 90px;
	border: #cccccc solid 1px;
}
div.search table{
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}
div.search td{
	margin: 0;
	padding: 0;
	line-height: 1px;
	vertical-align: top;
}
div.search td.searchimage{
	text-align: right;
}

/* #### ul - Linkliste ################################### */

div.right ul{
	margin: 0;
	padding: 5px 0 9px 0;
	font-size: 11px;
}

div.right ul li{
	display: block;
	width: 175px;
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
}

div.right ul li a{
	display: block;
	width: 145px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #618480;
	background-image: url("images/extern_array.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;
	text-decoration: none;
}

div.right ul li a:hover{
	color: #FF6600; 
	text-decoration: underline;
}



/* ####################################################### */
/* #### Allgemein: Bilder ################################ */

img{
	margin:0;
	padding:0;
	border:none;
}

/* ####################################################### */
/* #### FRANK - Links: alphabetische Navi Normalgroesse ## */

div.alph {
	position: absolute;
	top: 5px;
	left: 0;
}

div.alph a{
	display:block;
	font-size: 14px;
	width:16px;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
	line-height:15px;
	text-decoration: none;
	padding: 1px 0px 0px 0px; 
	border: 1px solid #D2E4EE; 
	background-color: #FFFFFF;
	text-align: center;
	color: #295876;
	font-weight: normal;
}

div.alph a:hover{
	color: #ffffff;
	border: 1px solid #D2E4EE;
	background-color: #295876;
	font-weight: bold;
	text-decoration: none;
}

div.alph a:visited{
	border: 1px solid #D2E4EE;
}

a#aktiv { 
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FF6600;
	background-color: #295876;
	text-align: center;
	text-decoration: none;
}

