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

  Orange Skin Stylesheet von Heidi Herzog

  Design und Layout nach eigenen Vorstellungen zusammengebastelt und abgeschaut von verschiedenen Nucleus Skins, Word Press und    Free CSS Templates

  http://www.medulinka.at/

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

body {

    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

    font-size: 12px;

	margin: 0 auto;

	padding: 0;

	background-color: #968571; /*ganz dunkles blau*/

	/* background-image: url('/allelogos/Bubbles.jpg');*/

}



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



Page-Wrapper ist ein Div das den gesamten Blog umschließt.



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

#page-wrapper {

	position: relative;

	width: 100%;

	left: 0;

	top: 0;

}





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



Dieses Div umschließt den Header, in dem das Logo ist



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



#top {

	margin: 0 auto;

	position: relative;

	z-index:0;

	width: 1200px;

	height: 225px;

}



.header {

	position: absolute;

	z-index:-1;

	top: 0;

	left: 0;

	width: 1200px;

	height: 225px;

	background-image: url('/allelogos/adventheader11.jpg');

	background-repeat: no-repeat;

	background-position: center center;

}



/* begin Logo */

.logo {

	display : block;

	position: absolute;

	left: 10px;

	top: 77px;

	width: 245px;

}



h1.logo-name {

	display: block;

	text-align: left;

}



h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {

	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;

	font-size: 36px;

	text-decoration: none;

	padding:0;

	margin:0;

	color: #FAE1D6;

}



.logo-text

{

	display: block;

	text-align: left;

}



.logo-text, .logo-text a {

	font-size: 18px;

	padding:0;

	margin:0;

	color: #5B5039; /* #FAE1D6;*/

}

/* ende Logo */



.topthema {

   background: #e6cea2; /*helles blau*/

   position:absolute;

   top:10px;

   left:860px;

   width:335px;

   height:200px;

   overflow:auto;

}



.topthema ul li a {

    color:#000;

	font-style:italic;

    font-weight:bold;

    text-decoration:none;

	font-size: 10px;	

}



.topthema ul li a:hover {

    color: #b2c771 ; /*dunkleres grün*/

	background: #000;

	border-left: 1px solid #c99f57;

	border-right: 1px solid #c99f57;

    text-decoration: none;

}



.titeltopthema {

    color:#000;	

	font-size:14px;

    font-weight:bold;

    padding-left: 3px;

}



.nav {

	position: relative;

	margin: 0 auto;

	height: 36px;

	z-index: 100;

	width: 1200px;

	clip: rect(auto, auto, auto, 1199px);

}



.nav .l, .nav .r {

	position: absolute;

	z-index: -1;

	top: 0;

	height: 36px;

	/*background-image: url('img/nav.png');*/

	background:transparent;

}



.nav .l

{

	left:0;

	right:0;

}



.nav .r {

	right: 0;

	width: 1200px;

	clip: rect(auto, auto, auto, 1199px);

}



.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span

{

	color: #000000;

}



.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span

{

	color: #000000;

}



/* begin MenuSeparator */

.nav .menu-separator

{

	display: block;

	width: 1px;

	height: 28px;

	background-image: url('img/MenuSeparator.png');

}



/* end MenuSeparator */



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



In diesem Div werden die Buttons per Listenelementen dargestellt



und mit Links gefüllt werden die Navigationsbuttons in der Datei header.inc 



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



.menu a, .menu a:link, .menu a:visited, .menu a:hover {

	text-align:left;

	text-decoration:none;

	outline:none;

	letter-spacing:normal;

	word-spacing:normal;

}



.menu, .menu ul {

	margin: 0;

	padding: 0;

	border: 0;

	list-style-type: none;

	display: block;

}



.menu li {

	margin: 0;

	padding: 0;

	border: 0;

	display: block;

	float: left;

	position: relative;

	z-index: 5;

	background:none;

}



