/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #CCCCCC;
	text-decoration: none;
}

a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	background-color: #660000;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #999999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #660000;
}

h4{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h6{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

h7{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#allcontent{
	width: auto;
	overflow: auto;
	margin: 10px;
}

#pagecello{
	background-color: #000000;
	width: 100%;
	min-width: 814px;
}

#masthead{
	width: 100%;
	min-width: 814px;
	background-color: #000000;
	padding: 0px;
	float: left;
}

#LnavBar{
	float: left;
	width: 20%;
	min-width: 170px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-color: #333333;
}

#RnavBar{
	float: left;
	width: 20%;
	margin: 0px;
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-color: #333333;
}

#content{
	float: left;
	width: 55%;
	min-height: 790px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#content a{
	color: #999999;
	font-size: 80%;

}

#content a:hover{
	color: #990000;
	text-decoration: none;
	text-transform: none;
	background-color: #FFFFFF;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#top{
    height: 120px;
	margin-top: 20px;
	background-color:#000000
}

#logo{
    float: left;
	width: 170px;
	background-color: #000000;
	padding-top: 10px;
}

#banner{
    float: left;
	width: 460px;
	padding-top: 5px;
}

#fotos{
    float: right;
	width: 180px;
	padding-top: 10px;
}

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	height: 125px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #000000;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #CCCCCC;
}

#utility a{
	color: #CCCCCC;
}

#utility a:hover{
	color: #FFFFCC;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FF9900;
}

/************* #language styles *************/

#language{
	font-size: 60%;
	padding-top: 5px;
	padding-right: 5px;
	color: #666666;
}

#langButtons{
	float: right;
	padding-bottom: 5px;
	padding-right: 25%;
}

/************** .hit styles ***************/

.hit {
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

.hit h4{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.hit h5{
	padding: 5px 0px 5px 0px;
	text-align: left;
}

.hit h6{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 15px 0px 0px 0px;
	text-align: left;
	letter-spacing: 2px;
	word-spacing: 4px;
}

.hit img{
	float: left;
	width: 400px;
	height: 264px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hit object{
	float: left;
	width: 400px;
	height: 320px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fot{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
/************** .feature styles ***************/

.feature{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

.feature h6{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	width: 200px;
	height: 132px;
	padding: 10px 10px 5px 0px;
}

/************** .creature styles *****************/

.creature img{
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/************** .edition styles *****************/

.edition{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/************** .storyName styles *****************/

.storyName{
	clear: both;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.storyName h5{
	padding-top:15px;
	padding-bottom:15px;
}

/************** .story styles *****************/

.story{
	clear: both;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
}

.story h6{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
}

.story p{
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.story img{
	float: left;
	width: 200px;
	height: 132px;
	padding: 0px 10px 5px 0px;
}

/************** .edition styles *****************/

.storyAuthor{
	clear: both;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #666;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 15px;
}

/***** .storylist *****/

.storylist{
	clear: both;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
}

.storylist h6{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 210px;
}

.storylist p{
	padding: 0px 0px 0px 210px;
	text-align: justify;
}

.storylist img{
	float: left;
	width: 200px;
	height: 132px;
	padding: 0px 10px 5px 0px;
}

/***** .storylist *****/

.kontakt{
	clear: both;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	line-height: 20px;
}

.kontakt h6{
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
}

/************** .miniGalerie styles *****************/

.miniGalerie{
	float: left;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: justify;
	width: 46%;
	height: 100 px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 3%;
}

.miniGalerie img{
	float: left;
	width: 80px;
	height: 80px;
	padding: 10px 10px 10px 0px;
}

.border-dash-1 {height:1px; border-top:1px dotted #ccc; margin:0; padding:0; clear:both; overflow:hidden;}
*html .border-dash-1 {margin-top:10px;}/*ie6*/
*+html .border-dash-1 {margin-top:10px;}/*ie7*/

.border-dash-2 {
	height:1px;
	clear:both;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: none;
}
*html .border-dash-2 {margin-top:10px;}/*ie6*/
*+html .border-dash-2 {margin-top:10px;}/*ie7*/

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: center;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#siteInfo img{
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#footerAdress{
	clear: both;
	font-size: 60%;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*********** #LnavBar link styles ***********/

#LnavBar ul a:link, #LnavBar ul a:visited {display: block;}
#LnavBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#LnavBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #LnavBar li {border-bottom: none;}


/*********** #RnavBar link styles ***********/

#RnavBar ul a:link, #RnavBar ul a:visited {display: block;}
#RnavBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#RnavBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #RnavBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	height: 100%;
}

#sectionLinks h3{
	display: block;
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111111;
}

#sectionLinks a:hover{
	color: #FFFFFF;
	background-color: #111111;
}


/*********** .searchStyle styles ***********/

#search{
	padding-left: 8px;
	height: 34px;
	z-index: 101;
}

#search input{
  font-size: 60%;  
 }
 
#search a:link, #search a:visited {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#search a:hover{
	margin: 0px;
	background-color: #666666;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	margin: 0;
	border-bottom-width: thick;
	line-height: 140%;
}

/************** #advert styles **************/


#advert{
	font-size: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #CCCCCC;
}

#advert img{
	display: block;
}

#advert-2{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	background-color: #000000;
	height: 100%;
}

#advert-2 a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#advert-2 a:hover{
	color: #FFFFFF;
	background-color: #111111;
}

#facebook{
	font-size: 60%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #CCCCCC;
}

#facebook img{
	display: block;
}

#youtube{
	font-size: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #CCCCCC;
}

#youtube img{
	display: block;
}

#japonia{
	font-size: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CCCCCC;
}

#japonia img{
	display: block;
}

#transkultura{
	font-size: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CCCCCC;
}

#transkultura img{
	display: block;
}

#outsiders{
	font-size: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CCCCCC;
}

#outsiders img{
	display: block;
}

