/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*	project: web site - 'rechtsanwaeltin-guertler.de'
*	description: default screen css - dark
*	author: Mike Wink
*	date: 03/15/2006
*	status (protoype, draft, test, review, final): final
*	modified (date, author, modification): 
*	03/15/2006, mike, #sign added, #ndxFooter text-align added
*  
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/

/* global definitions */
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px 0 0 0;
	background-color: #666;	
	font: 14px "Times New Roman", Times, serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-align: left;
	padding-top: 10px;
	color: #778193;
}

h3 {
	font-size: 1.3em;
	font-variant: small-caps;
}

ul, li, dl, dt, dd  {
	margin: 0;
	text-align: left;
}

dt {
	color: #FE6633;
}

img {
	border: none;
}

a {
	color: #778193;
	text-decoration: none;
	text-align: left;
}

a:visited {
	color: #778193;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding: 0;
	list-style: none;
	text-align: center;
}

ol li {
	line-height: 140%;
}

p {
	margin: 0;
	padding: 10px 0;
	line-height: 140%;
	text-align: left;
}

hr {
	display: none;
}

address {
	font-style: normal;
	line-height: 140%;
}

/* div-container styles */
#wrapper {
	margin: auto;
	width: 772px;
}

#left {
	float: left;	
	width: 176px;
	background: #FE6633 url(../images/dark/nav_bg.png) top left;	
}

#right {
	float: left;
	width: 595px;
	background: #FFF;
}


/* right colum */
#header {
	height: 98px;
	width: 580px;
	padding: 0 8px;
	background: #778193 url(../images/dark/header_bg.png) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	padding-right: 4px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 1.5px;
	color: #FFF;
	text-align: right;
}

#header h1 {
	padding-top: 32px;
	font-size: 1.8em; /*24px*/
}

#header h2 {
	width: 99%;
	font-size: 1.1em; /*14px*/
	color: #CCC;
	padding-top: 2px;
}

#conWrap {
	position: relative;
	background: url(../images/dark/content_bg.png);
	width: 583px;
	margin: 0;
	padding: 4px 6px 4px 7px;
}

#content {
	position: relative;
	width: 410px;
	padding: 10px;
	border: 1px solid #F1F2F3;
	border-right: 152px solid #FFF;	
	background-color: #F1F2F3;
	text-align: left;
}

#content p {
	width: 408px;
}

#content ul li {
	margin-left: 14px;
	list-style: disc;
	text-align: left;
	line-height: 140%;
}

#content h1, h2, h3 {
		width: 408px;
}

#links {
	position: absolute;
	top: 4px;
	right: 6px;
	width: 150px;
	background-color: #FFF; /*#F1F2F3*/
	border: 1px solid #F1F2F3; /*#CCC*/
}


/* services */
#services {
	padding: 4px 0;
	border-bottom: 1px solid #F1F2F3;
}

#services li{
	display: inline;
	font-size: 80%;
}
#services a, #services a:link, #services a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

#services a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE6633;
	text-decoration: underline;
}

#links dd, #links dl {
	padding-left: 4px;
}

#rndImg {
	border-bottom: 1px solid #F1F2F3;
}

#footer {
	position: relative;
	width: 596px;
	height: 82px;
	background: #858585 url(../images/dark/footer_bg.png);
}

#footerNav{
	padding: 8px 0 4px 0;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCC;
}

#footerNav li {
	display: inline;
}

#footerNav a, #footerNav a:visited {
	color: #CCC;
}

#footerNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footerNav a:active {
	background-color: #FE6633;
	text-decoration: underline;
}

#wisdom {
	padding-left: 190px;	
	font: 8px/20px Arial, sans-serif;
	color: #858585;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

/* left column */
#navLogo {
	height: 150px;
	width: 140px;
	text-align: center;
	margin: 10px 0 0 0; 
}

#logo h1, #logo h2 {
	display: none;
}

#navBtm {
	height: 30px;
	width: 176px;
	background-image: url(../images/dark/nav_btm.png);
	text-align: center;
	color: #FFF;
	font: 10px Arial, sans-serif;
}

#navBtm a, #navBtm a:visited {
	color: #FFF;
}

#valid {	
	background-color: #666;
	font: 8px/19px Arial, sans-serif;
	color: #CCC;
	letter-spacing: 2px;	
	text-transform: uppercase;
}

#valid a, #valid a:visited, #valid a:active {
	color: #858585;
}

#valid a:hover {
	color: #FE6633;
	text-decoration: underline;
}

#valid li {
	color: #858585;
	display: inline;
}

/* navigation */
#priNav {
	padding: 0 5px 14px 6px;
}

#priNav li {
	border-top: 1px solid #C45839;
	border-bottom: 1px solid #FD6533;
	font: bold small-caps .9em/21px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: 2px;
}

#priNav a {
	display: block;	
	background-image: url(../images/trans.gif);
	color: #FFF;
	text-align: center;
	text-decoration: none;	
}

#priNav a:visited {
	color: #FFF;
}

#priNav a:hover {
	color: #F1F2F3;
	background-image: url(../images/nav_hover_3.png);
}

#priNav a:active {
	color: #EAE1D1;
}

/* construct */
.sep {
	border-bottom: 1px dotted #CCC;
	margin: 0 6px;
}

#conLinks, #conLinks dt {
	font-size: 13px;
	padding: 2px 0;
	line-height: 140%;
}

#conLinks a {
	color: #FD6533;
	font-size: 13px;
}

#conLinks a:hover {
	color: #FD6533;
	font-size: 13px;
	text-decoration: underline;
}

#url {
	display: block;	
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #858585;
	text-align: center;	
}

#icon {
	padding: 4px 0 0 526px;
}


/* special index styles */

#ndxHeader {
	width: 596px;
	height: 98px;
	background: #778193 url(../images/dark/ndxHeader_bg.jpg);
}

#ndxHeader h1, #ndxHeader h2 {
	display: none;
	padding: 0;
	margin: 0;
}

#ndxContent {
	width: 596px;
	height: 161px;
	background: url(../images/dark/ndx_bg.jpg);
}

#ndxFooter {
	width: 596px;
	height: 87px;
	background: #858585 url(../images/dark/ndxFooter_bg.jpg);
	text-align: right;
}

#conMore  {
	padding: 2px;
	text-align: left;
	color: #858585;
	font-size: 13px;
	border-bottom: 1px dotted #CCCCCC;
}

#conMore h4 {
	color: #FD6533;
}

#conMore li {
	color: #FD6533;
	padding: 1px 0;
}

#skip {
	display: none;
	 /* skip navigation*/
}

abbr {
	cursor: help;
}
#quote {
	float: right;
	display: block;
	width: 100px;
	margin: 9px;
	padding: 6px;
	font: italic 15px/150% "Times New Roman", Times, serif;	text-align: center;
	color: #778193;
	border: 1px solid #F1F2F3;
	background-color: transparent;
}

.qmarks {
	font-weight: bold;
	font-size: 140%;
}

.uline {
	background-color: #FFEDE3;
	padding: 1px;
	border-bottom: 0px dashed #778193;
}

.border {
	border: 1px solid #F1F2F3;
	margin: 4px 0 4px;
}

#sign {
	margin-right: 20px;
}