.menu li:hover {

	z-index: 10000;

	white-space: normal;

}



.menu li li {

	float: none;

}



.menu ul {

	visibility: hidden;

	position: absolute;

	z-index: 10;

	left: 0;

	top: 0;

	background:none;

}



.menu li:hover>ul {

	visibility: visible;

	top: 100%;

}



.menu li li:hover>ul {

	top: 0;

	left: 100%;

}



.menu:after, .menu ul:after {

	content: ".";

	height: 0;

	display: block;

	visibility: hidden;

	overflow: hidden;

	clear: both;

}

.menu, .menu ul {

	min-height: 0;

}



.menu ul {

	background-image: url(img/spacer.gif);

	padding: 10px 30px 30px 30px;

	margin: -10px 0 0 -30px;

}



.menu ul ul {

	padding: 30px 30px 30px 10px;

	margin: -30px 0 0 -10px;

}



.menu

{

	padding: 4px 4px 4px 4px;

}





/* begin MenuItem */

.menu ul li

{

	clear: both;

}



.menu a

{

	position:relative;

	display: block;

	overflow:hidden;

	height: 28px;

	cursor: pointer;

	text-decoration: none;

	margin-right: 4px;

	margin-left: 4px;

}





.menu a .r, .menu a .l

{

	position:absolute;

	display: block;

	top:0;

	z-index:-1;

	height: 84px;

	background-image: url('img/MenuItem.png');

}



.menu a .l

{

	left:0;

	right:1px;

}



.menu a .r

{

	width:402px;

	right:0;

	clip: rect(auto, auto, auto, 401px);

}



.menu a .t 

{

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	color: #1F1C14;

	padding: 0 22px;

	margin: 0 1px;

	line-height: 28px;

	text-align: center;

}



.menu a:hover .l, .menu a:hover .r

{

	top:-28px;

}



.menu li:hover>a .l, .menu li:hover>a .r

{

	top:-28px;

}



.menu li:hover a .l, .menu li:hover a .r

{

	top:-28px;

}

.menu a:hover .t

{

	color: #EFECE6;

}



.menu li:hover a .t

{

	color: #EFECE6;

}



.menu li:hover>a .t

{

	color: #EFECE6;

}





.menu a.active .l, .menu a.active .r

{

	top: -56px;

}



.menu a.active .t

{

	color: #EDEAE3;

}





/* end MenuItem */





/* begin MenuSubItem */

.menu ul a

{

	display:block;

	text-align: center;

	white-space: nowrap;

	height: 26px;

	width: 180px;

	overflow:hidden;

	line-height: 26px;

	margin-right: auto;

	background-image: url('img/subitem-bg.png');

	background-position: left top;

	background-repeat: repeat-x;

	border-width: 1px;

	border-style: solid;

	border-color: #BAAD91;

}



.nav ul.menu ul span, .nav ul.menu ul span span

{

	display: inline;

	float: none;

	margin: inherit;

	padding: inherit;

	background-image: none;

	text-align: inherit;

	text-decoration: inherit;

}



.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span

{

	text-align: left;

	text-indent: 12px;

	text-decoration: none;

	line-height: 26px;

	color: #000000;

	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

}



.menu ul ul a

{

	margin-left: auto;

}



.menu ul li a:hover

{

	color: #000000;

	border-color: #A99875;

	background-position: 0 -26px;

}



.menu ul li:hover>a

{

	color: #000000;

	border-color: #A99875;

	background-position: 0 -26px;

}

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

Content-Wrapper ist ein div das die Sidebars, Main und Haupt-Div umschließt

background-image: url('http://www.medulinka.at/allelogos/contentwrapperbg.jpg');background-repeat:repeat-y;

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



#content-wrapper {

	background:transparent;

	margin: 0 auto;

	position: relative;

	top:10px;

	width: 1200px;

	height:auto;

}



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

