/* ******* */
/* GENERAL */
/* ******* */

body {
	margin : 0px;
	font-size : 1.1em;
	line-height : 1.1em;
	background-color : #b8860b;
	color : #792b17;
}

#body {
	padding : 20px;
	width : 80%;
	/* height : 724px; */
	margin : 0 auto;
	position : relative;
	background-color : #deb887;
	color : #792b17;
	background-image : url(../design/doggenwagnerbg.jpg);
	background-repeat : no-repeat;
	font-family : arial, helvetica, sans-serif;
}

#top {
	padding : 0px;
	width : 100%;
	height : 180px;
	margin : 0 auto;
	background-image : url(../design/topbar.jpg);
}

#logo {
	padding : 0px;
	width : 100%;
	margin : 0 auto;
}

.logopic {
	width: 100%;
	height: auto;
}

#navi {
	padding : 0px;
	width : 100%;
	margin : 0 auto;
	/* border: 1px solid #ff0000; */
}

#navi1 {
	padding : 0px;
	width : 33%;
	float: left;
}

#navi2 {
	padding : 0px;
	width : 33%;
	float: left;
}

#navi3 {
	padding : 0px;
	width : 33%;
	float: right;
}

.navpic {
	width: 60%;
	height: auto;
}


#startmain {
	padding : 0px;
	width : 100%;
	margin : 0 auto;
	/* border: 1px solid #ffffff; */
	display: table;
}

.startpic {
	width: 30%;
	height: auto;
}

#example1 {
	padding : 0px;
	width : 50%;
	float: left;
}

#example3 {
	padding : 0px;
	width : 50%;
	float: right;
	text-align: right;
}

.example {
	width: 36%;
	height: auto;
}

.example2 {
	width: 54%;
	height: auto;
}




table {
	padding : 0px;
	border : none;
}
td.legal {
	padding : 0px;
	border : none;
	text-align : left;
	vertical-align: top;
	font-size : 0.9em;
	font-weight : normal;
}



.clears {
	height : 0;
	clear : both;
	font-size : 0em;
	line-height : 0em;
}

img {
	border : 0px;
}

.full {
	width: 100%;
	height: auto;
}

#footer {
	margin : 0 auto;
	width : 80%;
	background-color : #b8860b;
	color : #deb887;
	font-family : arial, helvetica, sans-serif;
	position: relative;
}

a.norm:link {
	color : #792b17;
	text-decoration : underline;
}
a.norm:visited {
	color : #792b17;
	text-decoration : underline;
}
a.norm:active {
	color : #792b17;
	text-decoration : underline;
}
a.norm:hover {
	color : #792b17;
	text-decoration : none;
}

a.legal:link {
	color : #792b17;
	text-decoration : none;
}
a.legal:visited {
	color : #792b17;
	text-decoration : none;
}
a.legal:active {
	color : #792b17;
	text-decoration : none;
}
a.legal:hover {
	color : #792b17;
	text-decoration : none;
}

a.footerlegal:link {
	color : #deb887;
	text-decoration : none;
}
a.footerlegal:visited {
	color : #deb887;
	text-decoration : none;
}
a.footerlegal:active {
	color : #deb887;
	text-decoration : none;
}
a.footerlegal:hover {
	color : #deb887;
	text-decoration : none;
}
