/*	
	---------------------------------------
 	basic html elements  
	---------------------------------------
*/
body {
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0;
	width: 100%;
	height: 700px;
	background-color: #cccccc;
	background-image: url();
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-repeat: repeat-x;

	}
h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	margin-left: 17px;
	margin-bottom: 3px;
	font-weight: bold;
	width: 95%;
	border-bottom: 1px solid #3366ff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 17px;
	line-height: 35px;
	border-bottom: 1px solid #3366ff;
	}
	
h2, h3 {
	font-size: 16px;
	line-height: 30px;
	clear: both;
	}
h4, h5, h6, caption {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 17px;
	border-bottom: 1px solid #3366ff;
	text-align: left;
	width: 95%;
	}
caption {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #AAAAAA;
	margin-left: 18px;
	}
p {
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 15px;
	text-align: justify;
	width: 95%;
	}
acronym {
	text-decoration: none;
	border-bottom: 1px dashed #333399;
	}
table {
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 15px;
	border: 0px;
	border-right: 1px solid #AAAAAA;
	background-color: #EBEBEB;
	width: 95%;
	clear: both;
	}
td {
	font-size: 11px;
	border: 0px;
	height: 20px;
	padding-left: 2px;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	}
	
table.servicenetz {
	margin-right:0px;
	border: 0px;
}	
	

table.servicenetz td {
	background-color: #E3E3E3;
	border: 0px;
}
	
th {
	font-size: 11px;
	text-align: left;
	border: 0px;
	line-height: 17px;
	padding-left: 2px;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #999999;
	background-color: #CCCCFF;
	background-image: url(images/background-th.gif);
	}
/*	
	---------------------------------------
 	logo-image 
	---------------------------------------
*/
#logo {
	 width: 990px;
	 height: 97px;
	 float: left;
	 margin-left: 1px;
	}
/*	
	---------------------------------------
 	div -> header 
	---------------------------------------
*/
#header {
	width: 990px;
	border-left: 1px solid #3B3B3B;
	border-right: 1px solid #3B3B3B;
	border-top: 1px solid #3B3B3B;
	background-color: #C0C0C0;
	background-image: url();
	height: 97px;
	margin:0px auto;
	}
/*	
	---------------------------------------
 	div -> menu 
	---------------------------------------
*/
#menu {
	width: 990px;
	height: 32px;
	border-left: 1px solid #3B3B3B;
	border-right: 0px solid #3B3B3B;
	margin:0px auto;
	
	}
#main-menu  {
	width: 990px;
	height: 32px;
	float : left;
	margin : 0;
	padding : 0;
	list-style : none;
	font-size : 10px;
	background : url(images/background-main-menu.gif);

}
#main-menu li {

	float : left;
	margin : 0;
	padding : 0 1px 0 0;
	height: 32px;
	width: auto;
	background : url(images/background-main-menu-default.gif);
	list-style : none;

}

#main-menu a {
	border-left: 1px solid #000066;
	border-right: 0px solid #000033;
	float : left;
	padding : 5px 19px;
	text-decoration : none;
	border-bottom : 1px none #FFFFFF;
	color : #FFFFFF;
	height: 13px;
}
#main-menu a:hover , #main-menu a.active {
	border-left: 1px solid #000066;
	border-right: 0px solid #000033;
	border-top: 1px solid #99CCCC;
	color : #FFFFFF;
	background :  url(images/background-main-menu-non.gif);
}
#main-menu #active a {
	border-left: 1px solid #000066;
	border-right: 1px solid #000033;
	font-weight : bold;
	height: 13px;
	background : url(images/background-main-menu-active.gif);

}
/*	 
	---------------------------------------
 	div -> content 
	---------------------------------------
*/
#content {
	width: 990px;
	border-left: 1px solid #3B3B3B;
	border-right: 1px solid #3B3B3B;
	
	background-image: url(images/background-content2.gif);
	text-align: left;
	margin:0px auto;
	}	
/*	
	---------------------------------------
 	div -> contentleft
	---------------------------------------
*/
#contentleft {
	width: 770px;
	max-height: 600px;
	overflow-y: auto;

	text-align: left;
	margin:0px auto;
	margin-bottom: 15px;
	float: left;
	
	}
#contentleft a, #contentleft a:link {
	color: #003399;
	}
#contentleft a:hover, #contentleft a:active, #contentleft a:focus {
	text-decoration: none;
	color: #003399;
	background-color: #CCFFFF;
	}
#contentleft a:visited {
	color: #003399;
	}
#contentleft p {
	line-height: 15px;
	}
#contentleft p:first-letter {
	font-size: 1.2em;
	font-weight: bold;
	}
	
#contentleft ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	width: 98%;
	}
#contentleft li {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 17px;
	border-bottom: 1px dashed #999999;
	width: 98%;
	display: block;
	}
/*	
	---------------------------------------
 	div -> contentright
	---------------------------------------
*/
#contentright {
	width: 220px;
	text-align: left;
	margin:0px auto;
	float: right;
	overflow: visible;
	}
#contentright h3, #contentright h4, #contentright h5 {
	margin-top: 17px;
	margin-left: 10px;
	margin-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	line-height: 19px;
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
	width: 88%;
	}	
#contentright p {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 3px;
	text-align: left;
	width: 88%;
	}
#contentright a, #contentright a:link {
	color: #000000;
	}
#contentright a:hover, #contentright a:active, #contentright a:focus {
	text-decoration: none;
	color: #000000;
	background-color: #E3E3E3;
	}
#contentright a:visited {
	color: #666666;
	}
#contentright ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	width: 95%;
	}
#contentright li {
	margin-left: 10px;
	padding-left: 3px;
	font-size: 11px;
	line-height: 19px;
	border-bottom: 1px dashed #999999;
	width: 88%;
	display: block;
	}
/*	
	---------------------------------------
 	div -> footer
	---------------------------------------
*/
#footer {
	width: 990px;
	height: 25px;
	border-top: 1px solid #979797;
	 border-bottom: 1px solid #979797;
  background-image: url(images/background-footer-line.gif);
	line-height: 18px;
	margin:0px auto;
	color: #333333;
	clear: both;
	text-align: center;
	}
/*	
	---------------------------------------
 	img -> image
	---------------------------------------
*/
.image-modell-serie {
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
	border: 1px solid #777777;
	}
/*	

	---------------------------------------
 	table -> serie -> leere zelle
	---------------------------------------
*/
.empty {
	border: 0px;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	background: transparent;
	}
/*	
	---------------------------------------
 	table -> serie -> leere zelle
	---------------------------------------
*/
.tresor-zeichnung {
	border: 0px;
	border-bottom: 1px solid #AAAAAA;
	border-left: 0px;
	background: transparent;
	vertical-align: bottom;
	}
/*
	---------------------------------------
 	other classes
	---------------------------------------
*/

.breadcrumb-menu {
	font-size: 11px;
	color: #333333;
	line-height: 19px;
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
	margin-top: 17px;
	margin-left: 17px;
	text-align: left;
	width: 95%;
	}

.default1 {
	background-color: #EBEBEB;
	}
.default2 {
	background-color: #E6E6E6;
	}
.highlightrow {
	background-color: #EFE5DA;
	}
	
#artlink a, #artlink a:link, #artlink a:visited, #artlink a:hover {
	color:#CCCCCC;
	background-color:#E3E3E3;
	text-decoration:none;
}