Main ist das Hauptdiv zwischen den Sidebars, der die Contents und auf den normalen Seiten das div.haupt umschließt

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



#main {

	position: relative;

	display:block;

	margin-right: 10px;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 640px;

}

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

Content ist das div, in dem die Artikel und Navigationsfelder für 

die Kommentare und ändern beinhaltet sind.

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

.content {

	background-color: #e6cea2; /*helles blau*/

    margin-bottom: 25px;

}



.contenthg {

	padding:10px;

}







.content-header, .content-title  {

	height: 36px;

	background-image: url('img/nav.png');

}



.content h1, .content h2 {

	font-size:1.5em;

	font-variant:italic;

    font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;

    margin:0 0 20px 0;

	padding-left:15px;

}



.content h4 {

	background:#e6cea2; /*helles blau*/

    font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;

	font-size:1.1em;

	font-weight:normal;

	border: 1px inset #b2c771; /*dunkleres grün*/

    padding:5px;

    margin:auto;

	text-align: center;

}



.content h3 {

	font-size:1.2em;

    margin:auto;

}



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



Die Sidebar ist das Navigationsdiv auf der linken Seite



Die Sidebarrechts ist das Navigationsdiv auf der rechten Seite.



Die Sidebarganzrechts ist das Navigationsdiv auf der äußersten rechten Seite



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



#sidebar  {

    background: #e6cea2; /*helles blau*/

	position: relative;

	display:block;

	margin: 0;

	padding: 0;

	float: left;

	overflow: hidden;

	width: 170px;

}

#sidebarhtml  {

    background: #e6cea2; /*helles blau*/

	position: relative;

	display:block;

	margin: 0;

	padding: 0;

	float: left;

	overflow: hidden;

	width: 170px;

}



#sidebarrechts  {  /*#sidebarganzrechts*/

    background: #e6cea2; /*helles blau*/

	position: relative;

	display:block;

	margin: 0;

	padding: 0;

	float: left;

	overflow: hidden;

	width: 360px;

}



#sidebar a:link, a, #sidebarrechts a:link, a,  #sidebarhtml a:link, a { /*#sidebarganzrechts a:link, a ,*/

  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;

  text-decoration: none;

  color: #8d4012;  /*dunkelrot #sidebarrechts, #sidebarhtml */

}



#sidebar  {

	margin-right: 10px;

}



#sidebar .box-1, #sidebarrechts .box-1,  #sidebarhtml .box-1, #sidebar .box-2, #sidebarrechts .box-2, #sidebarhtml .box-2, #sidebar .box-3, #sidebarrechts .box-3,#sidebarhtml .box-3, #sidebar .box-4, #sidebarrechts .box-4, #sidebarhtml .box-4 { /*#sidebarganzrechts .box-3,  #sidebarganzrechts .box-4,#sidebarganzrechts .box-2, #sidebarganzrechts .box-1,*/

  margin:0;

}

/*Kategorien Überschriften

background-position:left top;

	background-image: url('img/BlockHeader.png');*/



#sidebar h4, #sidebarrechts h4, #sidebarhtml h4 {  /* #sidebarganzrechts h4,*/

	background-image: url('img/nav.png');

	border-top: 5px solid #010101;

	margin: 15px 5px 5px 2px;

	padding:0;

	line-height: 20px;

    font-weight:bold;

}



.box-1 ul li a, .box-2 ul li a, .box-3 ul li a, .box-4 ul li a {

    width:auto; 

	height:12px;

	font-style:italic;

    text-decoration:none;

}



.box-1 ul li a:hover, .box-2 ul li a:hover, .box-3 ul li a:hover, .box-3 ul li a:hover li.online, .box-4 ul li a:hover {

	width:auto;

	height:12px;

    color: #fff;

	background: #e6cea2; /*helles blau*/

	border: 1px solid #ccff00; 

    text-decoration: none;

	font-weight:bold;

} 



