@charset "UTF-8";
/* CSS Document */
/**************************
neutralize browser styles
*/
body, html {
	margin:0;
	padding:0;
	background: url(../_images/backGround/yellowAbbBG.jpg) fixed;
}
html {
	background: url(../_images/backGround/yellowAbbBG.jpg) fixed;
}

body {
	float:100% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: url(../_images/backGround/yellowAbbBG.jpg) fixed;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	margin-top: 1.2em;
	margin-bottom: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	color: #06F;
	text-align: left;
	padding: 0.2em;
	margin: 0.2em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	font-variant: normal;
	color: #06F;
	margin-top: 0.5em;
}
h3   {
	font-size: 1em;
	font-weight: bold;
	font-variant: normal;
	color: #06F;
	padding: 0px;
	margin: 1em 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 1.4em;
}
h5 {
	line-height: 1.2em;
	text-align: left;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 0.9em;
	text-decoration: underline;
	margin-top: 10px;
}
h6 {
	font-size: 1em;
	color: #06F;
	margin: 5px;
	padding: 10px;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 140%;
}
/*create small output  like nd rd*/
.ordnal {
	font-size: 60%;
	letter-spacing: -0.05em;
	vertical-align: 50%;
}
.clear {
	clear: both;
}
/*make the quote block stand out*/
blockquote {
	margin: 2em 10%;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(../_images/backGround/dogPrint2.png) repeat-y;
}
/******************************************
header spicific styles
*/
#header {
	position: relative;
	width: 770px;
	background: url(../_images/backGround/tiertransport.png) no-repeat left bottom;
	height: 150px;
	border-bottom: thick double #600;
}
#wrapper #header #headerLogo {
	position: absolute;
	right: 2px;
	top: 13px;
	height: 75px;
	width: 500;
}

#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header li {
	float: left;	
}
#header li a:link, #header li a:visited {
	background:#8C7E62;
	padding:.2em .5em;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
#header li a:hover {
	color:#AE760D;
	background:#fff;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#78320E;
	background:#fff;
	cursor:default;
}
/**************************************************
Side Bar spicific styles
****************************************************/
#sideBar {
	position:relative;
	width:200px;
	float:left;
	margin:0;
	padding:0;
}
#sideBar ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position:absolute;
	left:0px;
	top:0px;
	border: medium ridge #333;
}
#sideBar li {
	float:inherit	
}
#sideBar ul li{
	margin:0;
	padding:0;
	text-align:left;
	background:url(../_images/backGround/menuBG.jpg) no-repeat left center;
}
#sideBar ul a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:170px;
	padding-left:30px;
	background:url(../_images/backGround/menuBG.jpg) no-repeat left center;
}
#sideBar ul a:hover{
	background-position:-200px 0px;
	color:#333;
}
#sideBar ul a.current{
	background-position:right top;
	color:#602E0C;
	cursor:default;
}
#sideBar ul a.last {
	border-bottom:none;
}



/*-------------------- change when we find the graphic
#sidebar #previous h1 {
	background: url(../images/previous_head.gif) no-repeat;
}

#sidebar #next h1{
	background:url(../_images/next_header.gif) no-repeat;
}
#sidebar #current h1 {
	background:url(../_images/current_header.gif) no-repeat;
}
#sidebar #requied h1 {
	background:url(../_images/required_header.gif) no-repeat;
	font-size: 1em;
	height: 35px;
}
#sidebar #about h1 {
	background:url(../_images/about_header.gif) no-repeat;
}
#sidebar #about p {
	margin: 1em .625em;
}
#sidebar #required ul li {
	margin:0 0 0 10px;
}


*/



/* -------------------------------------
Main Content styles
---------------------------------------*/
#content {
	position: relative;
	width:550px;
	float:right;
	background: url(../_images/backGround/green.jpg) repeat;
}
#addressBox  {
	text-align: left;
	background: url(../_images/backGround/greyBackGround.jpg);
	color: #CCC;
	font-size: 1em;
	margin: 5px auto;
	padding: 5px;
	line-height: 1em;
	width: 250px;
	position: relative;
	}
