/*	MAIN CSS
*******************************************************************************/

/*	Project ziegedrei.de | Ferienwohnung am Ziegenmarkt in Bad Doberan
	Copyright Tim Kellner | tf-bureau.net
*******************************************************************************/

/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,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;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

/* body, div,p,li { background-repeat:no-repeat; } */

/*	reset
*******************************************************************************/
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; }

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


/*	body
*******************************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family:serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	background:url(streifen.gif) repeat;
}

.clear { clear:both; }

.warning { color:#f00; }

/*	hintergrund
*******************************************************************************/
#hintergrund {
	overflow:visible;
	height:900px;
	}


/*	website
*******************************************************************************/
#website {
	position:absolute;
	top:251px;
	left:527px;
	text-align:left;
}


/*	header
*******************************************************************************/
#header {
	position:absolute;
	height:50px;
}

/*	logo 
------------------------------------------------------------------------------*/
#logo {}

#logo a {}



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

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

#content {
	position:relative;
	top:60px;
	height:400px;
	width:480px;
	font-family:Georgia;
}

#impressum {
	font-size:smaller;
	border-top:1px solid #363;
	clear:both;
	}

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


/* Headline Inhalt 1 */
#content h1 {
	margin-left:5px;
	font-family:Georgia;
	color:#000;
	font-size:1.8em;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#content p, 
#content ul,
#content ol {
	font-size:1.3em;
	line-height:1.4em;
	margin-left:5px;
	margin-bottom:1em;
}

#content p img {
	margin-right:8px;
	margin-bottom:8px; 
	border:1px solid #000;
}

#content ul li ul,
#content ul li ol,
#content ol li ol,
#content ol li ul {
	font-size:1.4em;
}

#content ul {
	margin-left:14px;
	list-style-type:square;
}

#content ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/

#header a, #header a:link {}

#header a:hover {}

#content a, #content a:link {}


#content a, #content a:link {color:#363;}

#content a:hover {color:#363;text-decoration:underline;}

#content a:hover img {border-color:#fff;}

/*	Images
------------------------------------------------------------------------------*/
.floatLeft {margin:0 10px 5px 0;float:left;}
.floatRight {margin:0 0 5px 10px;float:right;}

.singlepic {display:block;margin-bottom:5px;}

#content .galerie {position:relative;display:block;clear:left;}
#content .galerie-pic {padding:0 12px 10px 0;float:left;}
#content .galerie-pic a:hover img {border:1px solid #ccc;}
#content .galerie-pic img {border:1px solid #fff;} 
#content .galerie-pic p {font-size:1em;font-style:italic;color:#999;} 


