@charset "utf-8";
/*
#########################################################################################
Stylesheet Datei fr: etconsulting - NLP
Autor: Daniel Schaefer
http://www.sunxfire.de
Copyright 2007
#########################################################################################
*/

* {margin: 0px;padding: 0px;}
	
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b757a;
	background-image: url(../gfx/site_back.jpg);
	background-repeat: repeat;
}
#logo {
	position:absolute;
	left:2px;
	top:2px;
	width:216px;
	height:113px;
	z-index:1;
}
#logo_pic {
	position:absolute;
	left:350px;
	top:49px;
	width:626px;
	height:77px;
	z-index:2;
}
#menu {
	position:absolute;
	left:20px;
	top:154px;
	width:961px;
	height:34px;
	z-index:10;
}
#decal_pic {
	position:absolute;
	left:35px;
	top:216px;
	width:271px;
	height:392px;
	z-index:4;
}
#main {
	position:absolute;
	left:364px;
	top:218px;
	width:604px;
	height:394px;
	z-index:5;
	overflow: auto;
}
#footer {
	position:absolute;
	left:20px;
	top:629px;
	width:950px;
	height:37px;
	z-index:6;
	background-image: url(../images/footer_back.gif); 
	background-repeat: repeat-x;
}
#footer_text {
	position:absolute;
	left:3px;
	top:12px;
	width:331px;
	height:14px;
	z-index:7;
	font-weight: bold;
}
#footer_navi {
	position:absolute;
	left:396px;
	top:12px;
	width:550px;
	height:14px;
	z-index:7;
	font-weight: bold;
}

/*
#########################################################################################
Formatierung berschriften und Text
#########################################################################################
*/

h1,h2,h3 {color:#f2951f; line-height: 1.6em;}
h1 {font-size:14px;}
h2 {font-size:12px;color: #6b757a;}

#main a {color: #000;	text-decoration: none;}
#main a:hover {color: #f2951f;	text-decoration: underline;}

p {padding: 5px;}

cite {font-weight: bold;}

#main ul {padding: 5px;}
#main li {
	list-style-type: square;
	line-height: 15px;
	list-style-position:inside
}
.li_bold {
	list-style-type: square;
	line-height: 15 px;
	list-style-position:inside;
	font-weight:bold;
}
#footer_text a {	text-decoration: none; 	color: #6b757a; }	
#footer_text a:hover {	color: #f2951f; text-decoration: underline;}
#footer_navi a {	text-decoration: none; 	color: #6b757a; }	
#footer_navi a:hover {	color: #f2951f; text-decoration: underline;}

/*
#########################################################################################
Formatierung Buttons
#########################################################################################
*/

.buttons {
	background-color: #cccccc;
	color: #848484;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	cursor: pointer;
	background-image: url(../gfx/button_back.jpg);
	background-repeat: repeat-x;
}

.buttons:hover {
	color: #f2951f;
}

