/* katrinmercker.de                             					  */
/* css-definition	for print 								   						*/

/* general styles
   ---------------------------------------------------------- */

h1 {
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #837b72;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #827F7B;
	font-style: normal;
	font-variant: normal;
	margin-top: 32px;
}

a {
	color: #827F7B;
	text-decoration: none;
}

a:hover {
	color: #F5831F;
}

p {
	margin-top: 0;
	margin-bottom: 9px;
	padding-top: 0;
	padding-bottom: 0;
}

p.zitat {
/*	display: block; */
	color: #cac2b8;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

p.quelle {
/*	display: block;*/
	color: #dddad6;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

.spacer {
	height: 200px;
}

/* layout
   ---------------------------------------------------------- */

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}

#pageholder
{
	width: 751px;
	margin: 30px auto 30px auto;
}

#bg
{
	padding: 10px 22px 15px 15px;
/*	background: #ffffff url(/img/shadow_side.gif) repeat-y right; */
	text-align: left;
}

#top {
	height: 9px;
/*	background: #ffffff url(/img/shadow_top.gif) repeat-y right; */
}

#bottom {
	height: 8px;
/*	background: url(/img/shadow_bottom.gif) no-repeat; */
}

#logo
{
	text-align: right;
	height: 63px;
}

#header
{
	margin-top: 10px;
	height: 110px;
	border: 1px solid #d3ccc4;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

/* navigation
   ---------------------------------------------------------- */

#navigation {
	float:left;
	margin-top: 44px;
	width: 144px;
	color: #ffffff;
}

#navigation ul {
	margin: 0;
	padding: 0;
	width: 144px;
}

#navigation li {
	list-style-type: none;
	color: #ffffff;
}

#navigation li a {
	width: 144px;
	display: block;
	color: #827F7B;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

#navigation li.active a, #navigation li a:hover {
	color: #F5831F;
}

/* main content
   ---------------------------------------------------------- */

#content {
	float: right;
	width: 484px;
	margin-top: 44px;
}

#content ul {
	margin-left: 0px;
	padding-left: 3.25em;
}

#content li
{
	margin-left: 0px;
	padding-left: 15px;
	list-style: none;
	background-image: url(../img/list-style-image.gif);
	background-repeat: no-repeat;
}

#content em
{
	font-weight: bold;
	color: #837B72;
	font-style: normal;
	font-variant: normal;
}	

/* footer
   ---------------------------------------------------------- */

#footer {
	display: none;
}

#footerline
{
	margin: 10px 0px 10px 0px;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #d3ccc4;
}

#footer a {
	color: #9F9A94;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

#footer a:hover {
	color: #F5831F;
}

/* forms
   ---------------------------------------------------------- */

form a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

form a:hover  {
	color: #ff5A00;
}

form a:focus {
	outline: none;
}

input.contact {
	font-family: Arial, Verdana, Courier, Courier New, monospace;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	background-color:	#ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #D3CCC4;
	height: 18px;
	width: 100%;
	padding: 	2px;
	margin-top: 2px;	
	margin-bottom: 20px;	
}

textarea.contact {
	font-family: Arial, Verdana, Courier, Courier New, monospace;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	background-color: #ffffff;
	height: 80px;
	width: 100%;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 20px;	
	border-width: 1px;
	border-style: solid;
	border-color: #D3CCC4;
}

inputcontact:focus,
textareacontact:focus {
	outline: none;
}


