/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }

.text_work { font-weight: bold; color: #008000; }
.text_unknown { font-weight: bold; color:#3366FF; }
.text_nwork { font-weight: bold; color: #FF0000; }
.console {
	 font-family: mono, monospace, Fixedsys,"Courier New", Courier ;
         font-size: 12px;
	 font-weight: normal;
	 white-space: pre;
         font-size:100%;
         word-spacing: 0px;
         color: #003399;
         padding: 1em;
         border: 1px dashed #2f6fab;
         color: black;
         background-color: #f9f9f9;
         line-height: 1.1em;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 20px auto ;
	width: 740px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
/*	background: #49515C url(img/header_right.gif) no-repeat 100% 0; */
	background: #3b4755 url(img/header_right_3.jpg) no-repeat 100% 0; 
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
#sidebar p.l20 { padding-left: 20px; margin: 0;}
#sidebar p.l40 { padding-left: 40px; margin: 0;}
#sidebar li {
	list-style-type: none;
	position: relative;
	display: inline;
	line-height: 20px;
	}
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
	padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: right;
	width: 550px;
	position: relative;            /* Konqueror zeigt content nicht an */
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	}	
#content div { background: #fff url(img/para_bg.jpg) repeat-x; }
#content table { border: 0; }
#content td { vertical-align: top; text-align: left; }
#content table.uebtab { border:1px solid #C6C4C5; border-collapse:collapse}
#content td.uebtab { vertical-align: top; text-align: left; border-bottom:1px solid #C6C4C5 }
#content li { text-align: left; }
#content img { border: 0; margin: 2px 2px 2px 2px}
#content img.rechts  { border: 0; float: right; margin: 2px}
#content img.links   { border: 0; float: left; margin: 2px}
#content img.links_r { border: 0; float: left; margin: 5px; margin-right: 10px; }
#content pre.code{
	color: #000000;
	background: #fff url(img/para_bg.jpg) repeat-x;;
	border: 1px solid #ccc;
	padding: 1px;
	padding-left: 25px;
	font-size: 1.1em;
	line-height:1.3em;
	width: 450px;
	margin: 2px auto;
/* 	white-space: nowrap; */
	overflow: auto;}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
/*	background: #49515C url(img/header_right.gif) no-repeat 100% 0;*/
	background: #3b4755 url(img/header_left_3.jpg) no-repeat 0 100%; 
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