li.online {

     overflow:auto;

     height:200px;

	 widht:auto;

	 margin:0;

	 padding-left:2px;

 }

.box-3 div, .box-4 div  { 

	position: relative;

	display:block;

	float: left;

	overflow: hidden;

	width:auto;

	height:auto;

    padding-left:10px;

}





.box-1 div, .box-2 div  { 

	position: relative;

	display:block;

	float: left;

	overflow: hidden;

	width:170px;

	height:auto;

    padding-left:10px;

}

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

Navigationszeile im Artikel-Autor-Kommentare-Link zum Artikel-ändern, Kommentar schreiben

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

.entry-info {

    margin: 0;

	padding:0;

    text-align:center;

	background-image: url('http://www.medulinka.at/allelogos/Footer.png');

	height: 15px;

}

.entry .imgupload {float:left; border:1px solid #000; margin:10px 0 0 0;}



.readmore, .readmore a {

    margin-top:5px; 

    padding:0; 

    font-weight:bold;

	background-position:left top;

	background-image: url('img/BlockHeader.png');

	max-width: 100px;

	color: black;

}



.leftbox {

	float: left;

	clear:both;

	margin-right:5px;

}



.rightbox {

	float: right;

	clear:both;

	margin-left:5px;

}





div#haupt, div.haupt {

	position: relative;

	display:block;

	background: transparent;

	/*background-image: url('http://www.medulinka.at/allelogos/contentwrapperbg.jpg');*/

	padding: 0;

	margin-left:10px;

	border: 0;

	float: left;

	overflow: hidden;

	width: 1020px;

}



div.haupt div {

	background-color:#e6cea2; /*helles blau*/

	padding:10px;

}   



div.haupt div div.banner {

    display:block;

	float:left;

	border:none;

	padding:5px 10px;

    clear:both;

}   

.gift {

      background-color: #b2c771 ; /*dunkleres grün*/ 

}



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

 beginn PageFooter 

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

#footer {

	background-image: url('http://www.medulinka.at/allelogos/stiefheader.jpg');

	height: 150px;

	

}



.footer-i {

	margin:1em;

	text-align:center;

	text-decoration:none;

	color:#6F605D;

}

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

In diesem Div werden die Buttons per Listenelementen dargestellt

und mit Links gefüllt werden die Navigationsbuttons in der Datei footer.inc 

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



#top_container {

}

#top_container ul li {

	display:block;

	float:left;

	padding:2px 1px;

	margin-top: 10px;

	border-left: 1px solid #c99f57;

    text-decoration: none;

}



#top_container ul li a:hover a:active a:link a:visited {

    padding:0;

    margin: 0; 

} 



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



Darstellung der Links Listen und Überschriften



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



a:link, a, a:visited, a.visited {

    text-decoration: underline;

    font-style:italic;

    color: #8d4012;  /*dunkelrot*/	

}



a:hover, a.hover {

    color: #000;  /*schwarz*/

	background: #e6cea2; /*helles blau*/ /*dunkleres grün*/

	border: 1px solid #000;

    text-decoration: underline;

}



h1, h2, h3, h4, h5, h6,

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {

  font-weight: normal;

  font-style: normal;

  text-decoration: none;

}



h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover

{

  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;

  font-size: 29px;

  color: #5B5039;

}



h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {

  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;

  font-size: 22px;

  color: #7A6C4D;

  padding-left:10px;

}



h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {

  font-size: 17px;

  color: #6C5D5A;

}



h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {

  font-size: 14px;

  color: #524833;

}



h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {

  font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;

  font-size: 12px;

  color: #524833;

}



h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {

  font-size: 10px;

  color: #524833;

}



ol, ul {

	margin:1px 0 1px 2px;

	padding:0;

	font-size: 12px;

}



li ol, li ul {

	margin:0.5em 0 0.5em 1em;

	padding:0;

}



li  {

	margin:0.2em 0;

	padding:0;

}



