/*-----------------------------------------   

copyright 2008 by mmc

Version: 1.0

Author: Georg Paul

Author URI: http://www.mmc-agentur.at  	

-------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. reset Styles
2. global Styles
3. text Formating
4. layout
5. display none
6. tables and forms

-------------------------------------------------------------------*/


/*--------------------------------------*/
/* =1 Reset Style Sheet by Eric Meyer	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}


/*------------------------------*/
/* =2 global styles 			*/
body {
	margin: 0;
	padding: 0;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background: transparent;
	line-height: 1.3em; 
	}

.ce_wrap { margin-top: 30px; clear: both; width: 634px;}


/*------------------------------*/
/* =3 text formating 			*/

h1, h2, h3, h4, h5, h6 {
	margin: .75em 0 .5em 0;
	font-weight: bold;
	font-size: 10pt;
	}
p { 
	margin: 0.5em 0 1em 0; 
}
a {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}


/*------------------------------*/
/* =4 layout		 			*/

#page { 
	width: 650px; 
}

#content { 
	width: 650px; 
	text-align: left; 
	margin: 0 auto;
}
#content img { 
	padding: 0; 
	border: none; 
}  


#sidebar {
	margin-top: 25px;
	width: 229px;
	height: 165px;
	position: absolute;
	right: 0;
	top: 0;
}

#dog_diary {
	margin-top: 40px;
}
.dog_diary_single {
	clear: both;
	border: 1px solid #aaa;
	padding: 10px;
	width: 628px;
	margin-bottom: 20px;
}
.dog_diary_single .text {
	float: left;
	width: 428px;
	margin-right: 10px;
}
.dog_diary_single .text h2 {
	margin-bottom: 0;
	line-height: 10pt;
}
.dog_diary_single .text h3 {
	margin-top: 0;
	color: #333333; 
}

#date_overview .date {
	border: 1px solid #aaa;
	margin-top: 20px; 
	padding: 10px;
	width: 628px;	
}

/*------------------------------*/
/* =5 display none				*/


.nav, 
form, 
#sprungmarken,
#info_nav,
#footer,
h1,
.navname,
#date_overview .date img
{ display: none; }

.pagetitle {
	display: block;
	font-size: 12pt;
}
/*------------------------------*/
/* =6 tables and forms			*/

table { 
	border: 1pt solid #f0f0ee; 
}
td, th { 
	border-left: 1pt solid #f0f0ee; 
	border-bottom: 1pt solid #f0f0ee; 
	padding: 3pt; 
}
.tablewrap { 
	width: 480pt; 
}



