/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*	project: web site - 'rechtsanwaeltin-guertler.de'
*	description: default print css
*	author: Mike Wink
*	date: 03/15/2006
*	status (protoype, draft, test, review, final): final
*	modified (date, author, modification):
*	03/15/2006, mike, #sign added
*  
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/

/* global definitions */
html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;	
	font: 1em "Times New Roman", Times, serif;
	text-align: left;
	color: #000;
}

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: #000;
	text-decoration: none;
	text-align: left;
}


ul {
	padding: 0;
	list-style: none;
	text-align: center;
}

p {
	line-height: 140%;
	text-align: left;
}

hr {
	display: none;
}

address {
	font-style: normal;
	line-height: 140%;
}

/* div-container styles */
#wrapper {
	margin: auto;
	width: 772px;
}


#right {
	float: left;
	width: 90%;
}


/* right colum */
#header {
	width: 90%;
	display: none;
}

#header h1, #header h2 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 1.5px;
	color: #CCC;
}

#header h1 {
	font-size: 1.6em;
	text-align: right;
}

#header h2 {
	font-size: 1.2em;
	text-align: right;
	border-bottom: 1px solid #000;
}

#content {
	width: 90%;
	text-align: left;
}


/* services */
#services {
	display: none;
}

#rndImg {
	display: none;
}

#footer {
	display: none;
}

#wisdom {
	display: none;	
}

/* left column */

#navLogo {
	background: url(../images/print/logob.gif) no-repeat;
}
#logo h1, #logo h2 {
	display: none;
}

#navBtm {
	display: none;
}

#valid {	
	display: none;
}

#priNav {
	display: none;
}

#conLinks, #conLinks dt {
	display: none;
}
#url {
	display: block;	
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #858585;
	text-align: center;	
}



/* special index styles */
#ndxHeader {
	width: 596px;
	height: 98px;
	background: #778193 url(../images/ndxHeader_bg.jpg);
}

#ndxHeader h1, #ndxHeader h2 {
	display: none;
	padding: 0;
	margin: 0;
}

#ndxContent {
	width: 596px;
	height: 170px;
	background: url(../images/ndx_bg.jpg);
}

#ndxFooter {
	width: 596px;
	height: 78px;
	background: #858585 url(../images/ndxFooter_bg.jpg);
}

#skip {
	display: none;
}

#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;
}

.qmarks {
	font-weight: bold;
	font-size: 140%;
}


span {
	display: none;
}

#sign {
	display: none;
}