ul {

	list-style-type: none;

}



ol {

	list-style-position:inside;

}



blockquote p {

	color:#13110C;

}



blockquote {

	margin:10px 10px 10px 50px;

	padding:5px 5px 5px 28px;

	background-color:#e6cea2; /*helles blau*/

	background-image:url('img/PostQuote.png');

	background-position:left top;

	background-repeat:no-repeat;

}



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

Erweiterungen, (Plugins) für die Skins von Medulinka

_______________________________________________*/





/*CSS für das Kalender Plugin. */







table.calendar {



   border: 1px inset #000; 



   width:auto;



   text-align:center;



	background-color:#d0eef5; /*ganz helles blau*/



   margin-left:auto;



   margin-right:auto;

   padding:2px;



}



table.calendar td {



   width:auto;



   text-align:center;



line-height: 10px;



   padding:0;



   margin-left:0;



   margin-right:0;



}







table.calendar td.today { 



   background: #fff;



   text-align:center;



   border: 1px solid #000; 



}



tr.calendardateheaders {



	color: #000;



    font-family:Arial, Helvetica, sans-serif; 



   font-weight:normal;



   font-size:85%;



}



td.days, td.days a {



   text-align: center;



   font-size:85%;



}







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



Miniforum



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



.miniforum textarea.formfield {



    border: 1px solid #000; 



	font: 10px Verdana, Arial, sans-serif;



	width:100%;



	height:50px;



	margin:0;



}



.forum {



	font: 9px Arial, sans-serif;



    text-align: center;



	margin:2px;



}



ul.miniforum li {



   border-bottom: 2px ridge #b3b3b3; /*hellgrau*/



   margin-bottom: 5px;



}



.member {



   font-weight:bold;



}   







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



Darstellung wichtiger Seitenbefehle



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

img { border:none; }



.clear {	float: none;

	clear: both;

	margin: 0;

	padding: 0;

	border: none;

	font-size:1px;

}



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



Kommentar schreiben, Formfelder, Tabellen, 



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







table#postcomment tr td {font-size: 11px; 	background-color:#e6cea2; /*helles blau*/}



table#postcomment tr td p {margin: 4px 0 4px 0;}



#comments, #comments-post, #trackbacks {font-size: 11px; padding: 0; margin: 10px 5px 5px 5px;}



#comments h4, #comments-post h4, #trackbacks h4 {padding: 0; font:bold 14px Verdana; margin: 0 0 5px 0;}



.comment-item, .trackbacks-item {padding: 0 0 5px 0; margin: 5px 0 5px 0;}



.comment-text p, .comment-info p, .trackbacks-text p, .trackbacks-info p {padding: 0; margin: 0 0 8px 0;}



.comment-info, .trackbacks-info {font-size: 8px; font-family:"Verdana"; text-align: right;}



