@charset "utf-8"; /* [#CONVERT-2-UTF8] */

/* IMPORTS */
@import url(inc_main.css);
@import url(inc_amaru.css);
@import url(inc_medien.css);
@import url(inc_links.css);
@import url(inc_tagebuch.css);
@import url(inc_lightbox.css);
@import url(inc_form_contact.css);



object, embed, param, script {
	padding: 0;
	margin: 0;
	border: 0;
}
#flashcontent {
	height: 264px; /* set to specific height due to xhtml strict (avoid gap below movie) */
	padding: 0;
	margin: 0;
	clear: both;
}
			
			
/* news
---------------------------------------------------------- */
div.home_news {
	margin-left: 20px; 
	width: 432px; 
	margin-bottom: 20px;
}
div.home_news a.home_news_link {
	padding: 10px; 
	padding-bottom: 12px;
	display: block; 
	background-color: #444; 
	border-top: 1px solid #666;
}
div.home_news a.home_news_link:hover {
	background-color: #555;
}
div.home_news a.home_news_link strong {
	display: block; 
	font-size: 112%; 
	margin: 0px; 
	margin-bottom: 3px; 
	padding-top: 0px;
}
div.home_news a.home_news_link span {
	color: #fff;
}


/* shortcuts
---------------------------------------------------------- */
div#shortcut_box {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 20px;
	width: 240px;
	line-height: 1.5em; 
}

div#shortcut_box p {
	margin: 0px;
	padding: 0px;
	text-indent: 14px;
	border: 0px solid red;
	
}

div#shortcut_box p a {
	display: block; 
	border-top: 1px solid #666; 
	margin: 0; 
	margin-bottom: 9px;
	padding: 6px;
	padding-left: 8px;
	padding-bottom: 7px;
	padding-top: 0px;
	line-height: 14px; /* on all browsers same padding to top (+ padding-top) sonderfall einheit in px wegen bg-bild */
	background: #444 url(../pics/icon_link_shortcut1.gif) no-repeat 8px 5px;
}

div#shortcut_box p a:hover {
	background: #555 url(../pics/icon_link_shortcut2.gif) no-repeat 8px 5px;
}
div#shortcut_box p a strong {
	display: block; 
	font-weight: 300;
	/*line-height: 1.5em;*/
	margin: 0; 
	margin-top: 6px;
	padding: 0;
}
div#shortcut_box p a span {
	font-weight: 300;
	text-indent: 0px;
	display: block;
	padding-top: 1px; /* padding title text */
	color: #fff;
	line-height: 1.5em;
}
div#shortcut_box div#rss_feed {
	border-top: 0px solid #666; 
	padding-top: 0px; 
	padding-left: 5px;
}


/* home pics (lightbox)
---------------------------------------------------------- */
div#home_pics {
	float: left; 
	padding: 0px; 
	margin: 0px; 
	margin-left: 20px; 
	margin-bottom: 24px; 
	width: 206px; 
	font-size: 90%; 
	border: 0px solid red;
}
div#home_pics img {
	border-top: 0px solid #666; 
	border-bottom: 2px solid #222; 
	margin: 0px;
}


