/* ----------------------------------------------------------------
Basic Style Sheet für Hermes Sicherheit AG

Author:		Maurizio Pettinato
Website:	Hermes Sicherheit
Version: 	2008/1
-------------------------------------------------------------------*/

/* Allgemeine Formatierungen */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0em;
	color: #000066;
}

a {
	color: #005BAA;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {
	border: 0;
}

body {
	background: url(../image/wrapper1.jpg) repeat-x left bottom;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,ul {
	padding-bottom: 1.2em;
	}

li {
	list-style: none;
	}

h1 {
	font: normal 1.4em  Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
	border-right-color: #A6ABE5;
	border-left-color: #A6ABE5;
}

h2 {
	font: normal 1.0em  Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	color: #005B9C;
	margin: 0 0 7px 0;
}

h3 {
	margin-bottom: 7px;
	color:#F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
}

h4 {
	margin-bottom: 7px;
	color: #005B9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

h5 {
font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 4px;
color:#999999;
margin: 0 0 7px 0;
}

h6 {
font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 4px;
color:#333333;
margin: 0 0 7px 0;
}

.clearer {
	clear: both;
	}

.left {	
	float: left;
	}

.right {
	float: right;
	}

.container {
	background-color: #FFF;
	font-size: 1.2em;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

.top {
	padding: 8px 8px 0;
	}
	
/*Header Styles*/

.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.header .left, .header .right {
	background-color: #000033;
	color: #fff;
	color: #FFF;
	height: 105px;	

	}
.header .left {
	font: normal 2.8em "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	line-height: 105px;
	width: 567px;
	text-align: left;
	background-color: #83BAE1;
	background-image: url(../img/bluefooter.jpg);
	background-repeat: repeat-x;
	
	}
.header .right {
	overflow: auto;
	width: 207px;

	}

.header .right div {
	padding-left: 16px;
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	}
	
/* Horinzontale Navigation */

.navigation {
	border: 1px solid #7795BD;
	height: 23px;
	background-image: url(../image/nav1.jpg);
	}
	
.navigation a {
	background: url(../image/nav1.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
	}
	
.navigation a:hover {
background: transparent url(../image/nav.jpg) left bottom; 
color: #f1f1f1;
	}
	
.main {
	background: #f1f1f1;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
	
/* Vertikale Navigation */

.sidenav {
	float: right;
	width: 205px;
	}
	
.sidenav h2 {
	color: #005B9C;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	}
	
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
	}
	
.sidenav li {
	border-bottom: 1px solid #e4e4e4;
	}
	
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	text-decoration: none;
	width: 95%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5%;
	}
	
.sidenav li a:hover {
	background-color: #FFFFFF;
	color: #000099;
	}

/* Content Styles */

	#content {
	float:left;
	width:380px;
	min-height:350px;
	padding:5px;
	background:inherit;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: double;
	border-left-style: solid;
	border-right-color: #005B9C;
	border-left-color: #005B9C;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	height: auto;
	}
	
	#content h2, #content h3 {
	color: #0669CE;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin:20px 0;
	}
	
	#content h2 {                    
	clear:left;
	font-size:0.8em;
	}
	
	#content h3 {
	clear:left;
	font-size:1.0em;
	}
	
	#content h4 {
	color: #0669CE;
	clear:left;
	font-size:1em;
	}

	
	#content h6{
	clear:left;
	font-size:1.0em;
	color:#005B9C;
	}

	#content p {
	padding-bottom:1.0px;
	}
	
	#content a {
	color:#2079D3;
	border-bottom:1px dotted #333;
	}
	
	#content a:visited, #content a:hover, #content a:focus {
	color:#297FD6;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	text-decoration: none;
	}
	
	#content a:active {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	}
	
/* sidebox Styles  */

	#sidebox {
	float:left;
	width:160px;
	min-height:350px;
	color:#333;
	padding-top:15px;
	margin:8px;
	background:#f1f1f1;
	height: auto;
	}
	
	.box {
	background-color:#f1f1f1;
	margin-bottom:5px;
	}
	
	.box p {
	color: #666;
	font-size:0.9em;
	line-height:1.3em;
	padding:5px;
	}
	
	.box h2 {
	color: #005B9C;
	font-size:1em;
	font-weight:bold;
	letter-spacing: 3px;
	padding: 0 3px;
	background-color: #f1f1f1;
	}

/* footer Styles  */

.footer {
	color: #0000CC;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 39px;
	text-align: center;
	background-image: url(../image/nav2.jpg);
	background-repeat: repeat-x;
	}
	
	address a:hover, address a:focus, address a:active {
	color: #FF0000;
	}
	
	/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background:#666666;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent  url(../image/100_0314.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../image/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Ende Style */
