/* CSS Document */

* { 
	margin: 0px; 
	padding: 0px; 
	}

body { 
	background:url(../images/bg.jpg) left top white;
	font-family: Georgia,Arial,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 62.5%; 
	line-height: 1.6; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: /*rgb(0, 0, 0)*/rgb(92, 0, 0); 
	}

/************ structure ***************/
#wrapper{
	margin:0px auto;
	padding:0px;
	width:620px;
	}
#content{
	margin:30px 0px 30px 0px;
	padding:10px 10px 10px 10px;
	float:left;
	width:600px;
	background:white /*rgb(251, 233, 193)*/;
	}
#header{
	margin:0px;
	padding:0px;
	float:left;
	}
#page{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	float:left;
	width:580px;
	background:rgb(237, 234, 219);
	font-family:Georgia;
	}
	
/*********** fonts ***************/

h1,h2,h3,h4{
	margin:5px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	font-size:1.6em;
	font-weight:normal;
	border-bottom:1px solid;
	}
h1{
	font-weight:bold;
	font-style:italic;
	border-top:3px double;
	}
	
#page p{
	font-size:1.3em;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	/*border-top:1px solid rgb(218, 37, 29);
	border-bottom:1px solid rgb(218, 37, 29);*/
	}
#page h3{
	margin:0px;
	padding:0px;
	font-size:1.6em;
	font-weight:bolder;
	clear:both;
	}
.border{
	border:none;
	padding:20px;
	}
blockquote{
	margin:0px 0px 0px 0px;
	padding:10px;
	border:1px solid rgb(92, 0, 0);
	font-size:1.3em;
	background:white;
	font-family:Georgia;
	/*font-weight:bold;*/
	font-style:italic;
	}

a{
	text-decoration:none;
	color:rgb(92, 0, 0);
	/*font-style:italic;*/
	font-size:1.2em;
	}
a:hover{
	text-decoration:overline;
	}
/********* fonts end *************/	
ul.fotos{
	margin:0px;
	padding:20px 0px 20px 0px;
	list-style-type:none;
	float:left;
	}
ul.fotos li{
	margin:0px;
	padding:2px;
	list-style-type:none;
	display:block;
	float:left;
	}
ul.fotos li a img{
	border:/*1px solid rgb(92, 0, 0)*/none;
	padding:8px;
	background:white;
	display:block;
	}
ul.fotos a:hover img{
	border:1px solid rgb(92, 0, 0);
	padding:7px;
	background:white;
	}
.hover a:hover{
	border:1px solid rgb(92, 0, 0);
	padding:5px;
	background:white;
	}
ul.fotos li span a{
	margin:0px;
	padding:2px;
	float:left;
	display:block;
	text-align:center;
	width:184px;
	color:rgb(92, 0, 0);
	font-style:italic;
	font-size:1.1em;
	}
ul.fotos li span a:hover{
	text-decoration:none;
	}
	
/********** language **********/

#flags{
	margin:0px;
	padding:0px;
	float:left;
	width:600px;
	text-align:center;
	}
#flags img{
	margin:5px;
	padding:4px;
	/*border:1px solid;*/
	background:white;
	}

/************ misc ************/

.divider{
	margin:0px 0px 0px 0px;
	padding:10px;
	display:block;
	width:560px;
	height:20px;
	background:url(../images/divider.gif) no-repeat center;
	clear:both;
	}
.fotka{
	margin:5px 5px 0px 0px;
	padding:5px;
	border:1px solid;
	background:white;
	float:left;
	}
	
#page ul.liste{
	margin:0px;
	padding:10px 30px 10px 30px;
	list-style:none;
	font-size:1.2em;
	}
#page ul.liste li{
	margin:0px 0px 5px 0px;
	padding:5px;
	list-style: circle;
	border-bottom:1px solid;
	background:white;
	}