/* * * * * * * * * * * * * * * * * * * *
 *                                     *
 *       MÄRCHENWOLKE STYLESHEET       *
 *       http://maerchenwolke.de       *
 *                                     *
 *    Ulf Brossmann  ub@e-script.de    *
 *                                     *
 * * * * * * * * * * * * * * * * * * * */


body {
	margin: 20px 5px 20px 2%;
	background-color: white;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}



/* Globale Behälter: ------------------------------------------------------- */

#wrapper {
	padding: 0;
	background: #FFF url(/img/sidebar.png) repeat-y;
}

#header {
	margin: 0;
	padding: 0;
	background: #FFF url(/img/headbar.png) repeat-x;
}

#footer {
	clear: both;
	font-size: 7pt;
	border-bottom: solid 1px #63637B;
	padding: 0 20px 10px 0;
	color: #63637B;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#autoplay {
	width: 80px;
	position: absolute;
	top: 26px;
	right: 10px;
}



/* Menü im Navibar: -------------------------------------------------------- */

span.menu {
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

span.ms_lockmenu {
	margin: 0 0 0 3px;
	border: solid 1px #DEE7EF;
	padding: 1px 3px;
	color: #7A7D82;
}

/* Menülinks siehe unter "Linkdarstellung" */



/* Inhalt der Feeds: ------------------------------------------------------- */

#feedframe {
	margin: 20px 0 0 0;
	background-color: transparent;
	padding: 0;
}

div.singlefeed {
	width: 28%;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 2%;
	border: solid 1px silver;
	padding: 4px 5px 10px 10px;
	background-color: transparent;
	background-repeat: no-repeat;
}

div.headnavi {
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
}

h2 {
	margin: 0;
	font-family: Georgia, "Bookman Old Style", "Times New Roman", Times, serif;
	font-size: 12pt;
}

p.srcinfo {
	margin: 3px 0 0 0;
	color: #424242;
	font-size: 8pt;
}

ul.newslist {
	display: inline;
	margin: 0;
	list-style: none;
}

li.newsitem {
	display: inline;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

h3 {
	margin: 20px 5px 0 0;
	border: 1px solid gray;
	background-color: silver;
	padding: 3px 6px;
	font-size: 1em;
	line-height: 1.3em;
}

span.newsupdate {
	color: gray;
	font-size: 7pt;
	font-weight: normal;
}

p.newsdesc {
	margin: 5px 5px 0 0;
	font-size: 8pt;
}



/* Inhalte der Infoseiten: ------------------------------------------------- */

#infoframe {
	width: 480px;
	margin: 20px 0 20px 2%;
	background-color: transparent;
	padding: 0;
}

h2.infohead {
	margin-top: 20px;
	color: #FF6600;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	text-indent: 50px;
}

p.intro {
	width: 200px;
	margin-left: 50px;
	color: #0066FF;
	font-size: 8pt;
	line-height: 14pt;
}

p.initial {
	line-height: 14pt;
	text-indent: 50px;
}

p.flow {
	line-height: 14pt;
}

div.sidebarinfo {
	width: 150px;
	position: absolute;
	top: 95px;
	left: 550px;
	margin: 100px 100px 0 0;
	font-size: 7pt;
	text-align: justify;
	text-transform: uppercase;
	line-height: 12pt;
}



/* Allgemeine Tags: -------------------------------------------------------- */

em {
	color: #FF6600;
	font-style: normal;
	letter-spacing: 1pt;
}



/* Linkdarstellungen: ------------------------------------------------------ */

/* Allegemeine Links: */

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:focus {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
	color: #0066FF;
}


/* Titellinks in den Feeds: */

a.newslink {
	text-decoration: none;
}
a.newslink:link {
	text-decoration: none;
	color: gray;
}
a.newslink:visited {
	text-decoration: none;
	color: white;
}
a.newslink:hover {
	text-decoration: underline;
	color: black;
}
a.newslink:focus {
	text-decoration: underline;
	color: black;
}
a.newslink:active {
	text-decoration: none;
	color: white;
}


/* Menülinks im Navibar: */

a.ms_menuitem:link {
	margin: 0 0 0 3px;
	border: solid 1px #DEE7EF;
	padding: 1px 3px;
	text-decoration: none;
	color: #000;
}
a.ms_menuitem:visited {
	margin: 0 0 0 3px;
	border: solid 1px #DEE7EF;
	padding: 1px 3px;
	text-decoration: none;
	color: #000;
}
a.ms_menuitem:hover {
	margin: 0 0 0 3px;
	border-top: solid 1px #F4F6F9;
	border-right: solid 1px #7A7D82;
	border-bottom: solid 1px #7A7D82;
	border-left: solid 1px #F4F6F9;
	padding: 1px 3px;
	text-decoration: none;
	color: #000;
}
a.ms_menuitem:focus {
	margin: 0 0 0 3px;
	border-top: solid 1px #F4F6F9;
	border-right: solid 1px #7A7D82;
	border-bottom: solid 1px #7A7D82;
	border-left: solid 1px #F4F6F9;
	padding: 1px 3px;
	text-decoration: none;
	color: #000;
}
a.ms_menuitem:active {
	margin: 0 0 0 3px;
	border-top: solid 1px #7A7D82;
	border-right: solid 1px #F4F6F9;
	border-bottom: solid 1px #F4F6F9;
	border-left: solid 1px #7A7D82;
	padding: 1px 3px;
	text-decoration: none;
	color: #000;
}

/* Ende des Style Sheets --------------------------------------------------- */