textarea.formfield {border: 1px solid #000; width:100%; height:200px;	background-color:#e6cea2; /*helles blau*/}



textarea.text, input.formfield {border: 1px solid #000;}



input.formfield {width:130px; margin:0; padding: 0 0 0 2px;}



input.formbutton {background: #fff; border: 1px solid #000; }



.trackbacks-text h5 {font: bold 11px Verdana, Arial, sans-serif;padding: 0;margin: 0;}



#nucleus_cf_name, #nucleus_cf_email, #nucleus_cf_mail {width:50%;}



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



Medulinkas CSS für alle Seiten der Homepage



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



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



In diesem Div werden die NavigationsButtons 



für die Portalartikel dargestellt. Eingebunden in jeden Artikel der Portale



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



.renegadenavi {

     margin:0;

	 padding:0;

	 height:auto;

     width:auto;

}



.renegadenavi ul {

     margin:0; 

	 padding:0; 

	 list-style-type:none; 

	 font-size:85%;

}



.renegadenavi ul li {

     margin:0 2px 0 0;

	 padding:3px 7px;

	 line-height:5ex;

	 display:inline;

	 border-left:groove 1px #b3b3b3; /*hellgrau*/

	 border-bottom:groove 2px #b3b3b3; /*hellgrau*/

     text-align:center; 

     background: #fff;

}



.renegadenavi a {

	 font-style:normal;

	 font-weight:bold;

}



.renegadenavi a:hover {

   background: #B8D838; /*giftgrün*/

   color:#000; 

}



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

Linedance Tabellen, Veranstaltungskalender, Arbö, Downloadseite, 

Bilderbuch Albenübersicht

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



table.linedance, table.ok, #albenmedu, #albensalz, table.dateien, table.renegade {

   font: 12px Verdana, "Comic Sans MS", sans-serif;

   width:100%;

	background-color:#e6cea2; /*helles blau*/

   padding:0 0 3px 3px;

   margin:0;

}



table.linedance tr td, table.ok tr td, #albenmedu tr td, #albensalz tr td, table.dateien tr td, table.renegade tr td  {

   border-collapse:collapse;

   border: 1px groove #000; 

   margin:3px;

   padding:0 0 3px 3px;

}



 table.breit  {

   font: 12px Verdana, "Comic Sans MS", sans-serif;

   color:#FFFFFF;

   width:100%;

   background-color:transparent;

}

 table.breit tr td {

   text-align:center;

   padding:0;

   margin:0;

}



.gedicht {

   text-align:center;

}



.zitat {

   text-align:right;

}



.extrakastl {

	background-color:#d0eef5; /*ganz helles blau*/

	width:auto;

	height: auto;

	padding:2px;

    border: 1px solid #000; 

	text-align:left;

}



/*Gunthers Kontaktformular*/



form.nachricht p.tx {



	top:0;



	left:0;



	width:100%;



	padding:0;



	margin: 1em auto;



}







form.nachricht p.tx textarea {



	top:0;



	width:100%;



	margin:0;



	padding:0;



	text-align:left;



	font:normal 95% serif;



}







form.nachricht p.nm {



	top:0;



	right:0;



	margin:0 0 0 auto;



}



	



form.nachricht p.nm input {



    margin:0; 



	padding:0; 



	width:auto;



	font-size:90%



}



	



form.nachricht label {



    font-size:100%;



}



	



div.nachricht {



	width:auto;



	margin:1ex 0 1ex 0;



	padding:1ex;



	border:solid 2px #000000;



}



	



div.nachricht h3 {



   margin:.5ex 0 1ex 0;



}



	



div.nachricht p.name {



    margin:1.5ex 0 0 0;



	border-bottom:solid .2ex #000000;



}



#scrollfeld  {

    height:400px;

    border: 1px groove #b2c771 ; /*dunkleres grün*/

	background-color:#e6cea2; /*helles blau*/

    text-align:center;

}

#steuerungszentrale {

  text-align:center;

}

#scrollinhalt1  {

	margin-top:10px;

	    height:400px;



}





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



eigene Statistik von Gunther Krauss 



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



.seitenzaehler {



    border: 1px groove #b2c771 ; /*dunkleres grün*/

    font-weight:bold;

    padding:3px;

	margin:5px;

}



div.haupt div.stattab div.statbox {



	background-color:#e6cea2; /*helles blau*/



    width:100%;



    height:320px;



    margin:0;



    border:1px solid #000; 



	padding:0;



    overflow:auto;



}   



div.haupt div.stattab div.statbox table tr td {



    border: 1px solid #000; 



	background-color:#e6cea2; /*helles blau*/



}   







.stattab table td.r { 



   text-align:right;



}



table td span {margin:0;}



table#bstat tr th, table#bstat tr td {background:#b2c771 ; /*dunkleres grün*/ border: 1px solid #000;}



td.statistikbalken { vertical-align:middle;}