#eMailBox {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#content li {
	margin:0 0 10px;
	padding:0;
	list-style:outside;
	font-size:0.9em;
	line-height: 1.2em;
	text-align: left;
}
#content ul ,ol{
	padding-left: 30px;
	padding-bottom: 10px;
}



#content #textLeft {
	left: 0px;
	top: 0px;
	width: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #content #article {
	width: 550px;
	position: absolute;
	top: 30px;
	margin: 0px;
	padding: 0px;
}
#wrapper #content img {
	padding: 0.5em;
	margin: 0.5 0px;
}
#graphic_1 {
	float: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#graphic_Right {
	float: right;
}
#oneColContent {
	background: url(../../_css/none);
	position: relative;
	width: 770px;
	border-top: thick groove #60C;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content table {
	position: absolute;
	top: 80px;
	right: 0px;
	background: url(../_images/backGround/green.jpg) repeat;
}
#content p {
	padding:0 5px 5;
	text-align:left;
	font-size:0.85em;
	line-height:1.2em;
	margin: 10px;
}
#content #prints {
	width:290px;
	position: relative;
	padding: 0px;
	float: right;
	top: 0px;
	margin: 0px;
}

#oneColContent ul{
	margin:5px;
	padding:5px;
	list-style:none;
}
#oneColContent li {
	float: left;	
}
#oneColContent li a:link, #oneColContent li a:visited {
	background:#8C7E62;
	padding:.2em .5em;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
#oneColContent li a:hover {
	color:#AE760D;
	background:#fff;
}
#oneColContent li a.current, #content li a.current:hover, #content li a.current:active {
	color:#78320E;
	background:#fff;
	cursor:default;
}

/*END OF MAIN CONTENT*/
#footer {
	position: relative;
	width: 550px;
	background: #946F52;
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: none;
}
#footerWide {
	position: relative;
	width: 770px;
	background: #946F52;
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: none;
}
#OneContentFooter {
	position: relative;
	width: 770px;
	background: #946F52;
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#prints img {
	margin: 0px 0px 5px;
	padding: 0px;
}

/*********************************
FORM STYLES - Declare area where form inputs will be
then define each area
*/
#formWrap {
	background-color:#999;
	padding:1em 0;
}
form#frmContact {
	width:505px;
	border:0 auto;
}
fieldset {
	background-color:#EBE6CD;
	border:none;
	margin:1em 0;
	padding-bottom:.5em;
}
legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#602E0C;
	line-height:1.4;
	background-color:#EBE6CD;
	padding:0.2em .5em;
	margin-left:.5em;
}
formWrap p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#602E0C;
	font-size:0.85em;
	line-height:1.2;
	margin:1.4em 0
}
input.text {
	width:250px;
}
textarea {
	width:300px;
	margin-top:.5em;
}
label.top {
	display:block;
	margin-bottom:.5em;
}
label.check {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.75em;
	line-height:1;
	color:#000;
}
span.aside {
	font-style:italic;
}
input.text:focus,textarea:focus {
	background-color:#F9D59D
}
.graphicBox {
	margin: 10px auto;
}
#oneColContent img {
	padding: 10px 3px;
}
.indentRight {
	position: relative;
	width: 550px;
	padding-left: 150px;
}
.linkeseinruecken {
	margin-left: 130px;
	font-style: italic;
	color: #555;
}
.LinkseinrueckengeradeSchrift {
	margin-left: 130px;
	font-size: 1em;
}
.rote_fette_Schrift {
	color: #700;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 2px;
	margin-right: 100px;
	margin-bottom: 2px;
	margin-left: 130px;
}
.fetteSchwarzeMittigeSchrift {
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	color: #000;
}

