/* 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_html.gif");
	background-repeat: repeat-y;
}


/* ####################################################### */
/* #### 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: 105px; /* Höhe der oberen horizontalen Leiste */
	width: 965px;
	background-color: #7A7878;
	background-image: url("images/bg_top.jpg");
	background-repeat: no-repeat;
}

/* #### Layout / Seitenaufteilung: links ############### */

div.left{
	position: absolute;
	top: 140px; /* Höhe der oberen horizontalen Leiste */
	left: 0;
	margin: 0;
	padding: 0;
	width: 175px;
}

/* #### Layout / Seitenaufteilung: Content ############### */

div.content{
	z-index: 1;
	position: absolute;
	top: 105px;
	left: 190px;
	width: 580px;
	margin: 0;
	padding: 0 0 30px 0;
}

/* #### Layout / Seitenaufteilung: rechts, Marginalien ### */

div.right{
	position: absolute;
	top: 125px;
	left: 800px;
	width: 165px;
	padding: 0;
	overflow: hidden;
}

/* ####################################################### */
/* ####################################################### */



/* ####################################################### */
/* #### Oben: Hauptnavigation ############################ */

ul.nav{
	position: absolute;
	top: 80px;
	left: 0;
	width: 945px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 20px;
	background-image: url("images/bg_nav.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: #DFDFDF;
	background-image: url("images/bg_nav_a.gif");
	background-repeat: no-repeat;
}
ul.nav a:hover{
	color: #FFFFFF;
	background-image: url("images/bg_nav_a_hover.gif");
}

ul.nav li.active a{
	color: #FFFFFF;
	font-weight: bold;
	background-image: url("images/bg_nav_a_hover.gif");
}
ul.nav li.active a:hover{
	color: #FFFFFF;
}

/* #### Oben: Logo ###################################### */

a.logo img{
	position: absolute;
	left: 0;
	top:30px;
}

/* #### Oben: statische Links ############################ */

p.speciallinks{
	display: block;
	position: absolute;
	top: 85px;
	left: 755px;
	margin: 0;
	padding: 0 10px 0 0;
	width: 200px;
	height: 17px;
	color: #DFDFDF;
	text-align: right;
	line-height: 15px;
	font-size: 9px;
}

p.speciallinks a{
	color: #DFDFDF;
	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: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	text-align: center;
}

h1.navactive a{
	color: #000000;
	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: #333333;
	background-image: url("images/bg_subnav_a.gif");
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.subnav li a:hover{
	text-decoration: underline;
	background-image: url("images/bg_subnav_a_hover.gif");
}
ul.subnav li.active a{
	color: #000000;
	font-weight: bold;
	background-image: url("images/bg_subnav_a_hover.gif");
}
ul.subnav li.sec a{
	padding: 0 0 0 50px;
	color: #333333;
	background-image: url("images/bg_subnav_sec_a.gif");
	font-size: 11px;
}
ul.subnav li.secactive a{
	padding: 0 0 0 50px;
	color: #000000;
	background-image: url("images/bg_subnav_sec_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_sec_a_hover.gif");
}


/* ####################################################### */
/* #### Content ########################################## */

div.content{
	padding: 30px 0 0 0;
}

div.content h1{
	font-size: 20px;
	color: #333333;
}

div.content h2{
	font-size: 13px;
}

div.content p{
	font-size: 13px;
}

div.content a{
	color: #24774F;
	text-decoration: none;
}
div.content a:hover{
	text-decoration: underline;
}

div.content p.breadcrumb{
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	color: #24774F;
}
div.content p.breadcrumb a{
	color: #24774F;
	text-decoration: none;
}
div.content p.breadcrumb a:hover{
	text-decoration: underline;
}


/* ####################################################### */
/* #### Links: Marginalien ############################## */

div.left img{
	display: block;
}

div.left p{
	padding: 0 9px 0 9px;
	font-size: 11px;
}

div.left h1{
	color: #000000;
	background-color: #ffffff;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	margin: 1px 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

div.left h1 a{
	color: #24774F;
	text-decoration: none;
}

div.left h1 a:hover{
	text-decoration: underline;
}

div.left2 table{
	width: 155px;
}


/* ####################################################### */
/* #### Rechts: Marginalien ############################## */

div.right img{
	display: block;
}

div.right p{
	padding: 0 9px 0 9px;
	font-size: 11px;
}

div.right h1{
	color: #000000;
	background-color: #ffffff;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	margin: 1px 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

div.right h1 a{
	color: #24774F;
	text-decoration: none;
}

div.right h1 a:hover{
	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: 9px 0 9px 0;
	font-size: 12px;
}

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: #666666;
	background-image: url("images/extern_array.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;
	text-decoration: none;
}

div.right ul li a:hover{
	text-decoration: underline;
}

div.left2 ul{
	margin: 0;
	padding: 9px 0 9px 0;
	font-size: 12px;
}

div.left2 ul li{
	display: block;
	width: 175px;
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
}

div.left2 ul li a{
	display: block;
	width: 145px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #666666;
	background-image: url("images/extern_array.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;
	text-decoration: none;
}

div.left2 ul li a:hover{
	text-decoration: underline;
}


div.left2 a{
	display: block;
	width: 145px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #666666;
	background-image: url("images/extern_array.gif");
	background-repeat: no-repeat;
	background-position: 15px 2px;
	text-decoration: none;
}

div.left2 a:hover{
	text-decoration: underline;
}




/* ####################################################### */
/* #### Allgemein: Bilder ################################ */

img{
	margin:0;
	padding:0;
	border:none;
}

/* #### Allgemein: Bild Download Software ################################ */

div.software{
        background-image: url("images/datenrettung-software-download.gif");
	background-repeat: no-repeat;
	background-position: 0px 15px 0px 50px; 
	background-color: #fff;
	width: 350px;
        height: 35px;
	display: block;
	margin: 0;
	padding-top: 20px;
        padding-left: 125px;
        left:50%;
        margin-left:60px; 
}