td.statistikbalken span {



   background-color: #bacb86; 



   border: 1px solid #000;



   height:2px;



   margin:auto;



   font-size:30%;



}	



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



 CSS für die ganzen HTML-Seiten 



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



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



Geschichte der Schänder



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



.anja {



   font-weight:bold;



   font-size:100%;



   color: red;



}







.schande {



   font-weight:bold;



   font-size:95%;



	color: #c49448;



}



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



Routenplanerbild Istrien



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



.streckenbild {



   background: #ddf498; /*helles grün*/ 



   position: absolute;



   left: 0px;



   top: 0px;



}



.pula {



   position: absolute;



   left: 46px;



   top: 1014px;



} 



.medulin {



   position: absolute;



   left: 243px;



   top: 1054px;



} 



.porec {



   position: absolute;



   left: 0px;



   top: 800px;



} 



.ljubljana {



   position: absolute;



   left: 336px;



   top: 368px;



} 



.maribor {



   position: absolute;



   left: 853px;



   top: 118px;



} 



.mislinj {



   position: absolute;



   left: 681px;



   top: 179px;



} 



.trojane {



   position: absolute;



   left: 536px;



   top: 303px;



} 



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

Galerieskript von Gunther Krauss

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

#galerie .headlinks {

    background-color: #000;

    color: #ffcc66; /*gelb*/

    font-style: italic;

	text-align:center;

	font-size:110%;

}

#galerie h1 {

    background-color: #000;

    color: #ffcc66; /*gelb*/

	margin-top:165px;

	text-align:center;

	font-size:140%;

}

#galerie h2 {

    color: #ffcc66; /*gelb*/

	text-align:center;

	font-size:120%;

}

#galerie div.zusatz {

    background-color: #000;

    width:1200px;

    color: #ffcc66; /*gelb*/

	text-align:left;

	padding-left:20px;

	padding-right:20px;

}			

#galerie div.navigleiste {

    background-color: #000;

    width:1200px;

    color: #ffcc66; /*gelb*/

	text-align:center;

}

#galerie p.zusatz1 {

    background-color: #000;

    width:1200px;

    color: #ffcc66; /*gelb*/

	font-weight:bold;

}

#galerie p.zusatz2 {

    background-color: #000;

    width:1200px;

    color: #ffcc66; /*gelb*/

}

#galerie p.zusatz3 {

    background-color: #000;

    width:1200px;

    color: #ffcc66; /*gelb*/

	font-size:100%;

}

#galerie p.bildzhl {

    background-color: #000;

    color: #ffcc66; /*gelb*/

	font-size:70%;

	margin-bottom:0;

	padding-bottom:.2ex;

}

#galerie p.navig {

    background-color: #000;

    color: #ffcc66; /*gelb*/

	margin-top:0;

	padding-top:.2ex;

}			

#galerie table.fotos {

	text-align:center;

	margin-left:auto;

	margin-right:auto;

	margin-top:20px;

	border-collapse:collapse;

}

#galerie table.fotos td {

    border: 1px solid #9ba7ac;

	vertical-align:middle;

	padding:2px;

	margin:2px;

}

#galerie table.fotos td img {

    border:1px ridge #000; 

}

#galerie div.bild {

	   text-align:center;

	   margin:auto;

       vertical-align:middle;

	   padding:0;

    color: #ffcc66; /*gelb*/

    border:5px ridge #ffcc66; /*gelb*/

}


/*April April_____________________________

p:before {

   content:" \41 \70 \72 \69 \6C ! ";

   font-weight:bold;

   color: red; 

   text-decoration:blink;

}

div:before {

   content:" \41 \70 \72 \69 \6C ! ";

   font-weight:bold;

   color: red; 

   text-decoration:blink;

}

table:before {

   content:" \41 \70 \72 \69 \6C ! ";

   font-weight:bold;

   color: red; 

   text-decoration:blink;

} */




