/*******************************************************************************

	Projekt		:	Hauptsache Hund

	Copyright	:	endiamo GmbH

*******************************************************************************/




/*	undo
*******************************************************************************/
a { color:#f60; cursor:hand; cursor:pointer;}
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

/*table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em; line-height:1.5em;}
tr { border:none; padding:0px; margin:0px; } */


legend { display:none; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}


ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}


p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

hr 	{
	margin:15px 0 15px 0;
	HEIGHT: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #777;
	border-right-color: #777;
	border-bottom-color: #777;
	border-left-color: #777;
	width: 100%;
}

/*	body
*******************************************************************************/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	text-align:center;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0 auto;
	height:100%;
	width:884px;
	color:#444;
	text-align:left;
}

/*	top + header
*******************************************************************************/
#header {
	width:884px;
	height:205px;
}

/*	content
*******************************************************************************/

/* hide from IE/MAC \*/
* html #content {
	height:1px;
}
/* end hide */

#content {
	width:884px;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-y;
}

#content td {
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align:top;
	font-size:10px;
}

#content2 {
	width:877px;
	padding-left:7px;
	margin-bottom:-1px;
	background-image:url(../images/shadow_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.imgstyle {
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*	navigation
------------------------------------------------------------------------------*/
#nav {
	margin-top:25px;
	float:left;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {}

#nav ul li a {
	display:block;
	color:#849B33;
	font-size:1.2em;
	font-weight:bold;
	/*	width:117px;*/
	width:127px;
	height:25px;
	/*	padding:8px 0 0 23px; */
	padding:8px 0 0 13px;
	background-image:url(../images/nav_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#nav ul li .orange {
	color:#F60;
}

#nav ul li a:hover {
	color:#F60;
}

#nav a.sub {
	display:block;
	color:#f60;
	font-size:1em;
	font-weight:bold;
	/*width:102px;*/
	width:112px;
	height:18px;
	padding:5px 0 0 28px;
	/*margin-left:20px;*/
	border-bottom:1px solid #849B33;
	background:none;
}

#nav a.sub:hover {
	background-color:#E1EBC2;
}

/*	main
------------------------------------------------------------------------------*/
#main {
	width:76%;
	float:left;
	margin:25px 0 40px 30px;
}

#main .small {
	font-size:0.9em;
	width:465px;
	text-align:left;
}

.orange {
	color:#F60;
}

.footer_link {
	color:#555;
}


/*	main termin
------------------------------------------------------------------------------*/
#termin {
	background-color:#555;
}

#termin td {
	padding:4px;
	line-height:150%;
}

.table_head {
	font-weight:bold;
	color:#F60;
	background-color:#FFD;
}

.hell {
	background-color:#D7E3AC;
}

.dunkel {
	background-color:#BED277;
}

#termin .rot {
	color:#F40;
}

/*	right
------------------------------------------------------------------------------*/
#right {
	position:absolute;
	z-index:5;
	width:180px;
	font-size:1em;
	margin: 0px 0px 0px 20px;
	float:left;
	border:1px solid #7A8F30;
	background-color:#D7E3AC;
}

#right .box {
	padding:0 10px 15px 10px;
	margin:0;
	line-height:1.3em;
}

#right .box ul li {
	font-size:10px;
	margin-left:-28px;
	margin-bottom:5px;
	line-height:1.3em;
}

#right .box_top {
	color:#f60;
	background-color:#BED277;
	border-bottom:1px solid #7A8F30;
	margin:0 -10px 10px -10px;
	padding:7px 0 7px 10px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
}

#right .box hr {
	margin:10px 0 10px 0;
	HEIGHT: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #777;
	border-right-color: #777;
	border-bottom-color: #777;
	border-left-color: #777;
	width: 100%;
}

#right .box a {
	color:#f60;
}

#right .box a:hover {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

/*	footer
------------------------------------------------------------------------------*/
#footer {
	width:810px;
	text-align:center;
	font-size:1em;
	height:25px;
	border-top:1px dashed #BBB;
	padding:8px 0 0 0;
	margin:0 auto;
	color:#777;
}

#footer .green {
	color:#849B33;
}

#footer a {
	color:#555;
	text-decoration:none;
}

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

/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
h1 {
	color:#F60;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	line-height:1.3em;
	margin-bottom:10px;
}

/* Headline 2 */
h2 {
	color:#F60;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:25px;
}

h3 {
	color:#F60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:15px;
	margin-top:10px;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main p,
#main ul,
#main ol {
	font-size:1.2em;
	line-height:1.6em;
	list-style-type:disc;
}
#main ul li ul,
#main ul li ol,
#main ol li ol,
#main ol li ul {
	font-size:1em;	
}

/*	Hyperlinks
------------------------------------------------------------------------------*/
#main a, #main .txt a:link {
	color:#f60;
	text-decoration:none;
}

#main a:hover {
	text-decoration:underline;
}

#main a.nolinkstyle {
	color:#444;
	text-decoration:none;
}

/*	Images
------------------------------------------------------------------------------*/
.image_left {
	float:left;
	margin:5px 10px 5px 0;
	border:1px solid #f60;
}
.image_right {
	float:right;
	margin:5px 0 5px 10px;
	border:1px solid #f60;
}
.image_center {
	text-align:center;
	border:1px solid #f60;
}